R
Ross Brown
I have a form that contains a repeating section, inside which are some
buttons. Clicking one button is supposed to invoke some form code and then
move the selection to another button. InfoPath's SelectNodes/SelectText
methods don't help, of course, because these buttons are not bound to XML
nodes. So, short of messing with SendKeys, how does one do the programmatic
equivalent of tabbing between controls or simply moving the selection to a
control?
buttons. Clicking one button is supposed to invoke some form code and then
move the selection to another button. InfoPath's SelectNodes/SelectText
methods don't help, of course, because these buttons are not bound to XML
nodes. So, short of messing with SendKeys, how does one do the programmatic
equivalent of tabbing between controls or simply moving the selection to a
control?