Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
You can use a BrowseDialogInfoPanel on the BrowseDialog and there is a RowChanged event that tells you the row that is currently selected within the business object. However, if you want to know the row that was selected when the BrowseDialog was exited, then the BusinessObjectToPopulate will be filled with the results of the search, and the selected record will be the CurrentRow within the business object.
|