Mapping functional key in forms 10g [message #362439] |
Tue, 02 December 2008 05:21 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
ashutosh.chowdhary
Messages: 13 Registered: July 2008 Location: Pune
|
Junior Member |
|
|
Hi all,
I am migrating the oracle forms from version 6i to 10g.
In forms 10g the functional key like F7,F8,F9 etc is not working.
So I made the changes in frmweb.res to use the functional keys as they are working in form 6i i.e.
F7 -> enter query
F8 -> execute query
F9 -> List of Values
But still these keys are not working and the default forms 10g key is working i.e.
F11 -> enter query
Ctrl+F11 -> execute query
Ctrl+ L -> List of Values
Is the step I had made in formweb.res is correct for functional key overwriting?
Could any body share their ideas how to change the functional keys working as per user requirement.
Regards,
Ashutosh
|
|
|
|
Re: Mapping functional key in forms 10g [message #376251 is a reply to message #362439] |
Tue, 16 December 2008 11:19 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
patigerwa
Messages: 3 Registered: December 2008 Location: PA, USA
|
Junior Member |
|
|
Are you under UNIX platform or Windows? If you are running under Windows, please do the followings:
1)Stop OC4J
2) Rename FRMWEB.RES TO FRMWEB_ORIG.RES,
3) COPY FRMPCWEB.RES TO FRMWEB.RES
4) Start OC4J
works for me. Good Luck.
Candice
|
|
|