After design refresh getting an error message"Document has been modified or corrupted since signed! (data)" on two action buttons of the
database main form. When using ScriptDebug the error pop-ups at this LotusScript statement:
flag = ws.DialogBox( “utilities”, True, True, False, False, False, False, “Choose a utility”)
Functionally the worksheet executes normally.
Any hint is welcome.
Subject: Document has been modified or corrupted since signed! (data)
This error occurs when a signed controlled access section is closed (you don’t have the access rights to modify its content) yet a backend function or button has changed the content of the section.
Since you do not have access to the section, its encrypted signature has not changed, but the content has changed, so the data check fails and this message pops up.
Check for signed controlled access in the design, and make sure all the people who are supposed to update one of the field inside that section has the edition access of the section.
Of course, it could also mean that a hacker is trying to change data he isnt supposed to change, using a backend agent…
HTH
Nicolas Abesdris
Quintessence e-solutions Inc.