═══ 1. Employee Lookup Application Help ═══ This file contains the help for the sample COBOL Visual Builder Employee Lookup application. ═══ 2. Employee Lookup Window Help ═══ This Employee Lookup application is a sample COBOL application. This application permits you to display employee information using a graphical user interface (GUI) running on a workstation. Which employees are displayed is based on search criteria you specify. You can search for:  All employees, or  Employees whose last name starts with certain characters The following information is displayed for each employee in the employee list area:  Last name  First name  Middle initial You can scroll vertically to see all of the name. Note: All of the employee names and phone numbers in this application are fictitious. ═══ Search Push Button Help ═══ Click on the Search button to display a list of the employees that match the criteria you have specified. You can search for all employees whose last name matches the criteria you specify. ═══ Close Push Button Help ═══ Click on the Close push button to close the application. ═══ Name Entry Field Help ═══ Enter an employee last name or partial last name for your search. Last names are from 1 to 15 letters long. To do a partial match, enter the first letter or letters of the name. Then press the Search button. ═══ Display All Push Button Help ═══ Click on the Display All button to show a list of all employees. ═══ Details Push Button Help ═══ You can select an individual employee in the list and press the "Details" button to display more information for an employee. You may also double click on an employee instead of pressing the "Details" button. ═══ 3. Employee Details Window Help ═══ This window displays all of the information available for a selected employee. ═══ 4. Error Messages Help ═══ You have encountered an error condition... too bad . Please note these error conditions: Nothing Found Nothing was found in the data base matching what you entered for the search. Please try again. Database Error A database error was encountered; the SQL Code is displayed. Take the appropriate action based on the SQL Code. Other Error An indeterminate error occurred.