I’m having problems with signed sections in R6 and bizarre behaviour.
Simple form with a controlled access section.
Two fields. The first a date field and the second a rich text field.
Both set as signed if saved in section.
On two installations of 6.5.1, if an attachment is added to the RTF, when the document is re-opened after saving, a dialog appears saying - Document has been modified or corrupted since signed. (data)
On another installation of 6.5.0 the form works fine.
If no attachments are added, it is fine on all installations and on R5 it is fine.
If the section contains no other signed fields it also works.
It is interesting that if the $Sig_xxx field is examined, on the system that works (6.5.0), the $File entry in the $Sig field appears at the end:
…MeetingDate.Body.$FILE.lines.tga.
On the installations that don’t work (6.5.1) it appears at the beginning of the fields.
…$FILE.lines.tga.MeetingDate.Body.
This is in a test database where there is no coding or scripts going on.
Anyone else having problems or have any ideas about what is going on?