Page 2 of 2

Posted: Wed Nov 28, 2007 12:23 pm
by ABBKlaus

Code: Select all

If Event = #WM_KEYUP ; #WM_KEYDOWN

Posted: Wed Nov 28, 2007 12:41 pm
by thyphoon
ABBKlaus wrote:

Code: Select all

If Event = #WM_KEYUP ; #WM_KEYDOWN
Thanks but width #WM_KEYUP the TAB function don't works.
you can't go to the next Field when you press TAB
Another idea ?
Best regards

Posted: Wed Nov 28, 2007 1:24 pm
by gnozal

Code: Select all

If Event = #WM_KEYDOWN  And EventwParam() = #VK_TAB

Posted: Wed Nov 28, 2007 1:41 pm
by thyphoon
gnozal wrote:

Code: Select all

If Event = #WM_KEYDOWN  And EventwParam() = #VK_TAB
Big Thanks Gnozal It's work great now ! :D

Posted: Wed Nov 28, 2007 1:56 pm
by Sparkie
Thanks for the bug info guys. I fixed and updated the original code for PB 4.xx :)

Posted: Wed Nov 28, 2007 2:03 pm
by thyphoon
Sparkie wrote:Thanks for the bug info guys. I fixed and updated the original code for PB 4.xx :)
Thanks for your code. :D