Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Distributing Crystal Reports with the Developers Edition

Status
Not open for further replies.

jaybar48

Technical User
Feb 16, 2002
61
US
We are using Crystal XI, to analyze data that is submitted to us by community health centers.

We would like to write Crystal reports that the health centers can run, without having to purchase a Copy of Crystal Reports. We do not want to do this in the context of VB. We just want to give them the reports and let them run them against their own data.

Will the Developer's Edition allow us to do this? Is there a run-time version of Crystal that the health centers can use? How can this be done w/o embedding the reports into another application?

Thanks so much.
 
Crystal did away with their report compiler starting in version 9. The only way to do this is distribute the reports as a VB project, or buy a crystal report viewer.

Datalink Viewer is my favorite, and very reasonable. Check out

Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports

"A fine is a tax for doing wrong. A tax is a fine for doing well.
" - unknown
 
There is a list of viewers on my web site's LINKS page. Or you can create your own in a VB project if you know how to probram in VB.

Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Guides for Formulas, Parameters, Subreports, VB, .NET, Tips and Tricks
 
Thanks so far.

Can the commercial viewers handle running reports when the data of the person running (viewing) the report is in a different location than when the report was written or does the location of the data have to match exactly?

Thanks
 
I think some can handle that, but you should confirm with the vendor.

Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Guides for Formulas, Parameters, Subreports, VB, .NET, Tips and Tricks
 
Would the same considerations apply, if we wanted to integrate the reports into our Visual Fox Pro Application?
 
In the case of DataLink Viewer, the application calling DataLink Viewer can use optional command line arguments to specify a different ODBC DSN, a different database withing the same server, a different oracle server, or a different SQL Server OLE DB target.

When used interactively (instead of from a calling application), the user can select a different ODBC DSN or override the database.

- Ido

view, e-mail, export, burst, distribute, and schedule Crystal Reports.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top