fanlinux90
Programmer
I have configured a grid when I click on any check it changes the value of all. but I must change the validation per row, when the check in a grid has been marked only in one row, the status must be changed only for that row. can it be done in vfp6?
If thisform.Precustomers.Column1.Check1.Value = .T. and thisform.Precustomers.Column1.Check1.valid() = .T.
replace p_temp.status with 4
endif
If thisform.Precustomers.Column1.Check1.Value = .T. and thisform.Precustomers.Column1.Check1.valid() = .T.
replace p_temp.status with 4
endif