|
-
May 16th, 2005, 11:34 PM
#1
Disabling Flexgrid Header click...
How do I disable clicking on the header in a MSFlexGrid ?
I tried:
If fg1.row = 0 then Exit Sub
in the click event, which does nothing, it's like clicking the firrst row of data.
and I tried:
If fg1.row = 1 then Exit Sub
in the click event, which disables the header row and the first row of data.
Thanks
Rel
Last edited by Relentless; May 16th, 2005 at 11:45 PM.
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
|