Click here to Skip to main content
15,900,378 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,I am ashok.

I using Crystal report 10.5 with asp.net3.5.
I created one report with group by condition.
Whenever the cursor moves to the group header and group footer field hyperlink icon will be shown. When we click on that field another window opens.
But I did not give any hyperlink to that field. How can I remove that? Any body please help me.
Posted
Updated 4-Oct-10 21:31pm
v3

1 solution

Sounds like you have drilldowns enabled... this is where Crystal allows you to drill down into your data further - I am guessing that when you click an item in the group header or footer, the new window that opens has data that belongs only to the clicked group?

Either disable drilldown functionality, or try putting your header and footer fields into a text box, as these don't drilldown (from memory).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900