Forum Discussion
cunderw
10 years agoCommunity Hero
You should be able to create and increment your own counter and also use labels and go to label to accomplish this.
- mgroen210 years agoSuper Contributor
Hi cunderw,
I create a local variable index of type integer, craete a while loop and incrementing the value of index with 1 each iteration, also used code snipped to go to next record, however it fails. Both variable index does not get incremented and the code snippet to navigate to next record fails as well.
See attached screenshot.
Any tips?