Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Datasession issue
Message
 
 
To
22/11/2000 15:25:45
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00444723
Message ID:
00444812
Views:
7
>>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()

Hi Trey,

Do you know any other methods than hacking scx to redefine form's class? Suppose, you form is based on classA. You now want it to be based on classB in ClassLibB. How would you do it? I checked FAQ, but there is only reference for moving or renaming class.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform