Gatsby Database Explorer 3.0 Object Model Reference

Application Object


The Gatsby Database Explorer Application Object.

Remarks

Each Application object can has one Data Sources file associated with it. When the object is initially created it automatically opens the Default Data Sources file. If one is not defined or it cannot find the file a new untitled file is created.

The Application object also has Styles property that defines the look of all the List and Form view objects created by this Application.

Properties

NameDescription
DefaultDataSourcesFileNameThe name of the data sources file that will be automatically opened by the Application object.
DataSourcesThe currently open data sources file.
ChallengeThe current challenge for credentials.
StylesThe set of Application level styles that define the look of List and Form views created from the Application object.
PostTypeThe type of result that was posted from the client.

Methods

NameDescription
NewCreate a new untitled data sources file. Closes the open data sources file.
OpenOpen a Gatsby data sources file
CloseClose any open databases that are mounted on the data source.
CreateFormCreates a new Gatsby Form view.
CreateListCreates a new Gatsby List view
CreateLoginCreates a new Login form.
ProcessPostProcesses the posted results of a form