Gets or sets a value which determines whether prompt buttons will be automatically generated on the form for promptable fields.
object.UsePromptButtons as Integer
A prompt button is a button that the user clicks to issue the prompt command key for the associated input box control.
The recognition engine will automatically generate a prompt button for those fields where it detects a promptable entry field. Setting this property to False on the form will prevent the prompt button from being generated next to the field.
![]() |
![]() |
A promptable entry field on a form with UsePromptButtons set to True. |
The same field on a form with UsePromptButtons set to False. |
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.
Category rules | UseCheckBoxes property | UseComboBoxes property | UseCommandCombos property | UseDateCombos property | UseGrids property | UseHyperlinks property | UseLines property | UseMenus property | UseMultiLineTextBoxes property | UseOptionButtons property | UseUpDowns property | UseURLs property | RecogniseFieldPrompts property
© 2004-2021 looksoftware. All rights reserved.