Hi,
There is a button in Web. When a user clicks on that button i am trying to create a response document. The code i have written is
@Command([Compose];“NewForm”)
The “NewForm” is a Response form.
When i click that button on web i am getting an error
"Error 404
HTTP Web Server: Lotus Notes Exception - Entry not found in index "
Can anyone help me on this.
Thanks in Advance.
Subject: @Dblookup error from lack of inherited key values
“Entry not found in index” is a typical untrapped @DBlookup error. Most response docs are set to “On Create: Formulas inherit values from selected document.” however, the way you are creating the response, there is no context for a selected document, therefore no values are inherited and if there are any formulas using @dblookups with inherited values as keys, they will fail.
Use the search results from the other responder to find solutions for properly creating response docs from the browser.