I have a problem with using the function key F2 in the keypress event. F3 to F12 is working normally.
the keypress event is not trapping this key F2, execpt when i go first in debugging mode.
i can use instead ON KEY LABEL F2 but this command i can only use outside the form.
So i can first start a program .PRG with the "on key label F2 _screen.activeform.method" command and then the form instantiation, but i dont like it very much.
Is there another way, u know maybe?
the keypress event is not trapping this key F2, execpt when i go first in debugging mode.
i can use instead ON KEY LABEL F2 but this command i can only use outside the form.
So i can first start a program .PRG with the "on key label F2 _screen.activeform.method" command and then the form instantiation, but i dont like it very much.
Is there another way, u know maybe?