Home » Developer & Programmer » Forms » Can i Use F9 Key for LOV Populate (Forms 10g)
Can i Use F9 Key for LOV Populate [message #292125] Mon, 07 January 2008 23:11 Go to next message
Qaiser.Bashir
Messages: 32
Registered: July 2007
Location: Rawalpindi
Member

Hi Dear
Hope all will be fine and enjoying their life..

dear i have a problem to populate lov in forms 10g...my requirement is tht i want to populate LOV not with Ctrl + L but i want it to be populated with the functional key F9...by over writting it code...wether it is possible in 10g r not...and can any one tell me wht the F9 functional key perform function in 10g....




Regards

Qaiser Bashir
Re: Can i Use F9 Key for LOV Populate [message #292156 is a reply to message #292125] Tue, 08 January 2008 01:41 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
You'll have to map F9 to List of Values; do it in the FMRWEB.RES file (or the one you use for key mappings). In a case your file is different from mine, here's an excerpt which might help you do it:
#       06-sep-2001  Lauri Boyd
#         6.5.0.2    - When calling a Modal Dialog Window from another form,
#                      running webforms (not client/server), the F9 keystroke
#                      is not recognized to open a list of values.  Added 2nd
#                      definition of List of Values above the F9 definition.
#                      Now the F9 definition is recognized.
...
# Due to a possible forms bug (TAR 461263.55) the following mappings
# need to be in this order. If the F2 entry is removed, the F9 entry
# stops functioning
113  : 0 : "F2"             : 29 : "List of Values"
120  : 0 : "F9"             : 29 : "List of Values"
...
Re: Can i Use F9 Key for LOV Populate [message #292200 is a reply to message #292156] Tue, 08 January 2008 03:42 Go to previous messageGo to next message
Qaiser.Bashir
Messages: 32
Registered: July 2007
Location: Rawalpindi
Member

Dear Thanks for your reply

i have tried this one too...but unable to perform my action.. i found this file frmweb.res and make changes as you mentioned but it does not work as i required...can you tell me the complete steps for it or any other way to do this...thanks in advance



regards

Qaiser Bashir
Re: Can i Use F9 Key for LOV Populate [message #292204 is a reply to message #292200] Tue, 08 January 2008 03:49 Go to previous messageGo to next message
mintomohan
Messages: 104
Registered: November 2006
Location: India
Senior Member
did you edit the frmweb.res file on your development machine or on the application server?

Minto
Re: Can i Use F9 Key for LOV Populate [message #292208 is a reply to message #292200] Tue, 08 January 2008 03:51 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Does FORMS90_PATH (or similar) contain directory in which you have this .RES file?
Re: Can i Use F9 Key for LOV Populate [message #292209 is a reply to message #292204] Tue, 08 January 2008 03:54 Go to previous messageGo to next message
Qaiser.Bashir
Messages: 32
Registered: July 2007
Location: Rawalpindi
Member

Dear i have edit it on my local machine.....and i have also installed the 10g forms on my local machine...i am not acessing it from any other application server.....means 10g is locally installed and change is made on local PC...



Regards

Qaiser Bashir
Re: Can i Use F9 Key for LOV Populate [message #292215 is a reply to message #292208] Tue, 08 January 2008 03:57 Go to previous messageGo to next message
Qaiser.Bashir
Messages: 32
Registered: July 2007
Location: Rawalpindi
Member

Thnks dear

i have the following path on my local pc
'E:\DevSuiteHome_1\forms\fmrpcweb.res'

regards

Qaiser Bashir
Re: Can i Use F9 Key for LOV Populate [message #292230 is a reply to message #292215] Tue, 08 January 2008 04:21 Go to previous messageGo to next message
mintomohan
Messages: 104
Registered: November 2006
Location: India
Senior Member
I think the defaulf file is fmrweb.res.

If you are not using the default file, you have to specify that in the formweb.cfg file.

Minto
Re: Can i Use F9 Key for LOV Populate [message #292237 is a reply to message #292230] Tue, 08 January 2008 04:39 Go to previous messageGo to next message
Qaiser.Bashir
Messages: 32
Registered: July 2007
Location: Rawalpindi
Member

Dear thanks for reply

i have tried with this one too...can you send me the updated this file so that i can see and perform my work too....thanks...bcz i am not still able to get my required output....if u will send me the required edited file......i shall me be thank full to u...


Regards

Qaiser Bashir
Re: Can i Use F9 Key for LOV Populate [message #292246 is a reply to message #292237] Tue, 08 January 2008 05:01 Go to previous messageGo to next message
mintomohan
Messages: 104
Registered: November 2006
Location: India
Senior Member
please check the attached file.

120  : 0 : "F9"             : 29 : "List of Values"


Minto
  • Attachment: fmrweb.res
    (Size: 3.66KB, Downloaded 1279 times)
Re: Can i Use F9 Key for LOV Populate [message #292257 is a reply to message #292246] Tue, 08 January 2008 05:20 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Once again, check message #292156; F9 itself *may not* be enough.

Also, you never relplied whether 'E:\DevSuiteHome_1\forms' is part of FORMS90_PATH environment variable (or in Windows registry, if you're on MS Windows).
Re: Can i Use F9 Key for LOV Populate [message #292413 is a reply to message #292257] Tue, 08 January 2008 22:09 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Which trigger does F9 invoke? Have you considered putting a 'do_key('LIST_VALUES');' into that trigger at the form level?

David
Re: Can i Use F9 Key for LOV Populate [message #292438 is a reply to message #292246] Tue, 08 January 2008 23:18 Go to previous messageGo to next message
Qaiser.Bashir
Messages: 32
Registered: July 2007
Location: Rawalpindi
Member

Dear Minto Thanks

the problem is solved and i have got the required out put as i want..tht with F9 the LOV should be populated....i have done it with other keys too...but i think the problem is occured as...wht r the meaning of 0,1,2,3 and the other numbers written as 9,9,116,40,33 and against them values as 1,2,3,6,7,12 respectivelly wether this sequence is necessary r not....bcz i am try to perform action as when ever F7 is pressed it should perform action as "Enter Query" and F8 for "Execute Query" it shows this functionality when i press Ctrl + K against these key but not perform this functionality....so i guess tht these 0,1,2,3 and others numeric have some important meanings..can plz u help me for it..wht valus i have to set to acces the F8 key directly....More i can get my required out put by pressing Ctrl + Shift + F8 but not with F8...why this is happend...


Thanks for your help and anticipation...

Regards

Qaiser Bashir
Re: Can i Use F9 Key for LOV Populate [message #292443 is a reply to message #292438] Tue, 08 January 2008 23:31 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Have a look at this thread on 'fmrpcweb.res' http://www.orafaq.com/forum/m/84976/67467/?srch=fmrpcweb.res#msg_84976 and this thread on 'fmrweb.res' http://www.orafaq.com/forum/m/194898/67467/?srch=fmrweb.res#msg_194898

Also look at the other threads on 'fmrpcweb.res' and 'fmrweb.res'.

David
Previous Topic: Getting Externally Menu item code
Next Topic: Graphics error OG- 00608
Goto Forum:
  


Current Time: Sun Feb 09 21:06:10 CST 2025