Regarding save button

Hi all,

I am using save command for saving the form.after pressing the save button ,some mail alerts are working.using the formula @mailsend.Save buton and mail alert is working properly.but a popup window appears " whether you want to save changes? yes no cancel") How can I avoid this popup?..If I give no here ,the form is already got saved using the first command

Thanks in Advance

Sheri

Subject: Regarding save button

After you saved the document, set an item named SaveOptions to “0”, like

FIELD SaveOptions := “0”;

For this to work (in the client) the field does not have to exist on the form. This prevents any further saving (and because of this, the item is not saved to the document) and suppresses the message.