Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
I'm not an expert using the BrowseDialog, so this is just based on what I'm seeing in source. As you already have determined, it has neither access to the BrowseDialogWindow nor direct access to the BrowseResultsListView. As I look at how the class works, I'm not sure I understand how you could ever have access the BrowseResultsListView. The only time the BrowseDialogWindow exists is within the ShowDialog method, which uses the ShowDialog method on the BrowseDialogwindow.
If you need to access the data that is filling the listview, you'd use the BusinessObjectToPopulate, which will be filled with the results after the search.
|