openplain

The openplain statement opens a database without opening any pre-saved windows, just the data sheet.


Parameters

No parameters.


Description

This statement opens a database without opening any pre-saved windows (forms, etc.) Only the data sheet will be opened. If the database has a .Initialize procedure, it will not run. This statement may be useful for opening databases that cannot open normally for some reason. There are no parameters to this statement, instead it opens a dialog to allow the user to select the database to open.

This example presents a dialog allowing a database to be chosen. When the database is selected it will be opened with just the data sheet, without running the .Initialize procedure.

openplain

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.