Previous Topic: Example 1Next Topic: Using a COM Proxy


Example 2

For repeating export group of group view name OUT_LIST containing attributes ID and NAME of entity view name OUT and entity EMPLOYEE:

For i = 1 to op.OutListCount
Debug.Print CStr(Op.OutEmployeeId(i) & " " & Op.OutEmployeeName(i)
Next i