- Construct_Object()
- Set(Integer Itm String Val)
- StringEntry_Value(Integer Itm)
- StringsValue
- Entry_Display(integer file# integer flag)
created for EntItem simulation and Server support:
if file# = 0, display only if Target_File is in Done-array
else display only if file# = Target_File
- IntegerdFile
- IntegerdField
- StringsVal
- Display_Description(String DataVal)
Set the Combo item to the value passed. If not found make it 0
with nothing selected
- StringsValue
- Entry_Update(integer file# integer flag)
created for EntItem simulation and Server support
Normally entry_update gets called during saves and finds. When
Save: file# = 0 flag = 3
Find: file# <> 0 flag = 1
Allow Update Rules:
if Save update (file#=0, flag=3)
Allow Update if not noput and Target_File is in Done-array
and (new record or changed_state).
else if Find_Update (file#=Target_File, Flag=1) or misc (file#=0)
Allow Update
Modified so that an unchanged item is moved to the field if
the main file is a new record.
- IntegerdFile
- IntegerdField
- IntegerC_Item
- IntegerSrvr#
- Integerok
- IntegerNP
- IntegerMode
- IntegeriStat
- Stringval
- StringData_Value(integer item#)
- StringsValue
- StringData_To_Description(String sValue)
- IntegerItms
- IntegerItm
- IntegerMatchItem
- IntegeriMode
- StringDescription_to_Data(String sValue)
- IntegeriItem
- IntegeriMode
- Combo_Delete_Data()
- Integerobj#
- stringCombo_Description_Value(String DescVal String DataVal)
Public augmentation point. Pass current datavalue and all info
in record buffer. Should return what you want to see on the screen.
Augment to support various description/data Display formats.
- IntegerMode
- Combo_Add_Item(String Descr_value String Data_Value)
Message to add Items to a list. Similar to Add_Item except
it handles an optional second parameter. If no 2nd param the first
is used in its place. This will normally be used inside of Fill_List.
Send Add_Combo_Item Descr_Value {Data_Value}
- StringdVal
- Integeritm
- Default_Prompt(Integer Item#)
Can be used by iEntry or inside of Entry_Defaults
- IntegerOldSt
- Default_Code(string Dflt)