Getting specific record number

jda jda at his.com
Fri Jul 18 12:21:53 CDT 2003


>  > Yeah, select * from table where shirt_style = 'polo'
>
>This will create a separate cursor with just one record. This is not what I
>need. I need to find the relative position of this one record within a
>larger cursor. I could step through that cursor from the beginning or end
>oint, using FirstRecord or LastRecord, but I need to start from a specific
>point somewhere within the cursor.
>
>Thanks.
>
>- Mark
>

Is myCursor.currentPosition what you're looking for?

Jon


More information about the Valentina mailing list