N
news.microsoft.com
I have an application that creates a report using a Word template by
scanning the template's bookmarks and placing data at their location using
MFC DLL. Some of the data is text, some graphics. For graphics, I scale the
PNG files to fit inside of a table cell. The program works well on Word 2000
(albeit, a bug work around on the bookmark count- later).
I installed the program on a PC with Word 2003 and the reports look
terrible- the graphics don't go into the cells properly. Doesn't the
MSWORD9.OLB library work on Word 2003 machines? (Obviously not!) How much
work will it be to fix this? Is there a KB bug on MSWORD9 compatibility with
Word 2003?
About the bug I mention above, the bookmark count changes as I iterate the
loop. That is, I have to test and reset the number of items in the bookmark
collection each time through the loop, since it changes (not due to code).
Typically, the count is off by 1 after the first iteration.
scanning the template's bookmarks and placing data at their location using
MFC DLL. Some of the data is text, some graphics. For graphics, I scale the
PNG files to fit inside of a table cell. The program works well on Word 2000
(albeit, a bug work around on the bookmark count- later).
I installed the program on a PC with Word 2003 and the reports look
terrible- the graphics don't go into the cells properly. Doesn't the
MSWORD9.OLB library work on Word 2003 machines? (Obviously not!) How much
work will it be to fix this? Is there a KB bug on MSWORD9 compatibility with
Word 2003?
About the bug I mention above, the bookmark count changes as I iterate the
loop. That is, I have to test and reset the number of items in the bookmark
collection each time through the loop, since it changes (not due to code).
Typically, the count is off by 1 after the first iteration.