P
Peter Karlström
Hi
I'm developing a COM-Addin in VS2008 for Word 2007 with SP2.
We have discovered a strange error which affects the presentation of
CustomDocumentProperties data in the document.
This error is easy to reproduce and I suspect this is (yet) another Word
2007 bug.
1. Start Word 2007 with a blank document
2. Add a custom document property and give it a value
3. In the page header, insert a 1 cell table
4. Format the cell to Arial 12 points, bold
5. In the cell, insert a field referens to your property with Insert - Field
6. Notice correct value and format
7. Save and close the document.
8. Open the document and add som text to the value of your property
9. Printpreview.
10. Notice the incorrect format of the field data from the start of your
added info
Now, why is this?
If I look inte the XML-part in an unpacked document, in header1.xml off the
document, there is a lot of "preserve" statements among the tablecell
information
and the added value seems "misplaced" in the XML-tags.
Is this a know bug, or does anybody know a useful workaround?
Thanks in advance
I'm developing a COM-Addin in VS2008 for Word 2007 with SP2.
We have discovered a strange error which affects the presentation of
CustomDocumentProperties data in the document.
This error is easy to reproduce and I suspect this is (yet) another Word
2007 bug.
1. Start Word 2007 with a blank document
2. Add a custom document property and give it a value
3. In the page header, insert a 1 cell table
4. Format the cell to Arial 12 points, bold
5. In the cell, insert a field referens to your property with Insert - Field
6. Notice correct value and format
7. Save and close the document.
8. Open the document and add som text to the value of your property
9. Printpreview.
10. Notice the incorrect format of the field data from the start of your
added info
Now, why is this?
If I look inte the XML-part in an unpacked document, in header1.xml off the
document, there is a lot of "preserve" statements among the tablecell
information
and the added value seems "misplaced" in the XML-tags.
Is this a know bug, or does anybody know a useful workaround?
Thanks in advance