emulate recordset.find method for dataset.

hemenkap

Active member
Joined
Jan 22, 2003
Messages
29
Location
Mumbai, India.
i want to emulate the recordset.find method for the dataset.
my main concern is that recordset.find method returns the position ( or rather it moves to cursor to the record that fulfills the criteria) and the we can get the position using the absloute position property.

i want to do the same thing for dataset. i dont want the function to return the matching datarow, i want it to return the position of the matching datarow in the dataset.

Thanks
 
Back
Top