Print Page | Close Window

[BUG] Hyperlink feature

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=12957
Printed Date: 30 April 2024 at 1:50pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: [BUG] Hyperlink feature
Posted By: mav46
Subject: [BUG] Hyperlink feature
Date 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



Replies:
Posted By: mav46
Date Posted: 20 December 2008 at 4:43pm
.... nothing ? Real .... ?

-------------
Product: Xtreme SuitePro (ActiveX) 12.1.1
Platform: Win XP (32bit)
Language: Visual Basic 6.0 SP5


Posted By: mav46
Date Posted: 23 December 2008 at 3:54am
Originally posted by mav46 mav46 wrote:

.... nothing ? Real .... ?
 
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


Posted By: Oleg
Date Posted: 24 December 2008 at 12:38am
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


Posted By: Aaron
Date Posted: 24 December 2008 at 4:58am
Originally posted by oleg oleg wrote:

Hello,
 
Can't reproduce it with our sample.
 
Set pRecItem = pRecord(COLUMN_SIZE)
pRecItem.Hyperlinks.AddHyperlink 0, 1
and works fine.
 
 
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....


Posted By: Oleg
Date Posted: 24 December 2008 at 8:29am
Hi,
 
Thanks.
 
mav46, do you have FixedRowHeight = False ? Do you see same with FixedRowHeight = True ?


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net