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

  1. *----------------------------------------------------------------------
  2. * Program : Membership Database Package
  3. * File    : AM-3    
  4. * Function: About menu group #3       
  5. * Author  : J. North        
  6. * Version : (AT contest)
  7. * Date    : 10/15/86
  8. *----------------------------------------------------------------------
  9. *
  10. clear
  11. @  1,  0  TO 21, 79    DOUBLE
  12. @  7,  1  TO  7, 78  
  13. @ 14,  1  TO 14, 78  
  14. do set_brt
  15. @  0,  2  SAY "SETUP Menu Notes"
  16. @  2,  2  SAY "(F2) CREATE/MODIFY QUERY SPECIFICATION -"
  17. @  8,  2  SAY "(F3) CREATE/MODIFY REPORT SPECIFICATION -"
  18. @ 15,  2  SAY "(F4) CREATE/MODIFY LABEL SPECIFICATION -"
  19. do set_dim
  20. @  2, 43  SAY "This selection lists any existing"
  21. @  3,  7  SAY "query files and allows you to select one or create a new one.  Once you"
  22. @  4,  7  SAY "select a file, the dBase III CREATE/MODIFY QUERY facility is started."
  23. @  5,  7  SAY "This facility is described in Chapter 5 of the Learning & Using dBase"
  24. @  6,  7  SAY "III + manual."
  25. @  8, 44  SAY "This selection lists any existing"
  26. @  9,  7  SAY "report form files and allows you to select one or create a new one."
  27. @ 10,  7  SAY "Once you select a file, the dBase III CREATE/MODIFY REPORT faciltiy is"
  28. @ 11,  7  SAY "started.  This facility is described in Chapter 6 of the Learning &"
  29. @ 12,  7  SAY "Using dBase III + manual.  In order to build reports, you will need the"
  30. @ 13,  7  SAY "names of the database fields. These can be obtained from the * menu."
  31. @ 15, 43  SAY "This selection lists any existing"
  32. @ 16,  7  SAY "label files and allows you to select one or create a new one. Once you"
  33. @ 17,  7  SAY "select a file, the dBase III CREATE/MODIFY LABEL facility is started."
  34. @ 18,  7  SAY "This facility is described in Chapter 6 of the Learning & Using dBase"
  35. @ 19,  7  SAY "III + manual.  In order to build label files, you will need the names"
  36. @ 20,  7  SAY "of the database fields.  These can be obtained from the * menu."
  37. @ 23,0
  38. wait
  39. return
  40.