On Thu, 4 May 2000, Jim Powers wrote:

> I'm using the latest version of ActiveState perl under Windows 95.
> I am trying to print a Word 97 document as follows:
> 
> $use Win32::OLE;
> $wd = Win32::OLE->GetObject("C:\\Hello.doc") or die "GetObject failed";
> $wd->printOut;
> 
> This works fine under Windows NT but NOT under Windows 95.
> 
> Is there a known problem in the Win 95 world?
> Do I need to do it differently under Win 95?
>

In Windows98SE I do:

$wd->PrintOut({Copies=>1});

more specifically I call the PrintOut method not the printOut method.

**** [EMAIL PROTECTED] <Carl Jolley>
**** All opinions are my own and not necessarily those of my employer ****


---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to