Do you have private datasessions in HackCX? SET TALK is scoped to the current data session.
Tracy -----Original Message----- From: Rick Schummer Sent: Monday, May 11, 2009 11:26 PM >> All my apps have _screen = OFF, statusbar OFF. My main form is top >> level one. Report behaviour is set to 90. When I run the report I get 'set talk on' stuff like...<< I have seen this VFP bug, mostly in VFP 6 with my developer tools. Here is the documentation I have on it and a workaround I have developed: Why does HackCX dump a bunch of SET TALK junk on my VFP desktop? This one stumped us for a long time and we finally reproduced the problem after one of our customers reported it for a couple of years. SET TALK is set ON by default and most VFP developers SET TALK OFF either in the VFP Option dialog (Tools | Options on the menu), or in a custom start up program. HackCX has SET TALK OFF in the main program, the form Load(), Init() and Activate(). Yet sometimes the "dump" would get triggered. We finally tracked it down to this reproducible scenario: 1) SET TALK ON saved in VFP registry (via the Command Results checkbox on the View Page of the Tools | Options dialog) 2) SET STATUS BAR OFF (either programmatically, or Status bar checkbox on the View Page of the Tools | Options dialog) 3) Optionally - SET TALK OFF (yep, we can still get the dump with this setting) 4) Start HackCX Fun, eh! The fix is to SET TALK OFF via the Command Results checkbox on the View Page of the VFP Options dialog. We are sure there are good reasons to have this setting, but we do not see great harm in turning it off when VFP starts, and later turning it on if you want the SET TALK output. Rick White Light Computing, Inc. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/000401c9d305$474c9bf0$d5e5d3...@com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

