- Size the form and add the appropriate fields and buttons to it.
- Add a status bar to your form (use the standard template to do this).
- Add logic to your form so that the Fetch button fetches the required details from file PSLMST using the current value of field EMPNO (Employee Number) as the key.
- Add logic to your form so that the Update button updates the employee details in file PSLMST for the selected employee.
- Compile and execute your form. Verify that it functions as expected.