Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to hide the took tip in the Crystal report

Status
Not open for further replies.

danielraj

Programmer
Mar 5, 2003
12
IN
Whether any property is there to hide the Tool tip,if i am using formula or grouping i need to hide the tool tip,please help me regarding this.i am using .net
Thank you in advance
 
In 8.0 you can go to file->options->uncheck "show tooltips in preview" and "show tooltips in design". If you want to conditionally remove the tooltip, you can right click on the field->format field->common->tooltip text->x+2 and enter: chr(9)

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top