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

Similar Messages

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

  • 6i-WEB:How to Refer Terminal Res file

    Can we refer the Oracle Terminal resource files in Web mode and import key bindings???
    Is this supported??
    Please post if any one has tried it successfully.
    I did the following
    <param name="serverArgs" value="module=c:\..dirpath..\ModuleName.fmx terminal=c:\..dirpath..\termfilename:mappingName">
    When running from a Web browser, the applet prints a message saying "Error Opening
    c:\...dirpath...\termfilename:mappingName"
    The same resource file works for me in traditional client server mode.
    Thanks in Advance
    krishns

    Oracle doesn't use the Oracle Terminal file for the web version. It replaced it with a much easier to use text file you edit directly called FMRWEB.RES (NOT FRM, FMR). If you search for this in your Developer Server installation and look at it, you should be able to figure out how it works from the internal comments.

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

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

  • 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

  • Load resource file

    i used oracle terminal to generate a resourse file that define my mappings for the keys.
    i need to put a code to load the file automatically in the form "fmb file"
    it tried to do it in the command line for the short cut
    but again i need it within the .fmb file
    thanks

    I don't understand what you mean by within the fmb file. The resource file is picked up at run-time, therefore in order to 'use' it and get the keys remapped you must specify it on the runtime command that runs the fmx and and ensure that the resource file is in the correct place. I believe that it needs to be in the formsnn directory and possibly in the directory you initiate the fmx from.

  • Localization Issue - Application Doesn't Read Culture Specific Resource File

    Dear Sirs,
    i know there are lot of thread out there about localization, but most of them go over same rule, or are not enough complete that i be able to get them,...
    Here's my issue, i use win form localization for UI, and every things is fine, then i pass the culture i want to application thread before start it, and every thing goes fine.
    But when i want to handle error msg's... or Etc...i use Resource file exist over Resources, and my Resharper point to that, using command like
    Resource.<ResourceName>;
    So after doing every thing, i made an other resource file, copy exist text item in main resource file,
    put a name like Resource.en-US.resx on it and then compile it, it generate a sub folder, or maybe two,
    after it i run app, with passing culcure of en-US , and then the application went right, but when it come to show code resources, like what i talked about, it used the old default culture text messages...
    what should i do? where do i go wrong?
    I even tried to copy the resource dll file of en-US calture in exact bin folder, but it still didn't worked.
    the thing i follow were on a thread of MSDN help.

    Dear Sirs,
    i know there are lot of thread out there about localization, but most of them go over same rule, or are not enough complete that i be able to get them,...
    Here's my issue, i use win form localization for UI, and every things is fine, then i pass the culture i want to application thread before start it, and every thing goes fine.
    But when i want to handle error msg's... or Etc...i use Resource file exist over Resources, and my Resharper point to that, using command like
    Resource.<ResourceName>;
    So after doing every thing, i made an other resource file, copy exist text item in main resource file,
    put a name like Resource.en-US.resx on it and then compile it, it generate a sub folder, or maybe two,
    after it i run app, with passing culcure of en-US , and then the application went right, but when it come to show code resources, like what i talked about, it used the old default culture text messages...
    what should i do? where do i go wrong?
    I even tried to copy the resource dll file of en-US calture in exact bin folder, but it still didn't worked.
    the thing i follow were on a thread of MSDN help.
    Hello,
    I am afraid that we are not clear about what the error is and how you use these resources, I would recommend you share the detailed code with us, you could comment all sensitive data or if possible you could just create a simple winform project, and reproduce
    that issue, then share it with us by uploading it to OneDrive.
    You could share its link here that we could focus on that project to help you.
    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.

  • Arabic resource file problem

    i use jdeveloper 10.1.3 and windows xp
    i developed an hr application
    no i want my application to support both english and arabic language
    so i used windows notepad to write my resource file in arabic and english
    with english it worked good no problems
    but when i tried to save the arabic resource file on notepad
    i could not save it in ANSI format
    so i tried to save the file in a unicode or utf-8 format
    the problem is that when i try to a resource file in a format either that ANSI
    i does not work except with ANSI FORMAT file with arabic or english
    waiting for reply

    I think that the solution is to use Unicode utf-8
    add this line in the header of every page that content arabic word
    <%@ page contentType="text/html; charset=utf-8" %>
    and in the ResourceBundle file write in arabic , you will see after compilation that what you had write in arabic became in Unicode.
    exemple :
    before compilation
    Form.label.sndName= &#1575;&#1604;&#1573;&#1587;&#1605;
    after comilation
    Form.label.sndName= \u0627\u0644\u0625\u0633\u0645
    and remember that i sad that you must add
    <%@ page contentType="text/html; charset=utf-8" %> in every page that content arabic word
    in jsp page write
    <bean:message key="Form.label.sndName"/>
    if you folowing this concept you will not encounter any problem with javascript validation

  • Finding resource files deployed inside RAR?

    Hi all,
    NB: First-time poster, please forgive any transgressions.
    I am deploying a RAR (not within an EAR) to WL 8.1 SP3, which has the following form:
    META-INF/
        ra.xml
        weblogic-ra.xml
    myconnector.jarClasses in myconnector.jar need to find a resource file, myresource.xml, on the classpath. I've tried placing myresource.xml in the root of the rar file, and in a jar file in the root of the rar (called it myresources.jar). In both cases, the resource is not found; the only way that it's ever found is by placing it in a directory that is on the server's classpath in startWebLogic.cmd.
    How can I package the resource file in my rar such that Class.getResourceAsStream and/or ClassLoader.getResourceAsStream can find it?
    TIA,
    Matthew

    A deployed application has no relation at all to a 'project'. What you want is the application to find a file in a specific directory.
    In your case you will probably only want to read from the file, so your best bet is to put the file on the classpath (for example, put it in the 'classes' subdirectory of your war) and load it using getClass().getClassLoader().getResourceAsStream(). In other words, make the properties file part of your project resources.

  • English resource files

    We're using Crystal Reports 2008, and we need the English resource files for the report viewer control to provide our translators. I've not been able to find any such file locally or on the internet.

    I'm using C# .NET 3.5.
    Maybe I'm approaching this wrong (I started this project in CR 10, but we're now using CR 2008). I was under the impression that I needed to get a file (see below), translate it into (say) Hungarian, then convert it into a resource with a command line tool, and compile that into an assembly.
    If that's correct, then for the first two steps I'll need a human readable file, not an assembly.
    What I would like is the English version of the "Viewer.txt" file (in German below) that starts, as follows:
    #==============================================================================
    1.   File:       Viewer.txt
    2.   Summary:    This file contains GERMAN resources for CrystalDecisions.Windows.Forms.CrystalReportViewer
    #==============================================================================
    ID_HELP_ABOUT=Hilfe
    ID_VIEW_GROUPTREE=Gruppenstruktur umschalten
    ID_SEARCH=Text suchen
    ID_GOTOPAGE=Gehe zu Seite
    I know that the IDs are in English, but some of them are shorthand, like:
    ID_OPEN_REPORT_DIALOG_TITLE=Vorhandenen Crystal Reports-Bericht öffnen
    IDS_ERR_BUSY=Das Steuerelement ist mit dem Herunterladen von Daten beschäftigt.

  • What is the name of Report Builder Resource File

    Can Anybody knows what is the name of Report Builder Resource file and can it open in Oracle Terminal or not.
    Regard's
    Fahed

    How to create a new one.http://download-uk.oracle.com/docs/cd/B14099_19/bi.1012/b14048/pbr_arch.htm#i1005582
    http://download-uk.oracle.com/docs/cd/B14099_19/bi.1012/b14048/pbr_strt.htm#i1007097

  • Can a Resource file (.fr) be of type "Unicode text document"?

    Dear All,
    I'm doing string localization in my plugin programs. I created a resource file (MyPlugIn2_arAE.fr) for defining arabic strings. When I saved this file, I selected the type as "Unicode Text Document". Becuase only if it is a Unicode Text Document my arabic strings are preoperly saved. If I selected the type as "Text document" and save the file, all my arabic strings became "????????" like that. Now the problem is, it's giving a compilation error. (This is because the resource file MyPlugIn2_arAE.fr is saved as "Unicode Text Document").
    Error looking for resource specification. Need 'resource' or 'type'.
    odfrc - Execution terminated! 
    How do I resolve this problem?
    Thanks.

    Hi,
    I tried compiling with CS3 SDK, it gave an error and some warnings. I copied the output below. But with CS4 SDK, it compiles fine. How do I resolve this?
    1>Compiling...
    1>VCPlugInHeaders.cpp
    1>c:\sdk\adobeindesign\cs3\source\public\includes\UnicodeSavvyString.h(261) : error C2220: warning treated as error - no 'object' file generated
    1>c:\sdk\adobeindesign\cs3\source\public\includes\UnicodeSavvyString.h(261) : warning C4267: 'argument' : conversion from 'size_t' to 'int32', possible loss of data
    1>c:\sdk\adobeindesign\cs3\source\public\includes\UnicodeSavvyString.h(268) : warning C4267: '=' : conversion from 'size_t' to 'int32', possible loss of data
    1>c:\sdk\adobeindesign\cs3\source\public\includes\UnicodeSavvyString.h(281) : warning C4267: 'argument' : conversion from 'size_t' to 'int32', possible loss of data
    1>c:\sdk\adobeindesign\cs3\source\public\includes\WideString.h(348) : warning C4267: 'argument' : conversion from 'size_t' to 'int32', possible loss of data
    1>c:\sdk\adobeindesign\cs3\source\public\includes\WideString.h(366) : warning C4267: 'return' : conversion from 'size_t' to 'int32', possible loss of data
    1>c:\sdk\adobeindesign\cs3\source\public\includes\WideString.h(536) : warning C4267: 'initializing' : conversion from 'size_t' to 'const int32', possible loss of data
    1> c:\sdk\adobeindesign\cs3\source\public\includes\WideString.h(477) : see reference to function template instantiation 'int32 Strip_If<std::binder1st<_Fn2>>(WideString &,T)' being compiled
    1> with
    1> [
    1> _Fn2=std::equal_to<WideString::value_type>,
    1> T=std::binder1st<std::equal_to<WideString::value_type>>
    1> ]
    1>c:\sdk\adobeindesign\cs3\source\public\includes\WideString.h(554) : warning C4267: 'return' : conversion from 'size_t' to 'int32', possible loss of data
    1>Build log was saved at "file://c:\MyProjects\MyPlugIn2\objR\MyPlugIn2\BuildLog.htm"
    1>MyPlugIn2 - 1 error(s), 7 warning(s)
    ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

  • Resources files in Multi-JAR distribution

    Hello.
    I'm kind of new to Java and I'm having some serious issues trying to make resource files get packaged into my JAR properly. Actually, this is what I have:
    CompositorX - this is my main project; it just contains a small main class with "static void main" method that creates a new form from another class, which belongs to CompositorXLib.
    CompositorXLib - this is a class library that contains all the classes I wrote specifically for the CompositorX application.
    General - this is a class library that contains lots of general-purpose classes which are used by multiple applications.
    (BTW, is this a good way to organize my classes?)
    Now, I have a bean in General called PictureFrame. PictureFrame's default constructor has to get an image file to display as the default image for the bean. What I'd like to do is get the default image ("defimg.bmp") packed into General's JAR, so that it is always available to PictureFrame, no matter which application creates the PictureFrame. But it doesn't seem to work that way. In my PictureFrame constructor, I have: PictureFrame.class.getClassLoader().getResource("."). I expect it to return a URL that will get put into my General JAR: therefore, I put the resource inside my General/build/classes/. However, when I run my CompositorX app, and it creates a new PictureFrame object, the URL returned by getClassLoader().getResource() is pointing to CompositorX/build/classes/.
    I'm using NetBeans 5.5.1. I could probably figure out how to fix this without NetBeans... but as I'm doing all my dev in NetBeans and I don't want to fight against whatever it's already doing, I was hoping that someone could tell me how to solve this problem in NetBeans.
    Thanks a lot. If I wasn't clear enough, just let me know and I'll try to post a better description.
    -RN

    1) I don't know if
    these will work with a JAR exe, as I've been doing
    some searching and found that people have had
    problems playing wav files embedded in a JAR.It will work fine if you do it correctly.
    2) The Java Sun guide doesn't provide me with enough
    code examples to actually know what I need to do.What don't you know how to do? If you need more help, search for tutorials on google and consult the API.

Maybe you are looking for

  • My iPhone 5s Screen  is Completely Unresponsive

    I've read other issues with this, but none of them seem to sound quite like mine. I'm desperate for help right now!!!! My phone is still relatively new - got it in December of 2013. I have never dropped it or "injured" it in any way, no water damage,

  • Standard BAPI or Function Module for FB01posting

    Hi Experts, My requirement is as follows. Invoice details would be sent across from Middleware to SAP and for which I have developed a Custom Remote Enabled Function Module. The Function Module needs to post the data using FB01 Transaction. I had pla

  • Web_article object of WPC within Light framework for an anonymous user

    When we place web_article object within a container of a page created in Web Page Composer. It causes error message:  Cannot render container : com.sap.engine.lib.xml.util.NestedException: Function with name 'wpc:getString' not found in context libra

  • HT2404 Mac won't update OS

    Any clues on why my Mac won't update the OS to the newest version? I am currently running OS 10.6.8. My husband is running the same computer but 10.7.5...this despite my requests for updates. Thoughts?

  • Search messages via payload values

    Hi, Did anyone found message by value of one of the xml element value? Did anyone wrote a program like the transaction SXMB_MONI to correlate between to messages. for example: ARCKEY></ARCKEY in ALEAUD01/EDI_DC40 segment keeps the original message ID