Re: Capture Enter Key Event?
From: Kenny Gump <kgump_at_mylanlabs.com>
Date: Fri, 8 Jan 1999 15:57:23 -0500
Message-ID: <36967159.0_at_news.mountain.net>
br wrote in message <3693eb5c.0_at_carrera.intergate.ca>...
>I've created a main menu for my application which is comprised of several
>images. When the user clicks on an image I start the appropriate form. My
>question is: when the Image is in focus and the user presses the enter key,
>how do I capture this event so I can start the appropriate form.
>Brian
>
>
Received on Fri Jan 08 1999 - 21:57:23 CET
Date: Fri, 8 Jan 1999 15:57:23 -0500
Message-ID: <36967159.0_at_news.mountain.net>
Try writing a KEY-ENTER and call the form based on :SYSTEM.CURRENT... A KEY-.... trigger will replace the normal functionality of the key stroke so if you want it to do other things you will need code for it.
Kenny Gump
OCP 7.3 DBA
br wrote in message <3693eb5c.0_at_carrera.intergate.ca>...
>I've created a main menu for my application which is comprised of several
>images. When the user clicks on an image I start the appropriate form. My
>question is: when the Image is in focus and the user presses the enter key,
>how do I capture this event so I can start the appropriate form.
>Brian
>
>
Received on Fri Jan 08 1999 - 21:57:23 CET