HeadClick in browse help

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

User avatar
mol
Posts: 3774
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HeadClick in browse help

Post 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.
User avatar
mol
Posts: 3774
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HeadClick in browse help

Post by mol »

By the way, from inkey.ch:

Code: Select all

#define K_F2                    -1
franco
Posts: 877
Joined: Sat Nov 02, 2013 5:42 am
DBs Used: DBF
Location: Canada

Re: HeadClick in browse help

Post 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
All The Best,
Franco
Canada
Post Reply