FRM085 - Update from a Grid
1. Create a New Form / Basic Form :
Name: iiiUpdFromGrid
Description: Update from List
Framework: Personnel and Payroll
RDMLX enabled (YES)
2. Enlarge the form. Drop a Group box (see All Controls tab) to the top of the form. Resize it and change its Caption to Search. Your form should look like the following:
3. Drop another Group Box into the left side of the Search Group Box and resize it. Change its Caption to Start Month. Your form should look like the following:
4. From your Last Opened tab, drop field iiiMONTH into the Start Month Group Box.
5. From the Controls tab, drop a Push Button into the Start Month Group Box. Resize the Group Box as needed and position the Push Button as shown.
6. Change the Push Button Name to SEARCH_MONTH and change its Caption to Search.
7. Save your form.
8. From the Controls tab, drop a Group Box into the Search Group Box, on the right hand side. Change its Caption property to Surname:
9. From the Repository tab, Fields, drop field iiiSRCNAME into the Surname Group Box. Change its MarginLeft property to 0, and resize and position it as required.

Hint: Selecting the field iiiSRCNAME and reduce its Width property to 150 pixels, is the quickest way to adjust its width.
10. From the Controls tab, drop a Push Button into the Surname Group Box. Change its Name property to SEARCH_NAME and change its Caption to Search. Resize and position it.

11. Save your form.
12. Drop a Status Bar (see All Controls tab) onto the bottom of the form.
Change its AutoLocate property to True.
13. Drop a List View component onto the left side of the form. Resize it. Change its Name property to EMPLOYS.
14. Drop fields EMPNO and FULLNAME into the list view.
15. Select the EMPNO column. Change its Caption to ID. Change its CaptionType to Caption. Make the column wide enough to display the field EMPNO.
16. Select the Full Name column.
Change its Caption to Full Name and its CaptionType to Caption.
Change its WidthType to Remainder.
Your form should look like the following:
17. Save your form.