Crystal Reports Hover Tips

RMD

New member
Joined
Oct 13, 2004
Messages
4
We are using Crystal Report for .NET in a Windows Forms app (C#). All of the reports we create display hover tips with the underlying formula/field names for each item in the report. Does anyone know how to turn this off?
 
This has to be done per object. Right click and on the tooltip formula button (X+2) enter "CHR(9)". This will suppress the tooltip.
 
Back
Top