Hello,
I've searched the forum and I've found that
http://www.crystalreportsbook.com/Forum/forum_posts.asp?TID=3611&PID=11073#11073
I wonder if I can use hyperlink functionaliy on a picture to change a variable as such:
global numbervar detailView;
if detailView = 0 then detailView:= 1 else detailView := 0
Then I could have a suppress formula in the detail section of:
global numbervar detailView;
detailView = 0;
That would be a theoretical way of doing a button to toggle (hide/show) detail section on the report.
Does anyone know if it's possible to do it and how to do it? I've been reported that such a reports exists. Could anybody help me doing it?:D
I would belive they do... but then can you do it in Crystal Developer XI release 2 or you would need a Visual Studio?
Thanks in advance for the answer
Regards,
Wojciech Mirowski
Edited by rebbel - 04 Sep 2008 at 9:29am