Share via


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

  • _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.

See Also

Reference

TmpChequePrintout Table