IIS on win2k not liking PerlMagick

2002-08-18 Thread Andre Warnier
Message text written by "T&C Winquist" > I'm using ImageMagick version 5.4.9 (I installed PerlMagick WITH ImageMagick), ActiveState ActivePerl version 5.6 on Win2k Adv Server running IIS 5.0. I'm trying to display an image using PerlMagick directly to a web browser (without saving the image to a

Win32::OLE and Visible property

2002-08-18 Thread Andre Warnier
Message text written by "Mark Veerman" > Hello, I'm trying to create automation with Word with the Visible property set to 0. When I run the code with visible = 1, everything works as expected without errors. However, when I run the code with the visible = 0, I'm getting errors. Here's a snipp

RE: IIS on win2k not liking PerlMagick

2002-08-18 Thread T&C Winquist
Yes, IIS runs as IUSR_something. Actually, PerlMagick was included with the installation utility of ImageMagick 5.4.9. It was an option to include the install of PerlMagick. When things didn't work right, I also used PPM and did an 'ppm> install Image-Magick'. I got the ImageMagick installation

cgi.pm table problem

2002-08-18 Thread Nathan Rimmer
I am trying to print a html table using cgi.pm with values from a csv-style file (with | not , as the separator). The code for the table seems fine on its own but when I try to use a foreach loop to print a row for each relevant row of the csv file, things get a bit screwy. I cant seem to get a

Re: Win32::OLE and Visible property

2002-08-18 Thread Mark Veerman
Hello again, I've added the line you suggested, but didn't get anything more descriptive. When I take out the line '|| die "Failed!";' I get the error "Can't call method "InsertBreak" on an undefined value" since the next line is this: $Selection->InsertBreak({Type=>wdSectionBreakNextPage}); and t

Re: IIS on win2k not liking PerlMagick

2002-08-18 Thread Mike Kalinovich
Try running the website as an Administrative user instead as an IUSR_whatever , that should narrow down a permissions error, or if it's an IIS/ Iexplore error. Mike - Original Message - From: "T&C Winquist" <[EMAIL PROTECTED]> To: "Andre Warnier" <[EMAIL PROTECTED]>; "perl-win32-users lis

Re: IIS on win2k not liking PerlMagick

2002-08-18 Thread Carl Jolley
On Sun, 18 Aug 2002, Andre Warnier wrote: > Message text written by "T&C Winquist" > > > I'm using ImageMagick version 5.4.9 (I installed PerlMagick WITH > ImageMagick), ActiveState ActivePerl version 5.6 on Win2k Adv Server > running > IIS 5.0. I'm trying to display an image using PerlMagick di

Re: cgi.pm table problem

2002-08-18 Thread Carl Jolley
On Sun, 18 Aug 2002, [iso-8859-1] Nathan Rimmer wrote: > I am trying to print a html table using cgi.pm with > values from a csv-style file (with | not , as the > separator). > > The code for the table seems fine on its own but when > I try to use a foreach loop to print a row for each > relevant

Re: Win32::OLE and Visible property

2002-08-18 Thread Carl Jolley
On Sun, 18 Aug 2002, Mark Veerman wrote: > Hello again, > I've added the line you suggested, but didn't get anything more descriptive. > When I take out the line '|| die "Failed!";' I get the error "Can't call > method "InsertBreak" on an undefined value" since the next line is this: > $Selection

Re: Spreadsheet::WriteExcel and set_bg_color();

2002-08-18 Thread Zac Morris \(personal\)
Make sure you are using the most recent version of the Spreadsheet::WriteExcel module. It is a "set_bg_color" is a rather new feature to this module. The latest version is: 0.37 Doc and source available at: http://search.cpan.org/author/JMCNAMARA/Spreadsheet-WriteExcel-0.37/WriteExc el.pm -Za