View Property

See Also    Examples    Applies To

Returns/sets the view mode of the Active Table atb (gridview or formview).

Property View As eView

atb.View [=eView]

Settings
Valid settings for the View property are:

Value   Constant   Description
0   Grid Tha atb is shown as a grid. Each record corresponds to a line of the grid.
1   Form The atb is shown as a subform, showing atb#s containing controls with the data of the current record.