adwaitjoshi
Active member
- Joined
- Dec 29, 2005
- Messages
- 38
- Programming Experience
- 1-3
I wish to set focus to a control (may be textbox, combobox, listbox etc) in a form. I wish to do this by the control name so basically something like
GetControl(ControlName).Focus()
is there a function to do that?
GetControl(ControlName).Focus()
is there a function to do that?