home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / members.zip / AM-1.PRG next >
Text File  |  1986-10-16  |  1KB  |  31 lines

  1. *----------------------------------------------------------------------
  2. * Program : Membership Database Package
  3. * File    : AM-1
  4. * Function: About menu group #1
  5. * Author  : J. North        
  6. * Version : (AT contest)
  7. * Date    : 10/15/86
  8. *----------------------------------------------------------------------
  9. *
  10. clear
  11. @  1,  0  TO 14, 79    DOUBLE
  12. @  8,  1  TO  8, 78  
  13. do set_brt
  14. @  0,  2  SAY "* Menu Notes"
  15. @  2,  2  SAY "(F2) SET FUNCTION KEY TEXT -"
  16. @  9,  2  SAY "(F3) LIST FIELD NAMES -"
  17. do set_dim
  18. @  2, 31  SAY "This selection allows you to assign up to 30"
  19. @  3,  7  SAY "keystrokes each to function keys F2 thru F10, for use during editing of"
  20. @  4,  7  SAY "database records. For example, say most of your members live in the"
  21. @  5,  7  SAY "same city.  Rather than typing the city name for every member, assign"
  22. @  6,  7  SAY "it to a function key. Then, when the cursor is in the City field, press"
  23. @  7,  7  SAY "the function key and the city name will be entered automatically."
  24. @  9, 26  SAY "This selection displays the internal names of each"
  25. @ 10,  7  SAY "field in the membership database.  The display pauses to allow you to"
  26. @ 11,  7  SAY "print a copy of the screen (using Shift-PrtSc). You will need the field"
  27. @ 12,  7  SAY "names if you are going to create your own report and label format files"
  28. @ 13,  7  SAY "using the Setup menu."
  29. @ 23, 0
  30. wait
  31.