Domino Code Fragment
Code Name* When Looping Through a ResultSet, While.NextRow Is Not Recommended | Date* 06/28/2025 | Source (or email address if you prefer)* [email protected] IP address:.172.70.127.89 | |
Description* Instead of While.NextRow, use Do at the beginning of the loop and the condition at the end, with a statement such as "Loop Until res.IsEndOfData." | Type* LotusScript | Categories* (Misc) |
Implementation: | Required Client: | Server: |
Limitations: | Comments: |