Hi Do anybody have experiance/knowledge starting a notesdocument from other programs like Word or a standalone java-application.
In Java there are a method Runagent but I think that it’s only work on backend-method not to start a doument in editmode.
Any suggestion is appriciated.
Subject: Start Notesdocument from other Program
Here is one way. Open the properties of the document. Go to the Meta tab, marked < + >, and get the Identifier. Make sure you get all of it – it is very long. For example, in my local replica your question is:Notes:///00256C3E0030650D/C21908BAF7E06EB085256A39006EAE9F/9956CE9CFF5FA9F985256DB40032C3BC
This URL opens the document in Notes. It works by starting NOTES.EXE with the URL as the command line parameter. Any program that can make Windows open a URL or run a command can do it.
There are also other ways to do it: NDL files that contain the link information, or a program that uses OLE.
Subject: RE: Start Notesdocument from other Program
Hi
Does the link work if it is activated from a Java-agent???
Subject: RE: Start Notesdocument from other Program
From an agent? You started off asking about “other programs like Word or a standalone java-application”. Anyway, I tried it from a Java agent and it works from there too.
Subject: RE: Start Notesdocument from other Program
Did you started your agent in a database located on server that was not install local on your P’cere?.
Subject: RE: Start Notesdocument from other Program
An agent running on a server has no access to any client machines, not even to the client that triggered the agent.It seems like every time I reply, you change the question. What are you really trying to achieve?