method ShowStatusHint(Hint: String[, FieldName: String])
For scripted forms, display the Status Hint for a field.
ShowStatusHint method syntax has these named arguments:
Parameter |
Description |
|---|---|
Hint |
Required. Status hint to be displayed. |
Field Name |
Optional. Name of the field to have the status hint displayed. Defaults to the current field. |
See also MaxBasic ShowStatusHint function.