ActiveWorkbook->Close("False");
> $xlApp->Quit;
> $xlApp = null;
> echo "";
> ?>
>
> ----Original Message-
> From: "Alain Samoun" <[EMAIL PROTECTED]>
> Sent: 10 September 2001 22:36
> To: "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" <
("Sheet1");
> $cell = $sheets->Cells(1,1);
> print "Cell Value = {$cell->value} ";
>
> $xlApp->ActiveWorkbook->Close("False");
> $xlApp->quit();
> $xlApp = null;
>
> echo "";
>
> ?>
>
> -Original Mes
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
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
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
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
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