Mapping User Defined Function Keys
Hello Team,
I am trying to map the function key to a user defined function. I followed the below, and it doesn't seem to work.
1. modified frmweb.res file
115 : 3 : "Shift+Ctrl+F4" : 86 : "Function 4" (existing)
118 : 3 : "Shift+Ctrl+F7" : 89 : "Function 7" (existing)
118 : 2 : "Ctrl+F7" : 86 : "XXX" (Newly Added)
2. Bounced the server.
3. When I look at the control keys, (CTRL+K) I see ctrl+F7 pointing to XXX in the form.
4. When I click on CTRL F7, nothing happens.
Thanks!