Columns_AutoGenTokensForEnumField()

Examples


The Columns_AutoGenTokensForEnumField() function in syListObj form creates the filtering tokens to use for a specific list column that is based on a drop-down list, button drop list, list box, combo box, or visual switch datatype.

Syntax

Columns_AutoGenTokensForEnumField(list_object, field, column_ID)

Parameters

list_object – The list object composite that manages the state information for the list. This will have been passed into the procedure that creates the filtering tokens for list columns.

field – A window field instance of the drop-down list, button drop list, list box, combo box, or visual switch for which tokens are being generated. When the Columns_AutoGenTokensForEnumField() is run, the window the field is placed on must already be open.

column_ID – A long integer specifying the column ID of the list column for which tokens are being generated. This will have been passed into the procedure that creates the filtering tokens for list columns.

Return value

A boolean. The value true indicates that tokens were successfully generated for the field, while false indicates they were not.


Documentation Feedback