When you say "non-QWERTY", do you mean an ordinary keyboard with a non-Enlish layout (such as AZERTY)? Or do you mean some exotic non-standard input device of some kind?
If the former, it's highly unlikely that this would prevent a Clik event from firing. Just think of the thousands of French and German and other developers who are using VFP every day. Is it conceivable that they have to do something different from the British and American and Australian developers to trap a mouse click?
I'd suggest you try to analyse the problem a bit more carefully and look for other things that could cause it to happen.
Mike
__________________________________
Mike Lewis (Edinburgh, Scotland)
As others above have inferred, the "Click" or "Double Click" methods/events are triggered by a mouse button clicking on an object - not by some key stroke from the keyboard.
NOTE - a QWERTY (a.k.a. 'English standard') keyboard is so named due to the key button layout on the top-left character row - keys: Q W E R T Y
Typically a non-QWERTY keyboard is nothing more than a standard keyboard which has a different key button layout.
As such it is not different in any other way in what it sends to the computer and, in turn to the VFP application.
If you should have some 'way out' keyboard which is sending totally unique data to the computer (and to the VFP application) for some or all of the key strokes, then I'd suggest getting rid of those keyboards.
You could always write yourself some small diagnostic VFP program to display the keyboard input in its RAW state and compare the input from a regular keyboard and these unique ones.
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.