Domino Code Fragment
| Code Name* When Looping Through a ResultSet, While.NextRow Is Not Recommended | Date* 11/19/2025 | Source (or email address if you prefer)* [email protected] IP address:.172.70.131.212 | |
| 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: | |