I have a button on a web page where upon clicking the form is vaildated and on post action I have given a createdocument URl liek this one … http://sever/db/formname?CreateDocument But it is giving page not found error …and upon seeing the server console I find that it tells Lotus Notes Excpeption - File not found
However when I do ?OpenForm for the same formname , it works fine and opens the form …
Any ideas what could be the problem.
thanks in advance
Subject: http web server: Lotus notes exception - File does not exist
Well, you say it works fine for OpenForm
Therefore my next guess would be there is a problem accessing something in the form, when it’s placed in Edit mode.
When it comes to web things like this, I create a new form and see if the new form works with a single basic field to start. If so. Then I start copying the design form the problem form bit by bit until the “error” occrus and then figure out what is causing the problems.