home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / comtrc10.zip / COMTRAC.5 < prev    next >
Text File  |  1988-01-18  |  1KB  |  44 lines

  1.     
  2.    FIELD DEFINITIONS  (note: some word processors allow the import
  3.    of comma seperated fields for mail/merge, if you desire to use
  4.    your word processors mail merge function, create a form that looks
  5.    like the following)
  6.  
  7.        *na,*ci,*ST,*zi ... etc
  8.  
  9.    *d1 - current date (format - 31 Jan 88)
  10.    *d2 - current date (format - January 31, 1988)
  11.    *d3 - current date (format - 01/31/88)
  12.  
  13.    *t1 - current time (format - 15:23:43) military
  14.    *t2 - current time (format - 15:23) military
  15.    *t3 - current time (format - 03:23:43) standard
  16.    *t4 - current time (format - 03:23) standard
  17.  
  18.    *na - company name
  19.    *a1 - address line 1
  20.    *a2 - address line 2
  21.    *st - two letter abbrev for state
  22.    *ST - spelled out state
  23.    *ci - city name
  24.    *zi - zip code
  25.    *co - contact name
  26.    *de - dear salutation
  27.    *ti - title of contact
  28.    *me - memo field
  29.    *pr - product
  30.    *si - SIC code
  31.    *po - phone One
  32.    *pt - phone Two
  33.  
  34.  
  35. This is an example of justification :
  36.  
  37. company name RIGHT justified padded with space
  38. ....+....1....+....2....+....3....+....4....+....5....+....6
  39. *na%40
  40.  
  41. company name LEFT justified padded with space
  42. ....+....1....+....2....+....3....+....4....+....5....+....6
  43. *na%-40
  44.