home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Du Jour
/
SoftwareDuJour.iso
/
BUSINESS
/
DBASE
/
MEMBERS.ARC
/
AM-4.PRG
< prev
next >
Wrap
Text File
|
1986-10-16
|
2KB
|
36 lines
*----------------------------------------------------------------------
* Program : Membership Database Package
* File : AM-4
* Function: About menu group #4
* Author : J. North
* Version : (AT contest)
* Date : 10/15/86
*----------------------------------------------------------------------
*
clear
@ 1, 0 TO 18, 79 DOUBLE
@ 10, 1 TO 10, 78
do set_brt
@ 0, 2 SAY "REPORTS Menu Notes"
@ 2, 2 SAY "(F2) LIST MEMBER INFORMATION -"
@ 11, 2 SAY "(F3) PRINT MAILING LABELS -"
do set_dim
@ 2, 33 SAY "This selection allows you to list information"
@ 3, 7 SAY "from the MEMBERS database in various report formats. The Report Setup"
@ 4, 7 SAY "screen allows you to choose any of the report form files available on"
@ 5, 7 SAY "the disk, including any special ones you create using the SETUP menu."
@ 6, 7 SAY "You can choose the listing order (NAME, ZIP or Rec #), and optionally"
@ 7, 7 SAY "select a Query file (also created from the SETUP menu) to limit the"
@ 8, 7 SAY "report to records meeting certain selection criteria. The report can"
@ 9, 7 SAY "be displayed on the screen or printed on an attached printer."
@ 11, 30 SAY "This selection allows you to print labels from"
@ 12, 7 SAY "the MEMBERS database in various label formats. The Label Setup screen"
@ 13, 7 SAY "allows you to choose any of the label format files available on the"
@ 14, 7 SAY "disk, including any special ones you create using the SETUP menu. As"
@ 15, 7 SAY "with reports (see F2 above) you can select label order and an optional"
@ 16, 7 SAY "Query file. Labels can be displayed on the screen or printed on an"
@ 17, 7 SAY "attached printer."
@ 23,0
wait
return