Skip to content

Undefined_Display_Mode - dbDataComboForm

Used by find_item to decide what to display when this object is filled from the database with a value that is not found among the values of this object's combo items

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer Undefined_Display_Mode
Access Type Syntax
Read Access: Get Undefined_Display_Mode to IntegerVariable
Write Access: Set Undefined_Display_Mode to IntegerVariable/Value

Description

The undefined_display_mode property is used by find_item to decide what to display when this object is filled from the database with a value that is not found among the values of this object's combo items. The default, cb_err_update_window_value displays the value from the database. Cb_err_update_blank_value uses the value of the undefined_value property. Cb_err_update_none leaves the display unchanged from whatever it was before the undefined value was encountered.

Default is cb_err_update_window_value.