Function keys Triggers

Guyz,
Kindly correct me the function keys associated with triggers in oracle forms 6i.
F1= (Display properties of an Item ID)
F2= ?
F3= ? (KEY_CLRFRM OR KEY_CRLREC) ?
F4= ?
F5= (KEY-MENU)
F6= ?
F7= (KEY-ENTQRY)
F8= (KEY-EXEQRY)
F9= ?
F0= (KEY COMMIT)Regards
Moazam

I think this is help you..
Ctrl+E          Edit
Ctrl+F1          Show Keys
Ctrl+H          Help
Ctrl+L          Down
Ctrl+P          Up
Ctrl+PageDown          Next Block
Ctrl+PageUp          Previous Block
Ctrl+Q          Exit
Down          Down
F10          Commit
F2          List Tab Pages
F3          Duplicate Item
F4          Duplicate Record
F5          Block Menu
F6          Insert Record
F7          Enter Query
F8          Execute Query
F9          List of Values
PageDown          Scroll Down
PageUp          Scroll Up
Shift+Ctrl+PageD          Next Set of Records
Shift+Down          Next Record
Shift+F1          Display Error
Shift+F2          Count Query
Shift+F3          Next Primary Key
Shift+F4          Clear Record
Shift+F5          Clear Block
Shift+F6          Delete Record
Shift+F7          Clear Form
Shift+F8          Print
Shift+Tab          Previous Field
Shift+Up          Previous Record
Tab          Next Field
Up          Up

Similar Messages

  • Key triggers in forms

    How at add key triggers in Forms.For example : When users click function key "F2" then it should save the record.
    Thanks
    Saritha

    hi,
    there are two ways to do it,
    one is to re-map function keys using oracle terminal,
    other is to use triggers that are already associated to the operations that
    are performed by pressing these keys e.g.
    F1 ---> Help
    F9 ---> List of values
    F4 ---> Duplicate record
    you can use these triggers to redefine the function/operation of keys
    by their associated triggers, like if you want 'F4' to save the data,
    you will write 'COMMIT_FORM' or any code you want, on trigger
    KEY-DUPLICATE-RECORD which is fired while 'F4' key is pressed,
    since this trigger is associated with 'Duplicate record' event.
    once you write the code on this trigger at form level, it will perform
    the required operation on activation.
    regards,
    aamir.

  • How to use a function key on keyboard for executing a non SAP program

    Hello Gurus.
    My client want to run a non SAP program selecting the specific function key on keyboard during the entering data on SAP.
    i knew that it is possible to execute a non sap program after adding special program each by SAP program.  but, it is huge jobs.
    client wants to run a non sap program wherever he is on SAP program.  Is it possible ?

    Hi,
    1. Create a ".exe" file for the .NET application.
    2. Create a PF-STATUS and assign the Function Code for the desired Function Key in the SAP program.
    3. In the USER COMMAND code inside program, when the respective function code is triggered, write the below code with the path to the .NET exe file.
    CALL METHOD cl_gui_frontend_services=>execute
      EXPORTING
        document = '.NET exe file path'
      EXCEPTIONS
        OTHERS   = 1.

  • Function keys are not working?

    hi all
    i am using dv-10G(10-1...) can anyone guide me how we can use our desire keys in forms.
    example
    For commit form my function keys should be look like this.
    commit form-----F10
    Execute Query...........F11
    etc
    plz help me
    sarah

    Hi sarah,
    One way is to create the key triggers for your function keys.
    Another way is there is a keyboard mapping file usually found in <dev suite home>/forms folder.
    File name is fmrweb.res. It defines the mapping of various keys to the function it should perform.
    If you've migrated from 6i, best thing to do is take the backup of fmrweb.res file and save the fmrpcweb.res file as fmrweb.res file.
    fmrpcweb.res file is provided for the compatibility with 6i keyboard mappings.
    e.g a sample line in fmrweb.res is
    83   : 2 : "Ctrl+S"         : 36 : "Commit"Means, in 10g, ctlr_S is the same as commit (which is done through F10 in 6i).
    So, either you can copy the F10 entry from fmrpcweb.res to fmrweb.res or copy fmrpcweb.res as fmrweb.res, i suggested above.
    in fmrpcweb.res is:
    121  : 0 : "F10"            : 36 : "Commit"Hope you understand.
    Hope it helps.
    Please mark answer as helpful / correct, if it helps you
    Navnit

  • Keyboard function Key issues

    So my Keyboard on my Macbook has had some issues over the past 6 months, so about 6 months ago it started muting the sound on my computer when I pressed certain keys like : enter, esc, P, /, \, 0 or ) and a few others, to fix it though i need to hold down the mute button stops the other keys from muting my sound so I just keep a weight on it, since I'm a student and have barely any money. but lately after I finally updated my OS to maverick I found the Function keys option and clicked it, on, now it uses that App Expose function instead, so i can literally swap between muting and app expose. I've generally lived with it up until this point but I think I need to get it fixed, I doubt it is something i can fix at home but I just want to know what is happening before I spend my precious little money.

    Sorry I left some stuff out. My keyboard has 2 sets of functions so when I UnCheck the Use 'F1, F2 etc keys as standard function keys' it switches to the Mute function on the F10 key, the decrease volume key on F11, etc so when it is on this certain keys will trigger the mute function without me actually pressing the mute key. Where as when I switch the 'F1, F2 etc keys as standard function keys' on those same keys that triggered mute now trigger         "app expose" function, so it doesn't help, also i didn't want to go into excruciating detail last time but some other keys either don't work like the mute key or the increase volume key and other keys do other keys functions. so in summary I probably should get the keyboard replaced but how long does that take? and how much does it cost

  • All standard function keys disabled, brightness now on f14 f15, why?

    Nope, selecting "Use all f1, f2, etc" in system preferences doesn't turn them back on. This is a working brand new full sized mac keyboard that my cats walked on and triggered this mystery. I never use expose or spaces so those are turned off, now... where the heck are my standard function keys, and why is f14 and f15 triggering brightness?
    Apparently there is no Mac Keyboard community so here I am.

    Sadly no, but none of the Mac options for VBA are useable in my opinion, I have stripped VBA (wherever possible) and don't use it, if I have to open a spreadsheet using VBA I have a cheap little Dell laptop and a copy of Office 2007, thankfully I rarely need them.
    Correction: Open Office 3.0 and greater does include VBA, but you will have to rewrite the Macros from Excel.

  • Function keys on workitem

    Hi all,
    I have a User decision step in workflow. when workflow is triggered, I want to provide function keys like 'View remarks' and 'Add remarks' on the workitem display screen so that if user rejects, he can put comments and these comments can be seen in transaction screen. Is there any way to ahieve it. please provide solution. I heard about the tab -> 'Workitem display tab' in user decision step. Is it the right approach.
    <duplicate question locked>
    Edited by: Mike Pokraka on Sep 17, 2008 9:44 AM

    Found my answer...
    Message was edited by: Driving320

  • Keyboard Function Keys - Leopard / Parallels / Boot Camp

    Hi. I'm two weeks into my first Mac experience, and am delighted with the difference Leopard makes to my workflow! Apologies if my
    One slight problem - a few days ago, my MBP (2.4 Ghz Dual Core) function keys in Leopard stopped responding as I would have expected. The only Mac functionality that still works is the Dashboard / Expose keys - everything else (screen / keyboard brightness, volume, eject) does not work at all. Weirdly, everything works as expected in my XP Boot Camp installation, just not in Leopard (or in Parallels, loading the Boot Camp installation as an image).
    What I've tried:
    System Preferences : toggled use Fn key flag. With the function key held down, I get the enhanced Expose functions to work without problem. Interestingly, Keyboard & Mouse shows no keyboard backlight settings, which I'm certain was there a few days ago. However, the toolbar app I downloaded to manually operate the keyboard backlight works well, so the backlight is both there and capable of being triggered.
    PRAM reset - no difference.
    Reset by removing the power lead & battery, and holding down the power button for 5 seconds - no difference.
    Verifying & repairing permissions & verifying the HDD, from Disk Utility - no difference.
    Safe Boot - no difference.
    Logging on as another user - no difference (that is, the keys still do not work as expected).
    Parallels - toggled Fn-key requirement for function keys - no difference.
    Since the hardware is clearly fine (as evidenced by the keys working in XP), and logging on as another user makes no difference, I'm wondering if there's a global preferences file issue here. Before I start moving likely-looking preferences files from the Library and rebooting, is there anything else I should try? Main applications are Logic Studio, Adobe CS3, Microsoft Office 2008 & NI Komplete. All available automatically identified updates applied, and OSX is 10.5.2.
    This issue is now beginning to aggrieve me, and I'm hoping that someone will be kind enough to help me sort it out. I have Time Machine backups, but I see that a lack of free space on my backup drive has resulted in the deletion of backups from the time I know everything was working, and in any case I've spent a lot of time installing and configuring software over the last few days and would really prefer not to have to start all over again.
    TIA,
    Darren
    Hungerford, UK

    I spoke to Apple Care, who suggested I try everything I'd already tried, which was reassuring. Their next suggestion was an Erase & Reinstall, but since I had full Time Machine backups in hand, I thought I'd have nothing to lose by performing an Archive & Reinstall, which worked! Issue resolved, and Function keys now working perfectly in Windows and Leopard.
    Darren

  • U530 function keys without pressing Fn key

    I just bought a new IdeaPad U530 laptop and using a function key requires pressing both the Fn key and the specific function key wanted.  Other postings show how to change that on other models and one said that the answer was in the User's Guide.  Neither the User's Guide which was preloaded on my laptop nor the one I downloaded address this.  Every other laptop that I've ever had doesn't require using the Fn key and it's a real pain to have to press both keys together.  I use function keys much more often than the functions that are triggered when the Fn key is not pressed.  Can anyone help?
    Solved!
    Go to Solution.

    hi dfmyrick,
    Welcome to the Lenovo Forums.
    Looking at Chapter 1 - Page 3 of the Ideapad U530 Users Guide, there's a note where you can toggle Hotkey Mode in the BIOS (this is the option where you don't need to press the Fn key for the function keys to work).
    - Link to picture
    Can you try to:
    1. Boot into the BIOS via the UEFI Firmware Settings
    2. In the BIOS, navigate to the Configuration Tab and look for Hotkey Mode or Hotkey Switch then set the value to HotKey Mode or Enabled.
    - Link to picture
    - Link to picture
    3. When done, press F10 (or Fn+F10) to save and exit then observe if you can now press F1-F12 without pressing the Fn Key inside Windows.
    Let me know how it goes.
    Regards
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Problem with assigning function key to button

    Hi
    JHs:     11.1.1.3.35
    JDev: 11.1.1.4
    I have a button which I want to assign a function key to. I did based on the JHs tutorial and added the following lines:
    1) #ADD_GROUP_ACTION(${JHS.page.group} "RefreshButton" "${JHS.current.item.id}") to TOOLBAR_BUTTON template
    2) ${JHS.registerFunctionKey("shift F5","Shift+F5","Refresh","RefreshButton",true)} to REGISTER_FUNCTION_KEYS template
    Now, the new function key appears in the list of function keys when I press ctrl+K but pressing ctrl+k doesn't have any effect. I have no idea why it doesn't work. What should I do to make it work?
    Here is the attribute added to the page:
    <f:attribute name="RefreshButton"
    value="ReplyDepartmentQueuePC:ReplyDepartmentQueueRefreshBtn"/>
    and here is the commandButton definition code:
    <af:commandButton id="ReplyDepartmentQueueRefreshBtn"
    textAndAccessKey="#{nls['REPLYDEPARTMENTQUEUE_REFRESHBTN']}"
    icon="/jheadstart/images/refresh.gif"
    actionListener="#{bindings.ExecuteQueryReplyDepartmentQueue.execute}"
    shortDesc="#{nls['REPLYDEPARTMENTQUEUE_REFRESHBTN_HINT']}"
    iconPosition="trailing"></af:commandButton>
    Cheers,
    Ferez

    Hi Steven
    Running the application in debug mode proved that the problem is not in FunctionKeyHandlerImpl.handleKeyCode and the function key was doing well but the results were not reflecting in the table. Setting the partialSubmit of the button to true and adding the id of button to the partial triggers of the table solved the problem.
    Thank you so much about the hint on turning ADF logging on, it is very handy.
    Regards,
    Farzad

  • Function key Trigger F9

    What is the trigger for populating LOV using function key?
    I tried KEY-F9 but does'nt work on my platform i.e IDS 9i forms.
    Thanks in Advance.

    I'm not sure to understand you answer,
    triggers are
    KEY-LISTVAL
    SHOW_LOV
    and the user pressing the List Values key (F9) should be the only way to validate and display the LOV.

  • 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

  • Set pf_status in REUSE_ALV_GRID_DISPLAY

    Hi All, I am using the 'i_callback_pf_status_set' from the FUNCTION 'REUSE_ALV_GRID_DISPLAY' and I see the output but the pf_status is not working. I donot see the buttin I created not even basic BACK and SAvE are working. When I activate the program

  • Passing a Variant array to ArrayToImage Function

    Hi, I need help passing a Variant array to the ArrayToImage function in the NI Vision library. I have no problems using the ImageToArray function - but when going back to the CWIMAQImage type the application throws an exception. Are there any code sa

  • Game Center & Clash of Clans

    Ho my... I bought an iPad 4 and wanted to play my Clash of Clan on it. I logged in my GameCenter account (last known) but I realize my Clash of Clans account was not under that one. I do not recall anything about the email I attached to the previous

  • Speaker problems with Inspire 5.1 digital 5500

    Hi can anybody help me, I have just connected my surrounded sound Inspire 5.1 5500 but the rear and the centre speakers are not working, the left and right are fine. When I did the test they all seemed OK, but now there is no sound from those three I

  • Flash Banner linking

    I am in Dreamweaver CS3. I have a Flash animation in a div tag. I brought it into the site by dragging or Insert>Media>Flash. I would like my viewers to click on the banner when it has stopped, and go to another page in the site. I would like the ban