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