Class: Entry_Form_DS_mixin
Entry_form:
Class Hierarchy:
cObjectMixinEntry_Form_DS_mixinMixins:
Action_Bar_Mixin, Clear_Defaults_Mixin, DEO_Delegate_Mixin, DEO_Dependent_item_mixin, Entry_CheckBox_Mixin, Entry_Item_Mixin, Find_Edit_Mixin, Navigate_Mixin, Nesting_Mixin, Server_Mixin, Validate_Mixin, Verify_Mixin,
Class Definition
Functions and Procedures
Beginning_of_Data()
FindEdit support behavior
In forms, beginning_of_data and end_of_data is supported as a legacy method
of finding first/last record. These have been replaced by Find_first and Find_last
and it is suggested that you always use those methods. Beginning/End_of_data has
different meanings in different DEOs like lists and editors. Providing find_first
and find_last provides consistent method for record finding in all DEOs
Bottom_of_Panel()
Navigation support behavior
Child_Wrapping(integer direction integer xorigID)
navigation support standard behavior
Clear()
created for server support
Clear_All()
created for server support
Clear_Set()
created for server support
clear required by dependency
Construct_Object(integer img)
IntegerCreate_Cbox_Object()
Create the cbox object. This only gets created if required.
We create this in the class and not the mixin because you seem to
get odd results if objects are created in mixin procedures
returns ID of object
Display()
created for server support
End_Construct_Object()
End_of_Data()
FindEdit support behavior
Entry_Autofind(integer eFindMode integer iItem)
EntItem support behavior
Support passing of optinal Item to autofind on. If not passed the
runtine will figure it out. Always pass the autofind-item. The runtime
also calls this not passing an item but it figure it out.
Request_Clear()
FindEdit support behavior
Request_Clear_All()
FindEdit support behavior
Request_Delete()
FindEdit support behavior
Request_Find(integer mode integer entUpdtFlag)
FindEdit support behavior
Request_Save()
FindEdit support behavior
Request_Save_No_Clear()
this allows us to save a record without it clearing regardless of
the Auto_Clear_DEO_State value
Request_Superfind(integer mode)
FindEdit support behavior
Top_of_Panel()
Navigation support behavior