Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hiding Columns on Hierarchical Grids
Message
General information
Forum:
Visual Basic
Category:
ActiveX controls
Miscellaneous
Thread ID:
00745966
Message ID:
00745997
Views:
17
Why don't you replace the SELECT * FROM ...
with SELECT Field1Name, Field2Name, Field3Name FROM ...

This way, you won't have to hide fields!



>Hi!
>
>When I use a Hierarchical Grid with an ADODB DataShape I can't hide a column when the Column acts as a related one for example
>
>SHAPE {select * from authors}
>APPEND ({select * from titleauthor}
>RELATE au_id TO au_id) AS chapTitleAuthor
>
>when I execute the ColWidth(X) = 0 on the au_id column it takes a default width.
>
>How can I hide columns when the Grid is bound to hierarchical data?
>
>Thanks in advance
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform