Crystal Report code callback

adroc

New member
Joined
Jul 1, 2003
Messages
1
Hi everyone!

I would like to know if it is possible to use a hyperlink or another
method in crystal reports to call code in an windows application.

We have an crystal report viewer on a form. There are several events
that can be thrown by the viewer like
CrystalReportViewer1_DrillDownSubreport. But there is no event for
catching a hyperlink click. What we want to do is that the user can
click on some item in the report and some code is processed, like
closing the report on show another control. So what would be the way
to get a callback to the code?

We need it for an report that shows several lines. The user should be
able to press a detail link and then some code in the application
should be processed.
So is there an way to do this...hyperlinks always try to open a
browser and there is now way to catch the click event, or?

Hope for some answers

Greetings
Mike
 
One member of our team did 2 days work of research and finally failed, because he found no way to find out which specific item (say which ProductID in a group of seven ProductIDs was clicked. Theres only a way to find out *that* a ProductID was clicked, but not which one (The eventargs just give the name of the report item, not the contents)

Thats what I recall anyway.
 
I think this has cropped up before on the forum and the result (i think) was that no it wasnt possible
 
Back
Top