hcl-bot
December 16, 2008, 4:37am
1
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.
hcl-bot
December 17, 2008, 4:56am
2
Subject: Lotus client Problem of save
Hi,From what I understand of the problem
User edits the record
Updates some value
Closes the document
On prompt to Save, selects No
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.
hcl-bot
December 16, 2008, 5:15am
3
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
hcl-bot
December 16, 2008, 5:58am
4
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.
hcl-bot
December 16, 2008, 6:17am
5
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
hcl-bot
December 16, 2008, 5:07am
6
Subject: Lotus client Problem of save
please post your code for save
hcl-bot
December 16, 2008, 6:02am
7
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.
hcl-bot
December 16, 2008, 6:11am
8
Subject: RE: Lotus client Problem of save
then there must be something in queryclose. try to debug lotusscript.
hcl-bot
December 16, 2008, 6:23am
9
Subject: RE: Lotus client Problem of save
Hi I have no code in query close event