AUTOCOMPLETE |
DEVELOPER |
|
|
Purpose |
.AutoComplete allows you to specify for certain objects whether a <Return> is to be automatically applied or the user must press <Return> to advance to the next field. |
Syntax |
ObjectReference.AutoComplete = Value |
Operation |
ObjectReference is the Tag Name of the object |
Remarks |
The value of this property can only be set, not retrieved. The setting of the .AutoComplete property must be done outside of the iteration of a record. It needs to be done only once, and will continue to apply to the specified object until it is changed again in logic. |
Example |
To disable the .AutoComplete functionality of the CustomerName edit box. This field will then require the <Enter> key to go to the next field: |
Topic ID: 510035