fmrpcweb.res [message #426720] |
Mon, 19 October 2009 02:38 |
c.schoeberl
Messages: 22 Registered: August 2009
|
Junior Member |
|
|
Hello Everybody,
i have a big Problem. I'm the admin for our 10g application server. One of our customer send me an email that the function "Block Menu" wont work at his PC. I Started to research and i found nothing wrong in my fmrpcweb.res se below
# FMRWEB.RES is the key definition file for webforms. The syntax is:
#
# JFN : JMN : URKS : FFN : URFD (whitespace ignored)
#
# 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)
#
# 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
# 4 = Meta
# 8 = Alt
#
# FORMS FUNCTION NUMBER
# The Forms function numbers match the function numbers found in a
# typical Forms key binding file.
#
# USER-READABLE STRINGS
# The double-quoted strings appear when users click [Show Keys], and
# are used for this purpose only. These strings can be translated as
# needed. Note that the strings do not affect what actually happens
# when end users press a particular key sequence.
#
9 : 0 : "Tab" : 1 : "Next Field"
9 : 1 : "Shift+Tab" : 2 : "Previous Field"
85 : 2 : "Ctrl+U" : 3 : "Clear Field"
38 : 0 : "Up" : 6 : "Up"
80 : 2 : "Ctrl+P" : 6 : "Up"
40 : 0 : "Down" : 7 : "Down"
76 : 2 : "Ctrl+L" : 7 : "Down"
33 : 0 : "PageUp" : 12 : "Scroll Up"
34 : 0 : "PageDown" : 13 : "Scroll Down"
40 : 0 : "Down" : 67 : "Down Test 2"
38 : 0 : "Up" : 68 : "Up Test 2"
69 : 2 : "Ctrl+E" : 22 : "Edit"
10 : 0 : "Return" : 27 : "Return"
120 : 0 : "F9" : 29 : "List of Values"
81 : 2 : "Ctrl+Q" : 32 : "Exit"
112 : 2 : "Ctrl+F1" : 35 : "Show Keys"
121 : 0 : "F10" : 36 : "Commit"
114 : 1 : "Shift+F3" : 61 : "Next Primary Key"
115 : 1 : "Shift+F4" : 62 : "Clear Record"
117 : 1 : "Shift+F6" : 63 : "Delete Record"
115 : 0 : "F4" : 64 : "Duplicate Record"
117 : 0 : "F6" : 65 : "Insert Record"
34 : 3 : "Shift+Ctrl+PageDown" : 66 : "Next Set of Records"
40 : 0 : "Shift+Down" : 67 : "Next Record"
38 : 0 : "Shift+Up" : 68 : "Previous Record"
33 : 2 : "PageUp" : 67 : "Scroll Up"
34 : 2 : "PageDown" : 68 : "Scroll Down"
116 : 1 : "Shift+F5" : 69 : "Clear Block"
116 : 0 : "F5" : 70 : "Block Menu"
34 : 2 : "Ctrl+PageDown" : 71 : "Next Block"
33 : 2 : "Ctrl+PageUp" : 72 : "Previous Block"
114 : 0 : "F3" : 73 : "Duplicate Item"
118 : 1 : "Shift+F7" : 74 : "Clear Form"
118 : 0 : "F7" : 76 : "Enter Query"
119 : 0 : "F8" : 77 : "Execute Query"
112 : 1 : "Shift+F1" : 78 : "Display Error"
119 : 1 : "Shift+F8" : 79 : "Print"
113 : 1 : "Shift+F2" : 80 : "Count Query"
85 : 2 : "Ctrl+U" : 81 : "Update Record"
121 : 3 : "Shift+Ctrl+F10" : 82 : "Function 0"
112 : 3 : "Shift+Ctrl+F1" : 83 : "Function 1"
113 : 3 : "Shift+Ctrl+F2" : 84 : "Function 2"
114 : 3 : "Shift+Ctrl+F3" : 85 : "Function 3"
115 : 3 : "Shift+Ctrl+F4" : 86 : "Function 4"
116 : 3 : "Shift+Ctrl+F5" : 87 : "Function 5"
117 : 3 : "Shift+Ctrl+F6" : 88 : "Function 6"
118 : 3 : "Shift+Ctrl+F7" : 89 : "Function 7"
119 : 3 : "Shift+Ctrl+F8" : 90 : "Function 8"
120 : 3 : "Shift+Ctrl+F9" : 91 : "Function 9"
113 : 0 : "F2" : 95 : "List Tab Pages"
72 : 2 : "Ctrl+H" : 30 : "Help"
34 : 8 : "Alt+PageDown" : 71 : "Next Block"
33 : 8 : "Alt+PageUp" : 72 : "Previous Block"
i tryed in on my on Pc and for me it does not work too. When i pressed the button F5 (as i set in my res file) nothing happens, no error or warnings comes, just nothing.
Did anybody know whats wrong ?
regards
[Updated on: Mon, 19 October 2009 02:43] Report message to a moderator
|
|
|