Hiding the database window (1 Viewer)

mkelly

Registered User.
Local time
Today, 09:33
Joined
Apr 10, 2002
Messages
213
FIXED IT! Hiding db window

I have a program with a splash screen I went to startup and turned off the datbase window however it keeps popping up when the program starts. Is there another way I can hide it? Any help appriciated

I have already removed the check next to "Display the Database window in startup"
confused:

The answere is to go into the switchboard code.
Remove all the open wswitchboard and minimize dataqbase code since it is already in the switchboard code then add to the switchboard code:

Private Sub close_CurrentDataBase()

End Sub:p
 
Last edited:

scottfarcus

Registered User.
Local time
Today, 15:33
Joined
Oct 15, 2001
Messages
182
Go to Tools>>Startup

Remove the check next to Display Database Window
 

Users who are viewing this thread

Top Bottom