|
Karen - try it - it works :) Mapping F2 to the hot key triggers the
button. I got it working thanks to you and Larry: I
suggest dropping a button on your form that contains the EEP code you
want. Set the caption of the button to have an accelerator character
(eg, set it to &Save And Add). Then use:
SET
KEYMAP [F2] = [ALT]S
in
your form startup. This will have the effect of "clicking" the button
when the user hits [F2]. Remember to SET KEYMAP [F2] OFF in the form's
ON CLOSE EEP, or you will have a very confused user.
I placed a pushbutton on the form with the caption: &Add Row The OnBeforeStart EEP for the form includes: SET KEYMAP [F2] = [ALT]A Hitting F2 "clicks" the Add Row button and fires the EEP. voila! Thanks again, Doug [email protected] wrote: Doug: I haven't tried this... What if you put a button on |
- [RBASE-L] - Re: Snagging F2 - Snagged! Doug Hamilton
- [RBASE-L] - Re: Snagging F2 - Snagged! Bill Downall
- [RBASE-L] - Re: Snagging F2 - Snagged! Dennis McGrath
- [RBASE-L] - Re: Snagging F2 - Snagged! Lawrence Lustig
- [RBASE-L] - Re: Snagging F2 - Snagged! Dennis McGrath
- [RBASE-L] - Re: Snagging F2 - Snagged! Doug Hamilton

