I've bought CE Dev... Do you know how to integrate it?
Main Topics
Browse All TopicsHi,
I've got a very urgent question so it would be very very nice if someone can help me. I've got the following problem: I've to design a Intranet-Portal which offers some Cristal Reports and their status. I have to add a link to view the Report instantly if someone clicks on the link. A viewer (I think it's the activeX viewer which has to be installed on the intranet-server) has to display it to users which connects to the intranet-server with Internet Explorer. My question now is:
How can I display the reports to the users? I don't have any experience with ActiveX-Stuff... How can I integrate the crystal activeX viewer in my IIS server and how can I tell the (installed) viewer to display it to the users which are connecting to the server with the Internet Explorer? I only know about HTML, so how can I do it in HTML..? If it's possible I don't want to use script languages like ASP... As I said I don't have any experience with ASP...
HELP would be very glad...
Cheers,
Andy
PS: I've got CR 9 and Crystal Enterprise Professional (Single-Named-User-License
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
If you have the full instaltion of CR already, you will be able to go into IIS services on the server. Create a new virtual directory and point it at your folder where your crystal reports are saved.
This will then broadcast your virtual reports folder and you can copy and paste the URL in to a browser. Upon the first instance you will be prompted to download the activeX viewer.
to do it manually follow the instructions below
In your C:\Program Files\Seagate Software\Viewers\ActiveXVi
This needs to be left clicked the click on install. This seems to write to the regisrty that the file has been downloaded and it location.
next in C:\Program Files\Seagate Software\Viewers\ActiveXVi
Then restart your pc. Then look for your web report page (//myserver/myweb/report1.
Fred
Since you are unfamiliar with ASP, etc...you should research recrystallize pro software www.recrystallize.com This software will create asp's and html's for you to simply move to your root web server directory and link from a master homepage. Very simple and relatively inexpensive.
As far as CR 9 DEV, it uses 3 concurrent user technology. You can cause license cleanup at the end of a report process to ensure that licenses are only used while the database is actively being queried. Use the following java script for cleanup. Make sure that cleanup.asp is in the same directory as the asp file...
<script language="javascript">
function CallDestroy()
{
window.open("Cleanup.asp",
}
</script>
First of all, thank you all very much for help... At the current I only have one Problem:
The ActiveX-Viewer was installed on the server with Crystal Enterprise :) I can access the report and actualize it. The only thing which doesn't work is to export the report to other formats than .rpt (CR). I can choose pdf or rtf and so on but if I click on download it only saves the .rpt file.... Do you have an idea what's wrong or what can I do?
I've copied the text of the export dialog:
--------------------------
Select the format you wish to export to:
Depending on your machine's configuration, you will be prompted to save the exported document or it will show within your browser. Please see the documentation for the requested document type, or your browser, in order to configure this behavior. Note: if you are prompted to save the report, depending on your browser and the configuration of your machine, you may have to enter the correct extension before saving the file.
Options in a dropdown-box:
Crystal Reports (.rpt)
Microsoft Excel 7.0 (.xls)
Microsoft Word (.doc)
Rich Text Format (.rtf)
Portable Document Format (.pdf)
Then is there an option:
"Open exported report in new window?"
And a a link:
Click here to start download of exported report
--------------------------
Hi,
I have a problem with Crystal Activex Viewer.
When the ACTIVEX settings in the IE of the user in its is set to DISABLE the reports wont open until it is set to ENABLE.
My question here is
if the ACTIVEX settings on the users IE is set to DISABLE,
can i explicitly allow user to install the ACTIVEX components by putting a link from where he can manually download the components and installl them ??
If yes then whats the procedure to achieve this ??
Regards,
Business Accounts
Answer for Membership
by: mlmccPosted on 2003-04-02 at 04:58:59ID: 8253125
First you will need to buy CR Developer edition.
sions.com/ communityC S/ FilesAnd Updates/cr _urlsample s.exe.asp
Here are some HTML samples
http://support.crystaldeci
mlmcc