Is there a method to verify if document is saved

Hi,

Is there a way to figure out if the document is saved in the Web Query save agent.

There is a html page (which is not maintained in the notes database) which has certain fields and submit button. When the user clicks the submit button a document is created in notes database and user is shown an thank you page.

The users have complained that, sometimes the document does not get saved and still the thank you page shows up. So they want a new page to be displayed in case the document is not saved.

Is there any way how i can get this done in webquerysave agent.

Thanks & Regards

Javed

Subject: Is there a method to verify if document is saved

Howdy!

I’m not sure how your code works and it sounds kinda confusing. But look at the help example for the NotesDocument property IsNewNote. Basically, if NotesDocument.IsNewNote = false then it’s a saved document.

HTH!

Steve in NYC