Print Page | Close Window

[SOLVED] Row selection

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=18216
Printed Date: 15 November 2024 at 9:40pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: [SOLVED] Row selection
Posted By: hexxa
Subject: [SOLVED] Row selection
Date 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



Replies:
Posted By: Aaron
Date Posted: 13 April 2011 at 12:00pm

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 - 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....


Posted By: ABuenger
Date Posted: 13 April 2011 at 3:23pm
Hi,

as Aaron stated, this has already been fixed. Please update to v15.

Andre



-------------
Codejock support


Posted By: hexxa
Date Posted: 14 April 2011 at 4:25am
Thank you!
hexxa



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