Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling one form from another
Message
De
03/09/2002 20:23:18
 
 
À
03/09/2002 08:43:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00696163
Message ID:
00696465
Vues:
10
You could do it this way:

do main

a) main program

** some settings here

do form password
read events

b) Form password should call the first form, after a valid password was entered

In the queryunload method put this code

thisform.release
do form firstform

c) In the called form, in this example firstform, do your business and when it closes, put the following code in the queryunload method

release thisform
clear events

This will bring you back to the command window
Rafael Copquin
Treasurer - Microsoft Users Group of Argentina (MUG)
www.mug.org.ar
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform