Problem in changing HOTKEYS using fmrweb.res in Forms 10G

Hi
i am working on ORACLE FORMS 10g.In our requirement the Hotkey for Save Button is F9 , Add Button is F8, Exit is F5.I changed these values in the fmrweb.res but F9 Key for Save is not working.I used the command Save for F9 then later changed it to commit..but still no change..could someone throw some light on this issue?

since it was sunday i couldnt check in office yesterday.its the single file i have got fmrweb.res .it s english installation and some other keys which i have changed do work for me.for example for exit i needed F4 hotkey so i changed it in this file and it works good.its only for save-F9 and find F4 it does not work.it would be of great help if someone could post that fmrweb.res file.

Similar Messages

  • How to change keyboard map fmrweb.res for different forms

    I'm using Oracle Forms 10g with Oracle Forms and Reports Application server 10g.
    I know how to change fmrweb.res to change how keys function on web forms. The problem I'm having is I only know how to assign the fmrweb.res file when connecting to the application server, which means all forms running on that session have to use the same keyboard mapping.
    I know you can change the defualt fmrweb.res for all the forms executed on the application server
    and you can change the fmrweb.res file in the URL like
    server/forms/frmservlet?Form=login.fmx&config=dataentry
    (where dataentry is defined in the formsweb.cfg file)
    and in the config section I have
    [dataentry]
    term=fullpath/fmrweb_new.res
    My question is, is there a way to pick a different fmrweb.res file based on the form?
    Can you specify multiple forms in the basexxx.htm file(basejini.htm) in the PARAM section like
    <PARAM NAME="serverArgs"
    VALUE="module=form1.fmx term=fillpath/filename1.res"
    VALUE="module=form2.fmx term=fillpath/filename2.res"
    VALUE="module=form3.fmx term=fillpath/filename3.res"
    VALUE="module=form4.fmx term=fillpath/filename4.res">
    Is there a way to pass term=fullpath\filename.res to the Oracle Forms Web Runtime process for each form using call_form, open_form, or new_form?
    Edited by: user537213 on Sep 19, 2008 5:38 PM
    Edited by: user537213 on Sep 19, 2008 6:24 PM

    Posiible approach (i now it sounds strange):
    Configure your enter-key to fire the KEX-EXEQRY-Trigger.
    In the dataentry-form-module: Overwrite the KEY-EXEQRY-Trigger so thtat is just does a NEXT_ITEM; .
    I know there may be other implications depending of the compelixity of your dataentry-form, but maybe this helps.

  • How to use DDE package in form 10g module

    Hi All,
    I am using DDE.package in form 10g for uploading excels data in oracle database at windows platform but it is showing non-oracle exception.
    Thanks

    hi
    mehwish............just do for attachment.......
    u can also use something like this...
    Execute send_mail;and also.
    try something like this..
    example:
    begin
    mahi.mail('email address','subject','message','attachment');
    end;Edited by: Sarah on Apr 18, 2011 10:25 AM

  • How can i use jpg extension with forms 10g and webutil

    I have a form with webutil and i want to open imege jpg extension but thier are Bmp but my
    image jpg and image item has no jpg extension .
    How can i use jpg extension with forms 10g and webutil ?

    You can use the JFIF image format for jpg files.

  • Keybod mappings using fmrweb.res file in forms10g problem

    hi all,
    I have a problem in keybord mappings,like we are porting our application from forms 6 to oracle 10g using 10g ds some of the keybord bindings i need to change in 10g.my problem is for "next block" in 10g "shift+page down" is using i want to change this to Control+Page down in fact i changed to by editing the fmrweb.res file "34 : 1 : "Shift+PageDown" : 71 : "Next Block" this i changed to
    "34 : 1 : "Ctrl+PageDown" : 71 : "Next Block"
    but no way this key is not working how can i override this can anyone help me out to solve this.
    Thanks in regards.

    Hello,
    the shift code is : 1 :
    but the control code is : 2 :
    Maybe you could simply try the frmpcweb.res which has the same configuration as C/S versions.
    Francois

  • Changing functionality of Function Keys in forms 10g

    Dear users....One of the big difficulties users facing in my 10g forms applications is that its Function Keys have totally changed like that of Enter-Query or Execute-Query. In forms 6i user was habitual of working with F-7 & F-8 for this purpose but in 10g its quite different. Can u tell me that how can I match the functionality of these Function Keys in 10g to that of Forms-6i???

    Hey Arun...I've read urs recommended post, I wish to give u 10 pts if u give me the answer for this question too ;) Can I use my newly created fmrweb.res in my own application? I mean other users should keep on using the default fmrweb.res file but I should use the file compatible with 6i shortcut keys. Is there any configuration for this in formsweb.conf file?

  • Use of unicode in forms 10g

    Can anyone guide through steps to use unicode in forms 10g.
    i have set computer environment variable NLS_LANG.
    and settings in default.env and nls_lang in regedit all to 'AMERICAN_AMERICA.UTF8 '

    Thanks Billy.
    Yes you are right.
    Here why I discarded that option is,
    I may get the source files with changing layouts.
    My Actual scenario is as follows.
    Initially we developped all the things using PL/SQL packages. Its working fine.
    But as per the inputs we received from requirements group, the file structure changes dynamically. and we would able to consider those new columns also. We should be able to changes the rules dynamically.
    Lets say, we doing fullouter join on Src_A and Src_B. on columns col1_A and col1_B.
    Now the requirement changes in a way that, the join should be done on Src_A and Src_C. on columns col1_A and col_C.
    For this I need to define a new package.
    Instead of that, I would like to do everything dynamically based on configuration parameters given as input.
    Thank you,
    Regards,
    Gowtham Sen

  • How to use LDAP with Oracle forms 10g on Oracle application server

    Hi,
    I need some help on this. I have developed oracle forms 10g on application server 9iAS. The client want to use the existing LDAP authentication to the software we wrote. I do not know how I could configure to use the existing LDAP authentication . If anyone know how would I use the existing LDAP on different server to use when they logon to our menu in 10g to validate the user. Do I need to add any varibales in formweb.cfg or any other method. Please help.
    Thanks
    Luksh

    I am not quite sure if this works out of the box. According to an Oracle FAQ:
    4.2 Can I use LDAP to authenticate Forms Services?
    Not directly. However, Oracle Login Server is able to authenticate against a LDAP directory and thus a Forms application can take advantage of this in a SSO environment. But you cannot use access control information stored in a LDAP directory with Forms.

  • How to use BLOB in Oracle Forms 10g?

    Hi
    I defined a column in a table with the type BLOB,
    then I used it at the form with a data block.
    Now how can I let the user to insert his photo in this column?
    If you don't know the answer please put any web links that may helps me

    Hi Omkar,
    Please check the following code.
    DECLARE
      repid REPORT_OBJECT;
      v_rep VARCHAR2(100);
      rep_status VARCHAR2(20);
      plid ParamList;
    BEGIN
      plid := Get_parameter_List('tmp');
      IF NOT Id_Null(plid) THEN
      Destroy_parameter_List( plid );
      END IF;
      plid := Create_parameter_List('tmp');
      add_parameter(plid,'p_parameter',text_parameter,to_char(:POLICY.POLICY_NO));
      Add_parameter(plid, 'PARAMFORM', TEXT_parameter, 'NO');
      repid := FIND_REPORT_OBJECT('POL_REP');
      SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
      SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,cache);
      SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
      SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER, 'paramform=no');
      v_rep := RUN_REPORT_OBJECT(repid,plid);
      rep_status := REPORT_OBJECT_STATUS(v_rep);
      WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
      LOOP
      rep_status := report_object_status(v_rep);
      END LOOP;
      WEB.SHOW_DOCUMENT('http://'||'LENOVO-428E9E41'||'8889'||'/reports/rwservlet/getjobid'||substr(v_rep,instr(v_rep,'_',-1)+1)||'?
      '||'server=prod_report_server&P_parameter='||:POLICY.POLICY_NO||
      '&paramform=no');
    END;
    I am used to Start the Report sever   'Rwserver Server=prod_Report_Server Start'
    OracleAS Report Services
    Version :-   10.1.2.0.2
    Name    :-   prod_report_server
    Status  :-   Server is Shutting down
    Jobs in Queue  0
    Active Engines  0
    I got the Following Error when I trying to run the Report
    FRM-41211: Integration error:SSL failure running another product
    Thanks and Regards,
    Faziludeen

  • Problem in changing PR using BAPI With Error User already processing  PR

    Hello Experts,
                          When i am using BAPI_PR_CHANGE,  to change PR . Since i have many number of PRs to be changed in , i am running the program in background . Issue now is that i am getting already PR is been changed (processed) by User(myself), so changes cannot be made and stooping the process of change. I am using  BAPI_TRANSACTION_COMMIT with WAIT also. but i coukd not change the PR in background. How can i over come this problem? How the lock entries shall be removed fast so that next PR is changed.
    Please help me out experts.
    Thanks in advance

    Hi,
    What you can do is through yur program ENQUEUE the pr then used bapi (along with commit)and then DEQUEUE the PR.
    This way yur locking problem will not come.
    Hope it helps.
    Regards
    Hiren K.Chitalia

  • Problems to change BOM using RCSBI020  program

    Hi all,
    I need to change some BOMs, in particular I have to put 0 in filed "Lead-time offset" for every Items. I created an LSMW to do this and it works fine, it creates a batch-input session but when i run the session it delete my items instead of change them. I saw that happen because in FCODN filed the program put 03 instead of 02... I was not able to fill the structure in order to fill FCODN with 02...
    May be someone already had my same problem?
    Thanks
    GN

    Hi,
    i found the solution on my own in firm this morning.
    For setting a new Format you first have to find all the supported formats with
    Format[] formats = camInfo.getFormats().
    camInfo is instance of CaptureDeviceInfo. After this i need a MediaLocator for my camera.
    MediaLocator ml = camInfo.getMediaLocator()
    With ml you have to create a DataSource with the Manager.
    DataSource source = Manager.createDataSource(ml);
    The next thing you need is a list of all FormatControls. I think you need this, because you need the correct FormatControl instance for the Format you want to set later.
    FormatControl[] formatControls = ((CaptureDevice)source).getFormatControls();
    Now you should have all you need to set a Format of your choice. Choose a Format out of formats[] you want to set. Save it in some variable. In this example i use the Variable myFormat. Now you have the Format you want to set. In the next step you have to find the compatible FormatControl for your wanted Format. To find it, you have to search the formatControls Array.
    Format finalFormat = null;
    for (int i = 0; i <formatControls.length; i++) {
    if (formatControls[i] == null)
    continue;
    if ((finalFormat = formatControls.setFormat(myFormat)) != null)
    break;
    If formatControls[i].setFormat(myFormat) doesn't return null, you found the campatible formatControl for your Format and set the Format.
    All you have to do now is to connect to the source, create a Player and do whatever you want to do with it.
    Player player = null;
    try {
    source.connect();
    player = Manager.createPlayer(formattedSource);
    } catch (Exception e) {
    e.printStackTrace();
    I hope this will help anyone. Owens code (http://forum.java.sun.com/thread.jspa?threadID=570463&tstart=50) is really great and helps a lot, thanks for this, but i didn't find out how to change the resolution for the camera. Maybe i was just too stupid to find it :-) With Owens code i could solve all the other problems i had.
    Have fun with this
    Markus

  • Two problems  1 changing default return email  2 fillable forms in adobe x mobile

    Hi can anyone tell me how to change the default return email form forms?  during intial set up of live cycle I mistyped the return email address and every form I go to build now wants to send the information back to a non existent address.... I can't find anywhere to correct the issue ... please help!
    2ndly  I can't get any of my distibuted forms to be fillable in adobeX on the android operating system doe anyone know how to fix that?
    I have gone through the helpfiles and used advanced extensions all to no availe

    That should work yes. Not to say that there isn't anything else that will cause this but it's the typical reason why it happens.
    It shouldn't cause any conflicts in a Mac. At worst, Reader may want to open PDF's by default but they can easily switch that back by highlighting a PDF, choosing File>Get Info>Open with, choosing Preview and clicking "Change all". When I installed Reader, Mac Preview remained the default Reader until I told it to use Reader.
    Mac and Windows users can get the reader at http://get.adobe.com/reader/?promoid=BUIGO. It will detect their OS and give them the correct download.
    One thing, if they decide to keep Preview as their default PDF Reader then they will have to actually open Reader and use File>Open to open PDF's in Reader.

  • Question about using database links in Forms 10g

    I have a form that uses a database link for the "Query Data Source Name," i.e. it is set to some_view@some_db_link
    For some reason when I run a query using the DB link the query takes approximately 30 seconds. When I remove the link and go local the query takes about one second. Has anybody observed and addressed this issue before (without going local of course)?
    Thanks,
    Thomas

    Let me first say that it is never a good idea to use a db link in the data source. It is better to create a synonym in the database and use this as the data source. If the db link changes, you only have to do this in the database, without recompiling forms.
    create synonym some_view for some_view@some_db_link
    This may already solve your problem. If not, than see if the query is also slow in sqlplus. You may have a problem in your connection between the two databases.

  • How to call forms using Hierarchical Tree in Forms 10g?

    I know how to call forms from menu that attached to a top form.
    I would like to call forms using Hierarchical Tree. Does any one know how where I can find some instructions on using Hierarcical Tree to call other forms? Any discussion is welcome. Thanks.

    Thanks to Francois.
    The exampe with clear instructions and I can build tree that calls forms now.
    I add a OPEN_FORM statement in WHEN-TREE-NODE-ACTIVATED trigger
    Declare
         LN$I Pls_integer ;
    Begin     
    :Ctrl.Node_Activated := Ftree.Get_Tree_Node_Property('BL_TREE.MENU', :SYSTEM.TRIGGER_NODE, Ftree.NODE_VALUE) ;
    If :Ctrl.Node_Activated IS NOT NULL Then
         Set_Alert_Property( 'AL_CALL_FORM', ALERT_MESSAGE_TEXT, 'Calling module : ' || :Ctrl.Node_Activated ) ;
         LN$I := Show_Alert( 'AL_CALL_FORM' ) ;
         open_form(:Ctrl.Node_Activated);
    End if ;
    End ;
    Or call physical form path by:
         open_form('c:\tree\'||:Ctrl.Node_Activated ||'.fmx');
    I enter the VALUE of MENU as the Form fmx name and it works very well.
    Thanks so much.

  • How to used attached pll in form 10g

    I have install 10g form server & report server in redhat.and now I migrated my appl from win2k to redhat.
    I found a form which used attached plx, can't complited.
    Compiling WHEN-BUTTON-PRESSED trigger on ORG_UNIT_COST_BY_EMPLOYEE item in CONTROLS data block...
    No compilation errors.
    Compiling WHEN-BUTTON-PRESSED trigger on ORG_UNIT_MONTH_COST_BY_EMPLOYE item in CONTROLS data block...
    Compilation error on WHEN-BUTTON-PRESSED trigger on ORG_UNIT_MONTH_COST_BY_EMPLOYE item in CONTROLS data block:
    PL/SQL ERROR 201 at line 27, column 3
    identifier 'HR_SYS_F.CALL_DATE_SET' must be declared
    PL/SQL ERROR 0 at line 27, column 3
    Statement ignored
    Compiling WHEN-BUTTON-PRESSED trigger on ORG_JOB_ASSIGN_BY_UNIT item in CONTROLS data block...
    No compilation errors.
    Compiling WHEN-BUTTON-PRESSED trigger on ORG_JOB_MONTH_BY_UNIT item in CONTROLS data block...
    Compilation error on WHEN-BUTTON-PRESSED trigger on ORG_JOB_MONTH_BY_UNIT item in CONTROLS data block:
    PL/SQL ERROR 201 at line 11, column 3
    identifier 'HR_SYS_F.CALL_DATE_SET' must be declared
    PL/SQL ERROR 0 at line 11, column 3
    Statement ignored
    I complited attanched HR_SYS_F.pll to HR_SYS_F.plx at FORMS_PATH.
    I set FORMS_PATH in .bash_profile, frmcmp_batch.sh,default.env.But all no to work.
    It still error of : can't find the attached pll: HR_SYS_F.CALL_DATE_SET.
    but this form ,I can complited it normal in win.
    how can I skip this error?

    Have you double-checked the one Form to ensure the Library is still attached? Also, when the Library was attached - was it attached in such a way that it recorded the path to the library (typically, when you attach a library - Forms will ask if you want to record the path (Y/N))?
    Hope this helps.
    Craig...
    Edited by: CraigB on Apr 2, 2010 3:49 PM
    I forgot to add, sometimes, just simply deleting the attached library and re-attaching it will fix the issue.

Maybe you are looking for

  • Button on toolbar after executing the report i.e. after result display

    Hi, after executing the report result is being displayed.Now at this stage I want a button on the application toolbar clicking on which will allow a perform to get triggered. I tried in following manner: SELECTION-SCREEN: FUNCTION KEY 1. *INITIALIZAT

  • How to get the path of current directory?

    I have the Java servlet to produce text file, and it produces to C:\hello.txt, but I want to output in the current directory as the Java File: i.e. C:\jakarta-tomcat-4.1.30\webapps\ExtendedGUI\WEB-INF\classes try      PrintWriter out = new PrintWrite

  • No Message in BPM

    Hi experts, due to a mistake I had an endless loop in my bpm. Finally the process end without any doing of me. But now the BPM is not working. I can start the start the process ( Communications Channel works fine and shows the last action ), but ther

  • Mail Store Disaster Recovery.

    Greetings, I have a question concerning the setup of mail systems with some DR. I have two Mail servers, they are using different configuration directories, but the same user/group directories. What I'd like to do is keep the mail stores "rsynced" be

  • How to properly use/write a SecurityManager?

    Greetings and salutations, it's a fine Sunday afternoon overhere and I'm embedding BeanShell (www.beanshell.org) in one of my applications. Everything works fine but one thing: BeanShell is way too powerful for humble users. If I intended them to ent