RE: WIN32::OLE help

2008-08-18 Thread Neson Maxmelbin (RBEI/EMT4)
Hello Steve, It does work and my machine shows the same values for minimise and maximise .. But what does these value depend on ? I checked in another machine and the maximise value is -4137 ... Where do i find the constants declared for these ? Thanks and Regards Maxmelbin Neson ___

RE: WIN32::OLE help

2008-08-18 Thread Brian Raven
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neson Maxmelbin (RBEI/EMT4) Sent: 18 August 2008 09:40 To: Steve Howard (PFE); perl-win32-users@listserv.ActiveState.com Subject: RE: WIN32::OLE help > Hello Steve, > > It does work and my machine shows the same values for minimise a

SOLVED: WIN32::OLE help

2008-08-18 Thread Neson Maxmelbin (RBEI/EMT4)
Thanks everyone .. I used $Excel->{WindowState} = xlMinimized; and it works .. so I need not worry about changes for these constants (if any) Thanks and Regards Maxmelbin Neson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Raven Sent: Monday,

Help with DBI and SQL Server

2008-08-18 Thread anthony . okusanya
Hello all I am trying to use a perl script to pull information from a SQL 2000 database The problem I am having is with authentication using an Active directory account. The script works just fine if I use an account defined in SQL. below is my sample script use DBI; my $user='Domain\\

Re: Help with DBI and SQL Server

2008-08-18 Thread Jenda Krynicky
From: [EMAIL PROTECTED] > Hello all > I am trying to use a perl script to pull information from a SQL > 2000 database > The problem I am having is with authentication using an Active directory > account. The script works > just fine if I use an account defined in SQL. > below is my sampl

Re: Help with DBI and SQL Server

2008-08-18 Thread anthony . okusanya
Thanks for the response to my inquiry I understand now that the user id and password I specify in the DSN string should be a user id defined on the SQL server itself. I will check my IIS setup ensure that it can use Windows authentication. Thanks Tony B. Okusanya "Live Life By Design And N

Getting the current code page, open with UTF-8

2008-08-18 Thread Ben Bullock
I am using Win32::OLE to automate Microsoft Word/Excel, and I use utf8 to communicate with the applications themselves. But when I send a UTF-8 string to a routine like my $filename = "somethinginutf8"; $word->Documents->Open ($filename); this produces an error. A lot of the files and directorie