RE: keyboard
"Bryce Stenberg" <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, Do you mean this syntax? OPTIONS ACCEPT KEY CONTROL-A Or OPTIONS ACCEPT KEY CONTROL-M <- for enter key? Regards, Bryce Stenberg IT Department, Harness Racing New Zealand Inc. > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of H.J. Sanders > Sent: Wednesday, 9 November 2005 5:22 a.m. > To: [email protected] > Subject: [fourjs-users] keyboard > > > Hi group. > > We want for our applications that we keyboard will behave > like in most windows-appliations. > > So: > > - TAB to move to another field > - ENTER to accept and leave the screen. > > This can be done by setting the ACCEPT KEY to RETURN / ENTER > (in OPTIONS). > > However especially in the beginning this will cause trouble > for our users so we want to be able to turn of the enter key > in the programs until it is time that it may be used (at the > end of the program). > > In Informix you can do OPTIONS RETURN KEY = CONTROL-A. > > However this is not possible in 4JS. > > Support cannot help us. > > Anybody found a solution? > > Henk Sanders >