By Ian Johnston - 10/29/2010
I have a listview that I want to populate from a browse dialog, how do you refresh after the BD closes? I have tried a requery and refresh in the BD closed event but it is not refreshing the listview. They are both referencing the same BO.
|
By Ivan George Borges - 10/29/2010
Hi Ian.
It is difficult to say without looking at your code. Have you set the PopulationDataSourceSettings?
One thing you could do is to have a look at the SampleListViewPopulation solution that comes with StrataFrame. You will find it at the "C:\Program Files (x86)\MicroFour\StrataFrame\VB.NET Samples\AdvancedListView" folder.
Have a look at how you can set it to populate on FormLoad or Manually, which will be your case. Follow the logic of the sample and come back to us for anything else you need.
|
By Ian Johnston - 10/29/2010
Got it. Thanks.
|
By Ivan George Borges - 10/29/2010
You're welcome!
|