TmpChequePrintout.setChequeAmount Method
Sets the AmountTxt field of this table by the format of the non-negotiable check.
Syntax
public void setChequeAmount(
AmountCur _amountCur,
ChequeFormType _chequeFormType,
Currency _currency,
BankChequeLayout _bankChequeLayout,
VendTable _vendTable,
CustTable _custTable)
Run On
Called
Parameters
- _amountCur
Type: AmountCur Extended Data Type
A AmountCur value that determines the check amount.
- _chequeFormType
Type: ChequeFormType Enumeration
A ChequeFormType value that contains the layout of the check.
- _currency
Type: Currency Table
A CurrencyCode table buffer that contains the currency information.
- _bankChequeLayout
Type: BankChequeLayout Table
A BankChequeLayout table buffer that contains layout information about checks.
- _vendTable
Type: VendTable Table
A VendTable table buffer that contains vendor information.
- _custTable
Type: CustTable Table
A CustTable table buffer that contains customer information.