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

  1. *----------------------------------------------------------------------
  2. * Program : Membership Database Package
  3. * File    : AM-4
  4. * Function: About menu group #4
  5. * Author  : J. North        
  6. * Version : (AT contest)
  7. * Date    : 10/15/86
  8. *----------------------------------------------------------------------
  9. *
  10. clear
  11. @  1,  0  TO 18, 79    DOUBLE
  12. @ 10,  1  TO 10, 78  
  13. do set_brt
  14. @  0,  2  SAY "REPORTS Menu Notes"
  15. @  2,  2  SAY "(F2) LIST MEMBER INFORMATION -"
  16. @ 11,  2  SAY "(F3) PRINT MAILING LABELS -"
  17. do set_dim
  18. @  2, 33  SAY "This selection allows you to list information"
  19. @  3,  7  SAY "from the MEMBERS database in various report formats. The Report Setup"
  20. @  4,  7  SAY "screen allows you to choose any of the report form files available on"
  21. @  5,  7  SAY "the disk, including any special ones you create using the SETUP menu."
  22. @  6,  7  SAY "You can choose the listing order (NAME, ZIP or Rec #), and optionally"
  23. @  7,  7  SAY "select a Query file (also created from the SETUP menu) to limit the"
  24. @  8,  7  SAY "report to records meeting certain selection criteria. The report can"
  25. @  9,  7  SAY "be displayed on the screen or printed on an attached printer."
  26. @ 11, 30  SAY "This selection allows you to print labels from"
  27. @ 12,  7  SAY "the MEMBERS database in various label formats.  The Label Setup screen"
  28. @ 13,  7  SAY "allows you to choose any of the label format files available on the"
  29. @ 14,  7  SAY "disk, including any special ones you create using the SETUP menu. As"
  30. @ 15,  7  SAY "with reports (see F2 above) you can select label order and an optional"
  31. @ 16,  7  SAY "Query file.  Labels can be displayed on the screen or printed on an"
  32. @ 17,  7  SAY "attached printer."
  33. @ 23,0
  34. wait
  35. return
  36.