Group: StrataFrame MVPs
Posts: 1.9K,
Visits: 21K
|
Hi Marcel.
I thought of doing that a while ago and then changed my mind. The idea was to give the user a way to go back to the list of records he had fetched to the form main BO at any time to be able to navigate through them.
I ended up creating a base "List" button to be added to all my form's toolbars, which will list that same content. Since I was more in control of this, I could create features to let the user group, sort, etc., using an Infragistics grid.
I guess you could also use the BrowseDialog BeforeSearching event which will expose the complete search criteria and save it, this way you could populate your search fields with the same criteria once you entered the BrowseDialog again, but that would require another trip to the database to fetch the records all over.
|