2012年2月19日星期日

Disable Report ToolTips

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.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.

没有评论:

发表评论