home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / members.zip / AM-2.PRG < prev    next >
Text File  |  1986-10-18  |  2KB  |  38 lines

  1. *----------------------------------------------------------------------
  2. * Program : Membership Database Package
  3. * File    : AM-2
  4. * Function: About menu group #2
  5. * Author  : J. North        
  6. * Version : (AT contest)
  7. * Date    : 10/15/86
  8. *----------------------------------------------------------------------
  9. *
  10. clear
  11. @  1,  0  TO 19, 79    DOUBLE
  12. @  6,  1  TO  6, 78  
  13. @ 10,  1  TO 10, 78  
  14. @ 14,  1  TO 14, 78  
  15. do set_brt
  16. @  0,  2  SAY "EDIT Menu Notes"
  17. @  2,  2  SAY "(F2) EDIT MEMBERSHIP DATABASE -"
  18. @  7,  2  SAY "(F3) RECALL DELETED MEMBERS -"
  19. @ 11,  2  SAY "(F4) REMOVE DELETED MEMBERS -"
  20. @ 15,  2  SAY "(F5) RE-INDEX DATABASE -"
  21. do set_dim
  22. @  2, 34  SAY "This selection allows you to browse through"
  23. @  3,  7  SAY "the database and append, delete, edit or search for individual records."
  24. @  4,  7  SAY "You can optionally specify the browse order; and/or a QUERY file (see"
  25. @  5,  7  SAY "SETUP menu) to limit the browse to specific records."
  26. @  7, 32  SAY "This selection scans through the database and"
  27. @  8,  7  SAY "recalls ALL records which you previously deleted. If you only want to"
  28. @  9,  7  SAY "recall selected individual records, use selection F2."
  29. @ 11, 32  SAY "This selection PERMANENTLY removes deleted"
  30. @ 12,  7  SAY "records from the database. Once this is done, the deleted records can"
  31. @ 13,  7  SAY "never be recalled. Use this selection with caution."
  32. @ 15, 27  SAY "This selection re-builds the index files associated"
  33. @ 16,  7  SAY "with the database.  Since the index files are maintained automatically,"
  34. @ 17,  7  SAY "it normally isn't necessary to manually re-build them (although it is"
  35. @ 18,  7  SAY 'harmless to do so).  This option is provided "just in case".'
  36. @ 23, 0
  37. wait
  38.