[PHP-DEV] PHP 4.0 Bug #9825 Updated: COM with Seagate Crystal Reports From: ajab <email protected>
Date: 03/24/01

ID: 9825
User Update by: ajab <email protected>
Status: Open
Bug Type: COM related
Description: COM with Seagate Crystal Reports

$cr=new com("Crystal.CRPE.Application") or die("cannot load cr com");
        $rn="F:\notes5\test.rpt";
        $rap=$cr->OpenReport($rn);

Previous Comments:
---------------------------------------------------------------------------

[2001-03-20 11:53:40] phanto <email protected>
can you provide a short code snippet, i can't reproduce this.

---------------------------------------------------------------------------

[2001-03-18 17:45:22] ajab <email protected>
Invoking OpenReport method of CRPE.Application COM Object produces crash.

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=9825

-- 
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>