Code_Display_Mode - dbDataComboForm

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

Read Access: Get Code_Display_Mode to IntegerVariable
Write Access: Set Code_Display_Mode to IntegerVariable/Value


Description

Code_Display_Mode specifies whether the list will display the choices' codes, descriptions, or both.

Possible values are:

ConstantMeaning
CB_Code_Display_DescriptionDisplays the description
CB_Code_Display_CodeDisplays the code
CB_Code_Display_BothDisplays the description and the code


Default is CB_Code_Display_Description.