Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
2nd Instance of a Form
Message
De
13/08/1998 11:27:47
 
 
À
13/08/1998 11:21:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00126521
Message ID:
00126542
Vues:
17
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform