Intermittent "FRM-41008 Undefined Function Key " in GL module

Some of the users keeps getting the following intermittent error when performing a query function in a GL form (GLXJEENT.fmx)
"FRM-41008 Undefined Function Key.”
We are on forms 6i patchset 17. with no customisation. I could not find any generic issue related to this on metalink (they were all releated to a specific form). I cannot reproduce this in development.
Please suggest some ways to troubleshoot/fix this.
Thank you

user10209208 wrote:
Hi Baig,
I am not sure if i understood you correctly. Are you saying that FMRUSW.RES file exists on the users PC ? We are using sun jre 1.5.17
Thank you for respondingbetter to clear things first......... 6i usually people runs on client/server environment any ways.......please specify when you are getting this error on which event ?
i think your form is calling some DO_KEY built-in with invalid or obsolete value

Similar Messages

  • 'FRM-41008 - Undefined function key. Press  Ctrl + F1... ' Urgent Pls help

    Hi All,
    We are facing below issue in Oracle 10g Forms.
    We are opening one screen with mutlirecord block and query the recod(First Session) and at the same time we are trying to query one more session(Second session) with same data.
    While querying second session we have blocked the user to proceed further by using select ..... for update of columns and user will get error message
    'Transaction is already locked by another user....'. and we have kept second screen opened.
    Afterwards we are going back to first screen in first session and trying to update the record (Change price column and navigate to next item by using tab key. We are not using anhy other key) System is not allowing to update the record and screen is freezed and cursor control will go to items randomnly and displays below error message.
    'FRM-41008 - Undefined function key. Press Ctrl + F1 for list of valid keys.
    Could somebody pls explaining why above error message 'FRM-41008 ...' is showing for locking record issue ? Any trigger is firing above error message ?
    Thanks in advance
    Biju

    Thanks for the reply but we don't have key others trigger ,we have only when-new-form-instance trigger in form level. That being the case, I recommend you run your Form through the Forms Debugger to see where the form is generating this error. If you are unable to use the Forms Debugger, then I suggest you try running your form with the Forms Runtime Diagnostics (FRD) to see if you can discover the cause of the error. Take a look at this thread for a description of FRD and how to set it up: Re: dbms_session exception without any error. Although, the topic of this thread is not the same as yours, my reply is related. :)
    Craig...

  • "Undefined Function Key. Press Ctrl+F1..." Porting app from 6i to 10G

    I am running into a problem porting my application from Oracle Forms 6i to 10G. When I am querying a record based on a field that is not the first on the screen, I get an "Undefined Function Key. Press Ctrl+F1 for list of valid keys." error. I do not get the error using the same function keys from the first field on the screen. I also do not get the error if I click into another field (besides the one I an querying) before hitting my execute query key.
    I did some research, and found a fix that seems to work. I can add a WHEN_MOUSE_CLICKED trigger to the form and put in the following:
    Go_Item(:System.Mouse_Item);
    That seems to fix the issue. My problem is that I have close to 400 forms to upgrade. I would like to avoid adding this manually to every single form. I have looked into libraries, but I can't seem to figure out how to replicate a WHEN_MOUSE_CLICKED trigger using procedures. I was wondering if there was a way to use the Forms upgrade utility to add this trigger to every form it converts. Does anyone know if that can be done?
    Thanks in advance for your help with this.

    I'm not sure this solves the problem. This would call the trigger, but the trigger does not currently exist. I would still have to manually create the trigger in all 400 (or so) forms. Is there a way to add it in a more global way?
    Thanks.

  • FRM-41009 error - function key not allowed ?

    Folks,
    I don't know what object or item in my form is causing the "FRM-41009" error - "function key not allowed".
    I have a simple button which (when pressed) inserts records into a table, then does a commit. That insert statement is NOT the problem because an older version of my application does not give me this error.
    Does this mean that I have a trigger somewhere that's reacting on a COMMIT ??? Any ideas...sorry so vague on this one, but I can't pinpoint the problem.
    Thanks,
    Bob

    It's definitely my COMMIT statement that's causing the error in my form.
    When I do a simple Insert statment with the commit, it returns the error. Without the commit, there's no error (and of course no data in my table).
    Why does my commit work in a previously version of my form ?
    Bob

  • FRM-41009:  Function key not allowed.  Press %s for list of valid keys.

    FRM-41009: Function key not allowed. Press %s for list of valid key.
    What is reason for this message, and how can we suppress it. Where should I set the system.message_level to suppress this message.

    The reason is you press a key that cannot be used, e.g. duplicate record cannot be used in enter query mode.
    You cannot suppress this message, even with message_level 25. If you code this for key-duprec, you will still get the message:
    :system.message_level := 25;
    duplicate_record;Forms intercepts the error at a very early stage. Even this didn't suppress the message:
    if :system.mode = 'ENTER-QUERY' then
      null;
    else     
      duplicate_record;
    end if;

  • FRM 41009: Function Key not allowed

    On a button I have
    ENTER_QUERY;
    I get "FRM 41009: Function Key not allowed" on the message line,when I press the button. Although it works. How can I suppress the error message?
    In the pre-form trigger I set :system.message_level:='20';
    But it does not suppress this. Any workaround? Thx for your help.
    null

    Hi
    You have to put the message level > 25.
    Here what you can found in help section:
    FRM-41009: Function key not allowed. Press %s for list of valid keys.
    Cause: You pressed a function key that is not allowed in this environment.
    Action: Press [Show Keys] to determine which function key you should have pressed.
    Level: >25
    Type: Error
    Hope this help
    Karine

  • Querying problem - FRM-41009 :Function Keys not allowed.. DIFFERENT!!

    amazin place ..this is... learned a lot from this place when it comes to developing oracle forms.... just such a lot of support... the issue at hand... yes
    the problem im facing is when im querying in my form.. it keeps giving me the FRM-41009 error. however it does execute the query and even i can find records by entering a value, so it really doesnt affect the functionality of the system. but the problem is this, if i search for something non-existent, then the error gets displayed in its pretty little box smack in the middle of the screen.. ruins the entire thing... and then at the bottom i see the 'query didnt return anythin' message.
    im extending an existing system which is not documented and everything is all compiled and stuff and im using some of their libraries.
    im sure somewhere there is a little bit of code that is disabling function keys.. but i dont seem to understand why must that be affected by a little button on my control bar and basically i just need to get rid of the darned message..
    so is there a workaround this???
    experts of the forums .... HELP!!!
    cheers

    thanks for the quick response prashant and greg..
    it works now..
    ok.. but is it also possible to make an error/message to appear?
    for example now, my 'query didnt match anything' message is displayed at the bottom.. id like to have it come in a window in the middle of the screen
    Message was edited by:
    Pradeep Shanmugham

  • How to close a popup using a function key in adf + Jquery

    Hello All,
    I want to display some error message using function key so I have used javascript function
    *function showText(event) {*
    var k = event.getKeyCode();
    *if (k == 115) {*
    ------------------------------------------CODE-------------------------------------------
    This is working fine on click of F4 it is invoking a popup and inside that popup in dialog it is showing some error messages. The property modal of dialog is true. So that user should not be able to navigate to main form until error message is closed.
    Now on click of F6 I want that error message to be closed. When I added af:clientListener on popup or dialog type="keyDown" is not available.
    So I thought using jquery for this. I have created a form.js file inside that I have written:
    *$(function first()*
    *               jQuery('*').bind('keydown', 'F6', function (evt){closePopup();evt.stopPropagation();return false;});*
    *function closePopup(){*
    *     alert("Do you want to close the error message");*
    I have also added jquery.hotkeys.js and jquery-latest.js file.
    My question here is How can i find that popup or dialog inside that jquery function and close it?
    On click of F6 I am getting that alert Do you want to close the error message but after that how can I find the popup or dialog and close it?
    I am new to jquery still I tried using some code:
    var dialog = event.getSource();
    var popup = dialog.findComponent("p1");
    popup.close();
    and
    var output1 = AdfUIComponent.findComponent("p1");
    output1.close();
    and
    curElm = document.activeElement;
    var frm = curElm.close();
    But none of them worked.
    Please help
    Thanks

    Hi,
    this whitepaper: http://www.oracle.com/technetwork/developer-tools/jdev/1-2011-javascript-302460.pdf has an example of registering keyboard keys on a global level (see page 36). So you would define a key to close dialogs in general. The paper also explains how to search and find components. Note that you should always work with the ADF Faces client side API and never against the generated markup or DOM (which in fact your code does)
    Frank

  • Function Key Delay

    After much searching, it seems that I've run into a unique problem (this seems to happen to me a lot).
    Every once in a while, my function keys will stop working, or at least, will exhibit a long delay in response after I press on them. It only applies to screen brightness, keyboard illumination, iTunes controls, and the volume keys. Dashboard and Exposé work fine. After ignoring it for a while, 15-20 min or so, all the key events that were activated finally kick in at once. It looks as if it's a OS X issue because mouse buttons that are mapped to the same keys will also stop working. This first started as soon as I purchased my laptop which implies it's not a problem with a third party plugin.
    Obviously, it's a minor nuisance more than anything else since restarting fixes it. It's annoying, nonetheless and it will be difficult to get something as rare and intermittent as this to be checked out by a genius. I was wondering if anyone has also encounter this bug.

    Next, try a warm reset (soft reset + up on the 5-way nav) to see if any software you have is causing lag. Some things leech onto the keyboard and while they may do their job, they can create lag when another app conflicts with it.
    Post relates to: Tungsten T5

  • Function Keys and Power Commands Don't Respond

    I've encountered an odd intermittent problem with my iBook G3 900. On certain boots the following issues crop up:
    - Function keys are non-responsive. Expose, Volume, Brightness, and Eject all stop working.
    - Power button doesn't respond. Also, software power commands don't respond. The only way to shut down the system is to do a force shutdown by holding down the power button for four seconds (or other unpleasant things like unplugging the power and the battery, which I refuse to do except under the most dire circumstances).
    - "About This Mac" refuses to load. Sometimes I see the window appear, but it parks itself at the top left of the screen where I can't get to the window bar, and Expose obviously doesn't help.
    Now as I said, this problem is intermittent. It only seems to occur on certain boots, but it's incomprehensibly annoying when it does appear. The iBook is a secondary system, so I have barely anything on it and I don't do anything crazy with as far as software goes. All I know is that the problem appeared after I rebooted after installing SideTrack, but try as I can I can't seem to link my problem with aforementioned app. If the problem does assert itself, I force a shutdown, and it goes away on the next boot.
    Any thoughts?
    iBook G3 900 Dual USB   Mac OS X (10.4.7)  

    Hi, and welcome to Apple Discussions.
    One of the first troubleshooting procedures to try when you are seeing operational anomalies is to reset the PMU.
    What is the hard drive capacity and how much space remains available on it? Sometimes strange things start to happen when you get down to less than 5 GB of free hard drive space.

  • Function key not allowed error??

    Hi i have a member form which has text items and radio buttons corresponding to their details. I have a button where the user clicks and the button displays an LOV of members. When i select a member, after pressing ok on the button i get an error message saying:
    FRM-41009: FUNCTION KEY NOT ALLOWED. PRESS CTRL+F1 FOR LIST OF VALID KEYS.
    can someone tell me why this is occuring after i have selected a record from my LOV and pressed OK?? What should do to resolve this??

    You'd better have a text item (lets its name be my_text_item) that have a button (named SEARCH_MEMBER_LOV_BUTTON). you want to click on button and a LOV (named SEARCH_MEMBER_LOV)displays. you select a member from the list whose value come in the my_text_item.
    Double-click on my_text_item for property palatte. scroll down to List of Values LOV section. here you will see List of Values property. to assign the LOV select SEARCH_MEMBER_LOV from the list of values.
    That all!

  • Function keys no longer working with a new keyboard...

    I got a new keyboard and my function keys no longer work with it.  I am used to have them used in the standard format, i.e. F10-F12 control the voume, etc.  I have the "Use all f1,f2, etc." button clicked.  I have also tried restarting my computer.  Any thoughts?

    Try doing a SMC reset and PRAM reset.
    SMC RESET
    Shut down the computer.
    Unplug the computer's power cord and all peripherals.
    Press and hold the power button for 5 seconds.
    Release the power button.
    Attach the computers power cable.
    Press the power button to turn on the computer.
    PRAM RESET
    Shut down the computer.
    Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.

  • I have a Macbook Air that had some coffee spilled on the keyboard and as a result the plus/equals key is no longer functioning. Can I use a program like Ukelele to reprogram a different key to be my plus/equals key? Can I program a function key? key

    I have a Macbook Air that had some coffee spilled on the keyboard and as a result the plus/equals key is no longer functioning. Can I use a program like Ukelele to re-program another key to do that function? Can I re-program a function key to do this function?

    Water + electronics do not mix.  Something was damaged insode, and the logic board may be corroding as is.
    Take it to a Genius Bar for an evaluation and repair estimate.
    This is accidental damage and not covered by warranty.

  • [SOLVED] Function Keys Problem On Dell Inspiron N5010

    Yesterday I bought a new laptop (Dell Inspiron N5010) and immediately installed Arch Linux on it. But when I launched the installation framework, I needed to use fdisk to partition my drive manually and to open another tty, ctrl + alt + f2 or up to f7, none of them worked. When I use f4 or f5 for example, it changes the brightness of the screen cause these keys have icons on them which represent the brightness control. So I quitted, took care of that fdisk issue and got back, installed Arch Linux successfully. When launched in GNOME 3, nothing was changed. It still uses f1, f2, ... and so on as "just function keys" without using "Fn" key. It's fine somehow cause my system automatically detected those keys, I can use every single function of my keyboard. But without using Fn key, I can't actually use any fx key for my own use. For example, I can't use Tilda anymore cause when I use only f1, it tries to open monitor control stuff.
    So... any ideas?
    Edit: It seems that this problem is all about Arch Linux. A friend of mine has the same laptop and he has just tried Mint Debian RC and function keys worked properly. So, there's a problem and it seems it's related to Arch Linux (or maybe Xorg version, somehow?).
    Last edited by Jeaquares (2011-05-18 13:07:06)

    xdunlapx wrote:The function key on my dell laptop was set to the F keys, meaning you have to hit the function key and then an F key to activate the F key. I switched it in the bios so I don't have to hit the function key to activate the F keys. So I would have had to hit Fn+Ctrl-Alt-F1 for example to get to TTY 1. Now since i switched it off in the bios All I have to do is hit Ctrl-Alt-F1 to get to the terminal. But in order to turn off wifi from the F key (for example) I have to hit Fn+F2. It's switched.
    I can't tell you how this was helpful. I've never noticed that there was an option in BIOS's Advanced menu for this. I updated it as "Function Key" and it solved my problem, thanks.

  • X1 Carbon 2014 Function keys not working in windows7

    Hello.
    I have a brand new X1 carbon(model: 20A7-005KMD) that was installed with our company image, running windows 7.
    Alle drivers in device manager has been installed, and system update is updated.
    The carbon has the "touch" function keys and they only partly work.
     When booting the computer i can swap between the different functions, but when i get into windows, its is "stuck" with only the options F1-F12. The F keys work, but i cant change settings by pressing the FN key on the left side og the touch display, and get sounds/brightness settings etc.
    as said, this works just fine during the boot.
    Any ideas what can be causing this and even more important - a fix?

    Hi Guys,
    We are currently having the same issue on the X1 Carbon 20A7 models (20A7000LAU). In BIOS or during boot the function changing works without issue (limited to two (2) function screens how-ever), it stops working once you log in. If you then lock the computer you can change the functions, but then once you unlock the device, it stops working.
    When the drivers are installed and the device is restart we get the above behaviour, if we uninstall the drivers the function keys will function as expected till the device is restarted. This is very strange behaviour.
    On a device received by Lenovo there are 4 function changes/screens in total, we can only make two work temporarily as listed above. We have tried the following.
    1. MDT 2013 Delivered Windows 8.1 x64 image image. All drivers/software components installed from the lenovo website. We receive above issue and cannot resolve by uninstall/reinstalling.
    2. Vanilla Windows 8.1 ENT x64 image installed from Microsoft Volume Licensing portal, installed all drivers supplied from the Lenovo Website. The same behaviour is seen as above and is reproducable.
    3. We have als compared all drivers/software installed on the factory supplied model to a manually built device, still the above behaviour is witnessed.
    4. We have manually exported drivers from the X1 Carbon device from lenovo and injected them into the vanilla Windows 8.1 ENT or PRO newly imaged device, still the same behaviour above.
    Please let me know what I'm missing, I'm certain this is a bug in the drivers for this model.
    Regards,
    Nic

Maybe you are looking for