Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass variables from one form to another?
Message
From
06/11/2002 23:53:40
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00719680
Message ID:
00719682
Views:
10
Thank you Nadya - I will try it out.

>
>Couple of ways. One would be to pass form's A reference to form B, e.g.
>do formB with this
>formB init
>lparameter toCallingForm
>thisform.oCalForm = toCallingForm
>
>You can bind your textboxes to thisform.oCalForm properties (or assign them before formB releases) In formB.Destroy put thisform.oCalForm = null
>
>If you use VFP7 you can pass array back, but I don't use VFP7 yet...
- Ravi

True greatness consists in being great in little things.
- Charles Simmons
Previous
Reply
Map
View

Click here to load this message in the networking platform