PDA

View Full Version : Column read only in a custom VFP section



hmischel@diligentsystems.com
2016-11-08, 13:41
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

hmischel@diligentsystems.com
2016-11-08, 13:50
Ahhh.... I was reading the docs wrong.

vergrid.columns(1).readonly = .t.

Hherb