Routines for ven_dbbr.kb


GetSomeVendorList

File Name

ven_dbbr.kb

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


GetVendor

File Name

ven_dbbr.kb

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


GetVendorList

File Name

ven_dbbr.kb

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


GetVendorListLite

File Name

ven_dbbr.kb

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