R
rsmith
Hi All,
I have a form where there is a command button. On the clicked event
for this button, I set some parameters and then set focus on a dropdown
list box. In debug, as soon as the SetFocus is done, the code
immediately jumps into the AfterUpdate procedure for this very same
dropdown. This is causing problems because the AfterUpdate procedure
is calling a function, and ending up with null values.
Any suggestions, or tips on why this is happening?
TIA, Randy
I have a form where there is a command button. On the clicked event
for this button, I set some parameters and then set focus on a dropdown
list box. In debug, as soon as the SetFocus is done, the code
immediately jumps into the AfterUpdate procedure for this very same
dropdown. This is causing problems because the AfterUpdate procedure
is calling a function, and ending up with null values.
Any suggestions, or tips on why this is happening?
TIA, Randy