Status_Help - DataDictionary
Gets/Sets status-line help text for the field
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| iField | Integer | Number of the column in the table |
Syntax
Property String Status_Help
| Access Type | Syntax |
|---|---|
| Read Access: | Get Status_Help to StringVariable |
| Write Access: | Set Status_Help to StringVariable/Value |
Description
Set Status_Help field cust.status to "Customer is (A)ctive or (I)nactive"
Status_Help defines a status-help text line for the field. Entry objects will use this to display status-bar help. When the user moves the cursor to a data-entry object for the field, the Status Help is displayed in the status bar.
Enter text that will aid the user with data entry to this field.
See Also
File_Field_Status_Help | Defining Data Dictionary Field Attributes