File Name
Syntax
GetSomeVendorList(VAL where: STRING, REF vendorList: LIST OF VendorRecord)
Parameters
where - where clause used in SQLSelect statement
vendorlist - list of returned vendor records
Returns
SQL
Side Effects
None
Description
This function is used for returning vendor records based on the where clause passed into the function.
Dialog Forms Called
None
File Name
Syntax
GetVendor(REF vendor: VendorRecord,VAL ID: STRING)
Parameters
vendor - vendor record
id - vendor ID
Returns
SQL
Side Effects
None
Description
This function is used for returning the vendor record associated with the ID passed into the function.
Dialog Forms Called
None
File Name
Syntax
GetVendorList(REF ktypeList: LIST OF VendorRecord)
Parameters
ktypelist - list of vendor records
Returns
SQL
Side Effects
None
Description
This function is used for returning the current list of vendor records in the database.
Dialog Forms Called
None
File Name
Syntax
GetVendorListLite(VAL what: STRING, REF vList: LIST OF VendorRecord)
Parameters
what - used in select statemnet
vlist - list of vendor records returned by function
Returns
SQLSelect result
Side Effects
None
Description
This function is used for returning vendor records based on the what clause passed into the function.
Dialog Forms Called
None