|
-
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.
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
|