Persistent tree indent. Bug or feature? |
Post Reply |
Author | |
Blob
Newbie Joined: 22 September 2007 Status: Offline Points: 3 |
Post Options
Thanks(0)
Posted: 22 September 2007 at 6:34am |
Hi.
After adding child items, ReportRow has "+"-button for collapsing/expanding. But after ReportControl.Records.DeleteAll() and adding new Records - indent to first item in each row have to indent such as row have a child items. Can I reset this indent? Or this is a Bug? P.S. Sorry for my English |
|
Blob
Newbie Joined: 22 September 2007 Status: Offline Points: 3 |
Post Options
Thanks(0)
|
I understand!!!!
ReportControl.Columns.DeleteAll() is not reset column property TreeColumn to default. So! Bug or feature? |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Hi,
Firstly please ensure you're calling .Populate after adding/deleting records. This is a primary source of such "bugs"... -- WBR, Serge |
|
Blob
Newbie Joined: 22 September 2007 Status: Offline Points: 3 |
Post Options
Thanks(0)
|
Sorry. I'm to express oneself with ambiguity.
Records.DeleteAll() - work fine and properly. Columns.DeleteAll() after deleting column and adding new - properties of new column is not restore to defaults (i.e. stay from deleted column) e.g. TreeColumn property. |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
This looks to be a correct behavior. Note that you firstly delete a column. Of course its properties are also deleted as well. -- WBR, Serge |
|
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 |