home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / formdb2.zip / MAILFMT.FMT < prev    next >
Text File  |  1987-02-14  |  640b  |  15 lines

  1. @ 1,1  SAY '    1 = "Mr."'
  2. @ 2,1  SAY '    2 = "Mrs."'
  3. @ 3,1  SAY '    3 = "Ms."'
  4. @ 4,1  SAY '    4 = "Dr."'
  5. @ 5,1  SAY ' BLANK to exit entry program'
  6. @ 6,1  SAY ' After BLANK, enter carriage return for entries'
  7. @ 7,1  SAY 'Enter title code     ' GET MTTL
  8. @ 8,1  SAY 'Enter Surname        ' GET MSNAM
  9. @ 9,1  SAY 'Enter other names    ' GET MGNAME
  10. @ 10,1 SAY 'Enter Co. name       ' GET MOF
  11. @ 11,1 SAY 'Enter Address        ' GET MADDR
  12. @ 12,1 SAY 'Enter City           ' GET MCITY
  13. @ 13,1 SAY 'Enter State          ' GET MSTATE
  14. @ 14,1 SAY 'Enter ZIP code       ' GET MZIP
  15.