is it possible to set focus to a command button from another command button?
So like, if i click command1, can i set focus to command2?
if so, how?
thanks
nubcake
Printable View
is it possible to set focus to a command button from another command button?
So like, if i click command1, can i set focus to command2?
if so, how?
thanks
nubcake
In the click event of Command1, put this code:
Code:Command2.SetFocus
i knew it!Quote:
Originally Posted by si_the_geek
bad memory :P
thx