S
Sharkbyte
I am experiencing an issue where I call a form, as a dialog. When the 2nd
form has completed its work, I call a function that may include setting a
number of buttons, on the first form, to Enabled = False.
When I do this I am continually stopped by one button, where I am told that
I cannot change its status, because it has Focus.
I have tried moving the focus earlier in the same code snippet. I have
tried moving the focus BEFORE calling the form. Nothing seems to work.
Any ideas?
TIA
Sharkbyte
form has completed its work, I call a function that may include setting a
number of buttons, on the first form, to Enabled = False.
When I do this I am continually stopped by one button, where I am told that
I cannot change its status, because it has Focus.
I have tried moving the focus earlier in the same code snippet. I have
tried moving the focus BEFORE calling the form. Nothing seems to work.
Any ideas?
TIA
Sharkbyte