|
-
Mar 1st, 2002, 10:32 AM
#1
Thread Starter
Junior Member
I can not Hide a colon in a Flexgrid!
I have encountered a problem to hide a colon in the MSFlexgrid object. I do the follow
If Fxgrid1.ColIsVisible(intcol) Then
Fxgrid1.ColIsVisible(intcol) = False
End If
The If statement works but for the assignment to False I get the compile error “ Assignment to constant not permitted“
Strange because if I follow the MSDN documentation I should assign that property
Can somebody say what is wrong?
V.B.
-
Mar 1st, 2002, 10:37 AM
#2
Hi
Try :
fxgrid1.colWidth(intCol)=0
Regards
Vince
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
-
Mar 1st, 2002, 12:04 PM
#3
Thread Starter
Junior Member
Dirty but efficient.
Thanks
Vincent
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
|