DFENTRY_FORM
Class Hierarchy:
DFBaseComboBoxEntry

ComboEntry


dbBasicComboForm_



dbBasicComboFormMixins:
DFCode_DEO_Mixin, DFNavigate_Mixin, 
Direct Known Subclasses:
dbDataComboForm, 
Class Definition
Properties
String
Error_Message
 Integer
Error_Number
 Functions and Procedures

Attach_Deo_To_Server()
			
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()
			
integer
DEO_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.
 integer
validate_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):