|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-03-18 17:45 UTC] ajab at mdnet dot pl
Invoking OpenReport method of CRPE.Application COM Object produces crash. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 07:00:01 2025 UTC |
$cr=new com("Crystal.CRPE.Application") or die("cannot load cr com"); $rn="F:\notes5\test.rpt"; $rap=$cr->OpenReport($rn);