Problem saving document in web

Hi,

i have a document in web, in this document, i user two boutton:

1/ Editer

2/ Send document

the “Send document” button to launch my agent.

This agent can change some fields (status and language status), after I make a Call doc.save (True, True).

My problem is that I can not save the fields that I fill manually, against fields updated by code are saved.

I called to save, but after close the document, I open it and I think the fields are empty and filled manually unregistered

Ideas to solve this problem?

Subject: webquerysave agent

Change the code of your button to just save.In the webquerysave event of your document, call your agent.

In your agent, do NOT invoke doc.save

Read up about webquerysave in the designer help…I think this will clarify a lot of things for you.