Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing Forms
Message
 
To
22/09/1998 22:17:07
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00139665
Message ID:
00139678
Views:
21
Frank, if you are calling form2 from form1, then you can pass a parameter with the Form1 object (Do Form Form2 with THIS) Then in the INIT, have a parameter. Note that the parameter is saved to a form property, which does not go out of scope as the parameter variable (a LOCAL variable) does.

INIT CODE:
lParameter oCallingForm

thisform.Callingform = oCallingform

END INIT CODE

OTHER CODE
Thisform.CallingFOrm.Refresh()
END OTHER CODE

HTH
Barbara
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform