OK...here is what I have so far.
1. Query the DB to pull in the inital view of information and dump that into a dataset.
2. copy that information to a dataview for the purpose of using another winform for a seach page.
I attach the dataview to a list box. When the user types in the text box I use a rowfilter routine to filter the listbox so as they type in a name the list shortens until only the name you want displays in the listbox
I want to use that name to search on the first form to populate a bunch of other text boxes.
3. Pass the name back to the first form and populate a text box with the name.
THIS IS WHAT I CAN"T FIGURE OUT.
I want to use that name that I have from my search to then find the correct position in the original dataset...so I can find the position in the dataset and then set that row as the current row and use the fields from that record to populate a bunch of other text boxes...
Problem I have is I don't know how to construct the code to search\query a dataset...what ever I have come up with doesn't give me squat...
So if anyone has some hints I would greatly appreciate it.
1. Query the DB to pull in the inital view of information and dump that into a dataset.
2. copy that information to a dataview for the purpose of using another winform for a seach page.
I attach the dataview to a list box. When the user types in the text box I use a rowfilter routine to filter the listbox so as they type in a name the list shortens until only the name you want displays in the listbox
I want to use that name to search on the first form to populate a bunch of other text boxes.
3. Pass the name back to the first form and populate a text box with the name.
THIS IS WHAT I CAN"T FIGURE OUT.
I want to use that name that I have from my search to then find the correct position in the original dataset...so I can find the position in the dataset and then set that row as the current row and use the fields from that record to populate a bunch of other text boxes...
Problem I have is I don't know how to construct the code to search\query a dataset...what ever I have come up with doesn't give me squat...
So if anyone has some hints I would greatly appreciate it.