Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Top Level Form (Login) over a Top Level Form (Splash)
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00620517
Message ID:
00620543
Views:
17
>Hi all
>
>Is it possible to have a top level form to display over another top level form.
>
>I have a top level form Splash Screen displaying now I want to get the users Login which again is a top level form. Now what happens is that the login form exit's without getting input and thus the login is FALSE and so the app does not proceed.
>
>Why does the login screen not wait for input?
>
>I change the login to be a under a top level form. Then the input is allowed though the login screen is shown inside the splash screen.
>
>Please advise

Because these are both top level forms and therefore the Login screen cannot be modal (which is the effect that you want) you can place a read events after both screens have been activated. In the Login Ok button set if they have logged in correctly then do a clear events. How in the main app if they are in successfully issue another read events for the main application.

HTH
Caroline
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform