The code below is in the valid event of a ComboBox. I am calling SetFocus() and it should produce an error. It did once, so I took a screen shot of the message. Now when I come back to it, it works fine.
The ComboBos style is set to 2: DropDown List.
Not a serious problem. I just wold like to understand what I don't understand.
Sam
The ComboBos style is set to 2: DropDown List.
Code:
WITH THISFORM
.REFRESH
*-* According to the help file, this SHOULD produce eror # 2012. IT DOESN'T.
.txtDescript.SETFOCUS()
ENDWITH
Not a serious problem. I just wold like to understand what I don't understand.
Sam