Finally, you need to make some changes to your filter to fill the new instance list columns with data.
1. Close the Framework
2. Open the By Location filter (reusable part iiiCOM02) which you created in VLF006WIN - Snapping in a Real Windows Filter.
3. Display the source tab and:
Make sure the code contains this GROUP_BY command to include #xEmployeeSalary field:
Group_By Name(#XG_Ident) Fields(#xEmployeeIdentification #xEmployeeSurname #xEmployeeGivenNames #xEmployeeSalary)
Locate the uSelectData method routine and change the AddtoList statement to:
* Add instance details to the instance list
#avListManager.AddtoList Visualid1(#UF_VISID1u) Visualid2(#UF_VISID2u) Akey1(#xEmployeeIdentification) AColumn1(#xEmployeeGivenNames) NColumn1(#xEmployeeSalary)
4. Compile the reusable part.
5. Start the Framework and test the result.
6. Close the Framework.