Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Am I doing this right?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Am I doing this right?
Divers
Thread ID:
00143981
Message ID:
00143981
Vues:
63
I am trying to create a logon screen. The client wants users to re-logon in order to access certain screens in the application (The last user may have left the machine without logging out). In the INIT of those forms, I run code like:

if ! oUser.Logon()
messagebox()
return .f.
endif

The problem is the logon screen is just flashing by and the program continues with the next line of code - releasing the logon screen.
This logon screen works fine from my main calling program for initial logon. Do I need a nested READ EVENTS statement to make the program pause when the login screen is displayed?

Any help appreciated.

Lee
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform