I have created a bitmap file with the same name of my Access 97 application so that the user does not see the MS Access-supplied one.
My problem is that after my custom splash screen disappears there is a time delay before my startup form (which is a user login form) appears.
The login form sets a few environment variables such as caption and menubar in its On Load event, but no serious processing.
Am I supposed to use another form eg. "Starting....please wait" as my startup form instead and place all my code there letting it call the login form. I am worried now since I plan to do much more error-checking at startup such as making sure critical files exists where they should?
How is usually done by the experts? Do they verify that the user is valid before you start the first process. or do they prepare the environment first knowing that after 3 attempts it could have been useless to have done so.
All comments are welcomed.
NattyP
My problem is that after my custom splash screen disappears there is a time delay before my startup form (which is a user login form) appears.
The login form sets a few environment variables such as caption and menubar in its On Load event, but no serious processing.
Am I supposed to use another form eg. "Starting....please wait" as my startup form instead and place all my code there letting it call the login form. I am worried now since I plan to do much more error-checking at startup such as making sure critical files exists where they should?
How is usually done by the experts? Do they verify that the user is valid before you start the first process. or do they prepare the environment first knowing that after 3 attempts it could have been useless to have done so.
All comments are welcomed.
NattyP