StartupShowStatusBar Property

Description

You can use the StartupShowStatusBar property to specify whether or not the status bar should appear when the application database opens. For example, you can use the StartupShowStatusBar property to prevent display of the status bar if you do not want to display any status messages in your application.

Setting

The StartupShowStatusBar property has the following settings.

Setting

Description

True (-1)

Display the status bar at startup.

False (0)

Don’t display the status bar at startup.


You can set this property by using a macro or Visual Basic. You can also set this property using the Display Status Bar option in the Startup dialog box, available by clicking Startup on the Tools menu. This is the easiest way to set this property.

Remarks

This property’s setting does not take effect until the next time the application database opens.

See Also

AllowBreakIntoCode Property, StartupForm Property, StartupMenuBar Property, StartupShortcutMenuBar Property, StartupShowDBWindow Property, StatusBarText Property.

Example

See the StartupForm property example.