> 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
thisform.msflexgrid1.OBJECT.enabled = .f.
Cetin Basoz
.Net has got better.Think about moving - check my blog:
Blog (main)Blog (mirror)