Quote:>I'm using Progress 8.2 COM commands to fill Word97
>documents like invoices and inquiries. Documents
>are filled in a right way but it takes several
>minutes to fill a single page with informations.
>Using normal output it takes max. 3 s to print
>out the same document.
> Is there a problem with OLE using Word with Progress ?
> Thanks for your help
I find it much faster to save my Word documents in .RTF format,
containing placeholders. Then I read the .RTF file into Progress (it is
just ASCII with a few oddities I can get around) and replace the
placeholders with the required strings. Then I initiate Word just to
print the resulting .RTF file which I have written in Progress.
HTH
William
-----------------------------------------------------------
William Wyatt-Lowe Phone: +44(0)1442 247372
7 East Street Fax: +44(0)1442 264447
HP2 5BN UK Tailored Business Solutions
-----------------------------------------------------------
If it ain't broke - don't fix it