Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Do nesting exceded
Message
De
22/07/2000 01:51:50
 
 
À
17/07/2000 04:46:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00392852
Message ID:
00395840
Vues:
13
>Hi David,
>
>Should it look like this:
>
>Do form test NAME test Linked
>
>???

Sorry it's taken a few days to get back to you. Yes, that is correct.

DO FORM cmyscxname NAME cmyformname LINKED

The name given to the form does not have to be the same as the file name (the name of the scx file), but I generally choose it because it's simpler.
If there is a chance the form may be opened more than once, you will have to assign different form names, and release the variable of that name to release the form from an exit button by a macrosubstitution sequence like:

local cmyformname
cmyformname=thisform.name
release &cmyformname.

Hope this helps

David
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform