cancel
Showing results for 
Search instead for 
Did you mean: 

Vendor Address not getting printed properly in cheque printing.

Former Member
0 Kudos

Hi

While printing the vendor address for the cheque printing, for certain vendors the street no. is not getting printed & for certain vendors PO Box is not getting printed.

In the program we are fetching vendor address from REGUH table & then passing onto the global variables which are being used in the script & data is there in the database table for both street & PO Box number.

The code in the script is as follows:

/: ADDRESS PARAGRAPH UH TYPE '3'

/: TITLE &W_ANRED&

/: NAME &W_ZNAME1&,&W_ZNAME2&,&W_ZNAME3&,&W_ZNAME4&

/: STREET &W_ZSTRA&

/: POBOX &W_ZPFAC& CODE &W_ZPST2& CITY &W_ZPFOR&

/: POSTCODE &W_ZPSTL&

/: CITY &W_ZORT1(28)&

/: COUNTRY &W_ZLAND&

/: FROMCOUNTRY &W_LAND1&

/: ADDRESSNUMBER &W_ZADNR&

/: ENDADDRESS

Can anyone please let me know, what could be the possible reason for this?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

you can tyr with TYPE '1' or TYPE '2'

: ADDRESS PARAGRAPH UH TYPE '3'

Answers (1)

Answers (1)

Former Member
0 Kudos

Did u put changing parameters in u r script.