Porcessing Rows Using Loops (ActiveRowCount)

No votes yet

In order to loop through the rows on an occurs level you need to
know the number of rows. ActiveRowCount returns the number of active
rows in a scroll.

For &I = 1 To ActiveRowCount(Scroll.PSU_STU_ENROLL)
/*your statement goes here*/
End-For;

Please try to help out with unanswered topics on the forum. Chances are you have had the same issue/question some time in your IT career!

Comments

Have a question? Please ask it on the forum instead.

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
The question below is to prevent automated spam submissions.
5 + 8 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.