Environment : VB6/Access2003
Sir,
I have some controls on my form. I want to change the control on pressing of Enter key and the text in the next control should be selected. For the same I am creating a general procedure... for this I need to know can a control be set focused by its tabindex
i.e. I can get the tabindex of active control..
Now when I know the tab index of active control... I want to focus on next control. I am able to focus on next control by Enter... But I am not able to select the text in that control
Pl. guide.
Sir,
I have some controls on my form. I want to change the control on pressing of Enter key and the text in the next control should be selected. For the same I am creating a general procedure... for this I need to know can a control be set focused by its tabindex
i.e. I can get the tabindex of active control..
Now when I know the tab index of active control... I want to focus on next control. I am able to focus on next control by Enter... But I am not able to select the text in that control
Pl. guide.