Word Viewer 2003 erroring when date-time picture switch is present

  • Thread starter Thread starter jeremy_rank
  • Start date Start date
J

jeremy_rank

All,

I have a header template in a word document that I try to open with
Word Viewer 2003, and due to the header template having the \@ switch
Word Viewer throws an error and closes. Anyone have ideas of why, and
how to fix the problem. I know I can use vbscript inside of a macro
but Word Viewer will not run the macro.

Any help would be much appreciated.

Thank you,

JDR
 
All,

I have a header template in a word document that I try to open with
Word Viewer 2003, and due to the header template having the \@ switch
Word Viewer throws an error and closes.  Anyone have ideas of why, and
how to fix the problem.  I know I can use vbscript inside of a macro
but Word Viewer will not run the macro.

Any help would be much appreciated.

Thank you,

JDR

I forgot to mention that this problem is only occurring on fields that
are calculated by DOCPROPERTY, such as { DOCPROPERTY "Original Date"
\@ "MM-dd-yyyy" }. The following works correctly, { CREATEDATE \@ "MM-
dd-yyyy" }
 
Back
Top