Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form Calling
Message
 
À
24/09/1999 03:34:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00268366
Message ID:
00268382
Vues:
38
>I release the Form2 in Form2.Cmd2.Click and using DO FORM Form2 to show the form.
>
>Form1(hide Form1, show Form2) ->
>Form2(hide Form2, show Form3) ->
>Form3(release Form3, show Form2)->
>Form2(release Form2, Show Form1)-> (I just release Form2 at this moment)
>Form1(release Form1, exit program)

Let me clarify what you did - specific commands at this time:

You have 3 forms: FORM1, FORM2, FORM3

Form1 :
Commandbutton1.Click Event:
DO FORM FORM2
THISFORM.VISIBLE = .F.
Commandbutton2.Click Event:
RELEASE THISFORM

Form2 :
Commandbutton1.Click Event:
DO FORM FORM3
THISFORM.VISIBLE = .F.
Commandbutton2.Click Event:
DO FORM FORM1
RELEASE THISFORM

Form3:
Commandbutton1.Click Event:
DO FORM FORM2
RELEASE THISFORM


Is that what you exactly did?
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