viewing subreports crystal
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
hello, I have a crystal report (version 8.5) which has about 10 on-demand sub-reports embedded in it. But when the report opens, the hyperlinks for them do not work, as in, they appear as plain-text, not clikable. The same report works just fine when viewed in crystal software. I am using visual c++ 6.0. Is there any addtional coding to be done to enable it.? Also, how do I determine which subreport the user has clicked on, in order to open the appropriate sub-report. Right now, all i am able to do is to scroll through each of these subreports. But i dont know how to stop and display the one that the user has clicked on. Kindly help