ReportControl Tooltips |
Post Reply |
Author | |
Federico
Newbie Joined: 01 October 2005 Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 08 January 2007 at 4:28am |
I have a problem with tooltips in ReportControl, I'm using, for example, the following code:
.... Set Item = Record.AddItem("New Item") Item.Tooltip = "Test tooltip" & vbCrLf & "New line" .... with version 10.3.1 the tooltip have two lines, with version 10.4.0 it have only one line. Is there a solution for this problem? |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
call
rc.ToolTipContext.MaxTipWidth = 500
for 10.4.1 we will revert it back.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Federico
Newbie Joined: 01 October 2005 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
Thanks for the answer, I have tried it and works.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |