Status_Help - cCJGridColumn
Determines the status text that will be displayed when this column takes the focus
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String Status_Help
| Access Type | Syntax |
|---|---|
| Read Access: | Get Status_Help to StringVariable |
| Write Access: | Set Status_Help to StringVariable/Value |
Description
This is the status-bar help text for the column. This determines the status text that will be displayed when this column takes the focus. When a grid column takes the focus, the grid object's Request_Status_Help message gets the Status_Help property from the SelectedColumn. If this value is empty, status help may still be displayed based on the grid's Status_Help property.
Set Status_Help to "Customer Name - First and Last"
If the column is a DD-enabled column (cDbCJGridColumn), the status help is usually acquired from the DataDictionary object (DDO). When Status_Help is not defined directly in the object, the status help will come from the DDO's Status_Help.