"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.

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...

  • 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

  • I am using Firefox for Mac (v 3.6.11, Mac OSX 10.6.4) and need to use the Function keys (specificlaly Ctrl-F7) in a web application. I can't seem to get it to work the same as in Firefox on PC.

    I am using a web application that requires the use of the F7 key. Actually, to be more precise, I need the functionality that you would get on a PC if you hit Ctrl-F7 while in this web application in Firefox. I have changed the Mac's settings to allow standard use of the function keys (rather things like volume up/down, etc.) However, when I try to use Ctrl-F7 it appears to be using the function that is built into Firefox browser rather than the web application running within Firefox. (FYI, nothing happens when I try Cmd-F7 or Alt/Option-F7 either).

    Leliforever, cheek you list of installed add-ons, the Ask toolbar can be installed without the users knowledge.
    For checking other extensions that may cause this, follow the procedure in this link - https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Map a function key to ctrl-z

    I'm looking for a way to get a function key (such as F12) to produce a ctrl-z combination. Can't find a way to do this, xmodmap wont map to combinations, xkb configuration seems waaayyy complicated. Is there something simpler?

    Thanks for that - I read the man pages now and modified it to
    "xdtool key ctrl+z"
    F12
    Works a treat. The reason I wanted to do this is to map one of the macro keys on my Aiptek tablet to undo so I don't have to keep reaching for the keyboard. So now I can set up other common shortcuts the same way. Lets hope it works with wine now
    Bit thanks

  • Key Press CTRL+Space

    How do I view a JInternalFrame by pressing CTRL+Space from a JTextFeild in another JInternalFrame? Using isControlDown() works but throws NullPointerException. Can it be done by using KeyStroke ? If Yes then how?

    Thanks! I changed the InternalFrame which I wanted to see after pressing. I used A JPanel in which there is a JList. What I tried is pretty simple and like this
    private void jTextFieldlBankIDKeyPressed(java.awt.event.KeyEvent evt) {
    try{
    int keyCode=evt.getKeyCode();
    int modifier=evt.getModifiers();
    int iSpace=java.awt.event.KeyEvent.VK_SPACE;
    if(evt.isControlDown()&& keyCode==iSpace){
    jPanel2.setVisible(true);
    //setValueAtTheList();
    //jList1.grabFocus();
    System.out.println("Key Pressed");
    }catch(NullPointerException e){
    I got what I need but the exception is there like before,
    java.lang.NullPointerException
    at javax.swing.plaf.basic.BasicInternalFrameUI$1.actionPerformed(BasicInternalFrameUI.java:153)
    at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1502)
    at javax.swing.JComponent.processKeyBinding(JComponentKey Pressed
    .java:2422)
    at javax.swing.KeyboardManager.fireBinding(KeyboardManager.java:253)
    ������������.

  • Error "page is not participating" while porting app from 10.1.2 to 10.1.3

    I have an old web application built using Struts 1.1 framework. I am trying to port this app from 10.1.2 to 10.1.3 OAS.
    The application is working fine on 10.1.2 for years but on porting to 10.1.3 application is working partially as some pages are are getting weird error as specified below.
    java.lang.IllegalStateException: page is not participating in session
         at com.evermind.server.http.EvermindPageContext.getAttribute(EvermindPageContext.java:643)
         at org.apache.struts.taglib.html.FormTag.initFormBean(FormTag.java:537)
         at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:520)
         at _mytest._jspService(_mytest.java:333)I tried debugging the issue but could not find the root cause of the problem.
    Line 333 in error is where it's using struts-html form tag in jsp. The content of the page before this tag is displaying fine.
    <html:form name="MyTestForm"
                 method="post"
                 action="/test"
                 type="web.MyTestForm">The strange part is, other jsp's in application using the tag are working fine. Not sure why the error is occuring only on some pages.
    I have also checked the configuration, deployment setup, libraries, etc and all seems to be in place.
    I searched on web but found nothing except this somewhat related issue and tried the solution mentioned in this link http://www.velocityreviews.com/forums/t131230-struts-losing-session-after-jsp-page.html but in vain.
    (Not sure if this a Struts issue or OC4J issue so I am trying it on related forums)
    Any idea,help, suggestion, solution would be highly appreciated.
    Thanks

    JDeveloper 10.1.3 supports JDK 5.0.
    To run JDeveloper 10.1.2 applications in JDeveloper 10.1.3, set J2SE Version to 1.4.2 with Tools>Project Properties>Libraries>J2SE Version.

  • Problem porting app from FMS2 to FMS3

    Hi all,
    I've been trying to port a flex app from FMS2 to FMS3 and I'm
    having a huge issue. It is a video conferencing app and it works
    just fine in FMS2, but once in FMS3, whenever more than 3 people
    try to login, I get a "NetStream.Publish.BadName" error. The stream
    names are definitely different. That said, when I open up FMS3, I
    see a whole bunch of "extra" streams with garbage names, that are
    clients of the streams I created. I believe these garbage names
    start to conflict after the third user. What do I do to fix this?
    While I can't post code due to company policy, this sample on
    the web also exhibits the same issues, and does the connections
    very similar to me.
    http://www.mydattoli.com/test/DCCVideoConference/main.html#
    Also, I am using Flex 3, with AMF3 turned on. If someone
    could point me in the right direction, it would be greatly
    appreciated.
    Thanks,
    Jason

    Hi,
    thanks for your reply. I have another query. Think there are some problems with backward compatibility issues with JDK. I mean code running in JDK 1.2 don't run in JDK 1.4. Also JRUN4 has some problems running with JDK 1.4 and when downgraded to JDK 1.3, it works. Is TOMCAT server compatible with all versions of JDK, so that if JRUN is replaced with TOMACAT and IIS, the application wud run fine with all versions of JDK? Thanks in advance. Please reply.. This is an urgent requirement for me.

  • Software or guide to port apps from nt to unix

    Hi to all. I'm trying to migrate a complete application from NT to UNIX (Solaris 8 - Sparc). I've downloaded the Solaris[tm] OE Implementation for Win32 API Version 1.1, and I think it will be useful for my purposes but, is there anybody who knows if exists a software to migrate an app automatically from NT (Visual C++ 6) to UNIX?
    I saw a site the last time that offered a Visual C++ 6 plugin that do the job but, I couldn't find it again.
    Any help will be appreciated a lot...
    Thanks in advance,
    Juan Pablo
    Software Engineer

    Hi xeonv2,
    Please contact our chat support: http://helpx.adobe.com/contact.html .
    Regards,
    Romit Sinha

  • URGENT!! Disable functional keys (ex Maiusc+f4,Maiusc+f5,Ctrl-pgdwn)

    Hi
    I have a problem in my application because Form builder allow to use some special functional keys (press ctrl+f1 for menu). For example i can delete al the records in the form when i press MAISC+f5, or i can navigate from a block to onther block pressing ctrl-pgdown. How can i disable this functional keys in my application?
    PLZ HELP!!
    fulvio

    Thanks
    But i would like to know if ther's some function that allow me to diusable all the functional keys.
    Moreover if i use a trigger for each function the size of my application became to large.
    Fulvio

  • [SOLVED] I broke X by pressing a function key

    My laptop is a Lenovo y50 4K.  I have Nvidia hybrid optimus graphics with the proprietary Nvidia driver and xrandr modesetting in my .xinitrc.  I have been using my current configuration successfully for a few months.  The issue started when I pressed FN + F3.  This is the function key that toggles my video output source / screen mirroring to the HDMI plug.  I meant to press FN + F2, which is the one that toggles my screen backlight, but my finger missed the key.  I didn't have anything plugged into the HDMI port at the time and X immediately crashed.  I tried to restart X, but it segfaulted.  I tried pressing the function key again, but under TTY all it does is type "p" in console.  I tried restarting the computer, but that changed nothing.  X still crashes.  I tried loading X with a HDMI screen plugged in, no change.  Now I started to think that it was maybe a bios level toggle, so I looked for an option to disable the HDMI plug in my bios settings.  There was none.  I tried rebooting into Windows plugging a device into the HDMI port and cycling through the HDMI screen mirroring options, disabling the HDMI port there and rebooting.  I tried this because I had a wifi issue in the past that turned out to be a bios level toggle from my wifi function key that could only be set from Windows.  At this point, The HDMI output would no longer mirror the screen at bios and Grub, but as soon as the Linux kernel loaded, the screen would mirror over HDMI again.  I don't know if it's relevant or not, but I have used my HDMI port for screen mirroring in the past without problems, but I never used the function key to toggle it before.
    This error shows up under dmesg when I try to start X.
    [ 1965.483823] vgaarb: this pci device is not a vga device
    [ 1965.484045] nvidia 0000:01:00.0: irq 36 for MSI/MSI-X
    [ 1965.485905] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140926/nsarguments-95)
    [ 1965.485935] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140926/nsarguments-95)
    [ 1965.485948] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140926/nsarguments-95)
    [ 1965.485968] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140926/nsarguments-95)
    [ 1965.485980] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140926/nsarguments-95)
    [ 1965.485992] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140926/nsarguments-95)
    [ 1965.486018] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140926/nsarguments-95)
    [ 1965.486030] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140926/nsarguments-95)
    [ 1965.488207] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140926/nsarguments-95)
    This is my Xorg log.
    [ 5246.182]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 5246.189] X Protocol Version 11, Revision 0
    [ 5246.191] Build Operating System: Linux 3.17.6-1-ARCH x86_64
    [ 5246.194] Current Operating System: Linux Rocco_Lenovo 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64
    [ 5246.194] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f1165f63-72c5-4bd0-a061-6379dc86c97c rw rcutree.rcu_idle_gp_delay=5
    [ 5246.199] Build Date: 11 February 2015 08:27:38AM
    [ 5246.201]
    [ 5246.203] Current version of pixman: 0.32.6
    [ 5246.209] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 5246.209] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 5246.219] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb 16 16:06:34 2015
    [ 5246.222] (==) Using config file: "/etc/X11/xorg.conf"
    [ 5246.224] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 5246.225] (==) ServerLayout "layout"
    [ 5246.225] (**) |-->Screen "nvidia" (0)
    [ 5246.225] (**) | |-->Monitor "<default monitor>"
    [ 5246.225] (**) | |-->Device "nvidia"
    [ 5246.225] (==) No monitor specified for screen "nvidia".
    Using a default monitor configuration.
    [ 5246.225] (**) |-->Inactive Device "intel"
    [ 5246.225] (==) Automatically adding devices
    [ 5246.225] (==) Automatically enabling devices
    [ 5246.225] (==) Automatically adding GPU devices
    [ 5246.225] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 5246.225] Entry deleted from font path.
    [ 5246.225] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 5246.225] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 5246.225] Entry deleted from font path.
    [ 5246.225] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 5246.225] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 5246.225] Entry deleted from font path.
    [ 5246.225] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 5246.225] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 5246.225] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 5246.225] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 5246.225] (II) Loader magic: 0x814d40
    [ 5246.225] (II) Module ABI versions:
    [ 5246.225] X.Org ANSI C Emulation: 0.4
    [ 5246.225] X.Org Video Driver: 19.0
    [ 5246.225] X.Org XInput driver : 21.0
    [ 5246.225] X.Org Server Extension : 9.0
    [ 5246.226] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 5246.226] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 5246.227] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 8 paused 0
    [ 5246.227] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 5246.227] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0
    [ 5246.228] (--) PCI:*(0:0:2:0) 8086:0416:17aa:3978 rev 6, Mem @ 0xd1000000/4194304, 0xc0000000/268435456, I/O @ 0x00005000/64
    [ 5246.228] (--) PCI: (0:1:0:0) 10de:1392:17aa:3978 rev 162, Mem @ 0xd0000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
    [ 5246.228] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 5246.228] (II) LoadModule: "glx"
    [ 5246.228] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 5246.235] (II) Module glx: vendor="NVIDIA Corporation"
    [ 5246.235] compiled for 4.0.2, module version = 1.0.0
    [ 5246.235] Module class: X.Org Server Extension
    [ 5246.235] (II) NVIDIA GLX Module 346.35 Sat Jan 10 20:53:39 PST 2015
    [ 5246.235] (II) LoadModule: "nvidia"
    [ 5246.235] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 5246.235] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 5246.235] compiled for 4.0.2, module version = 1.0.0
    [ 5246.235] Module class: X.Org Video Driver
    [ 5246.235] (II) LoadModule: "modesetting"
    [ 5246.235] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 5246.235] (II) Module modesetting: vendor="X.Org Foundation"
    [ 5246.235] compiled for 1.17.1, module version = 1.17.1
    [ 5246.235] Module class: X.Org Video Driver
    [ 5246.235] ABI class: X.Org Video Driver, version 19.0
    [ 5246.235] (II) NVIDIA dlloader X Driver 346.35 Sat Jan 10 20:32:18 PST 2015
    [ 5246.235] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 5246.235] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 5246.235] (++) using VT number 1
    [ 5246.235] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 5246.235] (II) Loading sub module "fb"
    [ 5246.235] (II) LoadModule: "fb"
    [ 5246.235] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 5246.235] (II) Module fb: vendor="X.Org Foundation"
    [ 5246.235] compiled for 1.17.1, module version = 1.0.0
    [ 5246.235] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 5246.235] (II) Loading sub module "wfb"
    [ 5246.235] (II) LoadModule: "wfb"
    [ 5246.235] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 5246.235] (II) Module wfb: vendor="X.Org Foundation"
    [ 5246.235] compiled for 1.17.1, module version = 1.0.0
    [ 5246.235] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 5246.235] (II) Loading sub module "ramdac"
    [ 5246.235] (II) LoadModule: "ramdac"
    [ 5246.235] (II) Module "ramdac" already built-in
    [ 5246.236] (II) modeset(1): using drv /dev/dri/card0
    [ 5246.236] (II) modeset(G0): using drv /dev/dri/card0
    [ 5246.236] (EE) Screen 1 deleted because of no matching config section.
    [ 5246.236] (II) UnloadModule: "modesetting"
    [ 5246.236] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "nvidia" for depth/fbbpp 24/32
    [ 5246.236] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 5246.236] (==) NVIDIA(0): RGB weight 888
    [ 5246.236] (==) NVIDIA(0): Default visual is TrueColor
    [ 5246.236] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 5246.236] (**) NVIDIA(0): Option "ConstrainCursor" "off"
    [ 5246.236] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration" "on"
    [ 5246.236] (**) NVIDIA(0): Option "IgnoreDisplayDevices" "CRT"
    [ 5246.236] (**) NVIDIA(0): Enabling 2D acceleration
    [ 5246.332] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 5246.333] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 860M (GM107-A) at PCI:1:0:0 (GPU-0)
    [ 5246.333] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 5246.333] (--) NVIDIA(0): VideoBIOS: 82.07.34.00.08
    [ 5246.333] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 5246.333] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 860M at PCI:1:0:0
    [ 5246.333] (--) NVIDIA(0): none
    [ 5246.333] (II) NVIDIA(0): Validated MetaModes:
    [ 5246.333] (II) NVIDIA(0): "NULL"
    [ 5246.333] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
    [ 5246.333] (WW) NVIDIA(0): Unable to get display device for DPI computation.
    [ 5246.333] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [ 5246.333] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
    [ 5246.333] (==) modeset(G0): RGB weight 888
    [ 5246.333] (==) modeset(G0): Default visual is TrueColor
    [ 5246.333] (II) Loading sub module "glamoregl"
    [ 5246.333] (II) LoadModule: "glamoregl"
    [ 5246.333] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 5246.336] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 5246.336] compiled for 1.17.1, module version = 1.0.0
    [ 5246.336] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 5246.336] (II) glamor: OpenGL accelerated X.org driver based.
    [ 5246.351] (EE)
    [ 5246.351] (EE) Backtrace:
    [ 5246.351] (EE) 0: /usr/lib/xorg-server/Xorg (xorg_backtrace+0x56) [0x590416]
    [ 5246.351] (EE) 1: /usr/lib/xorg-server/Xorg (0x400000+0x194579) [0x594579]
    [ 5246.351] (EE) 2: /usr/lib/libc.so.6 (0x7fe5a1f0d000+0x33540) [0x7fe5a1f40540]
    [ 5246.351] (EE) 3: /usr/lib/libX11.so.6 (_XSend+0x2b) [0x7fe597eb80bb]
    [ 5246.351] (EE) 4: /usr/lib/libX11.so.6 (_XFlush+0x15) [0x7fe597eb8575]
    [ 5246.351] (EE) 5: /usr/lib/libX11.so.6 (_XGetRequest+0x65) [0x7fe597ebb055]
    [ 5246.351] (EE) 6: /usr/lib/libX11.so.6 (XQueryExtension+0x4d) [0x7fe597eae5ed]
    [ 5246.352] (EE) 7: /usr/lib/libX11.so.6 (XInitExtension+0x32) [0x7fe597ea2392]
    [ 5246.352] (EE) 8: /usr/lib/libXext.so.6 (XextAddDisplay+0x4f) [0x7fe597c7138f]
    [ 5246.352] (EE) 9: /usr/lib/libnvidia-glsi.so.346.35 (0x7fe5981b8000+0x63017) [0x7fe59821b017]
    [ 5246.352] (EE) 10: /usr/lib/libnvidia-glsi.so.346.35 (0x7fe5981b8000+0x4484) [0x7fe5981bc484]
    [ 5246.352] (EE) 11: /usr/lib/libEGL.so.1 (0x7fe598442000+0x2381e) [0x7fe59846581e]
    [ 5246.352] (EE) 12: /usr/lib/libEGL.so.1 (0x7fe598442000+0x2417a) [0x7fe59846617a]
    [ 5246.352] (EE) 13: /usr/lib/libEGL.so.1 (0x7fe598442000+0x2c946) [0x7fe59846e946]
    [ 5246.352] (EE) 14: /usr/lib/xorg/modules/libglamoregl.so (glamor_egl_init+0x99) [0x7fe59a768539]
    [ 5246.352] (EE) 15: /usr/lib/xorg/modules/drivers/modesetting_drv.so (0x7fe59adf7000+0x6a86) [0x7fe59adfda86]
    [ 5246.352] (EE) 16: /usr/lib/xorg-server/Xorg (InitOutput+0xbcc) [0x47b42c]
    [ 5246.352] (EE) 17: /usr/lib/xorg-server/Xorg (0x400000+0x3c78a) [0x43c78a]
    [ 5246.352] (EE) 18: /usr/lib/libc.so.6 (__libc_start_main+0xf0) [0x7fe5a1f2d800]
    [ 5246.352] (EE) 19: /usr/lib/xorg-server/Xorg (_start+0x29) [0x426e29]
    [ 5246.352] (EE)
    [ 5246.352] (EE) Segmentation fault at address 0x0
    [ 5246.352] (EE)
    Fatal server error:
    [ 5246.352] (EE) Caught signal 11 (Segmentation fault). Server aborting
    [ 5246.352] (EE)
    [ 5246.352] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 5246.352] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 5246.352] (EE)
    [ 5246.367] (EE) Server terminated with error (1). Closing log file.
    The main thing that I noticed from my xorg log is
    [  5246.333] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 860M at PCI:1:0:0
    [  5246.333] (--) NVIDIA(0):     none
    [  5246.333] (II) NVIDIA(0): Validated MetaModes:
    [  5246.333] (II) NVIDIA(0):     "NULL"
    Last edited by testing567 (2015-02-17 01:57:57)

    Trilby wrote:If you have longish uptimes, I suspect this has nothing to do with the output switch.  The switch may have caused a crash, but the failure to restart X could be due to this issue
    It turned out to be exactly this.  Thank you.  It would seem that the function key causing the crash was completely unrelated to my not being able to restart X.  I found the bug report here.
    I followed the advice in the comments and got it running by renaming /usr/lib/xorg/modules/libglamoregl.so so glamor can't load.  I'll mark the thread as solved.  Hopefully this bug gets addressed quickly because that fix feels like a dirty hack.
    Last edited by testing567 (2015-02-17 01:56:58)

  • Keyboard Function-Key mapping in Forms 10gAS

    Greetings,
    Can anyone help with a quick outline of the way keyboard function keys are implemented on the Application Server in Forms 10g?
    My situation is that I have two unix servers, one for Development, one for Production. When running my Forms from a browser window, one of the servers responds to the F8 key for Execute-Query, the other server does not.
    I presume the mapping is done on the server, with some sort of configuration file. Perhaps something's been overridden by mistake somewhere. I have checked forms.conf, forms.properties, formsweb.cfg and frmweb.res, and cannot see anything that might relate to these Keyboard Function-Key settings. I've also tried finding a Developers Reference Manual online, but have had no luck.
    It's bound to be something really simple, but I can't seem to crack it. Do you know what I'm missing?
    Pete ?:|

    There are two basic versions of key mapping fmrweb.res files. Forms is released with a fmrweb.res file that has Ctrl+S for commit.
    But there is also a fmrpcweb.res file that can be used in place of the other -- you just rename it as fmrweb.res in the other's place.
    Both files are simple text files you can edit with Notepad or other simple text editors.
    You can find more about fmrweb.res in the first post (a ways down) in this thread:
    Forms 10g installed and running on Windows Vista

  • How to remap fn key to ctrl?

    hi, i have a 2.2ghz macbook pro, and currently running leopard. just a simple question, is there a way to swap the function key to ctrl and ctrl to function key on my macbook pro? cuz im used to international keyboards whereas the fn key is between the ctrl and alt key, so how do i swap it? any third party programs i need in order to do that? advise plz thanks

    I don't believe the fn key can be remapped. but...
    This forum might have some clues...
    Swap control and caps lock on USB keyboards
    http://www.macosxhints.com/article.php?story=20020222094159459

  • Trapping function keys

    Forget my quastion on function key presses- I just looked in the manual and
    found what I needed (The Window.FunctionKeyPress event).
    I'll check BEFORE posting next time!
    DaVE
    Triad Group PLC, EMail:[email protected]
    GU7 1XE, England. Tel: 01483 860222

    Hi Manuel and Martin,
    Unfortunately, for Forte V2.0, Manuel is correct. But Forte has
    added a feature that allows you to trap any keystroke in Forte R3,
    which is currently in beta.
    If you are a beta site, look in the Forte Release 3 Beta Features
    manual page 169, the window class SetAsFunctionKey method.
    If you are not a beta site and want this functionality in R2,
    you would need to do some tricks with menus or data fields, as
    Manuel indicated.
    Cheers,
    Kerry
    Hi all,
    Actually, I don't think you can trap keystrokes on a UserWindow but on
    some WidGets (like DataFields), you can set to TRUE the 'Validate on
    KeyStroke' option in the properties dialog .
    Thus, when the WidGet has the focus and the user send a keystroke, you
    can trap this event with the 'AfterValueChange' event.
    If someone knows how to trap keystrokes on a UserWindow, I am also
    interested !
    Thanks.
    - Manuel -
    Manuel Deveaux
    Fort&eacute; Developer
    Mutuelle Pr&eacute;viade
    Nancy, FRANCE
    E-Mail : [email protected]
    De : [email protected][SMTP:[email protected]]
    Date : vendredi 4 avril 1997 09:57
    A : [email protected]
    Objet : Trapping Certain Keystrokes
    Hi All,
    I have read the manuals, and the online-documentation, but can not seem
    to find anything about trapping keystrokes other than the Function keys.
    Our application specifically requires us to trap certain keystrokes,
    such as the navigation keys etc.
    Does anybody know which event is raised when a key is pressed?
    Any insight will be appreciated.
    Regards Martin
    | | / \ Kerry Bellerose [email protected]
    | || C | Senior Consultant direct: 45 45 94 01 03
    | | \___/ Lindhard Forte&acute; Solutions desk: 45 45 82 21 21
    | |_____ Datavej 52 fax: 45 45 82 21 22
    | | 3460 Birkeroed, Denmark
    |_________| http://www.lindhard.com/forte/index.html

  • T430s - Misaligned function keys?

    Hi folks,
    I have a quick question for T430/T430s owners. I recently received a new T430s, and it all looks great so far, except that the top row of function keys seem to be misaligned.
    I've seen other posts say that light leaks out from under the function keys, and that the function keys seem raised a little bit from the other keys on the keyboard. Both of those things are true of my keyboard, but that wouldn't particularly bother me.
    What's strange about mine is that that the row of function keys is actually angled backwards---so that the front lip of the keys is higher than the back. If I hold the keyboard at eye level and look across from the side it's very noticeable.
    Are other people's keyboards like this too, or does mine have some extra special function key weirdness?! If that's just how they are, I'm sure I'll get used to it, but I thought I should check and make sure it isn't a fault.
    Thanks,
    James

    lead_org wrote:
    there are quite lot of variables that may cause the function row to bend backwards, it is probably not an intrinsic design but rather something that happened as the result of production process they used to produce the keyboard.
    You're probably right. My T430s has Fkeys that are aligned flat with the body. However my keyboard also has fit/finish issues such as a 2mm gap behind the power/audio button strip, and some areas are a bit loose and flex while typing. Maybe Lenovo are now using some quick and dirty methods (like bending or offsetting) to make keyboards fit better.

Maybe you are looking for

  • Error in manifest or policy file

    Can't run Dreamweaver CS6 or CC - checked my log files - I see: Activation context generation failed for "F:\AdobeCC\Adobe Dreamweaver CC\Dreamweaver.exe".Error in manifest or policy file "" on line . A component version required by the application c

  • "Device is not provisioned for carrier billing"?

    I have recently in the  past couple weeks started having this issue. I upgraded to the Samsung galaxy s3 from my droid razr and after doing so i was able to bill four transactions o my account via carrier billing in Google play. That was on the last

  • Why can't I see a preview image when opening files in InDesign?

    I have "Always save preview images with documents" checked in File Handling, also with Save As. But I can only see the CS3 ID icon in my folders on the desktop, and when opening a file in InDesign. I'm running 10.4.11. Shouldn't I be able to see a pr

  • Line not working since 9 January. Calls to BT not ...

    My question is is there a way to contact a single point of contact who can track a fault through from beginning to end and keep me in touch with progress? The initial fault was a lot of interference and broadband download speeds 10% of what they shou

  • Saving Files in Numbers ??  What happened?

    I'm starting to think I'm going crazy.  I upgraded to Lion (not sure that is the reason for the problem) and now when I open my Numbers document and want to save it, the menu is different.  I am accustomed to the "Save" and "Save as" options, but now