|
-
August 19th, 1999, 01:49 PM
#1
MSHFlexGrid
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
[email protected]
1-800-438-5139 Ext.380
-
August 20th, 1999, 01:23 AM
#2
Re: MSHFlexGrid
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
#3
Re: MSHFlexGrid
Try to use the property of MSHFlexGrid AllowUserResizing .
Set it to 3 .
I hope your Problem will be solved
-
August 23rd, 1999, 07:15 AM
#4
Re: MSHFlexGrid
Thanks Alot-Gary Ng, Column Width code will work..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|