Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make two forms work
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00930137
Message ID:
00930329
Views:
10
>The reference to the 2nd form object is a property of the 1st form.

The following code in the parent form's Activate() method will return control to the child form. (Assume the property that hold the reference to the second form is oChildForm.)

IF VARTYPE(THIS.oChildForm)='O'
     ACTIVATE WINDOW (THIS.oChildForm.Name)
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform