Hello, Is it possible to compose a document from a URL in browser where it opens the Notes Client and creates a specified form that a user can then fill in?
Something like…
notes://Server/Folder\database.nsf/Form?CreateDocument
Does anyone know the correct syntax or even if it can be done?
Many thanks in advance.
Subject: Is it possible to compose a document from a URL in a browser?
What do you mean by ‘creates a specified form’? If you just want to open a form that has already been built in Designer so the user can fill it out and submit it, then notes://server/database.nsf/myForm?openform should work.
Subject: Thanks David
That is what I want. Thanks David.