Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - Where is my column?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Where is my column?

 Post Reply Post Reply
Author
Message
Fabian View Drop Down
Senior Member
Senior Member
Avatar

Joined: 22 November 2004
Location: Switzerland
Status: Offline
Points: 336
Post Options Post Options   Thanks (0) Thanks(0)   Quote Fabian Quote  Post ReplyReply Direct Link To This Post Topic: Where is my column?
    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
Back to Top
sserge View Drop Down
Moderator Group
Moderator Group


Joined: 01 December 2004
Status: Offline
Points: 1297
Post Options Post Options   Thanks (0) Thanks(0)   Quote sserge Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
Fabian View Drop Down
Senior Member
Senior Member
Avatar

Joined: 22 November 2004
Location: Switzerland
Status: Offline
Points: 336
Post Options Post Options   Thanks (0) Thanks(0)   Quote Fabian Quote  Post ReplyReply Direct Link To This Post 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
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.187 seconds.