G
Guest
Hi folks,
I need a way to force the cursor to tab to the next control in the tab list.
Because of the nature of the form operations, I won't know what the 'next'
control is, and the autotab doesn't seem to work when the value is added via
code. I use autotab and a mask to move between controls when the inputting
is via the keyboard, but when the inputting utilizes a little number pad I
made on my form, that doesn't work.
Is there a way, via code, to force a tab. I'd prefer not to use sendkeys as
I understand it's generally frowned upon.
Thanks,
CW
I need a way to force the cursor to tab to the next control in the tab list.
Because of the nature of the form operations, I won't know what the 'next'
control is, and the autotab doesn't seem to work when the value is added via
code. I use autotab and a mask to move between controls when the inputting
is via the keyboard, but when the inputting utilizes a little number pad I
made on my form, that doesn't work.
Is there a way, via code, to force a tab. I'd prefer not to use sendkeys as
I understand it's generally frowned upon.
Thanks,
CW