Hi, I want to undertstand how I can know when the current record I'm working with is the last one (or if there are no other record after the current)? Is there any function to call to know it or a trigger that is fired automatically at last record (or end of record).
Kiki
0
Comments
eg.
IF FIND('-') THEN
REPEAT
something;
UNTIL NEXT = 0;
The above is code used to loop through a table and perform some action.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.