Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
I’m afraid it can’t be done but:
- two versions of the XML file are output using the write command, accept-all (write -ct changesapplied file.xml) and reject-all (write -ct original file_rejectall.xml)
- COM command opens the transformed file.doc in Word and if an auto-open macro sees a “file_rejectall.doc” version the files are compared
My problem is that very occasionally “write -ct original ...” fails silently and produces a -ct changesapplied file. This happens with deeply “nested” change tracking add/delete inside add/delete inside add/delete etc. (There’s drugs for that kind of thing.)
Has anyone ever found a programmatic equivalent of Reject All besides write command?
ceb.com