T
Tekraj
Hi
We have a problem that is now strangely occuring in most machines with Word
2007 and windows XP.
When we attempt to update current document field values that are using a
simple VB form.
e.g.
ActiveDocument.Variables("subtitle") = Me.TxtSubtitle.Text
ActiveDocument.Variables("company") = Me.Txtcompany.Text
ActiveDocument.Variables("date") = Me.Txtdate.Text
and then
For Each fld In ActiveDocument.Fields
fld.Update
Next
The values appear junk and the fonts are changed to Arial Unicode or MS
mincho or similar fonts.
We attempted removing some chinese fonts but the values appear in some other
unicode fonts when updated.
Is it something to do with how MS office is installed and the fonts that go
along with it?
Any help would be appreciated.
We have a problem that is now strangely occuring in most machines with Word
2007 and windows XP.
When we attempt to update current document field values that are using a
simple VB form.
e.g.
ActiveDocument.Variables("subtitle") = Me.TxtSubtitle.Text
ActiveDocument.Variables("company") = Me.Txtcompany.Text
ActiveDocument.Variables("date") = Me.Txtdate.Text
and then
For Each fld In ActiveDocument.Fields
fld.Update
Next
The values appear junk and the fonts are changed to Arial Unicode or MS
mincho or similar fonts.
We attempted removing some chinese fonts but the values appear in some other
unicode fonts when updated.
Is it something to do with how MS office is installed and the fonts that go
along with it?
Any help would be appreciated.