Control focus
How can I give focus to a control (e.g. button). I tried setting the following properties 'focus', 'focused', 'canfocus' but no luck.
0
Best Answer
-
2017-05-22-09334
Paul --
Here are some code SNIPPETS that may assist you.
'Select the FIRST GROWTH TEXTBOX
textBox_FirstGrowth.Focus()
'SELECT the CONTINUE button
button_ContinueTab3.Focus()
I hope this is helpful.
-- Matt
0
Answers
Paul --
One of the MEDIA CY GUYS pointed me to this a while back.
I'm just passing along a favor.
Good luck.
-- Matt