Hi
How to skip record in Repeat until loop
IF ILE[1].FINDFIRST THEN REPEAT
Qty[1] += ILE[1].Quantity;
UNTIL ILE[1].NEXT=0;
Thanks
*This post is locked for comments
Hi
How to skip record in Repeat until loop
IF ILE[1].FINDFIRST THEN REPEAT
Qty[1] += ILE[1].Quantity;
UNTIL ILE[1].NEXT=0;
Thanks
*This post is locked for comments
Hi,
I think the best way is to use IF ... THEN ... inside the repeat loop
Robertas