- 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
- IntegerObj
- CBox : CBox_array
keep track of list of
- Top_of_Panel()
Navigation support behavior
- Integerretval
- Bottom_of_Panel()
Navigation support behavior
- IntegerlastChild
- Child_Wrapping(integer direction integer xorigID)
navigation support standard behavior
- IntegerorigID
- Display()
created for server support
- Clear()
created for server support
- Clear_All()
created for server support
- Clear_Set()
created for server support
clear required by dependency
- Request_Clear()
FindEdit support behavior
- Integerobj#
- Integerretval
- IntegerFoc
- Request_Clear_All()
FindEdit support behavior
- Integerobj#
- Integerretval
- IntegerFoc
- Request_Delete()
FindEdit support behavior
- Integerobj#
- 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
- End_of_Data()
FindEdit support behavior
- Request_Superfind(integer mode)
FindEdit support behavior
- Integerobj#
- Integerdatafile
- Request_Save()
FindEdit support behavior
- Integerobj#
- IntegercurItem
- Integerretval
- Request_Save_No_Clear()
this allows us to save a record without it clearing regardless of
the Auto_Clear_DEO_State value
- Integeroldclr
- Request_Find(integer mode integer entUpdtFlag)
FindEdit support behavior
- IntegerdataFile
- Integerser#
- IntegerdfrdState
- 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.
- Integerobj#
- IntegerdataFile
- Integeritem#
- End_Construct_Object()