Share via


VendTrans.transOpenForVendBank Method

Finds the specified record in the VendTransOpen table.

Syntax

public VendTransOpen transOpenForVendBank(
    VendBank _vendBankAccount, 
    DueDate _dueDate, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: VendTransOpen Table
A record of the VendTransOpen table; otherwise, an empty buffer.

See Also

Reference

VendTrans Table