home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / viscobv6.zip / vac22os2 / ibmcobol / samples / elookup1 / helpdir / elkhlp.ipf < prev    next >
Text File  |  1997-08-28  |  3KB  |  116 lines

  1. :userdoc.
  2. :title. Employee LookUp Help
  3. :docprof toc=12.
  4. .*
  5. :h1.Employee Lookup Application Help
  6. :p.
  7. This file contains the help for the sample COBOL Visual Builder
  8. Employee Lookup application.
  9. .* - - - - -
  10. :h1 res=30.Employee Lookup Window Help
  11. .*
  12. :p.
  13. :artwork runin name='employes.bmp'.
  14. This Employee Lookup application is a sample COBOL application.
  15. This application permits you to display employee information
  16. using a graphical user interface (GUI) running on a workstation.
  17. Which employees are displayed is based on search criteria you
  18. specify.
  19. :p.
  20. You can search for:
  21. :ul.
  22. :li.
  23. All employees, or
  24. :li.
  25. Employees whose last name starts with certain
  26. characters
  27. :eul.
  28. .*
  29. :p.
  30. The following information is displayed for each employee in
  31. the employee list area:
  32. :ul.
  33. :li.
  34. Last name
  35. :li.
  36. First name
  37. :li.
  38. Middle initial
  39. :eul.
  40. :p.
  41. You can scroll vertically to see all of the name.
  42. .*
  43. :p.
  44. :nt.
  45. All of the employee names and phone numbers in this application
  46. are fictitious.
  47. :ent.
  48. .* - - - - -
  49. :h2 hide res=35.Search Push Button Help
  50. :p.
  51. Click on the :hp2.Search:ehp2. button to display a list of the
  52. employees that match the criteria you have specified.
  53. :p.
  54. You can search for all employees whose last name
  55. matches the criteria you specify.
  56. .*
  57. .* - - - - -
  58. :h2 hide res=40.Close Push Button Help
  59. :p.
  60. Click on the :hp2.Close:ehp2. push button to close the
  61. application.
  62. .*
  63. .* - - - - -
  64. :h2 hide res=45.Name Entry Field Help
  65. :p.
  66. Enter an employee last name or partial last name for your search.
  67. :p.
  68. Last names are from 1 to 15 letters long.
  69. :p.
  70. To do a partial match, enter the first letter or letters of the name.
  71. Then press the :hp2.Search:ehp2. button.
  72. .*
  73. .* - - - - -
  74. :h2 hide res=50.Display All Push Button Help
  75. :p.
  76. Click on the :hp2.Display All:ehp2. button to show a list of all
  77. employees.
  78. .*
  79. .* - - - - -
  80. :h2 hide res=60.Details Push Button Help
  81. :p.
  82. You can select an individual employee in the list and
  83. press the "Details" button to display more information
  84. for an employee.  You may also double click on an
  85. employee instead of pressing the "Details" button.
  86. .*
  87. .* - - - - -
  88. :h1 res=75.Employee Details Window Help
  89. :p.
  90. This window displays all of the information available for
  91. a selected employee.
  92. .*
  93. .* - - - - -
  94. :h1 res=100.Error Messages Help
  95. :p.
  96. You have encountered an error condition...
  97. :hp1.too bad :ehp1..
  98. Please note these error conditions:
  99. :dl tsize=3 break=all.
  100. :dt.
  101. :hp2.Nothing Found:ehp2.
  102. :dd.
  103. Nothing was found in the data base matching what you entered
  104. for the search.  Please try again.
  105. :dt.
  106. :hp2.Database Error :ehp2.
  107. :dd.
  108. A database error was encountered; the SQL Code is displayed.
  109. Take the appropriate action based on the SQL Code.
  110. :dt.
  111. :hp2.Other Error:ehp2.
  112. :dd.
  113. An indeterminate error occurred.
  114. :edl.
  115. :euserdoc.
  116.