You can use ... in the form init event
ON KEY LABEL alt+"MyKey" DO myClickEvent
&& use suitable character in MyKey
Have the Click Event Codes of the picture in myClickEvent
Also put the code DO myClickEvent in the click event of the picture.
In the exit event of the form release the ON KEY LABEL alt+"MyKey" ramani :-9
(Subramanian.G)
FoxAcc
ramani_g@yahoo.com
Just a quick reflex...
Even without having a separate event as said above by me, you can make ...
ON KEY LABEL alt+MyHotKey DO ThisForm.MyTextBox.Click()
The point is, you have to let the user know what is the MyHotKey suitably in the form display.
ramani :-9
(Subramanian.G)
FoxAcc
ramani_g@yahoo.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.