Compose a Response Document on Web

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.

Subject: Compose a Response Document on Web

Start here and see what you can find:

http://www-10.lotus.com/ldd/nd6forum.nsf/Search?SearchView&Query=compose%20and%20response%20and%20document%20and%20web&SearchOrder=0&Start=1&Count=100

HTH

Doug