Trap F10 in the KeyPress()
We have a legacy app which is using ON KEY LABEL to capture an F10 key press. I can't trap this in the KeyPress, I assume becasue it has the same key code as ALT which KeyPress can't cope with.
Changing from F10 to another key is not an option :(
One thing I can do is have a macro in effect to convert an F10 to something else and trap that in the KeyPress.
Is there a nice way I can do this? VFP8 SP1.
Thanks,
Craig.

