Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
If the browses are the same with the exception of the results layout, then you will definitely want to have a single class that is inherited from the BD and then just programmatically modify the results. The results is a collection so you can just modify the collection in code. if you open the designer file of the BD class you created, you will see the BrowseResultsLayout property is just a collection and you can see what the designer has done. So it would just be a matter of removing these in an even prior to the BD being shown.
|