[ RB4] To test a cursor ?

Deane Venske dean at eduss.com
Fri Oct 24 15:15:57 CDT 2003


A pretty good method, in my opinion, to loop through records is the 
following code which saves declaring integer variables to use in the FOR 
loop.

  while cursor.NextRecord() = TRUE
    // Loop through records.
  wend

Deane Venske



More information about the Valentina mailing list