Treeview Question |
Post Reply |
Author | |
nvierros
Groupie Joined: 02 July 2006 Location: Australia Status: Offline Points: 44 |
Post Options
Thanks(0)
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
|
|
fjsen
Newbie Joined: 10 November 2003 Location: Spain Status: Offline Points: 18 |
Post Options
Thanks(0)
|
I think the child records are got via "Childs" record property. Sen
|
|
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 |