|
-
Feb 25th, 2003, 12:12 PM
#1
Thread Starter
Lively Member
Finding The Current Reocrd
I have seen some messages related to this issue, but none quite answers my question. Maybe I'm applying old ways of thinking to new ways of doing things???
I have a disconnected dataset, and I display each record, one at a time, full screen. I have a public counter (wish there was a better way) so I can start by showing the first record (rows collection index 0),and then press Next and Previous to move around. Each press checks for beginning and end of record set and if in bounds, adds or subtracts one from the publc counter and displays the record.
Now, If i want to Find a record I use the find method and it returns a Row Object. I could display the row object, but I don't really know its record number (current index in the collection) so I can't reset my public counter to allow users to later press Next and Previous again.
So how do you determine the index of a row in the Rows collection?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|