[SOLVED] Row selection |
Post Reply |
Author | |
hexxa
Groupie Joined: 02 December 2010 Status: Offline Points: 22 |
Post Options
Thanks(0)
Posted: 13 April 2011 at 9:42am |
Hi!
When i populating a Reportcontrol where some column out of the control rectangle (or just part of the column) i can't select any row scrolling with horizontal bar and clicking on the "outer" field. Here is my sample: Private Sub Form_Load() Dim i As Integer rc1.Columns.Add 0, "1", rc1.Width \ 2, False rc1.Columns.Add 1, "2", rc1.Width \ 2, False rc1.Columns.Add 2, "3", rc1.Width \ 2, False For i = 0 To 9 With rc1.Records.Add .AddItem CStr(Rnd(i)) .AddItem CStr(Rnd(i)) .AddItem CStr(Rnd(i)) End With Next i rc1.Populate End Sub Scrolling to the column 3 and clicking: the clicked row, doesn't get selected Anybody meet this problem? hexxa Xtreme Report 13.4.2 Visual Basic 6 SP6 Windows XP Professional SP3 |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi, I have had same thing but this has been solved in V15.0 I guess you have to update version to get this working. See post http://forum.codejock.com/forum_posts.asp?TID=16309&title=bug-v1330-issues-59-solved-30 (it started with cutoff grouplines issue #6, maybe there are more replies in this post...)
|
|
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.... |
|
ABuenger
Newbie Joined: 02 February 2006 Status: Offline Points: 1075 |
Post Options
Thanks(0)
|
Hi,
as Aaron stated, this has already been fixed. Please update to v15. Andre |
|
Codejock support
|
|
hexxa
Groupie Joined: 02 December 2010 Status: Offline Points: 22 |
Post Options
Thanks(0)
|
Thank you!
hexxa |
|
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 |