Re: [PHP] COM question

2003-01-10 Thread Marek Kilimajer
Sorry, either translates the error messages or post to a italian php mailing list [EMAIL PROTECTED] wrote: How I can manage Word through PHP? I have tried with the code indicated on PHP-guide (chm format) but it does not work. //test04.php $word = new COM("word.application") or die("Non

[PHP] COM question

2003-01-10 Thread [EMAIL PROTECTED]
How I can manage Word through PHP? I have tried with the code indicated on PHP-guide (chm format) but it does not work. Visible = 1; $word->Documents->Add(); $word->Selection->TypeText("Questa รจ una prova..."); $word->Documents[1]->SaveAs("Prova inutile.doc"); $word->Quit(); $wor

[PHP] COM Question- Please Help

2002-01-31 Thread Mainolfi, Joe
This is what I am trying to do. I am trying to add a border to the bottom edge of a cell. The Range and some other methods seem to not work with the syntax that the VB editor in excel says. Like Range in the vb editor is Range("A1:B9").Select. When I try this in php it gives me and error. I

[PHP] COM Question

2001-02-05 Thread Conover, Ryan
Do I need to have anything special installed on the server (IIS) to call excel and word with COM. Ryan -- PHP General 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: [EM