ShowGridOptions Property

Specifies whether recognised grid (subfile) options are shown on the form.

object.ShowGridOptions as Boolean

Note

This property allows you to overwrite the application-wide display of grid options, defined in Rules, at the form level.

When a host form is received, the recognition engine will identify certain fields as grid options, if they exist. These fields will be assigned as such in Identify. If ShowGridOptions is turned Off in Rules then you can turn the display of grid options on for specific forms using this property, and vice versa.

A form with ShowGridOptions set to True.

The same form with ShowGridOptions set to False.

Note:

Changing this property at run-time will cause the dynamic recognition engine to recreate the form and will result in the loss of any data that has been entered by the user. This property should not be changed within the Form events OnReceive or OnRefresh.

See Also

Display rules | ShowFieldChoices property | ShowFieldMarkers property | ShowOutputBorders property | ShowScreenTitle property | ShowScreenInfo property

Applies To

Form object