key mapping [message #390793] |
Mon, 09 March 2009 15:48 |
mubeenmd
Messages: 8 Registered: September 2007
|
Junior Member |
|
|
Hai,
Main form/screen has navigator. If I double click on any title/value then corresponding form will be opened fine. But I would like to open the form when I press ENTER (on keyboard) while focus is on respective title.
I have implemented the common client server key mappings(such as f7-enter query, f8-execute query.....) by
copying fmrpcweb.res as fmrweb.res. This is fine.
Any idea on opening respective form by just pressing ENTER key rather than double-click ?
thanks all
|
|
|
Re: key mapping [message #390849 is a reply to message #390793] |
Tue, 10 March 2009 00:48 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Did you research use of the DO_KEY built-in? It appears that you'd call the ENTER built-in.
Also, as <Enter> basically moves focus to the "next item", perhaps you could do the same with the KEY-NXT-ITEM trigger. Its drawback is the fact that <Tab> does the same.
|
|
|