home *** CD-ROM | disk | FTP | other *** search
/ Software Du Jour / SoftwareDuJour.iso / BUSINESS / DBASE / DB3.ARC / NAMES.FMT < prev    next >
Text File  |  1984-10-25  |  398b  |  10 lines

  1. @ 5,10 SAY 'This is a custom entry screen for the NAMES file.'
  2. @ 7,5 SAY 'The first name is ' GET First_Name
  3. @ 7,45 SAY 'The last name is ' GET Last_Name
  4. @ 9,8 SAY 'The address is ' GET Address
  5. @ 11,5 SAY 'City' GET City
  6. @ 11,45 SAY 'State ' GET State
  7. * A format file may contain only @...SAY...GET commands
  8. * and comment lines that start with an asterisk.
  9. @ 11,60 SAY 'ZIP code ' GET ZIP
  10.