Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Putting it all together
Message
From
28/11/2002 22:46:48
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Putting it all together
Miscellaneous
Thread ID:
00728084
Message ID:
00728084
Views:
33
Hi,

I am having problem putting all the pieces together from displaying the splash screen to loading the main menu. Here is my situation and this is what I want to do.

Splash Screen -> SQL Connection -> Login Screen -> Main Menu

by running the start.prg which consist of the following codes.

DO FORM c:\temp\Main.SCX
SET CLASSLIB TO c:\temp\Libs\test.vcx ADDITIVE
oEditor = CREATEOBJECT("Editor")
oEditor.Show
oEditor.Dock(0)

oNavi = CREATEOBJECT("NAVIGATOR")
oNavi.Show
oNavi.Dock(0)

READ Events

This code was fine where I have my main menu as the top level form and the rest of the forms as in top level form. The toolbars works fines, but this skip the first three things that I want to achieve Splash Screen -> SQL Connection -> Login Screen.

The one solution I have is to include a method for connection to the SQL Server in the init() of the main form and that was it.

How would I achieve these tasks and still able to control but toolbar buttons from one single top level forms? Any suggestions or help is appreciated. Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform