Print Page | Close Window

Hide tooltips?

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Writing Code
Forum Discription: .NET programming API, report integration
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=803
Printed Date: 17 May 2024 at 12:44pm


Topic: Hide tooltips?
Posted By: GuestX
Subject: Hide tooltips?
Date Posted: 06 Jun 2007 at 10:59pm
Im trying to hide those yellow boxes that will tell user what is under mousecursor, for example if you move cursor over subreport, there will be yellow box that will say: "subreport:name".
I assumed those are called tooltips but i guess i was wrongConfused since Viewer.enabletooltips( false ); doesnt seem to do anything.
Not if you use it before viewreport() or after. Maybe im missing some Viewer.refresh or some other line or maybe that fucntion just doesnt work with unmanaged c++.

Cry



Print Page | Close Window