Discussion:
Word8Print
(too old to reply)
Brian
2010-05-13 17:49:32 UTC
Permalink
I am maintaining a program that someone wrote a while back and I have
an area where the program is supposed to print a MS Word document
without preview. It works with Microsoft Word 2003, but not with
Microsoft Word 2007.

Here is the command. I don't know what library it is from. We are
using several libraries with this program.

Word8print('c:\tmp\foobar.rtf');

It ends up in system.pas portion with the debugger. Can someone tell
me where this command comes from? <F1> doesn't show anything.

brian
Brian
2010-05-13 17:53:29 UTC
Permalink
Post by Brian
I am maintaining a program that someone wrote a while back and I have
an area where the program is supposed to print a MS Word document
without preview. It works with Microsoft Word 2003, but not with
Microsoft Word 2007.
Here is the command. I don't know what library it is from. We are
using several libraries with this program.
Word8print('c:\tmp\foobar.rtf');
It ends up in system.pas portion with the debugger. Can someone tell
me where this command comes from? <F1> doesn't show anything.
Uhm, I goofed. Word8print is a procedure in our code. Doh!

Loading...