Click to See Complete Forum and Search --> : MSHFlexGrid


W.R.Purgason
August 19th, 1999, 01:49 PM
Instead of a MDIForm, How adout Hierarchical FlexGrid Bound Control & Form -
it will list All the Projects in Table ...Looks good... But I need only the
one Selected..

1. How can I Expand the columns to different Lengths or sizes...
2. I need to link Client Section on form to the Project Section Relating to
Client's Projects(Time & Billing Project).

Thanks Alot
W.R.Purgason,COSI
wpurgason@cosi-us.com
1-800-438-5139 Ext.380

Gary Ng
August 20th, 1999, 01:23 AM
Hi,

1. To Expand the columns to different Lenght, use:

MSHFlexGrid1.ColWidth(0) = 2000 'column=0, size=2000
MSHFlexGrid1.ColWidht(1) = 3000 'column=1, size=3000





Sorry, I am not really understand your 2nd question.

Good luck,1
Gary Ng

August 20th, 1999, 09:30 AM
Try to use the property of MSHFlexGrid AllowUserResizing .
Set it to 3 .
I hope your Problem will be solved

W.R.Purgason
August 23rd, 1999, 07:15 AM
Thanks Alot-Gary Ng, Column Width code will work..