Greg McGuffey (10/09/2008)
I'm not super familiar with the BrowseDialog, but I'm guessing you'd drop a BO of the appropriate type on the form, drop a browsedialog on the form, setup the browse dialog to populate that BO when the user selects something, then setup the listview to CopyDataFrom that BO. Finally, handle the BO's CurrentTableRefilled event and requery the listview.
Hope that heads you in the right direction (or is so wrong somebody smarter will quickly correct me
)
The browse dialog is working just fine. I have the ListView set up as bound to the same BO that the browse dialog is populating. But listview does not get populated. The Requery() method wants to call a method on the BO to populate it but that BO has already been poulated by the browse dialog I just want to tell the listview to go populate itself from the BO that was populated by the browse dialog.
Thanks for trying to help.