SQLNRows property (with Cursor)

When executing a cursor, PowerServer fetches all data rows at a time therefore SQLNRows returns the total amount of all fetched rows, while PowerBuilder fetches one data row at a time therefore SQLNRows returns 1.