Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set talk on
Message
From
09/07/1999 08:44:38
 
 
To
09/07/1999 08:29:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00239358
Message ID:
00239361
Views:
18
>Hello there,
>
>I am using VFP 6.0. When I use Set Talk Off in my programs it works on my computer. When a install the application somewhere else it doesn't work, it looks like Set Talk On is working then!!!
>
>Why does it happen,even if Set Talk Off is done?
>
>Thanks already,
>
>Wiebe Blankenberg
>Gamma Research Inc.
Wiebe,

Do you have the Status bar on during development, but not in runtime? I know this can cause problems because SET TALK is scoped to the datasession and you can suddenly get the file openings from the DE echoed to the screen. You need to SET TALK OFF in the load of your form, if this is the case. If the Status bar is on, the messages are displayed on it, so you perhaps don't notice them.

HTH
regards

Ian
Previous
Reply
Map
View

Click here to load this message in the networking platform