Frameset ignored in Client

We have an application that uses a the same Frameset for both the Web and Notes Client.The Launch parameters for both the web and client are set to this frameset in the Databse properties.

This works perfectly all the views pages and forms launch in the correct frames when the application is accessed from a browser. However from a Notes client - Notes insists on launching all views in the old non-frameset standard outline fashion.

The application worked perfectly in Release 5.XX

and to make matters more puzzling we have other applications thatr use this launh arrangement that work perfectly in both browser and client.

Any ideas

Subject: Frameset ignored in Client

The problem occurs because Domino ignores the framset parameter in the action bar properties the thick client We tried the following fix This was added to the action bar formula

@SetTargetFrame(“Main”);

Before @Command([OpenView];“ViewName”

This fixes one of our applications

The other application which was working on the Web and not working on the thick client now works perfectly in the thick client but not in the browser since applying this fix.