Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Am I doing this right?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Am I doing this right?
Miscellaneous
Thread ID:
00143981
Message ID:
00143981
Views:
62
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
Next
Reply
Map
View

Click here to load this message in the networking platform