Submitted by Robert F Harwood on Jan 16, 2012 10:37:56 AM

Re: Opening Notes Documents on pages

checked

Submitted by Michal Svarc on Oct 4, 2010 8:36:36 AM

Opening Notes Documents on pages

But what if I have many forms in the database and while I want to open them on composite page I don't want to create page for every of them - all of them will be same and it will just slow down the application...

Thank you for your help!

Submitted by Karsten HW Lehmann on Jan 14, 2009 6:46:52 PM

For all readers of this article

Please note that you need to define the property

"com.ibm.notes.enable.preferences = true"

on page level to have wiring and property broker support for the NSF document placeholder component in the opened CA page.

It's described in this posting:

Running NSF Components in context

{ Link }

Submitted by Karsten HW Lehmann on Jan 13, 2009 11:29:05 AM

Here is a solution for multiple documents (in Notes 8.5)

@Manu:

If you're familiar with Java coding, maybe this is something for you:

{ Link }

{ Link }

Submitted by Manu Radhakrishna on Dec 30, 2008 5:19:31 PM

Does not work when you open multiple documents

The example works fine using the property Karsten mentions, but if you try to open multiple documents together it opens the document in the form not in the composite application

Submitted by Karsten HW Lehmann on Dec 25, 2008 6:40:22 PM

The described steps do not work

As mentioned in the 8.5 at:

{ Link }

additional steps are required to make this opening of documents work:

- add com.ibm.rcp.useClonePages=true to the application properties

- the form really needs an alias, you can name it for example "test | test"

Submitted by Manu Radhakrishna on Nov 19, 2008 12:22:06 PM

can this work?

I need to way to launch a composite application when the user double clicks on a message in their inbox with a specific subject line.

Based on the article this is what I did , I created a composite application with the name CustomForm (Alias set to my CustomForm) and then modified the inbox folder to use the CustomForm when the subject line has the word Custom in it.

My assumption is that a Notes form does not need to be created and that the Composite Application with alias set should work. However when i try launching it Notes complains that it cannot find the Form named CustomForm.

Are my assumptions correct ? Is this support to work (launching a composite application instead of the Memo form)