home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Du Jour
/
SoftwareDuJour.iso
/
BUSINESS
/
DBASE
/
MEMBERS.ARC
/
AM-1.PRG
next >
Wrap
Text File
|
1986-10-16
|
1KB
|
31 lines
*----------------------------------------------------------------------
* Program : Membership Database Package
* File : AM-1
* Function: About menu group #1
* Author : J. North
* Version : (AT contest)
* Date : 10/15/86
*----------------------------------------------------------------------
*
clear
@ 1, 0 TO 14, 79 DOUBLE
@ 8, 1 TO 8, 78
do set_brt
@ 0, 2 SAY "* Menu Notes"
@ 2, 2 SAY "(F2) SET FUNCTION KEY TEXT -"
@ 9, 2 SAY "(F3) LIST FIELD NAMES -"
do set_dim
@ 2, 31 SAY "This selection allows you to assign up to 30"
@ 3, 7 SAY "keystrokes each to function keys F2 thru F10, for use during editing of"
@ 4, 7 SAY "database records. For example, say most of your members live in the"
@ 5, 7 SAY "same city. Rather than typing the city name for every member, assign"
@ 6, 7 SAY "it to a function key. Then, when the cursor is in the City field, press"
@ 7, 7 SAY "the function key and the city name will be entered automatically."
@ 9, 26 SAY "This selection displays the internal names of each"
@ 10, 7 SAY "field in the membership database. The display pauses to allow you to"
@ 11, 7 SAY "print a copy of the screen (using Shift-PrtSc). You will need the field"
@ 12, 7 SAY "names if you are going to create your own report and label format files"
@ 13, 7 SAY "using the Setup menu."
@ 23, 0
wait