Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

dunning address printing problem

Former Member
0 Kudos

I am having a program printing the address on a dunning form. the user would like to see the "street 3" information on the form. I cannot get it print after the street information. I having been moving around the fields LOCATION, STREET2 and STREET3 fields and I still get the street3 info before the location info. I am not sure if this is calling another program and the names at the left are field names that are passed to a program. I have attached my code in hopes that someone can help me with this.

ADDRESS PARAGRAPH AS

TITLE &ADRS-ANRED&

NAME &ADRS-NAME1&, &ADRS-NAME2&, &ADRS-NAME3&, &ADRS-NAME4&

LOCATION &ADRS-STRAS&

STREET2 &W_STREE2&

STREET3 &W_STREE3&

POBOX &ADRS-PFACH& CODE &ADRS-PSTL2& CITY &ADRS-PFORT&

POSTCODE &ADRS-PSTLZ&

REGION &ADRS-REGIO&

CITY &ADRS-ORT01&, &ADRS-ORT02&

COUNTRY &ADRS-LAND1&

FROMCOUNTRY &ADRS-INLND&

ENDADDRESS

thanks in advance for the help

1 REPLY 1

Former Member
0 Kudos

problem has been corrected