Link to home
Start Free TrialLog in
Avatar of togg1113
togg1113

asked on

Document has been modified or corrupted since signed error after editing/re-saving document

I have been able to access a form document and make edits to some fields using vba.  The problem I keep having (which seems to be a signature issue of some kind) is: After I make my changes to the document and save it, when I try to re-open the document or a recipient tries to open the document, there is an error "Document has been modified or corrupted since signed! (data)".

I have tried signing the document by using "Call Doc.Sign" before saving the doc, but this does not solve the issue.  I did not create the form that is being used for the documents, but I suspect there are signature fields in the document that I am not properly signing or something along this line of thinking.

Any help is greatly appreciated!

Thanks, Jack
Avatar of qwaletee
qwaletee

Are there multiple sections?  Are there subforms?

Signatures are dependant on Notes being able to identify which section is being signed, and then the contents of that section remainiing consistent.  If a field migrates into or out of an expected signature set, the the summary info will match an out of date list of fields, and therefore won't match for signature comparison.
Avatar of togg1113

ASKER

There are no sub-forms that I am aware of.  There would seem to be 2 sections to the form, as there is a comprehensive section of fields at the main body of the form, and then another section at the bottom.  These 2 sections are filled out by seperate users, the first part is to make a request for service, the second part filled out by another user is to Approve/Decline the request.  This second section is the part I am editing through vba.  I have been successful in editing these fields and have their item names and index numbers. But, as stated above, after saving the values in the fields (I do not edit the first part of the form where the request is made), when I try to re-open the document, that's when the error occurs.
Another thought crossed my mind relating to the comment from qwaletee.  If the summary info is causing the mismatch, do I need to be updating it to avoid the error?  If so, how?
I have increased the point value of this question by an additional 25.
ASKER CERTIFIED SOLUTION
Avatar of HemanthaKumar
HemanthaKumar

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Are you editing a Form or a Document... phrased a different way, are you editing design or data?
I am making 3 edits to data items in the document which start out blank, I am not trying to make any design changes.

HemanthaKumar, unfortunately, I do not have admin access to this database and it is not an option for me, is there another workaround?
Sorry the problem is what I explained and without proper access you are stuckup and have to live with that
I gave the points to HemanthaKumar because I believe this was the correct answer.  Unfortunately for me, I am unable to utilize the solution due to corporate politics.

Thanks for the advice,

-Jack