File Name
Syntax
BrowseVendors(VAL wHdl: WINDOW)
Parameters
whdl - handle of the calling dialog box
Returns
Nothing
Side Effects
None
Description
This procedure is the system action for Browse Vendors.
Dialog Forms Called
ven.dfc[wwvendor]
File Name
Syntax
ExitVendorField(VAL w: WINDOW, VAL fieldName: STRING, VAL NextFieldName: STRING): INTEGER
Parameters
w - window handle
fieldname - name of the field being exited
NextFieldName - name of next field after field being exited
Returns
0 if no vendor is selected, 1 if a vendor is selected
Side Effects
None
Description
This procedure is used by contracts (cntr_gl.kb) to select vendors when exiting a vendor field in contracts.
Dialog Forms Called
ven.dfc[vendorselect]
File Name
Syntax
VendorInfo(VAL pWindow: WINDOW, REF thisVendor: VendorRecord, VAL mode: STRING)
Parameters
pWindow - parent window
thisVendor -
mode -
Returns
Nothing
Side Effects
None
Description
This procedure is used to view information related to a selected vendor.
Dialog Forms Called
ven.dfc[wwvendor]
File Name
Syntax
VendorInquiryEvent( REF vendor: VendorRecord )
Parameters
vendor
Returns
Nothing
Side Effects
None
Description
This event is used for finding vendors based on the search criteria entered.
Dialog Forms Called
None