To set access key for push button in oracle forms 11g

Dear Team,
I have following setup:-
We are using oracle database 11gR2
Oracle Forms & reports : 11.1.2
O.S : Windows 7 Professional
We have migrated oracle forms version from 6i to 11g
In oracle forms 6i in save button's property palette we set access key as 'S', so when we press alt+S cursor move to save button, same is not working in oracle forms 11g.
What changes I have to made in new version so that after pressing alt+S cursor will move to save button.
Any help is appreciated.
Thanks in Advance.

You will need to define your custom key map in the key mapping file you use. Typically fmrweb.res or fmrpcweb.res. Edit the file in a text editor and take a look to figure out where you need to make the change.This is wrong! The OP is talking about the Access Key (key mnemonic's) of a button. This has nothing to do with the mapping of keys in the frmweb.res, etc., files.
@parapr, You don't mention the Java version installed and you don't mention if your OS is 32-bit or 64-bit. Likely, this issue could be related to an incompatible Java version. We use Access Keys in our 11g R2 application and they work just fine. Our Java version is 1.6.0_31. If you are using Java 1.7.0 - this version is not yet certified with Oracle Forms and I would recommend you downgrade to 1.6.0 (latest version).
Craig...
Edited by: CraigB on Dec 3, 2012 9:09 AM

Similar Messages

  • Accelerator keys for push buttons

    Hi,
    Does anyone know how can I define accelerator keys for push buttons. with ALT+underlined char. can I directly execute the button? If yes, how can we do that?
    Regards,
    Panneer

    Hi,
    As I know, GUI XT could be used to change the screen style. The pushbutton command could be used to add pushbutton.
    But after checking the material, I found it could only use SAP predefined accelerator keys which is in the PF-STATUS.
    FYI:
    Pushbutton
    Purpose With Pushbutton you can create your own pushbuttons within an R/3 screen or within the toolbar. You can make both the menu functions and the navigation to other transactions directly accessible with your own pushbuttons.
    Example
    Pushbutton (10,50) "Split Screen Editor" "SCMP"
    You create a pushbutton at row 10, column 50 with text Split Screen Editor. Clicking on the button invokes the internal code SCMP which then starts the Split Screen Editor.
    Internal codes How do I find the internal codes?
    Choose the desired function in the transaction menu and press F1 while the mouse cursor points to this function. Now the R/3 system displays the internal function code in a pop-up window
    Format Pushbutton (row,column) "Pushbutton text" "FCode" Process="..." 
    Adds a pushbutton on position (row,column). The pushbutton invokes the internal code FCode. This can be a code from the menu, e.g. SCMP, or a transaction code like /NFB01 or /OMM02.
    Process="..."  relates to the InputScript file. You can omit the "fcode" parameter if only "Enter" is needed in order to continue with the transaction.
    Pushbutton (Toolbar) "Pushbutton text" "FCode"
    Adds a pushbutton in the application toolbar. A free function key is assigned automatically and displayed in the quickinfo.
    *Pushbutton (Toolbar) "Pushbutton text" "FCode" "Fkey"*
    *Optionally you can specify a function key of your choice as an additional parameter Fkey using the format F1,..F12, ShiftF1,...,ShiftF12, CtrlF1,...,CtrlF12, ShiftCtrlF1,...,ShiftCtrlF12. If this function key is already in use the system chooses the next available number.*
    *example: Shift+F5  ->  F17, F3 -> F3* 
    Cheers

  • Function keys for Push buttons

    Hi All,
    I have one query in module-pool program,I need to assign Function keys to Push buttons in my programe,like for create(F7),dispaly(F6) and also I need to overwrite few standard function keys,
    any one please guide me.
    Thanks n regds,
    Sree.

    Hi,
    you want in more detail.....ok
    (1)u've created a screen -
    > added push buttons etc. -
    > given name to screen elements i.e pushbuttons etc.and also declared them in program
    (2) create its GUI status ,say STATUS_100---->here you have to assign Function codes ->like if in standard toolbar you want BACK,EXIT,CANC or whatever you want,for ex. for BACK u'll find its icon -> double click on it>give the Func code say F3,now u also wnt to enable Func Key F3 for this--> go to UTILITIES (menu bar)-> F Key consistency-> here u will find all the Func keys-> so to F3 give the same func code as u gave to BACK icon button.
    similar approach u can use for pussbuttons:
    double click on push button> in screen painter attributes-> give the Func code to it ,say for CREATE button u give Func code NEW->come back to GUI status->similarly  go to UTILITIES (menu bar)-> F Key consistency-> here u will find all the Func keys---> so to F7 give the same func code (NEW)  as u gave to CREATE push button.
    (3) In PBO of this screen create a module to set its PF status:
    In screen flow logic:
    PROCESS BEFORE OUTPUT.
    * To set pf-status and title
      MODULE status_0100.
    In Program:
    MODULE status_0100 OUTPUT.
      SET PF-STATUS 'STATUS_100'.
      SET TITLEBAR 'TITLE_100'.
    ENDMODULE.
    Hope this much detail is quite clear!!!
    Regards,
    Neha
    Edited by: Neha Shukla on Mar 5, 2009 10:35 AM

  • Headstart forms - down key does not work in Oracle Forms 11g

    Just moved forms from 10g to 11g.
    But when run the down key does not work. The .res file looks OK.
    I have included the hst65.jar in the search path for jar-files in formsweb.cfg.
    Anybody had this isssue?

    It was an erroneous .res-file! So problem solved. :-)

  • How to set Shortcut keys for button in Apex

    Hi
    Could anyone help me on how to set shortcut keys for buttons in Apex.
    I need to use say ALT + S to submit the page.
    The following thread pertaining to HTML DB refered to use ACCESS key. but that couldnt work in my case.
    Re: operation of the app. with the keyboard
    Any pointers on achieving this would be helpful.
    Thanks
    Vijay

    Hi Vijay,
    I’m afraid you must do it using javascript key listener. You can’t use action() on template based buttons because they are actually not HTML buttons but images with hyperlink.
    Key listener checks which key has been pressed down and invoke some JS function. For example, write this code in page header:
    <script>
    document.onkeydown=keyCheck;
    function keyCheck(e){
         var KeyId = (window.event) ? event.keyCode : e.keyCode;
         switch(KeyId){         
              case 113:
                   doSubmit('SAVE');
                   break;                    
              case 118:
                   alert('Hello');
                   break;
    </script>
    This script will submit page with request 'SAVE' if you press F2 or will show alert message if you press F7. Modify it to your issue.
    Regards,
    Przemek

  • Shortcut keys for iconic buttons

    Hi.
    I am using iconic buttons in my forms, but it is not accessed through keyboard shortcut keys,
    Plz tell me any suggestion regarding this problem.
    Regards!
    Edited by: user10428735 on Nov 28, 2008 10:14 PM

    How are you setting the Access key to the buttons, are you using "&" in the label or using the Access Key property??
    I have tested in 10g and it works when you set the "Access Key" and not working when using "&" in the label, which I find it logical.
    For the workaround, yes you can set the hidden buttons with Height and Width = to 0 ,. X, Y coordinates to 0 as well and Mouse/Keyboard Navigable property to False.
    Tony

  • ABAP Access Key for Table change mode MCVKUSR & MCVBAPUSR in SE11

    Dear All,
    I'm using SAP ECC6.0. I want to create a new database table in the dictionary to be used in my programs. I proceed in the following way:
    1.  I run the SE11 transaction
    2.  At the first entry I write the name of the table to be Change created ( Display mode Showing )
    3.  I click on the change button.
    4. It will ask for Access Key
    But then the system asks me an Access Key , where can I get this?
    I have SAP License Key.
    DB Table Name : MCVBAPUSR & MCVKUSR
    Please Let me know
    Thanks in advance,

    Dear ,
    I go to Service market Place site, from SSCR Tab then I have to select a object from the list is TABL.
    and enter the Particular Object & Table Name . Now I got it Access key for Particular Object.
    Thank you for your quick Response.
    Once again Thank u.
    Regards
    Thomas.T
    Edited by: thomas_raja on Jun 5, 2011 6:24 AM

  • Accelerator/Access Key for commandLink problem

    I tried setting the access key for a commandLink but all it does is put the focus the command link and not trigger the action(unless enter key is pressed after pressing the access key). Is this the expected behavior or there is a way to make access keys execute action on commandLink?

    Hi Hyangelo,
    Even i am facing the same problem . I am using Jdeveoper 11.1.1.3.0 . I am having a commandLink , menu and commandNavigationItem , I am trying to access the component with accesskeys like giving ..
    <af:commandLink id="cl_onpage" partialSubmit="true"
    textAndAccessKey="#{ARUIBundle.Hello}"
    action="#{AccessBean.trigger}"></af:commandLink>
    wherein my accesskey is defined in my property file and it is 'H'. As i am using internet explorer i use alt + H as key combination . When i use the key combination , Only the focus is set to the component and the action with it is not getting triggered unless i hit the enter key.
    Can you let us know as to how you solved the issue . As you said it was taking a while for the action to be triggered. I tried the same , waited for 5 minutes but still the action did not get triggered.
    Thanks
    Vini

  • Do We need access key for Additional Data B in VA01

    Hi all,I have to add fields in Additional Data B,I have searched SDN about it and came to know that it is screen '8459' of program 'SAPMV45A',but it is asking key for that,is it safe applying access key for this screen?
    Thanks in advance.

    >is it safe applying access key for this screen?
    yes it is safe. SAP provided the screen 8459 only for adding our own custom fields to it. For this you need access key for the first time. along with that you need access key for
    PBO include, PAI include
    MV45AOZZ ,MV45AIZZ .
    check it once.

  • Regarding the access key for an object

    HI all
    Please clarify me the doubt that an access key will be different for each and every object or one for all the objects.
    regs
    karna

    Hi karna,
    1. It will be different for all objects.
    2. In fact, access key will be different
        for each object,
       and that too, for each different installation number
       as well as each basis version number
    <b>3. In short, access key is dependent upon the combination of
    1. The object R3TR FUGR SFES    
    2. Sap Release (eg. 640)
    3. Installation Number</b>
    4. It means that the access key for one standard program
       (in our server),
       will not work in another server bcos the installation number will be different.
    regards,
    amit m.

  • Access key for ABAP

    Hi all,
    I need to create program of ABAP. It need access key for creating. How to get access key?
    Please advice,
    Duypm

    Hi Duypm,
    You have to register the user as developer.
    Login to the service market place            service.sap.com
    Keys & Requests -> SSCR keys ->Register Developer-> give the user id and from below select the installation number and click on register you will get the key.
    Use that key when prompted in sap.
    Regards
    Ashok Dalai

  • Regarding access key for modify predifined fm in SAP IDES System

    hai to all,
    How can i find
    access key for modify predifined fm in SAP IDES System
    i have sap 4.7 dump(IDES)
    please give reply asap.
    thanks in advance,
    regards,
    surya.

    Hi Chandran,
    Thank you for the reply,
    how can i access this site, its asking username password,
    i didn't have both of these and even i'm unable to register also.
    how can i access.
    please respond
    regards,
    surya.

  • How to Create ACCESS key for different users

    How to create or generate an ACCESS KEY which is required to make changes to the table V_FAGL_ACTIVEC (For New General ledger) for IDES 6.0. Is it created in table DEVACCESS, if so where or is it created in SU01 where user id's are maintained. Since I am working on IDES, I thought probably we can create it for each user in SU01, but dont know the steps to do it. Please help me. It is urgent.

    Hi
    ACCESS KEY - First of all its provided by SAP. You can get the key from http://service.sap.com -> SAP SUPPORT PORTAL -> Keys & Requests -> SCCR Keys -> Registration. Here u can register a DEVELOPER or an OBJECT, by this time SAP will give the ACCESS KEYS.
    **Note : To access http://service.sap.com u should have S number login or like that.
    Only after obtaining that ACCESS KEY, SAP will allow the DEVELOPER to create some objects or change or modify Delivered objects.
    Why ACCESS KEY - For creating or accessing any object some one should be responsible. Suppose, any issue arises with an object then can easily track the details who has created or modified.
    Reward with suitable points

  • Access key for the Object  !!!

    Hi,
    In the ABAP Trial version 7.0, while I am trying to create a sample database table 'MYTABLE'  through SE11 it is prompting to register object of R3TR and asking for access key..
    From where I can get the access key for this trial version7.0? How can I proceed? Please help me.
    Regards,
    Praveen
    (ABAP-Beginer)

    Hi,
    Actually i am not the best person its a basic question anybody in this forum can answer.
    i am giving u  a link which i got  from Raymond Guiseppi
    Check this link.
    http://help.sap.com/printdocu/core/Print46c/en/Data/Index_en.htm
    Forum is there to help you.
    Best Regards,
    K..P.N

  • How to set primary key for a date column

    hello experts .,
    i need to set primary key for a column consists of the datatype date. how to solve this..?

    1008318 wrote:
    its my personal need..then it is a very bad personal need. DATE is not an appropriate type to be using for a primary key, as it cannot be guaranteed to be unique, especially when inserting multiple rows at once.
    You would be better working to business needs and implementing correct technical solutions to those needs, than to just do things based on your personal needs.

Maybe you are looking for

  • Neither Firefox nor the profile manager will start. In my task manager, the process is using 50% of my cpu but does nothing. I love browsing with firefox, how can I fix this?

    I've tried restarting my computer, the I tried uninstalling and reinstalling, then uninstalling, erasing all firefox files and folders, then restarting and reinstalling. I've also tried opening the profile manager to change my profile. After reinstal

  • Amateur question - how to setup iChat service?

    "Make sure the user is a user or member of a group that's defined in the Open Directory search path of the iChat server." How do I verify this? I have created a user and the user is a member of the "chat server group", but I still can't connect to to

  • Flash Encoding Server Notifier Issue?

    Just installed and managed to get the Flash Encoding Server working within a minute the only issue is with the Web Notifiers. The IIS error logs shows that the server is not replacing the token %destinationname%.  I have checked the spelling 4 times

  • OID Passwords

    Hi We are planning to import our existing user data into OID including passwords. Our passwords are currently a customized version ( we convert a 16bit encoded MD5 hashes into a long integer). According to Oracle support, OID supports only 64bit enco

  • Aperture Library Icon gone

    I just upgraded to Yosemite and Aperture 3.6 on three different computers.  On two computers the Aperture Icon shows up on the library files properly but on a third iMac, the Aperture Library icon appears as a generic text icon.  The files open in Ap