C
Charles A. Lackman
Hello I have a DataView using the DataViewManager that was created from a
Dataset with a Relationship.
The Parent View is "Customers"
The Child View is "Contacts"
I am looking for a way to Sort the ContactsView and perform a Find on it.
I.E.
CustomerView.DataViewSettings("Customers.Contacts").Table.DefaultView.Sort =
"ID"
RowPosition =
CustomerView.DataViewSettings("Customers.Contacts").Table.DefaultView.Find("12")
This does not work, any suggestions will be greatly appreciated.
Thanks,
Chuck
Dataset with a Relationship.
The Parent View is "Customers"
The Child View is "Contacts"
I am looking for a way to Sort the ContactsView and perform a Find on it.
I.E.
CustomerView.DataViewSettings("Customers.Contacts").Table.DefaultView.Sort =
"ID"
RowPosition =
CustomerView.DataViewSettings("Customers.Contacts").Table.DefaultView.Find("12")
This does not work, any suggestions will be greatly appreciated.
Thanks,
Chuck