Click to See Complete Forum and Search --> : Hiding Tooltip text displayed when mouse is over a Crystal Report Field
RitamDhara
March 21st, 2004, 05:38 AM
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
manishgarg
May 18th, 2005, 05:47 AM
I am also facing the same problem is there any one available for help????
kristyw
May 18th, 2005, 07:40 PM
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.
FredjeV
August 11th, 2005, 04:24 AM
You need to put a code in the tag fields.... Sorry but thats the only way..
Put Chr(9) in every tag.
FredjeV
navarrete
August 30th, 2005, 08:02 AM
Hi:
How can I put the tag fields with vb6 and crviewer???
Thanks
norman0194
March 10th, 2009, 02:31 AM
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)
codeguru.com
Copyright WebMediaBrands Inc., All Rights Reserved.