splash screen

D

David Cleland

sorry me again

using the developers extensions I have selected a splash screen but it
literally flashes up - is there a way to have it up long enough to be read ?

David
 
L

Lynn Trapp

You'll need to code your own splash screen. Just create a form that opens
when your database opens. Set it's Timer event to close the form. Set the
Timer Interval at 1000 for each second you want the form to remain open.
 
Top