UseCommandCombos Property

Gets or sets a value which determines whether combo box controls containing command history should be generated for identified command entry fields in the host.

object.UseCommandCombos as Integer

Note

The recognition engine will automatically generate a command combo box control when it identifies an entry field in the host screen that accepts OS400 commands. Setting this property to False for the form will prevent command combo controls from being generated. A entry-capable list box will be generated instead.

It is possible to fine-tune the automatic recognition of command combo boxes via combo field rules.

The list of commands to be displayed in a command combo box can be edited via command settings.

A command entry field on a form with UseCommandCombos set to True.

The same field on a form with UseCommandCombos 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

Category rules | UseCheckBoxes property | UseCheckBoxes property | UseComboBoxes property | UseDateCombos property | UseGrids property | UseHyperlinks property | UseLines property | UseMenus property | UseMultiLineTextBoxes property | UseOptionButtons property | UsePromptButtons property | UseUpDowns property | UseURLs property

Applies To

Form object


© 2004-2021 looksoftware. All rights reserved.