Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Controlling another form from current form
Message
From
03/11/1999 06:14:00
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00284853
Message ID:
00286000
Views:
18
Nick

You must substantiate the object before you run the form, for example

goForm1 = create0bject('MyForm1')
goForm2 = create0bject('MyForm2')

then simply use

goForm1.show()

to activate the first form.

Derek
Previous
Reply
Map
View

Click here to load this message in the networking platform