home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / c / uw260 / tutor.hlp < prev    next >
Encoding:
Text File  |  1994-04-24  |  2.3 KB  |  49 lines

  1.                  This is the UltraWin Tutorial help file
  2.  
  3.     You can press the right mouse button when the cursor is over the desired
  4.   field or menu to get context sensitive help.
  5.  
  6.     ///File   - This is the file drop down menu
  7.                            Load File - load a customer file
  8.                            Save File - save a customer file
  9.                            Quit      - quit the tutorial
  10.                            
  11.     ///Edit  - This is the customer edit menu
  12.                          Clear Current - clear all fields for the current customer record
  13.                          Clear All     - clear all fields for ALL customer records
  14.  
  15.     ///Print - This is the customer print menu
  16.                          Print Current - print all fields for the current customer
  17.                                          record 
  18.                          Print All     - print all fields for ALL customer records 
  19.                          
  20.                          NOTE: We assume a printer is hooked to LPT1 and is online and
  21.                          ready. If not, a DOS critical error will occur and you will see
  22.                          the screen scroll.  You will not see the DOS prompt - press 'A'
  23.                          for Abort to return to the program.  As mentioned in the
  24.                          documentation, we are demonstrating UltraWin and not trying to
  25.                          create an all-encompassing program that handles all errors - we
  26.                          leave this exercise for you!.  See your compiler's
  27.                          documentation for handling DOS critical errors.
  28.  
  29.     ///Business - Enter the name of the Business if applicable
  30.     ///Name     - Enter the name of the customer              
  31.     ///Address  - Enter the customer's street address         
  32.     ///City     - Enter the customer's city
  33.     ///State    - Enter the customer's state using standard two letter codes
  34.     ///Zip      - Enter the customer's short form zip code (5 digits)
  35.     ///Phone    - Enter the customer's phone number in the form (###)###-####
  36.     ///Fax      - Enter the customer's fax number in the form (###)###-####
  37.     ///Date     - Enter the date of contact in the form mm/dd/yy
  38.     ///Memo     - Enter a text memo if desired
  39.  
  40.     ///Cursor keys
  41.  
  42.   Use the keypad to move up or down as follows.
  43.     Up    - move up one customer (lower customer number)
  44.     Down  - move down one customer (higher customer number)
  45.     PgUp  - move up ten customers (lower customer number)
  46.     PgDn  - move down ten customers (higher customer number)
  47.     Home  - move to first customers
  48.     End   - move to last customers
  49.