View Full Version : Startup screen


Arthur Cravan
02-16-2000, 04:36 PM
I have a databse which opens to the main switchboard screen. When it loads, it displays a toolbar at the top of the screen. When you first click on the screen, no matter where, the action does not occur, but the toolbar disappears and the whole form shifts up. It is driving a co-worker nuts, so I have tried to find how to keep the toolbar from opening altogether.

Any help will be greatly appreciated,

Arthur

Carol
02-16-2000, 04:57 PM
If your database opens with an autoexec macro, you can have an action to open up another macro which would turn off the standard toolbars and maximum the forms. Your action would be "show toolbar" and you would list the toolbars and state "no" to show. Include an echo action to stop the screen flickering.