Print Page | Close Window

Where is my column?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=4910
Printed Date: 27 September 2024 at 11:40am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Where is my column?
Posted By: Fabian
Subject: Where is my column?
Date 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



Replies:
Posted By: sserge
Date Posted: 31 August 2006 at 3:43pm
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


Posted By: Fabian
Date Posted: 01 September 2006 at 1:47am
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



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