home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / viscobv6.zip / vac22os2 / ibmcobol / samples / elookup1 / helpdir / elkhlp.hlp (.txt) next >
OS/2 Help File  |  1998-02-15  |  6KB  |  92 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Employee Lookup Application Help ΓòÉΓòÉΓòÉ
  3.  
  4. This file contains the help for the sample COBOL Visual Builder Employee Lookup 
  5. application. 
  6.  
  7.  
  8. ΓòÉΓòÉΓòÉ 2. Employee Lookup Window Help ΓòÉΓòÉΓòÉ
  9.  
  10. This Employee Lookup application is a sample COBOL application. This 
  11. application permits you to display employee information using a graphical user 
  12. interface (GUI) running on a workstation. Which employees are displayed is 
  13. based on search criteria you specify. 
  14.  
  15. You can search for: 
  16.  
  17.      All employees, or 
  18.  
  19.      Employees whose last name starts with certain characters 
  20.  
  21.  The following information is displayed for each employee in the employee list 
  22.  area: 
  23.  
  24.      Last name 
  25.  
  26.      First name 
  27.  
  28.      Middle initial 
  29.  
  30.  You can scroll vertically to see all of the name. 
  31.  
  32.  Note:  All of the employee names and phone numbers in this application are 
  33.         fictitious. 
  34.  
  35.  
  36. ΓòÉΓòÉΓòÉ <hidden> Search Push Button Help ΓòÉΓòÉΓòÉ
  37.  
  38. Click on the Search button to display a list of the employees that match the 
  39. criteria you have specified. 
  40.  
  41. You can search for all employees whose last name matches the criteria you 
  42. specify. 
  43.  
  44.  
  45. ΓòÉΓòÉΓòÉ <hidden> Close Push Button Help ΓòÉΓòÉΓòÉ
  46.  
  47. Click on the Close push button to close the application. 
  48.  
  49.  
  50. ΓòÉΓòÉΓòÉ <hidden> Name Entry Field Help ΓòÉΓòÉΓòÉ
  51.  
  52. Enter an employee last name or partial last name for your search. 
  53.  
  54. Last names are from 1 to 15 letters long. 
  55.  
  56. To do a partial match, enter the first letter or letters of the name. Then 
  57. press the Search button. 
  58.  
  59.  
  60. ΓòÉΓòÉΓòÉ <hidden> Display All Push Button Help ΓòÉΓòÉΓòÉ
  61.  
  62. Click on the Display All button to show a list of all employees. 
  63.  
  64.  
  65. ΓòÉΓòÉΓòÉ <hidden> Details Push Button Help ΓòÉΓòÉΓòÉ
  66.  
  67. You can select an individual employee in the list and press the "Details" 
  68. button to display more information for an employee.  You may also double click 
  69. on an employee instead of pressing the "Details" button. 
  70.  
  71.  
  72. ΓòÉΓòÉΓòÉ 3. Employee Details Window Help ΓòÉΓòÉΓòÉ
  73.  
  74. This window displays all of the information available for a selected employee. 
  75.  
  76.  
  77. ΓòÉΓòÉΓòÉ 4. Error Messages Help ΓòÉΓòÉΓòÉ
  78.  
  79. You have encountered an error condition... too bad . Please note these error 
  80. conditions: 
  81.  
  82.  Nothing Found 
  83.     Nothing was found in the data base matching what you entered for the 
  84.     search.  Please try again. 
  85.  
  86.  Database Error 
  87.     A database error was encountered; the SQL Code is displayed. Take the 
  88.     appropriate action based on the SQL Code. 
  89.  
  90.  Other Error 
  91.     An indeterminate error occurred. 
  92.