Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OApp.DoForm(myform) or do form myform
Message
 
To
17/12/1997 15:58:36
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00066716
Message ID:
00066718
Views:
32
>What is the difference between oApp.DoForm(myform) and
>do form myform? they both do the same thing. I am using this
>in the COMMAND line from a MENU.

oApp usually refers to the application object. If you have a framework, the application object might keep a forms collection which allows multiple instances of the form to be called.

Doform is just a method in the oApp object.

If you are just running a form without any type of application object, oApp.Doform means nothing.

Michael G. Emmons
memmons@nc.rr.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform