I have this textbox and combo box which is disabled.
when a command button is pressed the two controls are
enabled..but when after selecting my choice in the combo box,
the textbox is not clickable or it is like being disabled..
here is my code in the lost focus of my bombo box:
when a command button is pressed the two controls are
enabled..but when after selecting my choice in the combo box,
the textbox is not clickable or it is like being disabled..
here is my code in the lost focus of my bombo box:
Code:
SELECT user_table
LOCATE FOR utype="Administrator"
IF FOUND()
IF utype="Administrator"
MESSAGEBOX('Administrator cannot be duplicated!',16)
ENDIF
ENDIF