[BUG] Hyperlink feature |
Post Reply |
Author | |
mav46
Groupie Joined: 10 November 2006 Location: Italy Status: Offline Points: 63 |
Post Options
Thanks(0)
Posted: 17 December 2008 at 11:19am |
I cannot have a one-character link (ver. 12.1.1). For example if I set: [....]
Set Item = .AddItem("A")
Set itemLink = Item.Hyperlinks.AddHyperlink(0, Len(Item.Caption)) [....]
the result is a underlined character (A) but not a link. See you:
thanks. mav46 |
|
Product: Xtreme SuitePro (ActiveX) 12.1.1
Platform: Win XP (32bit) Language: Visual Basic 6.0 SP5 |
|
mav46
Groupie Joined: 10 November 2006 Location: Italy Status: Offline Points: 63 |
Post Options
Thanks(0)
|
.... nothing ? Real .... ?
|
|
Product: Xtreme SuitePro (ActiveX) 12.1.1
Platform: Win XP (32bit) Language: Visual Basic 6.0 SP5 |
|
mav46
Groupie Joined: 10 November 2006 Location: Italy Status: Offline Points: 63 |
Post Options
Thanks(0)
|
Codejock stuff... , can you tell me anything about this problem ?
|
|
Product: Xtreme SuitePro (ActiveX) 12.1.1
Platform: Win XP (32bit) Language: Visual Basic 6.0 SP5 |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
Can't reproduce it with our sample.
Set pRecItem = pRecord(COLUMN_SIZE)
pRecItem.Hyperlinks.AddHyperlink 0, 1 and works fine.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi Oleg
I tried your sample and works fine... Try to set wndReportControl.PaintManager.FixedRowHeight = False and you will have same problem as @Mav46. You can set it to false during runtime and when RC redraws itself you will get all hyperlinks (with Len = 1) as normal text.
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Thanks.
mav46, do you have FixedRowHeight = False ? Do you see same with FixedRowHeight = True ?
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |