UseHyperlinks Property

Sets or gets a value which determines whether the recognition engine should create command buttons for OS400 help hyperlinks on the form.

object.UseHyperlinks as Integer

Note

The recognition engine will automatically generate a command button (that sends the Enter key to the host when clicked) when it identifies a Help hyperlink on the screen. Setting this property to False for the form will prevent command buttons from being generated and instead display a entry-capable text box.

A menu on a form with UseMenus set to True.

The same menu on a form with UseMenus 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 | UseComboBoxes property | UseCommandCombos property | UseDateCombos property | UseGrids property | UseLines property | UseMenus property | UseMultiLineTextBoxes property | UseOptionButtons property | UsePromptButtons property | UseUpDowns property | UseURLs property

Applies To

Form object