Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Do form name
Message
De
13/08/2009 15:34:48
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01417770
Message ID:
01417991
Vues:
54
You also need the LINK keyword.
do form myform name oMyForm link
The variable oMyForm has to be in scope. Although many here will argue about the best way to do that, the way we do it is we declare form objects public in scope, like this.
public oMyForm
do form myform name oMyForm link
Then from anywhere in the app you can call:
oMyForm.release
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform