Class: dbBasicComboForm

Module location: Dfbscent.pkg line 41 (view source)

DFENTRY_FORM

Class Hierarchy:

DFBaseComboBoxEntryComboEntrydbBasicComboForm_dbBasicComboForm

Mixins:

DFCode_DEO_Mixin, DFNavigate_Mixin,

Direct Known Subclasses:

dbDataComboForm,

Class Definition

Properties

StringError_Message
IntegerError_Number

Functions and Procedures

Attach_Deo_To_Server()
Inherited from server_mixin
We should make sure the list is filled when the DSO knows about the DEO. This way validations will be current.
Bind_Data(integer File# Integer Field#)
Construct_Object()
Inherited from Entry_Form_DS_mixin
integerDEO_Control_Object()
Returns TRUE to indicate that this is a DEO control. This is used by if you are within a DEO control message and should therefore send a DEO message.
integervalidate_Combo_item(integer item#)
** Temporarily disabled until interface for this is created!!! ** // augment left mouse down to pop up a floating panel. Default name is ** // deo_floater. ** Procedure mouse_down2 integer i1 integer i2 ** integer obj ** Get Floating_panel_object to obj ** if obj eq 0 ; ** Forward Send mouse_down2 i1 i2 ** else begin ** send mouse_down i1 i2 // activate ** if ( focus(desktop)=self AND ; ** Item_window(self)=i1 ) ; ** Send activate to obj ** end ** End_Procedure // mouse_down2 Validate against the combo list. report Error DFERR_BAD_ENTRY if bad! Can be used by iValidate

References (1):

ModuleContaining SymbolLine
Dfdtcent.pkgdbDataComboForm16