Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Login Screen Help
Message
From
29/01/2004 06:02:03
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00871598
Message ID:
00871712
Views:
11
Jeffrey,

Sorry, forget that first line (forgot to cut out after paste)

Your login form (modal) can return a T/F flag (in the UNLOAD() event) depending on successful input of userid and password etc. Your main code can then check for this and decide whether to continue or not. e.g:

llGotPassword = .F.
DO FORM sysLOGONDLOG to llGotPassword
If llGotPassword
DO FORM sysSplashForm
* Rest of your code to get the system going, etc.
Endif

Terry
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Previous
Reply
Map
View

Click here to load this message in the networking platform