Quote:
Originally Posted by lord_kaiser
I extracted the document.xml code and ran it through an xml checker and no errors were found.
|
If you're checking a document that isn't returning the error, that's not surprising.
Quote:
Originally Posted by lord_kaiser
I also opened a damaged document and ran that code through the checker and everything came back fine.
Not sure why this issue is still present.
|
At a guess, it seems the document might be corrupting upon opening - which suggests the Office installation on
that PC might need repairing. As I said, though, it's just a guess.
Quote:
Originally Posted by lord_kaiser
If I were to incorporate the use of content check box as you describe above, how would I go about coding it? The check boxes do not contain any events, so how would the code need to be written?
|
If the existing checkboxes don't trigger any code, there's nothing to change in that regard by switching over to content control checkboxes. That said, I'd still be inclined to replace the
Quote:
Yes/No ActiveX checkbox sets and & Yes/No/Refer Fact Find content control checkboxes (which don't enforce an exclusive choice) with content control dropdowns giving the same options
|