View Full Version : Diabling a Button That Has Focus


aehall
03-20-2000, 11:04 AM
I would like to disable a button as soon as it finishes execution but when I try to, I get an error that says, I cannot change disable an item that currently has the focus. Is there a way to change the focus of a button as soon as it's Click subroutine has finished running and has lost focus.

Thanks...

Pat Hartman
03-20-2000, 05:29 PM
First you need to move the focus to some other control, then you can disable the button.