static void glibs(Args _args)
{
CustTable custTable;
List list;
ListEnumerator listEnumerator;
;
list = new List(Types::Record);
select firstonly custTable;
list.addEnd(custTable);
changecompany ("DAT")
{
listEnumerator = list.getEnumerator();
while (listEnumerator.moveNext())
{
custTable.data(listEnumerator.current());
info (strfmt("%1", custTable.dataAreaId));
}
}
}
__________________
С уважением,
glibs®
|