RE: Spreadsheet::WriteExcel-> new dies unexpectantly

2003-05-31 Thread Ismail Mutlu
Thanks Steve and Mark. That worked!. Iso -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 3:01 PM To: [EMAIL PROTECTED] Subject: RE: Spreadsheet::WriteExcel-> new dies unexpectantly > Yes, the document is open in excel. But the scripts

RE: Spreadsheet::WriteExcel-> new dies unexpectantly

2003-05-31 Thread Ismail Mutlu
nal Message- From: Adam R. Frielink [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 2:15 PM To: [EMAIL PROTECTED] Subject: RE: Spreadsheet::WriteExcel-> new dies unexpectantly > -Original Message- > From: Ismail Mutlu [mailto:[EMAIL PROTECTED] > Sent: Friday, May 3

Spreadsheet::WriteExcel-> new dies unexpectantly

2003-05-31 Thread Ismail Mutlu
Hello Group, Following script dies with this error : Can't open iso.xls. It may be in use or protected at test.pl line 4 - use Spreadsheet::WriteExcel; use strict; my $excel_name="iso.xls"; my $Book = Spreads

RE: Read a field from another windows application

2003-03-12 Thread Ismail Mutlu
Thank you all for your replies. I ended up using Win32::SetupSup, it enumerates faster that CtrlGui.It also has regex support while waiting for the windows. Thanks. Iso -Original Message- From: Ismail Mutlu Sent: Tuesday, March 11, 2003 4:33 PM To: Krummel, James C - PGGC-6; [EMAIL

Win32::ODBC and Get DSN

2003-02-27 Thread Ismail Mutlu
Hello Group, I am trying get information on my configured DSN, when I run the following script, I only get the "Driver" key and value for the DSNs that are configured as 'SQL Server'. Any Idea why? Oh, I've got perl v5.6.1 build 633 running on win 2000 Pro machine. Cheers. Iso ##---