Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set Talk
Message
 
 
To
13/02/2002 18:52:39
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00619805
Message ID:
00619808
Views:
14
>Hi
>
>I have a problem in my apps with 'TALK' creeping in.
>
>How do I turn TALK OFF permanantly?
>
>I have SET TALK OFF in my 'main' program and in numberous other places. I do not understand what is continually turning TALK back on. Can someone please assist???
>
>Regards
>Geoff Scott

Hi Geoff,

SET TALK and some other SET commands are scoped to the current data session.
If you're using the forms with private data session than you'll have to issue those set command in the Form's Load or DE BeforeOpenTables methods. It's best to put SET commands into function/method and call it from Load or BeforeOpenTables.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform