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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

creating a report executable so report runner doesn't need the client?

Status
Not open for further replies.

HoosHot

Programmer
Jan 16, 2003
41
US
hi,

i was wondering if it's possible for crytal reports (8.0.1) to save/create a report (executable?) so that a non-developer (my admin) can run a report that i've created in crw. i don't want to install the crw developer's client on my admin's computer. i just want her to be able to run click on a file/icon and run the report i've created.

(i don't want to install the client on my admin's computer b/c her machine doesn't have room for it. also, i don't want her to be able to move a report column around. also, the full developer's client can be overwhelming to a non-technical person.)

thanks :)
 
If you have the developer version, you can integrate the report viewer using VB, C++ etc etc.
Alternatively, you can download a compiled report tool from the Crystal web site. It used to be on the CD until version 8. Only other downside is that it won't be supported after version 8.5.
There are also a stack of standalone applications available to just view reports. Many of the authors post to this site, so expect them along shortly! Andrew Baines
Chase International
 
Compiled reports will solve your problem, but you will need a reasonable amount of disk space to install the CR run time files.

The setup your will create is about 9MB before the compressed DLL's are installed. And CR usually needs a minimum of 100MB to work on a reasonable volume of data. If you a low on spare disk space the compiled report won't run either.

And yes, I've developed a report viewer. But it doesn't look like you'll need it for this report. Editor and Publisher of Crystal Clear
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top