Charles,Please excuse my ignorance, but I am confused about views. Are you talking about views created in SQL Server where the query statement is actually stored in the database? Or are you referring to building the SQL query from the parameters entered as needed but where the query statement is never actually stored in the database?
Assuming you are talking about ad hoc queries rather than formal SQL views, then I am confused about how a Browse Dialog can handle parameters relating to multiple tables that will be used in building the ad hoc query. Aren't Browse Dialogs related to only a single business object and therefore only one table?
Sorry I am so slow, but I do appreciate any additional help you can provide.