SUFFERING FROM THE ERROR ---Frm-41009 [message #85169] |
Sun, 06 June 2004 22:33 |
Ravi
Messages: 251 Registered: June 1998
|
Senior Member |
|
|
Hi all,
I am getting a error "frm-41009-Function Key not allowed, press cntrl + F1 for the list of valid key's", whenever i am pressing cancel query( to come out of enter query mode)but without performing the query,
I mean to say that this error comes only when i try to canel the query just after entering into the enter query mode, without performing the query., why i am getting this , if i perform a query in enter-query mode and then if i press cancel query it works normally and it does not show this error msg.this error occurs only when i am tring to come out of enter-query without performing the query.Please help me
Besides that can any one guide me how to use 'Exit-query' , for the menu item code of cancel query in forms 6i, Mr. Tang suggested me to do that but i do not know how to do that, please guide me
Ravi
|
|
|
Re: SUFFERING FROM THE ERROR ---Frm-41009 [message #85173 is a reply to message #85169] |
Mon, 07 June 2004 06:52 |
magnetic
Messages: 324 Registered: January 2003
|
Senior Member |
|
|
ctrl-q cancels the query if the form is in enter-query mode.
ctrl-qq closes the application.
beside this, do you have a trigger key-others?
if so that couses the error message.
youre comment:
"if i perform a query in enter-query mode and then if i press cancel query it works normally "
this is bullchit, impossible, it should close the form.
next cause might be your keyboard languagesettings and the oracle nls-lang setting in registry.
there is also an oracle file for preferences/settings but i dont remember the name of the file.
maybe another reader ot this message will reply for this.
|
|
|
Re: SUFFERING FROM THE ERROR ---Frm-41009 [message #85185 is a reply to message #85173] |
Mon, 07 June 2004 22:25 |
Himanshu
Messages: 457 Registered: December 2001
|
Senior Member |
|
|
Ravi,
Can you provide the code which you have written on Cancel-query button.
Magnetic,please restrian yourself from using such Language in the Forum, I think all of us here are learned & responsible people & it is does not suit us to talk to each other in such a manner.
As for Keybor setting files, it is FMRUSW.RES for client server Forms while FMRWEB.RES for WEBFORMS.
Ravi, remember that these files can be editied using Oracle Terminal only.
Regards
Himanshu
|
|
|
Re: SUFFERING FROM THE ERROR ---Frm-41009 [message #85191 is a reply to message #85185] |
Tue, 08 June 2004 03:22 |
Ravi
Messages: 251 Registered: June 1998
|
Senior Member |
|
|
Hey himanshu,
I am using below code in the menu item code of cancel query button
DO_KEY('ABORT_QUERY');
IT is working fine whenever i press cancel-query (but after performing a query in the enter-query mode)and it comes out from enter query mode.
But if i enter into enter query mode and suppose i do not want to query and withour performing query if i press canel query it gives that error msg.
ANOTHER THING IS THAT MR> TANG ASK ME TO USE exit_form IF I A AM USING FORMS6i
BUT I DO NOT KNOW HOW TO USE THAT
COULD YOU PLEASE HELP ME
RAVI
|
|
|
|
|
|