Page 1 of 1

Generating events when focus changes

Posted: Tue Apr 09, 2019 10:10 pm
by Sparks
Is there a way to trap a focus change event on a Textbox in LBB? Specifically, I'd like to be able to trap the "leave" event when the Textbox loses the focus. Trapping when it gets the focus might have value too. I've been digging through a number of the available resources with no joy yet, thought a question here might be quicker.

Regards,

Fred

Re: Generating events when focus changes

Posted: Tue Apr 09, 2019 10:42 pm
by guest
Sparks wrote: Tue Apr 09, 2019 10:10 pm Is there a way to trap a focus change event on a Textbox in LBB?
See here. You will probably want to use a SUB timer handler rather than the branch handler used in the examples.

Re: Generating events when focus changes

Posted: Wed Apr 10, 2019 6:52 pm
by Sparks
Thank you, that will work just fine for me