* PWENTR.FMT - Initial screen to accept password name @ 03,10 SAY "Welcome to dPROGRAMMER 2.4A with accounting " @ 04,10 SAY "dPROGRAMMER is COPYRIGHT (C) 1983 by Sensible Designs" @ 06,10 SAY "dPROGRAMMER must be used with dBASE II from Ashton-Tate." @ 08,10 SAY "Entry requires you to enter a password below." @ 09,10 SAY "If you do not have one, RETURN will exit." @ 10,10 SAY "Please enter your password " GET PW PICTURE "!!!!!!!!!!" @ 14,10 SAY "dPROGRAMMER is a menu driven system. Each menu will allow you to" @ 15,10 SAY "choose items which are either programs or other menus. Normally" @ 16,10 SAY "menus are designed so that they get increasingly detailed as you" @ 17,10 SAY "proceed and are presented in the order that you will use them." @ 18,10 SAY "If you get lost within the menus, always remember that a RETURN" @ 19,10 SAY "will return you to the next highest menu. You may also proceed " @ 20,10 SAY "directly to a program or menu even if it is not on your present" @ 21,10 SAY "menu. Completed programs always return to the menu from which " @ 22,10 SAY "you started them. Please read your documentation. GOOD LUCK!"