Yes all commands are executed...

Luiz Fernando
----- Original Message -----
From: Bug Database <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 24, 2001 5:17 PM
Subject: Bug #12341 Updated: Don't is appears the object


> ID: 12341
> Updated by: andy
> Reported By: [EMAIL PROTECTED]
> Old Status: Open
> Status: Feedback
> Bug Type: COM related
> Operating System: NT 4.0 WorkStation
> PHP Version: 4.0.6
> New Comment:
>
> Did the document save correctly?
>
> Previous Comments:
> ------------------------------------------------------------------------
>
> [2001-07-24 10:43:11] [EMAIL PROTECTED]
>
> A take a sample of function COM.
>
> $word = new COM("word.application") or die("Unable to instanciate Word");
> print "Loaded Word, version {$word->Version}\n";
> $word->Visible = 1; // command that show window
> $word->Documents->Add();
> $word->Selection->TypeText("This is a test...");
> $word->Documents[1]->SaveAs("Useless test.doc");
>
> The commands execute, but the window of word don't appears.
>
> I make a test with Autocad too, but the window don't appears.
> When a had a ohter version PHP, don't remember, the window appears
>
> thanks
>
> Luiz Fernando
>
>
> ------------------------------------------------------------------------
>
>
>
> ATTENTION! Do NOT reply to this email!
> To reply, use the web interface found at
http://bugs.php.net/?id=12341&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to