Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Datasession issue
Message
From
22/11/2000 15:25:45
 
 
To
22/11/2000 15:20:55
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00444723
Message ID:
00444729
Views:
11
>This one is more sticky:
>
>I have three forms in this particular .app. Each is set for a PRIVATE datasession. I have TALK ON and STATUS BAR ON as I want to see the alias info and other messages. The first form launched shows this fine, but subsequent forms are in higher datasessions. Is there a way to use form activate code to shift which datasession the TALK info is monitoring ??
>
>Thanks,
>Bruce Covey

SET TALK is scoped to the datasession, so you will have to issue SET TALK in the form Load()
If you have a form superclass, do it there.
If not, make one and do it there :) You can redefine your form as your superclass using the Class Browser.
If you don't make a superclass, you will have to put in each form's Load()
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform