So i put a range on a page so i only get the records of a specific customer.
So in code i did:
myTable.SetRange(CustomerNo, CustNumb);
myTable.FindSet();
Now I need to loop over these results but it seems that's not possible to loop over it now with a foreach item in myTable.
In what way am i able to do this?