Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
All you need to do is attempt to populate before you call the Requery method of the ListView. This way the ListPopulating event will never even be called and the list will not attempt to re-populate. One thing that you will probably want to do is set the PopulateOnFormLoad to manual which means the list will not populate unless you call the Requery method of the ListVIew.
|