home *** CD-ROM | disk | FTP | other *** search
- This is the UltraWin Tutorial help file
-
- You can press the right mouse button when the cursor is over the desired
- field or menu to get context sensitive help.
-
- ///File - This is the file drop down menu
- Load File - load a customer file
- Save File - save a customer file
- Quit - quit the tutorial
-
- ///Edit - This is the customer edit menu
- Clear Current - clear all fields for the current customer record
- Clear All - clear all fields for ALL customer records
-
- ///Print - This is the customer print menu
- Print Current - print all fields for the current customer
- record
- Print All - print all fields for ALL customer records
-
- NOTE: We assume a printer is hooked to LPT1 and is online and
- ready. If not, a DOS critical error will occur and you will see
- the screen scroll. You will not see the DOS prompt - press 'A'
- for Abort to return to the program. As mentioned in the
- documentation, we are demonstrating UltraWin and not trying to
- create an all-encompassing program that handles all errors - we
- leave this exercise for you!. See your compiler's
- documentation for handling DOS critical errors.
-
- ///Business - Enter the name of the Business if applicable
- ///Name - Enter the name of the customer
- ///Address - Enter the customer's street address
- ///City - Enter the customer's city
- ///State - Enter the customer's state using standard two letter codes
- ///Zip - Enter the customer's short form zip code (5 digits)
- ///Phone - Enter the customer's phone number in the form (###)###-####
- ///Fax - Enter the customer's fax number in the form (###)###-####
- ///Date - Enter the date of contact in the form mm/dd/yy
- ///Memo - Enter a text memo if desired
-
- ///Cursor keys
-
- Use the keypad to move up or down as follows.
- Up - move up one customer (lower customer number)
- Down - move down one customer (higher customer number)
- PgUp - move up ten customers (lower customer number)
- PgDn - move down ten customers (higher customer number)
- Home - move to first customers
- End - move to last customers