home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / TEXT / TM12_TIP.ZIP / 566.TXT < prev    next >
Text File  |  1991-12-18  |  1KB  |  32 lines

  1. Q:  When I try to print labels the Country is printed below the city,   
  2.     state, and zip.  It's throwing the spacing off on my labels.  How can 
  3.     I get the country to print on the same line as the state?
  4.  
  5.  
  6. A:   "The `L' file shipped with the program contains the \/[STDADR]
  7.      (standard address) command.  Since most people never have the need
  8.      to mail items to other countries, the Country is not included as
  9.      part of the standard address.  
  10.  
  11.      "To get the Country to print on the same line as the State you will
  12.      want to edit your `L' file (the formletter used to print standard
  13.      labels).  Make your "L" file look like this:
  14.  
  15.  
  16.                     \/[CON]
  17.                     \/[COM]
  18.                     \/[AD1]
  19.                     \/[AD2-]
  20.                     \/[&trim(cit)+", "+STA+" "+trim(ZIP)+" "+CTY]
  21.                     \/[&IIF(ad2=' ',crlf+crlf,crlf)]
  22.  
  23.           Note:  If AD2 is blank, the blank line will be suppressed in
  24.                  the address and an extra blank line will be added at the 
  25.                  end to keep the spacing on the labels correct.
  26.  
  27. (End of 566)
  28.  
  29. New 10-08-91 MLM
  30. Indexed under:  A   Address, Printing Country on same line as STA in Labels
  31.                 C   Country Field not printing on same line as STA
  32.                 L   Labels, Country Code not Printing on same line as STA