Click to See Complete Forum and Search --> : How to hide tooltips in Crystal Reports?


NinaWilliam
July 13th, 2008, 05:07 AM
I am working on an application that generates reports using Crystal Reports 10 (VS.NET 2003)... and I want to remove or disable the tooltips that appears in the report.

any idea how to do that?

NinaWilliam
July 14th, 2008, 12:45 AM
Please help...

RavensAngel
July 14th, 2008, 10:46 AM
Are you using the CrystalReportViewer component?

If so it is actually easy todo, if i understand your question correctly!

if you look at the properties of it, you have for example:

ShowCloseButton
ShowRefreshButton
ShowExportButton
ShowPrintButton
... etc ...

just set them false, if you don't want them to be visible!

grtz,

NinaWilliam
July 16th, 2008, 12:51 AM
Hi RavensAngel

your solution is hiding the toolbar buttons, what I need is to hide the tooltips ( yellow boxes that appears when you put the mouse over a text or an image in the report)

do you know how to hide these boxes?

jawadhashmi
July 21st, 2008, 12:23 AM
There is a simple way...

Right click on any object in the Design view and go to the Format Field/subreport (for subreport) and type chr(9) in the Tool Tip Text formula editor.

Cheers.

NinaWilliam
September 22nd, 2008, 03:26 AM
Didn't work :(



I am using Visual Studio.NET 2003 and Crystal Reports 10.


any idea?