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