COMPOSITE APPLICATIONS - DESIGN AND MANAGEMENT


Opening a view without a navigator
When you build some composite applications using a Notes View component with the Notes URL extension gNotes://c.?OpenView,h it can end up with the whole frame being opened. This can present a problem in composite applications where user interface "real estate" is at a premium and multiple components may be need to be displayed on one page.

To handle this problem, a new attribute has been added to the Notes URL extension gNotes://c.?OpenView.h The syntax is: Notes://c.&OpenView&HideNavigator.

Your composite application CA.XML will contain the notesurl as gNotes://c.&OpenView&HideNavigatorh.

By using this form , you open only the database view and block the frameset launching. The following example shows how to use this new attribute:


See Also