Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling a Form as a Function
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00597953
Message ID:
00597970
Views:
13
This message has been marked as a message which has helped to the initial question of the thread.
Ron,

Change your form to a class definition, accept its parameters in the Init event of the class, and call it like this;

loMsg = CreateObject("MyFomr",Parm1, parm2, parm3, ...)
loMsg.Show()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform