[PHP-WIN] Call ActiveX component

2005-01-14 Thread Louis Young
Hi there I'm trying to call an ActiveX object from PHP. The code in ASP looks as follows: Set DelphiASPObj = Server.CreateObject("ClientBalance.coClientBalance") DelphiASPObj.GetClientBalance (Trim(Session("Outlet")) & "E") , Trim(Application("FinURL")), ReturnBalance I tried this in PHP: $Del

[PHP-WIN] Insert range in Excel

2005-01-14 Thread Louis Young
Hi guys I managed to get this far with my Excel spreadsheet: // Set the workbook to use and it's sheet $workbook=$_GLOBALS["templatedir"]."\ElectricityTransactions.XLT"; $sheet="Sheet1"; //Instantiate the spreadsheet component. $ex = new COM("Excel.sheet") or Die ("Did not connect"); //Open the wor

RE: [PHP-WIN] RE: [PHP] php editor

2005-01-14 Thread Wagner, Aaron
I use UltraEdit32. It is a wordpad on steriods. It has downloadable syntax modules for http, apache config files, perl, php, javascript, etc etc. It has ability to auto-indent, color syntax coding, and auto-saving. www.ultraEdit.com aaron > -Original Message- > From: [EMAIL PROTECTED]

RE: [PHP-WIN] RE: [PHP] php editor

2005-01-14 Thread Tony Devlin
I use HTML-Kit or Ultra Edit (depending on which machine I am developing on). HTML-Kit can be found here (http://www.chami.com/html-kit/), It's like wordpad with steriods (color coding, plug in ability (however I have not tried any), line highlighting, other helpful tools). Tony Devlin -Ori

Re: [PHP-WIN] Re: [PHP] php editor

2005-01-14 Thread Florin C.
I use crimsoneditor http://www.crimsoneditor.com On Thu, 13 Jan 2005 17:06:55 -0500, Jason Barnett <[EMAIL PROTECTED]> wrote: > I use Wordpad. Seriously ;) > > -- > Teach a person to fish... > > Ask smart questions: http://www.catb.org/~esr/faqs/smart-questions.html > PHP Manual: http://www.p

RE: [PHP-WIN] Re: [PHP] php editor

2005-01-14 Thread Dean Hayes
Windows Wordpad again tho i have found Homesite 5 is good color coded an u can see the line numbers if that is any help to u. Nothing beats raw code html or php Notepad is the best ever yeah Dean "The Insane Guy" Hayes <-- I design and i redesign but still i never designed true beauty like you -

Re: [PHP-WIN] Re: [PHP] php editor

2005-01-14 Thread Armando
i use vi! Or notepad when I'm on a Windoze box. Wordpad has too much fluff. I like to keep it as simple and plain text as possible. :) Jason Barnett wrote: I use Wordpad. Seriously ;) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Change Excel spreadsheet

2005-01-14 Thread Louis Young
Hi What would be the best way to do the following: Open an existing Excel spreadsheet. Make some changes to it. Save it under a different file name. Anybody got some source or a URL? Cheers Louis -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php