How to link one project to Crystal Report Web Project
paul alvin
Greenhorn
Joined: Nov 15, 2012
Posts: 15
posted
0
Hi im building an application that generates report...I have one project and another crystal report web project...Now I want to have a link in one project then redirects to the page on the crystal report web projec...How to do that?thanks
I am not getting what you are actually trying to do, but you can put in a hyperlink for the Crystal reports web application or you can do a redirect fron your JSP itself.
Here's the scenario...I have a project1(Web Application) and a project2(crystal report web project). I have a page in project1 that contains buttons(for exporting to pdf). Once I click the button I want to redirect my page to the project2. How to do this?
Is it more convenient if I migrate my whole java project to crystal report web project? I already did my database functionalities in java project but I also need to provide crystal report...Which will be the best option?
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: How to link one project to Crystal Report Web Project