I need to allow users to enter a search and show the search results in a tab panel. There are many pieces to this interface so the more common methods will not work for this situation. Is it possible to return dump the results of a GetFoundsetByQuery into an unrelated tab panel? They will click on one of the search results to update the data in yet another tab panel.
I can do this in PHP, but I would prefer to keep this functionality INSIDE my solution and could use a nudge in the right direction. Is this currently possible?