adroc Posted July 1, 2003 Posted July 1, 2003 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 Quote
Heiko Posted July 1, 2003 Posted July 1, 2003 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. There's 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. Quote .nerd
hog Posted July 1, 2003 Posted July 1, 2003 I think this has cropped up before on the forum and the result (i think) was that no it wasn't possible Quote My website
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.