‎2007 Apr 11 6:33 AM
in script i have 10 address lines there were blanks in between rows how can i avoid those?
‎2007 Apr 11 6:38 AM
in your paragraph format that you are using for the address window check the checkbox that says no blank lines
‎2007 Apr 11 6:36 AM
Hi,
Reduce the Space before/Space after(to 0.5 CM) in the paragraph seetings of the paragraph that you used for the address.
Reward points if it helps you.
Regds,
Rama chary.Pammi
‎2007 Apr 11 6:37 AM
HI,
before displaying them, check that they are no initial
and then print them
‎2007 Apr 11 6:38 AM
in your paragraph format that you are using for the address window check the checkbox that says no blank lines
‎2007 Apr 11 6:38 AM
Hi
u can put the condition if they are empty than it should go to that particiular line
Thanks
‎2007 Apr 11 6:46 AM
Hi,
Check the condition <b>is initial</b> if they are initial dont put them on the out put.
Regards,
Sandhya
‎2007 Apr 11 6:53 AM
Hi Sumit,
Check if the variables that you are printing in the address command are not empty,
for this, you can use the condition:
/: IF NOT &XADRC_VENDOR-NAME2& <> &TTXSY-SPACE&
B1 &XADRC_VENDOR-NAME2&
/: ENDIF.
where XADRC_VENDOR-NAME2 is the variable that contains the address line.
for this syntax, you need not use address-end address command.
You can check with the above condition for every variable before printing it. This way you can avoid blank lines
‎2007 Apr 11 6:53 AM
Hi Sumit,
Check if the variables that you are printing in the address command are not empty,
for this, you can use the condition:
/: IF NOT &XADRC_VENDOR-NAME2& <> &TTXSY-SPACE&
B1 &XADRC_VENDOR-NAME2&
/: ENDIF.
where XADRC_VENDOR-NAME2 is the variable that contains the address line.
for this syntax, you need not use address-end address command.
Please award points if useful..
Regards,
Divya
You can check with the above condition for every variable before printing it. This way you can avoid blank lines
‎2007 Apr 11 7:03 AM
Hi,
We have the standard Address format for Scripts,
Syntax:
/: ADDRESS [DELIVERY] [TYPE t] [PARAGRAPH a] [PRIORITY p] [LINES l]
/: TITLE title
/: NAME name1[,name2[,name3[,name4]]]
/: PERSON name of natural person [TITLE form of address]
/: PERSONNUMBER number of the personen
/: DEPARTMENT department
/: STREET street name HOUSE house number
/: LOCATION additional location information
/: POBOX po box [CODE post code / zip code] [CITY city]
/: POSTCODE post code / zip_code
/: CITY city1[,city2]
/: NO_UPPERCASE_FOR_CITY
/: REGION county / state
/: COUNTRY recipient country [LANGUAGE language code]
/: COUNTRY_IN_REC_LANG
/: LANG_FOR_COUNTRY language key
/: FROMCOUNTRY sender country
/: ADDRESSNUMBER address number
/: ENDADDRESS
Follow this one, if any fields are blank then it will ignore those fields
Regards
Sudheer