| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | Newsletters | VB Forums | Developer.com |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hiding Tooltip text displayed when mouse is over a Crystal Report Field
I want to Hide the Tooltip kind of text
which is displayed when mouse is over a Crystal Report Field be it a parameter field or database field in Crsytal Report with VB.Net. Thanks in adv. Ritam |
|
#2
|
|||
|
|||
|
Re: Hiding Tooltip text displayed when mouse is over a Crystal Report Field
I am also facing the same problem is there any one available for help????
|
|
#3
|
|||
|
|||
|
Re: Hiding Tooltip text displayed when mouse is over a Crystal Report Field
I'm using CR 10. Under File -> Options -> Layout Tab there is a checkbox option for Tool tips both in design and preview. Hope that helps.
|
|
#4
|
|||
|
|||
|
Re: Hiding Tooltip text displayed when mouse is over a Crystal Report Field
You need to put a code in the tag fields.... Sorry but thats the only way..
Put Chr(9) in every tag. FredjeV |
|
#5
|
|||
|
|||
|
Re: Hiding Tooltip text displayed when mouse is over a Crystal Report Field
Hi:
How can I put the tag fields with vb6 and crviewer??? Thanks |
|
#6
|
|||
|
|||
|
Re: Hiding Tooltip text displayed when mouse is over a Crystal Report Field
If you VS.Net 2003
right click on the field -> Choose "Format..." Goto common tab Find the Caption "Tool tip text" and on the right side click the formula button (x-2) then input CHR(9) |
![]() |
| Bookmarks |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|