Code_Display_Mode - cDbCJGridColumn
Specifies whether the list will display the choices' codes, descriptions, or both
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Code_Display_Mode
| Access Type | Syntax |
|---|---|
| Read Access: | Get Code_Display_Mode to IntegerVariable |
| Write Access: | Set Code_Display_Mode to IntegerVariable/Value |
Description
Specifies whether the column's combo form list will display the choices' codes, descriptions, or both.
Possible values are:
| Constant | Meaning |
|---|---|
| CB_Code_Display_Description | Displays the description |
| CB_Code_Display_Code | Displays the code |
| CB_Code_Display_Both | Displays the description and the code |
Default is CB_Code_Display_Description.
Be sure to also set pbComboButton to True.
See Also