dhone
10-06-2001, 01:13 PM
How can i hide a certain column on a grid?
MSFlexGriddhone 10-06-2001, 01:13 PM How can i hide a certain column on a grid? iamtgo3 10-06-2001, 02:04 PM If you are using ADO you could use a SELECT statement to only query those fields you want to display in the MSFLEXGRID. I have a little example here if you want to take a look.. http://www.ipdg3.com/sourcecoderesults.php?option=sourcecode&id=000059 George, www.IPDG3.com is geared toward helping Developers and programmers with programming Q&A. Flyguy 10-06-2001, 02:10 PM There is no hide property for columns in the MSFlexgrid, but you can simulate it as follows: <pre> MSFlexGrid.ColWidth(myCol) = 0 </pre> Anis 10-07-2001, 10:43 PM Yeah.... there is no hide property for it.. But u can make the width zero.. as said yb ArnoutV anis "Miles to Go Before I Sleep!!........." |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum