L
lojze066
I have the following problem with PrintDate which appears only in Word 2000
In Word 2003 everything works OK. My users unfortunately use Word 2000
(9.0.4402 SR-1)
1) Users demand is that the footer contains PrintDate field
2) Second demand is that when approved, document is protected against
writing with password .
I protect document programmatically with following code
Const wdAllowOnlyComments=1
WordObj.ActiveDocument.Protect wdAllowOnlyComments, False, "PASSWORD"
3) PROBLEM IS FOLLOWING:
After protecting the document, PrintDate, after document has been printed
out, doesn’t work any more It is empty = 00.00.00000.
I also found out that the same problem with PrintDate appears also if I do
everything manually in Word so probably this is a Bug or something.
Can someone give me an advice what to do that PrintDate will work in Word
2000 (9.0.4402 SR-1). Maybe there is fix for this or some workaround?
Thank you
Lojze
In Word 2003 everything works OK. My users unfortunately use Word 2000
(9.0.4402 SR-1)
1) Users demand is that the footer contains PrintDate field
2) Second demand is that when approved, document is protected against
writing with password .
I protect document programmatically with following code
Const wdAllowOnlyComments=1
WordObj.ActiveDocument.Protect wdAllowOnlyComments, False, "PASSWORD"
3) PROBLEM IS FOLLOWING:
After protecting the document, PrintDate, after document has been printed
out, doesn’t work any more It is empty = 00.00.00000.
I also found out that the same problem with PrintDate appears also if I do
everything manually in Word so probably this is a Bug or something.
Can someone give me an advice what to do that PrintDate will work in Word
2000 (9.0.4402 SR-1). Maybe there is fix for this or some workaround?
Thank you
Lojze