Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can cursors be passed from Form A to B?
Message
From
27/11/2011 07:28:48
 
 
To
26/11/2011 20:10:55
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MySQL
Application:
Desktop
Miscellaneous
Thread ID:
01529824
Message ID:
01529875
Views:
53
>
>Currently, my lookup form class only allows a single selection, which I dump into the calling form as a data object (SCATTER MEMVAR NAME oCallingForm.Returndata )
>
Since the called form has a private datasession, the scatter name oCallingForm.Returndata, will put an object in oCallingForm with a datasession that is equal to the one of the called form.

I suppose that after the scatter, you will do ' = thisform.Release()' in the called form

The form will release all right but you will see a dangling datasession

Test it
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform