BindingSource.Find (Multiple columns)

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I thought this would be simple. But a search on the knowledge base turned up nothing. So here goes.
I have a bindingsource that is connected to a table where tho fields determine uniqueness. Duringa refresh i would like to return to the row that the user was on when he clicked the refresh button.
BindingSource.find only supports one column in so far as i have been able to infer. So how doi do it.
Altering the table is out of the question. Besides searching on multiple fields is a common event. Like for example first and lastname or perhaps company and journal number.
Thanx
Jerry C
 
 

View the full article
 
Back
Top