Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor Question
Message
From
08/03/2004 09:53:49
 
 
To
08/03/2004 09:37:11
N. Lea
Nic Cross Enterprises
Valencia, California, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00884051
Message ID:
00884056
Views:
14
>>Now is there a way to extract data from the cursor that is associated with the hidden form to be shown into the new form's grid? <<

If the forms are in the same datasession then it should be straight forward.
If you are using private datasessions then pass THISFORM as a parameter to your new form and put the following in the new forms init()

LPARAMETER toCallingForm
THISFORM.DataSessionId=toCallingForm.DataSessionId



Gary.
Previous
Reply
Map
View

Click here to load this message in the networking platform