ComboDescriptionValue - cDbCJGridColumn
Called to determine what should be displayed in the object's combo form
Type: Event
Return Data Type: String
Parameters
| Parameter | Type | Description |
|---|---|---|
| eMode | Integer | Display mode. Valid values:ConstantMeaning |
| sDescVal | String | Description value |
| sDataVal | String | Data (code) value |
Syntax
Function ComboDescriptionValue Integer eMode String sDescVal String sDataVal Returns String
Description
Called to determine what should be displayed in the column's combo form. By default, it properly creates a display value based on Code_Display_Mode. This can be used as an augmentation point to customize the display. It must return the value that will be displayed in the combo list.
This is only used with combo enabled grid columns (pbComboButton is true).
Return Value
Returns the value to be displayed.