Date: 06/13/01
- Next message: flop.m <email protected>: "[PHP-DEV] Bug #11462 Updated: COM does NOT work"
- Previous message: pescobar <email protected>: "[PHP-DEV] Bug #11510: $HTTPD -DSSL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: flop.m <email protected>
Operating system: Windows 2000
PHP version: 4.0 Latest CVS (2001-06-13)
PHP Bug Type: COM related
Bug description: COM does NOT work
I'm using W2KSP2, Apache 1.3.20, PHP latest snap from Zend (2001-6-12) using the module way, not the CGI way.
This script does not work
$word=new COM("word.application") or die("Cannot start word for you");
print "Loaded word version ($word->Version)\n";
$word->visible =1 ;
$word->Documents->Add();
$word->Selection->Typetext("Is this what you meant?");
What happens?
Marecandja
-- Edit Bug report at: http://bugs.php.net/?id=11462&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: flop.m <email protected>: "[PHP-DEV] Bug #11462 Updated: COM does NOT work"
- Previous message: pescobar <email protected>: "[PHP-DEV] Bug #11510: $HTTPD -DSSL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

