Home » Developer & Programmer » Forms » F9 doesn't work even after the code that I put it inside KEY-F9 (forms 10g , database 10g , win XP SP2)
icon5.gif  F9 doesn't work even after the code that I put it inside KEY-F9 [message #337271] Wed, 30 July 2008 06:41 Go to next message
Hany Freedom
Messages: 256
Registered: May 2007
Location: Egypt
Senior Member

IN KEY-F9 I PUT :-
SHOW_KEYS;

and in run time , when i press F9 nothing happen !
why the code didn't execute ?!

I attached the fmb file , and it work with HR schema
  • Attachment: KEY_F9.fmb
    (Size: 44.00KB, Downloaded 936 times)
Re: F9 doesn't work even after the code that I put it inside KEY-F9 [message #337357 is a reply to message #337271] Wed, 30 July 2008 11:47 Go to previous messageGo to next message
Hany Freedom
Messages: 256
Registered: May 2007
Location: Egypt
Senior Member

Hello ....... any Help ? Sad
Re: F9 doesn't work even after the code that I put it inside KEY-F9 [message #337369 is a reply to message #337271] Wed, 30 July 2008 12:19 Go to previous messageGo to next message
Hany Freedom
Messages: 256
Registered: May 2007
Location: Egypt
Senior Member

I modified the file fmrweb.res and did that :-

from

120 : 3 : "Shift+Ctrl+F9" : 91 : "Function 9"


to

120 : 3 : "F9" : 91 : "Function 9"


and even although I programmed the KEY-F9 trigger to

if show_lov('LOV4') then
message('OKayyyyyyyyyyyyyyy');
else
message('NOOOOOOOOOOOOOOOOO');
end if;


but in Run Time when I press F9 nothing happened , but when I press Shift+Ctrl+F9 the LOV appear !!!!

what's went wrong here ?
Re: F9 doesn't work even after the code that I put it inside KEY-F9 [message #339569 is a reply to message #337369] Thu, 07 August 2008 18:57 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
When you press 'Ctrl-k' with what does Forms say that F9 is associated?

David
Previous Topic: Runtime Checkbox
Next Topic: Behavour of text item like disable
Goto Forum:
  


Current Time: Mon Feb 03 10:02:15 CST 2025