-
Jon © (05.08.09 12:32) [0]I am trying to focus the next control when a control is clicked.
According to MSDN, the message WM_NEXTDLGCTL should do it.
But I cannot make it work with KOL:PControl(Sender).ParentForm.Perform(WM_NEXTDLGCTL,0,0);
Any help in appreciated. -
thaddy (05.08.09 16:33) [1]If you use the .tabulate option, the sending of a TAB key char is sufficient ;)
I'll check it. I haven't been doing a lot of kol this year and I am installing it on my netbook right now :) -
Jon © (05.08.09 16:43) [2]Thanks Thaddy, but using TAB is not an option in this instance. I am using the call to solve this problem: http://pda.delphimaster.net/?id=1248364961&n=10
BTW - Welcome back here, long time no see. Did you get the email I sent you a while ago?