Hi I have three forms:
-
FormName1;
-
FormName2; and
-
FormName3
All forms are available for the web and all have the alias of ‘FormAlias’. I have a view called:
- ViewName1
Incidentally, my view has no form formula specified.
And I also have a document where:
form = “FormAlias”
NoteID = “0000FFFF”
Incidentally, this document is meant to be opened on the web by FormName3. It is also the only document shown in ViewName1.
Now, when I access this URL:
http://servername/DBName.nsf/ViewName1/0000FFFF?OpenDocument
The document seems to know that I want it to open with FormName3 – and it works! My question is, how does it know that I want to open the document using FormName3 when the only thing I can easily see that links it to FormName3 is the alias, which is not unique, and the view doesn’t have a form formula pointing to FormName3…?
One more strange thing is when i open the document in notes its displayed using FormName1 and when i open the document in web it is using FormName3!!!
The first part I just copied from existing posts!!!Sorry if this copy hurts the original author.
Any Idea?