PDA

Click to See Complete Forum and Search --> : Setting BookMarks


whittam
Aug 11th, 2000, 05:36 AM
I want to be able to find a record based on clicking any cell in a DBGrid by using a Bookmark but can't work out the correct syntax to do it.

Can anyone help me???

leontro
Aug 11th, 2000, 06:24 AM
You can use datagrid's selbookmark property.

ex:
rst.bookmark=datagrid1.selbookmarks(index)

rst==>ADODB.recordset