how to disable a button

  • Thread starter Thread starter wd1153
  • Start date Start date
W

wd1153

hi all

I like to make a button invisible after click on it, but
the error message say I could not do that while the
control still has the focus. I set the focus to other
control already like : "someothercontrl.setfocus"
before "btnCtl.visible=false", but still not working. How
do I do that?
thanks
 
Back
Top