Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form Calling
Message
 
À
24/09/1999 04:21:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00268366
Message ID:
00268398
Vues:
43
Declare name for Forms publicly:

PUBLIC form1, form2, form3

Make sure that external name for forms (scx, sct) is the same with the name of the object form (Name property).


>Form1:
>CommandButton1.Click Event
>thisform.hide
>do form form2
>CommandButton2.Click Event
>thisform.release
>clear events
>
>Form2:
>CommandButton1.Click Event
>thisform.hide
>do form form3
>CommandButton2.Click Event
>thisform.release
>form1.show
>
>Form3:
>CommandButton1.Click Event
>thisform.release
>form2.show
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform