I am using VFP ver 7.0 and maxframe is the main development tool. I have a grid in which the first column contains a check box. I am able to dis-able the column in the entire grid using the following:
.grdbase.column1.enabled = .f.
Is there a way to disable a single row within a grid
Thank you in advance for any commnets/suggestions..
Jim
.grdbase.column1.enabled = .f.
Is there a way to disable a single row within a grid
Thank you in advance for any commnets/suggestions..
Jim