Lotus client Problem of save

Hi When any user edit the document and closed it. Message box prompt to save or not. I select “not” yet it is saving the document with new update. I m not getting why this is happening. What is the reason?

Hi===========

Shishir

Which u are saying i have the ritch text field in form

and I have the code uidoc.RefreshHideFormulas.

But user is not allow to click at this button where the hide formula existing. If i will remove the hide formula then it will not refresh the page. do u have any soln.

Subject: Lotus client Problem of save

Hi,From what I understand of the problem

  1. User edits the record

  2. Updates some value

  3. Closes the document

  4. On prompt to Save, selects No

  5. Updates are retained on the document

Could you confirm if your form has RichText Field

And somewhere are you doing uidoc.Refresh(True)

This could be the problem.

Subject: Lotus client Problem of save

Hi,

Check code in QuerySave/QueryClose event of the form object if there is no save method called.

Konrad

Subject: RE: Lotus client Problem of save

I have the query save but it not changing the field vlue. which is changing at closeing time.

Subject: RE: Lotus client Problem of save

There have to be a code which saves document - check events for fields (onChange) or for embedded subforms (if there are any).

Konrad

Subject: Lotus client Problem of save

please post your code for save

Subject: RE: Lotus client Problem of save

HiI m not saving document. Just opening trying to edit.

Now i m closing document. without changesin client application. It’s ask for save or not selecting “no”. Yet its changing value not always sometimes.

Subject: RE: Lotus client Problem of save

then there must be something in queryclose. try to debug lotusscript.

Subject: RE: Lotus client Problem of save

Hi I have no code in query close event