Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - Treeview Question
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Treeview Question

 Post Reply Post Reply
Author
Message
nvierros View Drop Down
Groupie
Groupie
Avatar

Joined: 02 July 2006
Location: Australia
Status: Offline
Points: 44
Post Options Post Options   Thanks (0) Thanks(0)   Quote nvierros Quote  Post ReplyReply Direct Link To This Post Topic: Treeview Question
    Posted: 14 August 2007 at 7:07pm
Hi everyone,
 
I am trying to get an idea of how the treeview on the report control works.
 
Using the sample provided by codejock i understand how items are added to the report control.
 
What i am trying to do is loop through each record, but it doesnt include child items in the count. For e.g
 
Dim record As ReportRecord
For Each record In wndReportControl.Records
MsgBox record.Item(COLUMN_SUBJECT).Value
Next
Set recoed = Nothing
 
I have added only 1 item to the report control with 2 childs it will only count as one, when really it should be three.
 
How is this possible?? 
 
Thanks
Back to Top
fjsen View Drop Down
Newbie
Newbie


Joined: 10 November 2003
Location: Spain
Status: Offline
Points: 18
Post Options Post Options   Thanks (0) Thanks(0)   Quote fjsen Quote  Post ReplyReply Direct Link To This Post Posted: 16 August 2007 at 8:46am

I think the child records are got via "Childs" record property.

Sen
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.