Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Login Form
Message
De
16/06/1999 13:14:56
 
 
À
16/06/1999 12:56:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00230505
Message ID:
00230518
Vues:
36
Create a PRG file that will call your login form and set up the app if the login is OK.

Main.PRG:
DO FORM Login TO llLog
IF llLog
   DO Menu.MPR
   READ EVENTS
ENDIF
HTH

>I have a login form to valid the user enter. So, when it have made the validation this form should be liberated with a release and then execute a form called menu_principal.
>This doesn't happen exactly so, since menu_principal is executed but the form login is not liberated.
>If I execute the release without invoking the menu_principal if the form is liberated, but if I later invoking the menu_principal the form login continue active.
>What could I do?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform