Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Child references to a Parent
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00175863
Message ID:
00175867
Views:
30
>I have 2 forms "A" and "B". "A" calls "B". While in form "B" I need information that is in "A".
>
>Is it as simple as:
>B.thisField = A.thatField
>
>TIA,
>Rick

The simplified way is to call form with passing reference of previous one:
*** some A.method/event
DO Form FormB With Thisform
*** formB.Init
Lparameter oAform
This.Thisfield.Value=oAform.thatfield.Value
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform