Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
2nd Instance of a Form
Message
From
13/08/1998 11:27:47
 
 
To
13/08/1998 11:21:47
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00126521
Message ID:
00126542
Views:
19
>As mentioned before, I am a novice Foxpro programmer. My understanding of FoxPro programming is VERY limited, But I appreciate the advice.
>
>How would you open a form??

When you open a form, you should provide reliable link to make references to form objects later on outside this form. It will prove as helpfup feature when your interface will become more sophisticated. So you start a form
either
DO FORM myform NAME oApp.myform LINKED && if you design a form
or
oApp.myform=createobject("clMyform") && if you design a class
Both ways, oApp.myform is a way to form and all its objects. Certainly, real app assumes creating oApp.collection to handle form references in generic way.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform