cancel
Showing results for 
Search instead for 
Did you mean: 

How to open A Windows Form from Crystal Reports

Former Member
0 Kudos

Hello All

We are using crystal Repors 10 with Visual studio .Net 2005. Our requirement is to open the Windows Form when a user click on the respective Hyperlink. Simillarly popping up the MessageBox when clicking hyperlink.

How this is possible, I will be really thankful to anyone who solves my problem

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

Depending if this is a web or win app, you have different solutions.

Web or win, use hyperlinks and redirect to an aspx page (I think hyperlinks are supported in CR 10.2).

Win, use events as described in the sample app csharp_win_viewer_events.zip / vbnet_win_viewer_events.zip. I have never used the events to pop up a new form, but you should be able to do this.

BTW.; make sure you have sp 1:

https://smpdl.sap-ag.de/~sapidp/012002523100006007872008E/crvs05sp1.exe

Ludek

Follow us on Twitter http://twitter.com/SAPCRNetSup

Answers (0)