Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Question about Oracle Terminals

Rehan MirzaAug 23 2022

Dear All,

I need your help.
If you open FMRWEB.RES file you can find following components

JFN : JMN : URKS : FFN : URFD
9 : 0 : "Tab" : 1 : "Next Field"
9 : 1 : "Shift+Tab" : 2 : "Previous Field"
85 : 2 : "Ctrl+U" : 3 : "Field Delete"
38 : 0 : "Up" : 6 : "Up"
80 : 2 : "Ctrl+P" : 6 : "Up"

JFN = Java function number
JMN = Java modifiers number
URKS = User-readable key sequence (double-quoted)
FFN = Forms function number
URFD = User-readable function description (double-quoted)

JFN JAVA FUNCTION NUMBER
33 = PageUp
34 = PageDown
35 = End
36 = Home
37 = LeftArrow
38 = UpArrow
39 = RightArrow
40 = DownArrow
65 - 90 = Ctrl+A thru Ctrl+Z (These will always have the control modifier explicitly included, as well as any other modifiers that might be used.)
112 - 123 = F1 thru F12
9 = Tab (Ctrl+I, without the control modifier)
10 = Return (Ctrl+J, without the control modifier)

JAVA MODIFIERS NUMBER
Equal to the sum of the values for the modifier keys:
0 = None
1 = Shift
2 = Control
3 = Shift + Control
4 = Meta - This refers to the windows logo key between the Ctrl and Alt key and currently cannot be mapped
8 = Alt
9 = Shift + Alt

I want complete lis of FFN. If an one provide me the list of FFN, it will be greate help.
Thanks in advance.

Regards,
Rehan Mirza

Comments
Post Details