M
mef526
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
a DLL written with MFC . 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.
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 the same way as on Word 2000
machines? (Obviously not!)
How much work will it be to fix this? Is there a KB bug on MSWORD9
compatibility with Word 2003? (there should be!)
I expect that compatibility means that the code I wrote will not break when
newer version of MS Word are released.
scanning the template's bookmarks and placing data at their location using
a DLL written with MFC . 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.
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 the same way as on Word 2000
machines? (Obviously not!)
How much work will it be to fix this? Is there a KB bug on MSWORD9
compatibility with Word 2003? (there should be!)
I expect that compatibility means that the code I wrote will not break when
newer version of MS Word are released.