Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Switching DataSession's
Message
From
13/12/2004 13:34:13
 
 
To
13/12/2004 13:22:32
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00968641
Message ID:
00968839
Views:
8
Hello Herman

thanks for you suggestion.

it is a custom class. since this is a class contained in a .vcx i had to hack the class to change it to a session class. still would not work.


>Hi Gunnar,
>
>Did you make the object as "Custom" or "Session" ? If you create as Session, you can switch the ds-id directly from the object. Please be aware that if this object has a data-bound controls, the controls could lose their data-sources. You can read more in "DataSessionId Property" from VFP help
>
>
>Define class myClass as Session
>    Procedure Set_DS
>       This.DataSessionId = _Screen.ActiveForm.DataSessionId
>
>       ** or
>
>       Set DataSession to _Screen.ActiveForm.DataSessionId
>    EndProc
>EndDefine
>
>
>Regards
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform