Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form.release() question
Message
 
À
24/03/2003 22:13:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00769565
Message ID:
00769569
Vues:
22
Evelyn,

Thisform refers to the form that code is in, in your example it is form2. One way to accomplish what you want is to make form2 MODAL and then in the Button in form1 that calls form2 you put;
* Form1's button
DO FORM Form2
Thisform.Savemode() && this line will not execute unitl the modal fomr2 is dispatched
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform