Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Nuno Mendes
16
Views
2
Comments
While cicles using if widget
Question
Is it possible when I am iterating a record list in an If (Just like a C# While) to use the attribute CurrentRowNumber has the iterator?
Thanks
Nuno Mendes
Paulo Ramos
Staff
Hi Nuno,
If you are using a 'For Each' element for iterating your RecordList, then CurrentRowNumber will work as expected - see the full description below:
https://www.outsystems.com/help/servicestudio/7.0/Default.htm#language_reference/record_list_runtime_properties.htm
However, if you are *not* using a 'For Each', and instead are iterating with some custom logic, you cannot rely on CurrentRowNumber.
Hope this helps.
Cheers,
Paulo Ramos
1 reply
25 Aug 2007
Show thread
Hide thread
Nuno Mendes
Ok,
Thanks for your answer. I have already changed the way I was iterating the While and it works just fine.
Nuno Mendes
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...