Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
You could create a view and base a BO off of a view which would allow you to search accross tables. In the next update, the BrowseDialog has an event (AfterBrowse) that you could then perform another query on a different BO that is used for editing. I am sure the next question is when will we post this....it will probably be two to three weeks before we post the update. Another option is to use a BrowseInformationPanel which would allow you to perform some additional tasks. There is a sample that shows how to use the BrowseInformationPanel that comes with the framework.
|