Previous Topic: Repeating Group Property HandlingNext Topic: Example 2


Example 1

For repeating import group of group view name LIST for procedure step EMPLOYEE_ADD containing attributes ID and NAME of entity view name IMPORT and entity EMPLOYEE:

For i = 1 to EmployeeAddListMax
Op.ImportEmployeeId(i) = i
Op.ImportEmployeeName(i) = "Name" & CStr(i)
Next i
` number of rows in repeating group
Dim integer size = op.ListCount