MyTForm has many dbControls and among them there is a combo to search records.
With that combo I manage 2 events:
Combo.onDropdown = swctrls ;
Combo.onCloseUp = swCtrls;
Procedure swCtrls (....)
with dso.dataset do
if controlsdisabled then enableControls else disableControls;
end;
Is there any trick to disable all controls excecpt combo control?
Help will be appreciate.
Med