 |
| Classic ASP Professional For advanced coder questions in ASP 3. NOT for ASP.NET 1.0, 1.1, or 2.0. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

February 12th, 2004, 02:17 AM
|
|
Authorized User
|
|
Join Date: Feb 2004
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
View Crysta Report using ASP3.0
Hi, I need help pleassseeee to view crystal Report in the WEB using ASP 3.0 i'm using crystal Report 8.5, and i never do this kind of coding in ASP before, so if anyone can help me where i need to start from because i have no clue at all
any kind of help i really appreciate!!! thank's
|
|

February 23rd, 2004, 03:31 AM
|
|
Friend of Wrox
|
|
Join Date: Sep 2003
Posts: 171
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Howdy shopgirl. I am using Crystal 9 to process reports and deliver a PDF to the user. MyCode actually calls the report and then converts a copy of the results to PDF and saves it in a directory, whereby I redirect the user to the PDF. Is that what you're trying to do? However, I'm not sure how to do this in Crystal 8.5. but I have heard it can be done.
|
|

February 23rd, 2004, 10:01 PM
|
|
Authorized User
|
|
Join Date: Feb 2004
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi DaveGerard,part of it that's what I want to do...I just not sure about the PDF part, with the code will call the crystal report but the user can't make any changes only view the report. to view crystal report I need to using object insted active X controls...is that right? If you don't mind could you show me some of your code so I know where to start?
thanks
|
|

May 20th, 2004, 12:58 PM
|
|
Authorized User
|
|
Join Date: Sep 2003
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
This could be usefullll:
strLink = "http://" + server + "/Report/RPMF4F04.rpt?init=actx&user0=" + user + "&password0=" + password + "&prompt0=" + frmReports.slcName.value + "&prompt1=" + rIdma + "&prompt2=" + rPs
renees
|
|

June 1st, 2004, 09:08 PM
|
|
Authorized User
|
|
Join Date: Feb 2004
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Renees...
thank's for your replay...
how to create the init=actx&
and also If I don't have user and password, is it will be a problem?
For "&prompt1="rIdma+ where do I get this values
Can you explain little bit more pleasee...I'm still confuse..
thank
|
|

June 2nd, 2004, 07:38 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 217
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
|

June 3rd, 2004, 09:10 PM
|
|
Authorized User
|
|
Join Date: Feb 2004
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thank's for your replay Mega.
I alredy can Open my Report in the browser, but only one Report. So everytime I want to open different Report I have to change my report name.I want to make dynamic Report List.Renees post some of the code but I need more explanation.
can anybody help me?
thank's
|
|

June 10th, 2004, 04:11 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 217
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
If I understand you right: You want to create a list from a db and show the report that the user select, with the same piece of code?
Just make a db query and translate it into a HTML select list and then make the report name a variable in your script.
- mega
|
|

June 13th, 2004, 08:41 PM
|
|
Authorized User
|
|
Join Date: Feb 2004
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Mega...
I figure it out how to do it.thank's for your replay
|
|

April 1st, 2006, 03:49 AM
|
|
Registered User
|
|
Join Date: Apr 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi.
I want just like what you are doing. I m using ASP 3.0 and crystal report 8.0.5 I want to deliver PDF format of report. Can you help me to export crystal report to PDF using ASP3.0?
Shahzad
|
|
 |