Forms resource file - fmrweb.res

Friends,
When I ran my forms6i by pressing "Run in Web Mode",Button, it
executes in web mode. I was told that, it uses resource file
fmrweb.res for key mapping.
I would like know more about fmrweb.res ( resource file) and
what all properties I can set in it for application.
Any pointers/documents/tip would be highly appreciated.
Chandra Mohan Reddy

FFN 95 is the function for List Tab Pages. Some sharp guy in Oracle hardcoded it to F2 so that if you ever want to use F2 for anything else, you MUST include a 95 someplace in your fmrweb.res file and reassign it. I reassign the List Tab Pages as follows:
113  : 11: "Ctrl+Alt+Shift F2":95: " List Tab Pages"Now, for the other issue: If the key always shows up, you can precede the description with a hex A0 (decimal 160 character), which shows up as a space, but sorts higher than A-Z, so it will appear last in your show keys list.
And try assigning it to FFN 82 through 91, which are named Function 0 through Function 9. With one of those functions, unless your form has a KEY-Fn trigger defined, then pressing F10 will probably get an "FRM-41008: Undefined function key" error.

Similar Messages

  • Error while Opening Forms Designer - File fmrNLw.res

    Hi,
    installed Oracle9i DS version 9.0.2
    When opening Forms designer it gives me an error with the file C:\oracle\ora91DEV\forms90\formNLw.res
    Any suggestions.
    Thanks
    Reto

    Hi sandeep;
    I have installed vision database r12(12.0.4) on hp ux (11.31).
    I am able to open the login page but when trying to access any form it gives below mention error.
    FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration.
    I have checked below mention log file.
    /devbackup/applvis/inst/apps/VIS_reeldev/logs/ora/10.1.3/opmn/forms_default_group_1/formsstd.out
    Error:
    Forms session <1> aborted: runtime process failed during startup with errors /usr/lib/hpux32/dld.so: Unsatisfied code symbol 'nnftboot' in load module '/devbackup/applvis/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.Please check below and see its helpful:
    Error Dld.So: Unsatisfied Code Symbol 'Nnftboot' Signal 9 When Running Reports Concurrent Requests [ID 560287.1]
    All Concurrent Requests End With Signal 9 Termination Error [ID 452714.1]
    Also check Apache log files for more details
    What is post installation task after installing r12?You can follow Recomended R12 patches On Metalink
    Not able to execute .env file with owner and privileges, why?How you are trying to execute?
    How to get r12 original media from oracle? You can log Sr for media or you can contact wiht your oracle local office
    Regard
    Helios

  • How can i  create and access resource file(with .res ext) in j2me

    hi,
    i am developing an mobile international application using jsr-238 an optional api to implement the idea of internationalizationand localization.
    please tell me how can i create .res files in my application to store strings of different languages.thanks inadvance.

    Hello GG RA,
    which fileformat do you want to use (binary or ASCII)?
    There are some LabVIEW shipping examples for File I/O
    You could use the LabVIEW NI Example Finder (Help --> Find Examples..(search item "file")) to get an overview about the different file-formats in LabVIEW.
    Hope this helped out and feel free to reply if you have more questions about File I/O in LabVIEW
    Best regards
    Benjamin

  • Again about fmrweb.res file in Forms 10g

    Hi all!
    My fmrweb.res file contains standard lines for "Function N". For example:
    114 : 3 : "Shift+Ctrl+F3" : 85 : "Function 3"
    But when i run my forms-application, Help-Keys window don't show these lines.
    Then i write form-trigger Key-F3, run the form, press Shift+Ctrl+F3, but .. no result.
    Trigger Key-F3 dont work.
    What's problem? Help me, please!

    I have just tested at this very moment on my 10.1.2 and the Key-F2 trigger is firing correctly when I press Ctrl+Shift+F2.
    Maybe you would have a problem with your .res file. Make a copy, then use another one to test.
    Francois

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

  • 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

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

  • Forms 4.5 Terminal Resource File

    Can anybody explain me how to convert Forms 3.0 .r files
    to forms45 .res. I need to create or convert resource
    files for ansi and linux terminals, but all of OraTerm
    I used can't help me.
    Native (Oracle 7.3 for SCO 5.0.4) Oracle Terminal produce
    corrupted resource files, NT's Oraterm can't generate no
    one of the *.res (parse errors for 'Do', 'Find' , Fx x>12).
    After removing all of such entries it generate *.res, but
    runform don't see my changes...
    null

    hi Andrew,
    I suggest that you call Oracle Forms support. They would have the
    best information regarding your issue.
    Our area of expertise is migrating non-oracle databases and
    applications to Oracle.
    Regards
    John
    Andrew V. Samoilov (guest) wrote:
    : Can anybody explain me how to convert Forms 3.0 .r files
    : to forms45 .res. I need to create or convert resource
    : files for ansi and linux terminals, but all of OraTerm
    : I used can't help me.
    : Native (Oracle 7.3 for SCO 5.0.4) Oracle Terminal produce
    : corrupted resource files, NT's Oraterm can't generate no
    : one of the *.res (parse errors for 'Do', 'Find' , Fx x>12).
    : After removing all of such entries it generate *.res, but
    : runform don't see my changes...
    Oracle Technology Network
    http://technet.oracle.com
    null

  • Oracle terminal resource file path - Forms 6i

    Hi,
    My issue is that I have a Resource file with all the key mappings. I do want to go and replace the file in the forms installation fold\FORMS60.
    Is it possible to create a registry key in Forms 6i like FORMS60_PATH, which enables to attach a resource file at runtime like FORMS60_TERM or something.
    Is it available? or we have to replace the FMRUSW.res in the forms installation path.
    Thanks in advance for your response.
    Regards
    Subramanian Kaushik Gurumoorthy

    As far as i remember you can define the res-file to be used in the command-line when calling forms,but i don't know the exact name of the setting, might be TERM=. Search the online-help for that setting.

  • Problem in reading a resource file form JAR

    Problem in finding a resource file from the jar.....
    I have my code in the following directory structure
    rootDir -
         libDir -
              XMLEntities.res
         modelDir -
              File1
              File2
              File3
    Step1 - I create a jar file with root as modelDir and with all its files.
    Step2 - I add XMLEntities.res also to the root of the jar
    If I run my application using
    java -classpath ;C:\aip_build\build_dm\rmi_server_files\dm.jar; model.data_model.ActivateDataManager
    My application which uses Xalan.jar (lyong under ext directory in jdk) does not find XMLEntiries.res.
    If I use my application as under without creating jar my application does find XMLEntites.res
    Can anyone tell me why the application can not find the XMLEntities.res inside jar?

    Sorry I missed one line............
    Problem in finding a resource file from the jar.....
    I have my code in the following directory structure
    rootDir -
    ----libDir -
    --------XMLEntities.res
    ----modelDir -
    --------File1
    --------File2
    --------File3
    Step1 - I create a jar file with root as modelDir and
    with all its files.
    Step2 - I add XMLEntities.res also to the root of the
    jar
    If I run my application using
    java -classpath
    ;C:\aip_build\build_dm\rmi_server_files\dm.jar;
    model.data_model.ActivateDataManager
    My application which uses Xalan.jar (lyong under ext
    directory in jdk) does not find XMLEntiries.res.
    If I use my application as under without creating jar
    my application does find XMLEntites.res
    java -classpath
    ;C:\aip_build\build_dm\rmi_server_files\;C:\aip_build\b
    ild_dm\rmi_server_files\lib
    model.data_model.ActivateDataManager
    Can anyone tell me why the application can not find
    the XMLEntities.res inside jar?try loading the resources as a InputStream
    something like :
    InputStream is = NameOfLoadingClass.class.getClassLoader().getResourceAsStream("XMLEntities.res");
    Hope this might help you in some way.

  • When i add a background image to form and it gives me such kind of issues so i have deleted the resource file in the solution explorer and then when i reopened my projectt it again gives errors of missing root element of InvalidResx.file amd of XMl.

    I have already go to properties then resources and try to remove resource option but it was't working.so help me by giving another technique to solve this issue.

    I have already go to properties then resources and try to remove resource option but it was't working.so help me by giving another technique to solve this issue.
    Hello,
    It will be more specific if you could share the screenshot of that error with us.
    In addition, if this issue is mainly related to the BackGroundimage property, you could consider using the following suggestion.
    We could click our project to expand the nodes and click "InitializeComponent()" to navigate to its desiginer code.
    Then check whether there is a line which has " Me.BackgroundImage =", remove that line and then remove the resource file with the following step.
    Project property->Resources->Switch "Files" or "Images" to see where you have setted for that image file, find it and remove it.
    Then save all your changes to see whether it's OK.
    Regards,
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Java Exception & error loading fmrweb.res

    I have installed Oracle9i Database and oracle 9i Forms on windows XP.
    When i try to run a form i get a java Exception
    MessageManager: key VERSION bundle oracle.forms.engine.RunformBundle exception java.lang.IllegalArgumentException: unknown format type at
    At the same time i get an error while opening the fmrweb.res file.
    I have seen some solutions to this problem, but I'm not sure i fully understand them. I hope somebody could help me.

    What is the error message, this looks like normal informational messages
    I have signed it sucessfully..Now i am getting the
    following in the java console
    Oracle JInitiator: Version 1.3.1.9
    Using JRE version 1.3.1.9 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and
    Settings\Aruns
    Proxy Configuration: Manual Configuration
    Proxy: proxy1.emirates.net.ae:8080
    Proxy Overrides: 172.16.*,<local>
    JAR cache enabled
    Location: C:\Documents and Settings\Aruns\Oracle
    racle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading
    http://hpc266:8888/forms90/java/f90all_jinit.jar from
    JAR cache
    Cached copy of
    http://hpc266:8888/forms90/java/webutil.jar is out of
    date
    Cached copy: Jul 4, 2005 8:50:04 AM
    Server copy: Jul 4, 2005 8:52:15 AM
    Downloading
    http://hpc266:8888/forms90/java/webutil.jar to JAR
    cache
    Cached copy of
    http://hpc266:8888/forms90/java/jacob.jar is out of
    date
    Cached copy: Jul 4, 2005 8:50:16 AM
    Server copy: Jul 4, 2005 8:51:59 AM
    Downloading http://hpc266:8888/forms90/java/jacob.jar
    to JAR cache
    connectMode=HTTP, native.
    Forms Applet version is : 90270
    Can anybody pls help me in this issue

  • Error Opening Oracle Terminal File fmrweb.

    I installed 9IAS portal and the forms/reports server. The portal works fine, but when I try the 'Run Form Web ( runform.htm)' I get an error "Error opening Oracle*Terminal file fmrweb." The file does exist in my c:\oracle\806\forms60 directory and my FORMS60_PATH is set to c:\oracle\806\forms60 as well. Anybody having ( had ) similar problems? Note: 8.1.7, portal, and formsserver installed on the same Win 2000 machine. No Oracle apps. Thanks in advance.

    Hi Christian,
    It's probably working because you're now using fmrweb.res instead of the foobar fmrwebdk.res. Just look out for that missing quotation mark :)
    --Jesper                                                                                                                                                                                                                                                                                                                                                       

  • Resource files like those in Motif

    Dear Community,
    we have to develop a part of a huge system running under UNIX with Motif. Our part will be developed with Forms 6i.
    Could we use Motif like resource files for our dialogs to store texts, colors etc.?
    Any help is appreciated!
    Attila K. Mergl, developing engineer

    You have the Oracle Terminal tool to edit the .res files used by Forms.
    There you may set fonts & colours used by Forms by default.
    You may also set the keys used to perform some forms-functions( like key-commit, key-listval &c.).
    For messages there are the .msb files, that store some forms messages in some obscure format - I wish I had some tool to edit them safely.
    null

  • 10g AS and Forms reference files

    I've just installed the Application Server and the Developer Suite on a Linux box.
    Forms Developer will reference the fmrweb.res and default.env files under the Oracle home.
    When a form is run via the web server, will it still reference these or are there other files?

    The Developer and the App Server each has its own sets of config files. You can confirm that by looking at the $ORACLE_HOME/forms/server directory for each installation and you'll see that each has its own. When you run with the One-Button-Run functionality in the Builder you will use the default.env in the Developer home and when you run it in the App Server the converse is true.

Maybe you are looking for

  • TS1741 Apple tv will not work

    My apple tv is connected correctly and has power to it. The light is on but no signal is being sent to my tv. I checked the hdmi port and made sure my tv is on the right channel. I have reset the apple tv but still no signal. I don't know what else t

  • I am not able to attach any document on VA21 Screen

    Dear all, I want to attach a document to va21 secreen. I have already added "SD_SWU_ACTIVE" to the user profile. But I can not use services for attaching document to va21 screen... How can I solve this issue?? thanks regards Edited by: Fsmehmet on Ap

  • Line chart's marker size is not changing

    Hi, I am using Crystal Reports 2008 and trying to change a Line Chart's marker size.  The default size is 35, but every time I change it, it returns back  to 35 again.  Is there a bug in the application? Thanks, Al

  • Can I play files from a folder

    Sorry about the last message. Want Im asking, can I setup a media play that reads all the file in the directory "." in the prog below, without setting the full path of each file. I can make a file list, but not sure about making a a player auto read

  • HH3 wireless problems

    so I have the HH3 with the infinity 2 contract for nearly a year now and its gradually getting worse.The wireless signal drops out everytime there is any sort of large demand (download/upload/multiple pages). I dont have any wireless phones near the