ShowFieldChoices Property

Specifies whether recognised field choices are shown on the form.

Form object.ShowFieldChoices as Boolean

Use

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

When a host form is received, the recognition engine will identify certain fields as field choices, if they exist. These fields will be assigned the category of Field choices in Identify. If ShowFieldChoices is turned off in Rules then you can turn the display of field choices on for specific forms using this property, and vice versa.

A field on a form with ShowFieldChoices set to True.

The same field on a form with ShowFieldChoices 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 | ShowFieldMarkers property | ShowGridOptions property | ShowOutputBorders property | ShowScreenTitle property | ShowScreenInfo property

Applies To

Form object