[...]
> I didn't think I had specified 17 arguments in the call to OpenDataSource.
[...]
> If someone could let me know if its me before I report it as a bug that
> would be good.
Yes indeed, this is a bug!
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.
Hi,
Can anyone tell me if the following is a bug in php or a coding error on my
part. When I run the following piece of code I get an error:
Code:
$empty = new VARIANT();
$word = new COM("word.application") or die("Unable to instantiate Word");
$word->Visible = 1;
$word->Documents->Add();
$word->