Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Splash Screen Inquiry
Message
From
31/05/2002 07:50:50
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00663305
Message ID:
00663343
Views:
10
Hello,

I'm not sure what the problem is exactly, but couldn't you just do something like:

LOCAL loSplash, loMain

DO FORM Splash TO loSplash
DO FORM Main TO loMain NOSHOW
loSplash.Release()
loMain.Visible = .T.

This will show the splash screen, and allow it to be removed once the loMain form has been loaded.

Mace

>Hi All!
>
>I have two forms, login and main. When I start my app, login form first appears, asking for username and password. If both fields are correct, main form loads, else, messagebox appears saying "user does not have access.. blah blah blah". My problem is that between the login form and the main form, loading the main form and displaying it takes around 1-2 minutes. I'd like to display a "splash screen" in-between the login and main form to "distract" the user while waiting. How can I load (and display) a splash screen form AFTER the login form WHILE the main form is still loading? Sort of doing a DO FORM splashscreen and following immediately a DO FORM main? Or do a DO FORM main first, and follow immediately a DO FORM splashscreen?
Previous
Reply
Map
View

Click here to load this message in the networking platform