- Vendor_DD : Vendor_DataDictionary
- Invt_DD : Invt_DataDictionary
- Customer_DD : Customer_DataDictionary
- SalesP_DD : Salesp_DataDictionary
- OrderHea_DD : OrderHea_DataDictionary
- OrderDtl_DD : OrderDtl_DataDictionary
- oDbContainer3d1 : dbContainer3d
- oOrderDtl_Grid : dbGrid
- Element : PROTOTYPE_ENTRY
- Integer
Child_Entering()
Called when entering the table. Check with the header if it
has a valid saved record. If not, disallow entry.
- Integer
iRetVal
Append_a_Row()
Add new record to the end of the table.
Q: how would a keyboard do this?
- oOrderHea_Order_Total : dbForm
- Integer
Confirm_Delete_Order()
Change: Create custom confirmation messages for save and delete
We must create the new functions and assign verify messages
to them.
- Integer
iRetVal
- Integer
Confirm_Save_Order()
Only confirm on the saving of new records
- Integer
iNoSave - Integer
iSrvr - Boolean
bOld
- Integer
Save_Header()
Change: Table entry checking - attempt to save header record
before entering a table (this is called by table. Return
a non-zero if the save failed (i.e., don't enter table)
- Boolean
bHasRec - Boolean
bChanged - Integer
hoSrvr
Find_Record_Order_View(String sID)