Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Yes. The BrowseDialog operates the exact same as a ListView in this fashion. You will set the results field to be populated through an event instead of a formatted string. Then in the RowPopulating event you will set the column to the desired value. There is quite a bit of documentation regarding the BrowseDialog and the RowPopulating event.
|