I am using Msflexgrid control in my applications. can anybody let me know How to disable Msflexgrid control in vfp? I am using the following code to disable this control but it does'nt work :
thisform.msflexgrid1.enable = .f.
Whereas it works in VB.
thanks