Search the web
Sign In
New User? Sign Up
phpexperts
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Crystal report through PHP   Message List  
Reply | Forward Message #3231 of 13258 |
Re: Crystal report through PHP

ya its possible via COM objects. Try something like this

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

thats it!

--- In phpexperts@yahoogroups.com, tarun dwivedi <tarun_rewa@y...> wrote:
>
> Hi Experts,
>
> i would like to use CRYSTAL REPORT. through PHP. IS it possible.
please guide me. if yes then how can we handle this.
>
> Thanks for giving your valuable time.
>
> Thanks
> Tarunendra
>
>
>
> ---------------------------------
> Yahoo! DSL Something to write home about. Just $16.99/mo. or less
>










Mon Jan 2, 2006 6:32 am

phpfive
Online Now Online Now
Send Email Send Email

Forward
Message #3231 of 13258 |
Expand Messages Author Sort by Date

Hi Experts, i would like to use CRYSTAL REPORT. through PHP. IS it possible. please guide me. if yes then how can we handle this. Thanks for giving your...
tarun dwivedi
tarun_rewa
Offline Send Email
Jan 2, 2006
6:25 am

ya its possible via COM objects. Try something like this $cr=new com("Crystal.CRPE.Application") or die("cannot load cr com"); $rn="F:\notes5\test.rpt"; ...
phpfive
Online Now Send Email
Jan 2, 2006
6:42 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help