Search This Blog

Disable Code

How to disable command button, text box, combo box, grid and pageframe:


Thisform.Command1.Enabled = .F.
Thisform.Text1.Enabled = .F.
Thisform.Combo1.Enabled = .F.
Thisform.Grid1Enabled = .F.
Thisform.Pageframe1.Enabled = .F.