I am trying to find a row in a dataset using the key values (whether it is sorted by them or not)
and then move to that row in the dataset. the DataView.Rows.Find(Keys()) works fine to return the
row, but then I need to move the CurrencyManager to the correct position for the resulting
datarow. Is there a way to move to a record in a dataview based on multiple keys?
--
-Rick
________________________________
Hardware, n.: Part of a computer, that when played with long enough, will eventually break.
Software, n.: Part of a computer, that when played with long enough, will eventually work.