* ADDS.FMT - Text describing options for adding search program record. @ 1,10 SAY TMARK + " " + CNAME @ 3,10 SAY MTITLE @ 5,10 SAY "A display program allows a user to enter either a partial or complete" @ 6,10 SAY "key field (such as name) and view at least one line of information" @ 7,10 SAY "from all records which match that entry. The user then chooses either" @ 8,10 SAY "to display and modify a complete record by entering a record number" @ 9,10 SAY "or to add new records to the file. For this reason a display program" @ 10,10 SAY "fulfills the purpose of a complete file maintenance program for any" @ 11,10 SAY "file and you will most likely include at least one of these programs" @ 12,10 SAY "in your system's design for each file in your system. " @ 14,10 SAY "You have already chosen the file to be displayed, you must also enter" @ 15,10 SAY "the following information in order to complete this program:" @ 16,10 SAY " 1) Key field name and length" @ 17,10 SAY " 2) Index number (1-7) for this key field" @ 18,10 SAY " 3) Menu information" @ 19,10 SAY " 4) Format file name (.FMT) - optional" @ 20,10 SAY " 5) Allow adding of records (y/n)?" @ 22,10 SAY "Enter RETURN to add a display or 'NO' to quit. " GET ANSWER PICTURE "!!"