Diabling function key f1..f10 in forms run time

How to Diable the function keys F1 to F10 in the forms run time,
Bcoz as we are aware that f7 enter query, f8 execute query,
f10 accept, So i dont want the users to go thru this functions,
The main reason is to avoid this is, For List of values we are
pressing f9 but some users are pressing f10 blindly, so that its getting
problem, tell me how to disable the f10 function key in form run time.
Thanks in advance.
Srinivas.

Hi, I tried the key_others procedure and added a message too. But it works fine on hitting f10, does not let user commit the form. But it does not go thru the save button as I have a trigger and conditions to check before commiting. Please reply if you can think of a solution. thanks
Message was edited by:
nasserhusna

Similar Messages

  • How to restrict key board function keys ex:-F10 in forms 6i.urgent plz..

    how to restrict key board function keys ex:-F10 in forms 6i.urgent plz..

    Hi,
    At Form level, write trigger for WHEN_KEY_DOWN, check for F10 and put action as NULL.
    Regards,
    Amol

  • How to restrict fuction keys ex:-F10 in forms 6i.urgent plz..

    how to restrict fuction keys ex:-F10 in forms 6i.urgent plz..

    If F10 is the Save button, than just simply program key-commit as:
    begin
      null;
    end;BTW: never say URGENT here on the forum. It is considered very impolite!

  • Strange Keyboard Behaviour: Function Keys F1-F10 not accessable

    I noticed couple a days ago that function Keys F1-F10 not accessable, neither with nor without fn.
    Nothing special has been made lately on PowerBook, some days ago tested Universal Access.
    What could keep F1-F10 disabled?
    BTW F11 and F12 are fully functional

    I'm noticing a possibly related conflict: I use Universal Access Sticky Keys all the time (they are just handy). But I noticed after a few days working with my new intel MacBook that when I had sticky keys on the keyboard would be mapped weird: The qwerty keys would be correct up to the num lock keys, and they would be numbers. So they are like this:
    qwerty456*[]
    asdfgh123-'
    zxcvbn0,.+
    After several days of removing preference panes and startup items with no success, I just started digging around in all the preferences I could think of that would effect the keyboard. I disabled the "use the f1-f12 keys" option and the keyboard behaved normally.
    So, if you engage sticky keys AND have "Use the F1-F12 keys . . ." engaged you get this odd behavior.
    However, I still have the function of the F-keys.
    Any ideas?

  • Function keys F1 - F10 not working in any case

    Hello, I've a problem with my MacBook Pro 15" 10.4.11. Function keys f1-f10 don't work for brightness, volume etc. I remember that the bloc num F6 key became light green when pressed. Now it seems stuck and doesn't work at all. Then f12 activate dashboard and f11 exposeé. I tried everything, it's not a system pref issue....Help!!!
    Thank you a lot!

    So with the room lights off, after hitting F10 to bring the keyboard backlight up, F9 does not bring it down?
    One more thing to try is System Preferences > Keyboard & Mouse > Keyboard Shortcuts tab and click the Restore Defaults button, in case some remapping was done.
    If the answer to the first question is yes, and the suggestion above doesn't help, it's starting to sound like a hardware problem.
    You can test that by doing the following: System Preferences > Keyboard & Mouse > Keyboard tab and check the box to "Use F1...". Then, go to System Preferences > International > Input Menu tab, and check the box next to Keyboard Viewer. A flag will appear in the menu bar, click that and select Show Keyboard Viewer, which brings up a keyboard image that shows keystrokes. See if the Fkeys flash when pressed (note that with the Use F1... box unchecked, they won't flash).

  • BlackBerry to bring back function keys to win back former fans

    From the Globe and Mail
    BlackBerry to bring back function keys to win back former fans
    BlackBerry Ltd. is seeking to win back once-devoted customers by bringing back a popular set of command keys that the company had abandoned with the launch of a new family of smartphones this past year.
    Sources familiar with the company say chief executive officer John Chen will announce Tuesday at a mobile industry conference in Barcelona that the Waterloo, Ont.-based company will restore its trademark “belt” of five function keys that sat between the screen and keyboard.
    This includes a trackpad and other keys that allowed users to easily navigate between different applications. The belt will appear later this year on phones powered by the BlackBerry 10 operating system.
    A company spokesman declined to confirm the announcement. In a recent interview, to be published later this week in Report on Business Magazine, Mr. Chen said that future BlackBerry 10 smartphones “will have some of the features our power-users love” but were not included on the first phones launched a year ago on the platform, the all-touchscreen Z10 and the Q10, which features both a keyboard and touchscreen.
    (more at the link above)
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

    Will it be a year or more?
    Or will they adapt known yet to be released hardware with the belt of buttons?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • FRM-40031 is not a forms run time file

    FRM-40031 is not a forms run time file
    Hello,
    I'm using forms 6i and developed and compiled and ran the form successfully without any errors.
    I registered in Oracle Apps 11.5 but at the time if accessing the form, I'm getting the above error.
    Any help would be highly appreciated. Thanks.

    Hello,
    this is the space
    SQL Developer (Not for general SQL/PLSQL questions)
    Your question most likely belongs to Forms
    so please mark this thread as answered and post agaim in the Forms forum.
    Regards
    Marcus

  • Images are not displaying in the forms run time.

    Hello All,
    I am using forms 10.1.2.3.0 and database 11g in the windows XP platform.
    I am not able to see the images in the buttons at the run time. I have done the following setup for the same but still I am not able to display images in the buttons. I have gone through all the previous threads for the same. Can any body suggest where I am doing the wrong?
    1) Created one JAR file with the below command putting all the gif files in a folder (All the GIF files are in lower case). Kept this jar file in the forms/java folder. (When I am extracting the JAR file getting all the gif files and one more folder META-INF).
    rem====
    jar cvf icon.jar *.gif
    rem=====
    2) Modified the formsweb.cfg file as follows.
    imageBase=codeBase
    archive_jini=frmall_jinit.jar,icon.jar
    3) In the buttons property Iconic = Yes and Iconicfile name = icon_print (gif file name).
    4) Modified the Registry.dat file in the path "forms\java\oracle\forms\registry\Registry.dat" as follows.
    default.icons.iconpath=forms/java
    default.icons.iconextension=gif
    Start the OC4J instance, and run the application, but still not able to see the images in the buttons. After I modified the regedit file I am able to see the images in the design time but not in the run time.
    Any thing more needed to do the same. All the suggestions are welcome.
    Thanks,
    SUN
    Edited by: User SUN@ on Nov 23, 2009 11:25 AM

    Create a virtual directory icons in your /forms/server/forms.conf file
    In the registry.dat file change
    change
    default.icons.iconpath=http://yourmachine:port/forms/icons/
    Re: icons not displaying in oracle forms.
    Re: Icon deploy issue in 10g forms
    Re: cannot show icon images
    Re: Step by step creation of iconic buttons

  • ORACLE Forms Run Time error FRM -92050 failed to connect to server

    server name:
    osfsun.oklaXXX:9000
    Details:
    Java Exception
    Java.netNoRouteToHostException: operation timed out
    at java.net.plainsocketImpl.doConnect(Compiled Code)
    at java.net.plainsocketImpl.connectToAddress(plainsocketImpl:124)
    There is more....
    I have opened the port 9000 in my LAN firewall, I have checked Jinitiator control panel, I'm able to resolve web address but receive this web run time error,.anyhelp would be appreaciated.
    thanks

    I resolved this issue. It was related to the firewall using port 9000/ The issue was not related to Oracle.

  • Power Management and Function Keys on Satellite A210-1BD running Windows XP

    Hi,
    I have deleted Vista and installed the german Windows XP Professional from MSDN AA on my Toshiba Satellite A210-1BD.
    It looks fine, all drivers are installed but I can not access the "TOSHIBA Power Saver": An error message appears that says that I do not have the rights to use it.
    I am logged in as a user with all Administrator rights, so I do not understand why I can not access it.
    Can anyone say where I can change the Rights for this?
    Besides that the FN-Key-Functions are not working. I have tried to install the hotkey utility but I get the error message that "This software utility does not support this system". But the Download-Site said it is for Windows XP.

    I have downloaded them from this site:
    [Toshiba Download Site|http://de.computers.toshiba-europe.com/cgi-bin/ToshibaCSG/download_drivers_bios.jsp?macId=&mode=allMachines& userOS=&action=search&selCategory=2&selFamily=3&se lSeries=154&selProduct=762&selShortMod=-1&selOS=all&selType=all&country=12&language=17&sea rch=]
    There is one Link that is called "Hotkey Utility" and another one for the "Power Saver". (I have also downloaded and installed the Display Driver, Modem Driver, ...)

  • The browser is not displaying the forms run time

    I am using "Forms [32 Bit] Version 10.1.2.0.2 (Production)" and i have set mozilla as my default browser.I have downloaded jinitiator 1.3.1.22.But when i run my form it shows me blank applet with done,means it does not show me any output.Kindly help me.
    Any kind of help will be appericiated.

    Don't use Jinitiator, use Sun JRE.
    Then, be sure that you have the correct Java version in your formsweb.cfg.
    If you google for "oracle forms sun jre" you will find plenty of postings on how to set up the config file for IE and Mozilla.
    A tip: if you are sure all the clients have the correct jre version (e.g. 1.6.*), skip the version altogether in the Mozilla section:
    --jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
    jpi_mimetype=application/x-java-applet

  • URGENT,,Form Run time problem

    Hi all,
    I just wondering whether you can assist me with the problem I have with running a form.
    When I try to Program Run Form, IE page opens and I have this error msg:
    "Bad Gateway
    The following error occurred:
    The IP address was not found during the DNS lookup. Contact your system administrator. (DNS_NO_DATA)
    -------------------------------------------------------------------Please contact the administrator."
    when I start the OC4J instance,
    It only gives me : "Oracle9iAS (9.0.2.0.0) Containers for J2EE
    initialized"
    I am using Window NT and Oracle 9i Database release 2 and Oracle 9i Developer suite Release 2
    I really appreciate if you can give me some assistance especially in setting up the DNS.
    Thanks
    Regards,
    Silva Hiendra

    The problem seems to be with privileges on the machine running Forms. This is what the online doc said about FRM-30087
    Cause: You lack privileges in the specified directory, or you do not have the disk space required.
    Action: Contact your DBA to make sure you have the access privileges you need.
    Hope this helps
    suvarna

  • 6i form Run-time slow over some Pcs

    Dears,
    i'm facing problem , i have Form 6i , and over my PC (P4 , 1 GB RAM) taking 25 Sec , but over another PC (i3 core Due, 4 GB RAM) take 110 Sec .
    any help

    Welcome to the Oracle Forums. Please take a few minutes to review the following:
    Oracle Forums FAQ
    Before posting on this forum please read
    10 Commandments for the OTN Forums Member
    How to ask questions the smart way
    Following these simple guidelines will ensure you have a positive experience in any forum; not just this one!
    user7997888 wrote:
    Dears,
    i'm facing problem , i have Form 6i , and over my PC (P4 , 1 GB RAM) taking 25 Sec , but over another PC (i3 core Due, 4 GB RAM) take 110 Sec .
    any help
    What it takes ? form builder ? runtime ? What is OS ? what are the application runs in background ? Are they run from network location ?
    What will we say ?
    Hamid

  • Forms run time

    i have developed an application in oracle 9i forms how i can run form on clients
    without installing any oracle product on clients

    running the oc4j instance is good for developer-pc's.
    you cannot deploy this oc4j to all your clients. In the first look that sounds as a good idea for working like client/server, as in the good old days of forms 6i, but you work with forms 10g in a web environment.
    That means, you need a middle tier. The Oracle AS 10g. And each client normally installs automatically a JInitiator on each client-pc, which is the JVM, in which your generic applet runs.
    Gerd

  • How to get the form run time debug log file

    Hi,
    I followed the instruction of Metalink Notes:
    R12: Forms Runtime Diagnostics (FRD), Tracing And Logging For Forms In Oracle Applications [ID 438652.1]
    Option 1: Obtain FRD Trace Using Profile Options
    Method 1: Using profile option 'ICX: Forms Launcher'
    I was not able to get the log file.
    Any suggestions

    This problem is specific to the eBusiness-suite. Try it in an appropiate forum, maybe here OA Framework

Maybe you are looking for

  • Outlook 2010/13 Laptop Calendar access extremely slow after opening shared calendar

    I have a problem with several laptops running Win 7 Ultimate on a network running SBS 2008 (Exch 2007) when they are on the internal network. Outlook response is fine until they tick any shared calendar (either shared by the user or with full access

  • A Non english  music store in Itnues

    Hello, I don't know how, but somehome my Itunes is taking me to a non english music store. How can I change it? Tanks Pentium   Windows XP Pro  

  • Ken Burn pictures look really low quality

    Putting high quality pictures into movie and when I ad ken Burns affect they look very low quality as the effect is in process. Do I need to add a lower quality pic? Any suggestions would be very much appreciated. Keith

  • CREMDM and DEBMDM via Proxy/BAPI

    Has anyone used a BAPI/proxy interface for customer and vendor master data instead of IDoc?  If so could i get some pointers on where to start or some things that need to be done to make this happen? My scenario is File from MDM and want to use proxy

  • JMS adapter appears on wrong side in the BPEL

    JDeveloper 11g (11.1.1.5.0) I drag & drop a JMS adapter(for enqueue) on the right swim lane of composite, and wired a BPEL with it. However when I open the BPEL, the JMS adapter appears on the left side of the Partner links, not the right side. What'