
Originally Posted by
DaveSawers
Just to open out this discussion a little...
I have a database query application that I'm just starting on where I want to use one browser window to display the dialog that queries the database and a separate browser window to display the results. I want to do it this way so that it is easy to see both windows on the screen at the same time and see the results of changing a query without having to switch tabs.
When the user does a different type of query, I want to open the result of that query in a different tab in the data browser so the previous results are not lost and the screen is not cluttered with browser windows.
The look and feel analogy would be like an Excel workbook with tabbed sheets for the data and a VB dialog for the queries.
So I would be really interested to know if there is a way I can temporarily override users' browser setups or alternatively if there's any other way of achieving the described functionality.