Just some suggestions:
1. Can you set the Word Application object's DisplayAlerts property? e.g.
Application.DisplayAlerts = wdAlertsNone
Does that make any difference?
2. Can you programmatically inspect the page layout properties in
ActiveDocument.PageSetup
and, for example, reject documents whose page size and/or margins do not
match your fax print driver's settings (or perhaps even programmatically
adjust the driver settings to suit) ?
3. (never tried it, but could be worth investingating...)
If you are using Office 2003, you could consider printing to the Microsoft
Office Document Imaging printer driver - it does not seem to care what page
size or margins were specified in Word, so the print should always work.
Then you can automate the MODI object to inspect it and/or print it.
If any of the above work for you, can you please let us know?
Peter Jamieson
> Our GFI Faxmaker service is printing .rtf documents through to the
> Faxmaker
[quoted text clipped - 9 lines]
> Kind thanks in advance.
> Colin
Peter Jamieson - 17 Jun 2005 12:31 GMT
Thinking about it again, suggestion (3) is highly unlikely to work in a
merge-to-fax operation.
> Just some suggestions:
>
[quoted text clipped - 36 lines]
>> Kind thanks in advance.
>> Colin