I'm unable to disable any of the controls in my folders.
I create the control in the usual way:
REDEFINE GET oPC_InvDate VAR dPC_InvDate ID 2101 of oFld:aDialogs[PCashFldr]
Added: oPC_InvDate:lUpdate=.t.
oFld:lUpdate=.t.
Then attempt to disable the get control:
oPC_InvDate:Disable()
oFld:Update()
It doesn't work. What am I missing?
Don