Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing a value from a form
Message
From
12/04/2004 10:22:57
 
 
To
12/04/2004 09:15:35
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00894016
Message ID:
00894033
Views:
12
In form A :

DO FormB WITH THISFORM

in form B :

INIT()
PARAMETERS toCallingForm
THISFORM.oCallingForm=toCallingForm

Now you can reference formA WITH THISFORM.oCallingForm.

Make Sure you Set THISFORM.oCallingForm=.NULL. so you don't leave hanging references.


Gary.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform