Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Display modal form on startup
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00669077
Message ID:
00669128
Vues:
18
Hi,
I did set the property as mentioned in previous msg. And I
*--Main.prg
*--Display login form

DO FORM frmLogin

*--Return value from login form

lcReturn = frmLogin.lvReturnValue

*--Release form

frmLogin.RELEASE

*--If login not success, RETURN .F. to quit
If lcReturn = "FAILED-"
   RETURN .F.
ENDIF

** Start the application, show the main screen.. 
When I run the code above, the login form doesn't appear and the following code executed.

Why?

Thank you
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform