R
Rythm Music
I am trying to find what is the best method to locate a row in a DataSet
Table, using a Primary Key. I need to find the row and set focus on
that row. I know of two methods, one is using Dataview and the other is
using Table.Rows.Find.
The first method requires sort to be specified and this messes up the
order in which my data is displayed.
The second gives me a Row object but not the psoition where it is
located.
Any help will be great.
--Rythm
Table, using a Primary Key. I need to find the row and set focus on
that row. I know of two methods, one is using Dataview and the other is
using Table.Rows.Find.
The first method requires sort to be specified and this messes up the
order in which my data is displayed.
The second gives me a Row object but not the psoition where it is
located.
Any help will be great.
--Rythm