Previous Topic: Example 1Next Topic: Java Proxy Code


Example 2

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

for (int i = 1; i < oper.getOutListCount; i++) 
{
  int id = oper.getOutEmployeeId(i);
  String name - oper.getOutEmployeeName(i);
}