Where is my column? |
Post Reply |
Author | |
Fabian
Senior Member Joined: 22 November 2004 Location: Switzerland Status: Offline Points: 336 |
Post Options
Thanks(0)
Posted: 29 August 2006 at 8:13am |
Hello
If I move a column to the field chooser or to the group box the column was marked as invisible (.visible = False, ColumnOrderChanged - event). How can I differertiate between this two destinations?
The Problem: if the column was hidden because it is in the field chooser, I do not have to load data for it but if it sits in the group box I do.
Any idea?
Thanks
Fabian
|
|
Product: Xtreme SuitePro (ActiveX) version 16.2.3
Platform: Windows 7 (32bit) Language: Visual Basic 6.0 / SP6 |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
So, for you it could be in 2 states:
1) Just not Visible (detect by property); 2) And also not Visible, but in Group box. You can easily detect whether a column is in group box or not by checking wndReportControl.GroupsOrder.IndexOf(yourColumn) = -1 -- WBR, Serge |
|
Fabian
Senior Member Joined: 22 November 2004 Location: Switzerland Status: Offline Points: 336 |
Post Options
Thanks(0)
|
Hello Serge
You saved my day...
Thanks a lot
Fabian
|
|
Product: Xtreme SuitePro (ActiveX) version 16.2.3
Platform: Windows 7 (32bit) Language: Visual Basic 6.0 / SP6 |
|
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 |