Gerrit Broekhuis
Programmer
I want to use F10 to start a certain program. I tried with the KeyPress event:
LPARAMETERS nKeyCode, nShiftAltCtrl
IF nKeyCode == -9 && F10
thisform.command.click()
ENDIF
What happens is that F10 displays my menu. For all other function keys the KeyPress code works find. What should I change for F10 in order to make it start the right program?
Regards,
Gerrit
LPARAMETERS nKeyCode, nShiftAltCtrl
IF nKeyCode == -9 && F10
thisform.command.click()
ENDIF
What happens is that F10 displays my menu. For all other function keys the KeyPress code works find. What should I change for F10 in order to make it start the right program?
Regards,
Gerrit