Print Page | Close Window

Report Control - Group Row Records

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=1721
Printed Date: 17 November 2024 at 11:36pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Report Control - Group Row Records
Posted By: dlord
Subject: Report Control - Group Row Records
Date Posted: 29 January 2005 at 10:12am

I need to access a report record that is within a group. As in -

    Dim Row As ReportRow
    For Each Row In wndReportControl.Rows
        If Row.GroupRow = False Then
           Debug.Print "Record Value: " & Row.Record.Item(2).Value
        Else
           Debug.Print "Record Value: " & Row.Record.Item(4).Value 
        End If
    Next

The documention clearly states the following -

 if your rows are grouped and you try to access the mk:@MSITStore:C:\Program%20Files\Codejock%20Software\ActiveX\Xtreme%20Suite%20Pro%20ActiveX%20v9.51\help\XtremeSuite.chm::/XtremeReportControl~ReportRow~Record.html - Record  of a GroupRow, your program will crash.

Are there any tricks to access these row records or are they simply off limits..?




Replies:
Posted By: Oleg
Date Posted: 31 January 2005 at 6:07am
use Row.Childs

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


Posted By: dlord
Date Posted: 31 January 2005 at 8:20pm
Nope. Can't get that to work. Can you expand a bit..?



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