Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Mailmerge and Fax / May 2004

Tip: Looking for answers? Try searching our database.

Faxing with Classic Phone Tools

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Aurasa416 - 28 May 2004 21:31 GMT
I just got office XP 2003 and when I tried to send a word document via internal fax with Classic Phone Tools, I got the message "Word is preparing to background print the document".  It stalled in the middle and couldn't do it.  The message was that Word is not responding.  I was able to send the fax with attachment when I had Word 2000.  What can I do to remedy this.  Thanks so much.
Graham Mayor - 29 May 2004 08:15 GMT
I don't know Classic Phone Tools, but I assume that like many fax software
products it uses a fax 'printer' driver and an add-in to Word. It is highly
probable that an add-in designed for Word 2000 will not be compatible with
Word 2003. The answer is therefore not to use it and to simply print to the
driver - you can use a macro to do this if you wish:

Sub FaxPrint()
 Dim sCurrentPrinter As String
 sCurrentPrinter = ActivePrinter
   ActivePrinter = "Put the name of the fax printer driver here"
   Application.PrintOut FileName:=""
   ActivePrinter = sCurrentPrinter
End Sub

If this doesn't work you will have to chase the software supplier for an
updated driver.

Signature

<>>< ><<> ><<> <>>< ><<> <>>< <>><
Graham Mayor -  Word MVP

My web site www.gmayor.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>><

> I just got office XP 2003 and when I tried to send a word document
> via internal fax with Classic Phone Tools, I got the message "Word is
> preparing to background print the document".  It stalled in the
> middle and couldn't do it.  The message was that Word is not
> responding.  I was able to send the fax with attachment when I had
> Word 2000.  What can I do to remedy this.  Thanks so much.

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.