Page 2 of 2

Re: HeadClick in browse help

Posted: Tue Jan 05, 2021 6:13 pm
by mol
My idea was to set focus to T_Search only when it was focused previously.
When focus is in BROWSE, it should stay.
But you can try to change code if my solution is interesting to you.

Re: HeadClick in browse help

Posted: Tue Jan 05, 2021 6:16 pm
by mol
By the way, from inkey.ch:

Code: Select all

#define K_F2                    -1

Re: HeadClick in browse help

Posted: Tue Jan 05, 2021 9:41 pm
by franco
Thanks Mol
Can not get to work.
# include <hmg.ch.>
# include <inkey.ch>


later in br function
_PUSHKEY(-1) DOES NOT WORK
_PUSHKEY(9) TAB WORKS