Hi,
Lets say I have grid named verGrid in custom VFP section.
How would I reference an individual column to make it read-only or change the header?
Thanks
Herb
Hi,
Lets say I have grid named verGrid in custom VFP section.
How would I reference an individual column to make it read-only or change the header?
Thanks
Herb
Ahhh.... I was reading the docs wrong.
vergrid.columns(1).readonly = .t.
Hherb
Bookmarks