Re: [PHP-WIN] Closing Excel using DCOM and Release()

2001-09-12 Thread Alain Samoun
ActiveWorkbook->Close("False"); > $xlApp->Quit; > $xlApp = null; > echo ""; > ?> > > ----Original Message- > From: "Alain Samoun" <[EMAIL PROTECTED]> > Sent: 10 September 2001 22:36 > To: "Jeff Waldock" <

RE: [PHP-WIN] Closing Excel using DCOM and Release()

2001-09-10 Thread jeff.waldock
{$cell->value} "; $xlApp->ActiveWorkbook->Close("False"); $xlApp->Quit; $xlApp = null; echo ""; ?> Original Message- From: "Alain Samoun" <[EMAIL PROTECTED]> Sent: 10 September 2001 22:36 To: "Jeff Waldock" <

Re: [PHP-WIN] Closing Excel using DCOM and Release()

2001-09-10 Thread Alain Samoun
("Sheet1"); > $cell = $sheets->Cells(1,1); > print "Cell Value = {$cell->value} "; > > $xlApp->ActiveWorkbook->Close("False"); > $xlApp->quit(); > $xlApp = null; > > echo ""; > > ?> > > -Original Mes

RE: [PHP-WIN] Closing Excel using DCOM and Release()

2001-09-10 Thread Jeff Waldock
quot;False"); $xlApp->quit(); $xlApp = null; echo ""; ?> -Original Message- From: Alain Samoun [mailto:[EMAIL PROTECTED]] Sent: 10 September 2001 19:04 To: Jeff Waldock Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Closing Excel using DCOM and Release() To close Word

Re: [PHP-WIN] Closing Excel using DCOM and Release()

2001-09-10 Thread Alain Samoun
l or Word > object model. In which case ... how do it destroy the object? > Jeff Waldock > > -Original Message- > From: Alain Samoun [mailto:[EMAIL PROTECTED]] > Sent: 09 September 2001 21:55 > To: Jeff Waldock > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] C

RE: [PHP-WIN] Closing Excel using DCOM and Release()

2001-09-10 Thread Jeff Waldock
Subject: Re: [PHP-WIN] Closing Excel using DCOM and Release() As it said, your COM connection is closed, in addition 'release' is not a member in the word object as well as in the excel object. Alain On Sun, Sep 09, 2001 at 02:20:35PM +0100, Jeff Waldock wrote: > I cannot seem to

Re: [PHP-WIN] Closing Excel using DCOM and Release()

2001-09-09 Thread Alain Samoun
As it said, your COM connection is closed, in addition 'release' is not a member in the word object as well as in the excel object. Alain On Sun, Sep 09, 2001 at 02:20:35PM +0100, Jeff Waldock wrote: > I cannot seem to get PHP to recognise the Release function when tring to > close an instance o

[PHP-WIN] Closing Excel using DCOM and Release()

2001-09-09 Thread Jeff Waldock
I cannot seem to get PHP to recognise the Release function when tring to close an instance of Excel or Word opened using DCOM. This is the error message returned.. Warning: Unable to lookup release: The object invoked has disconnected from its clients. in d:\wwwroot\studentdata\word.php on line