Click to See Complete Forum and Search --> : Disable Report ToolTips


davidscook
June 4th, 2004, 11:43 AM
I am running my report in a web browser and have found that whenever i hover my mouse cursor over any object within the report at runtime a tooltip is displayed indicating its programatic name and type.


e.g. @DeptName (String)

Is there anyway to disable this ? Obviously this info would mean nothing to users.

Thanks.

davidscook
June 4th, 2004, 11:49 AM
Found It.

To disable the tool tips for an object:

a. Open the report in the Crystal Reports designer.
b. Right-click an object and select 'Format…' from the pop-up menu.
c. Go to the 'Common' tab and click the 'X+2' button beside 'Tool Tip Text'.
d. The formula editor appears. Type 'chr(9)' and save the formula and report.


Its a right pain to have to do this for every object but it works.