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

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.

  • 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

  • Res File for Forms 4.5

    Has someone experiences modifying the FMRUSW.RES for Forms4.5
    Windows?
    I need to modify mapping of F10. We want, that F10 calls the Menu
    like in other Windows Applications.
    Which prerequisits are there in Forms, what do I have to to in
    Oraterm.
    Thanks a lot.
    Michael

    There are less Forms function numbers listed in the *.res file available with 10g than in the res file of Forms 4.5.
    Quite a number of key-mappings to activate certain Forms function numbers seem to be no longer available. I was therefore wondering if the list in the 10g res-file is compleet or if some overview of all Forms function numbers is available so i can extend this file myself.
    p.s. i do not mean Forms build-in functions. The Forms Help does not support any information on the Forms function numbers mentioned in the res-file (for details on what these are, see the "description" in the header of the 10g res-file).

  • How can i attach a file in Form 10g

    Hi all
    I have searched in otn about attaching a file in forms but no proper solution i got.
    Actually I want to attach a file in Forms 10G . How can I do that anyone can help me??
    Thanks

    Which one of the various solutions did you try, and what error did you get?
    http://www.google.com/search?q=send+email+attachment+oracle
    Note that when sending mails from the database the email attachment file needs to reside on the filesystem of the database (or any location the database server has access to).
    Did you configure your mailserver properly? Or do you want to send a E-Mail via a Mailprogram from the client? And last but not least: what database version on which platform do you use? Questions over questions...
    cheers

  • Problem using CLIENT_HOST to FTP files from forms 10g

    Hi,
    I'm trying to use forms 10g ODS & webutil on NT to allow a user to select a file on their machine or the network and transfer the file to a DB server. I want to transfer the file to the file system on the server NOT to a BLOB column on a table. I've used webutil (client_get_file_name) to display the dialog box and allow the user to select a file. This works fine. However, when I try to use CLIENT_HOST to FTP the selected
    to the remote server it fails. I'm issuing the following
    command from within forms:
    CLIENT_HOST('CMD /C ftp -n -s:C:\test_ftp.txt');
    Something tries to kick off and a grey area the size of a dos window flashes on to the screen for a couple of seconds but the FTP does not happen. The test_ftp.txt script is a simple ftp script that transfers one file and I know it works as I can run it successfully from DOS or NT command prompt.
    Questions:
    (1) Does anyone know how to pause the DOS window so you
    can see what is actually happening ?
    (2) Has anyone implemented FTP functionality
    successfully using CLIENT_HOST in the same way that's
    I'm trying ?
    Any help would be appreciated.
    Declan.

    Okay...
    Try this. For testing put your command in a .bat-file. In this .bat-file spool the output to a text-file. I'm not sure about the spooling syntax under Windows, check the Windows documentation for that. Like:
    ftp.bat
    start spooling to ftp.out
    cmd /c .... (your ftp commando line)
    stop spooling
    Perhaps the problem is that it doesn't find the ftp commando? Try hardcode the path like c:\windows\ftp ... etc!

  • Re: Opening a pdf file through form 10g

    Dear Mark
    I have downloaded the PDFviewer.zip file and followed all instructions.
    I user Oracle forms 10g.
    The forms runs in explorer but pdf file not shown, nor I see the navigation bar.
    Tried my level best but no success.
    Please guide me what mistake I am doing.
    Looking forward for your kind co-operation
    Qazi

    I understand, often people post in old threads not realising that they are old.
    I think that it is difficult to understand how to helpp you without more details of what you did (ie which files you changed and how), and what debugging you have then performed to check which parts of the solution are working.
    rgds
    Tony

  • How to save SQL result to file in forms 10g

    Hi All,
         I am using Oracle/forms 10g and need to create a file from a predefined sql statement .
    Just wondering if there is a build-in provided by oracle to export sql result to a file from Forms?.
    Your quick response will be of great help.
    Thanks
    Aalishan

    Aalishan,
    I guess it all depends on where you need to create the output file. You can use the database package UTL_FILE to write a file to the database server file system or you can use the Forms TEXT_IO built-in to write to the client file system. Is your intent to export the data in a multi-line block to a file? If so, TEXT_IO is what you want to use. The Forms help system has all the information and a few examples you will need to get started.
    Hope this helps.
    Craig...

  • Opening doc file in forms 10g

    Hi All,
    I am new to forms development.
    I am working on forms 10g and i need to create an icon which looks like a papercilp and when i press the icon i should be able open a .doc file which is already saved in a table and it is saved as BLOB and the table has one more column which i can use as foreign Key.
    Any help is really appreciated.
    Thanks a lot in advance,
    Nagesh.

    Hello
    You can download the ".doc" file stored in BLOB column to a place (say temp directory of the current user) using function "webutil.db_to_client"
    and open it using command "cmd /c <FULL PATH>"
    FULL PATH is name of file along with path where it is located

  • How can i play a sound file in form 10g

    hi every body ,
    would any one help me with my problem
    *I 'd like to play a soend wave file _ say when press a button _*
    In forms 6i
    it was too easy,
    Read_sound_File('c:\aaa.wav', 'wav', 'emp.sound');
    Go_Item('emp.sound ');
    play_sound('emp.sound');
    But it doesn't work in 10g
    and there is n't read_sound_file in help of 10g
    is there any compatability with this instruction in forms 10g
    or how can i use sound file in 10g
    is it with webUtil ( i' ve configured it correctly )
    *or with java beans _ plz help me with it _*
    Thanks _ waiting for u answers _ plzzzzzzzzzzzzzzzz

         I 'd like to play a soend wave file _ say when press a button package sound;
    import oracle.forms.ui.VButton;
    import java.applet.AudioClip;
    import java.applet.Applet;
    import java.net.URL;
    import oracle.forms.properties.ID;
    public class sound extends VButton
    public final static ID PLAY = ID.registerProperty("PLAY");
    public String sou_loc = "FILE:///C:\EAM_original.wav" ;
    public sound()
    public boolean setProperty(ID p0, Object p1)
    if (p0==PLAY)
    { try
    sou_loc = p1.toString();
    URL sou = new URL(sou_loc);
    AudioClip clip = Applet.newAudioClip(sou);
    clip.play();
    } catch (Exception ex)
    {ex.printStackTrace();}
    return super.setProperty(p0, p1);
    }

  • Retrieve image file from FORMS 10G using BLOB

    Dear all,
    i inserted one record in a table for the following procedure.
    Create Or Replace Procedure Blob_Xl Is
    l_blob Blob;
    l_bfile Bfile;
    Begin
    Insert Into LOB_TABLE Values ( 'TEST1', Empty_Blob() )
    Returning BLOBDATA Into l_blob;
    l_bfile := Bfilename( 'TEST1', 'I.JPG');
    dbms_lob.fileopen( l_bfile,dbms_lob.file_readonly );
    dbms_lob.loadfromfile( l_blob, l_bfile, dbms_lob.getlength( l_bfile ) );
    dbms_lob.fileclose( l_bfile );
    Commit;
    End Blob_Xl;
    after that
    record also inserted, i check thro count.
    i try to retrieve that image from that table for using following procedure, in that procedure i called from one button in forms 10g and wrote in when button pressed , when i clicked it wont show any images.
    where i am wrong?
    Create Or Replace Procedure get_img As
    vblob Blob;
    buffer Raw(32000);
    buffer_size Integer := 32000;
    offset Integer := 1;
    Length Number;
    Begin
    owa_util.mime_header('image/JPG');
    Select BLOBDATA Into vblob From LOB_TABLE Where No = 'TEST1';
    Length := dbms_lob.getlength(vblob);
    While offset < Length Loop
    dbms_lob.Read(vblob, buffer_size, offset, buffer);
    htp.prn(utl_raw.cast_to_varchar2(buffer));
    offset := offset + buffer_size;
    End Loop;
    Exception
    When Others Then
    htp.p(Sqlerrm);
    End;
    /

    hi
    try something like this for retrieve.May it helps u.
    DECLARE
    directions CLOB;
    directions_1 VARCHAR2(300);
    directions_2 VARCHAR2(300);
    chars_read_1 BINARY_INTEGER;
    chars_read_2 BINARY_INTEGER;
    offset INTEGER;
    BEGIN
    --Retrieve the LOB locator inserted previously
    SELECT falls_directions
    INTO directions
    FROM waterfalls
    WHERE falls_name='Munising Falls';
    --Begin reading with the first character
    offset := 1;
    --Attempt to read 229 characters of directions, chars_read_1 will
    --be updated with the actual number of characters read
    chars_read_1 := 229;
    DBMS_LOB.READ(directions, chars_read_1, offset, directions_1);
    --If we read 229 characters, update the offset and try to
    --read 255 more.
    IF chars_read_1 = 229 THEN
    offset := offset + chars_read_1;
    chars_read_2 := 255;
    DBMS_LOB.READ(directions, chars_read_2, offset, directions_2);
    ELSE
    chars_read_2 := 0;
    directions_2 := '';
    END IF;
    --Display the total number of characters read
    DBMS_OUTPUT.PUT_LINE('Characters read = ' ||
    TO_CHAR(chars_read_1+chars_read_2));
    --Display the directions
    DBMS_OUTPUT.PUT_LINE(directions_1);
    DBMS_OUTPUT.PUT_LINE(directions_2);
    END;
    sarah
    Edited by: S@R@h on Oct 7, 2009 11:29 PM

  • Open files in forms 10g

    In forms 6i i used the below code to open any application.
    I have a table with application path and ext of the file. This is for each user. Because the installation of application in users desktop in different path.
    Depends on the ext of the file APP_PATH will assign.
    FNAME := 'APP_PATH \\cveserver\cve-data\hybrid_new\' || :CPF.CPF_SOURCE ;
    APPID := DDE.APP_BEGIN(FNAME ,dde.app_mode_normal);
    I converted the fomrs 6i to 10g. How do i achive this now.

    I have already installed webutil. i dont find anything for opening files. There is one example for write to word application.
    I need when i click the attachment in the form, it should open the file. the file can be of any type of application like .doc, xls, .dwg etc.

  • Calling html file from Forms 10g

    Hi,
    I am working in forms 10.1.2.0.2 in the unix server. I have a push button in which I'm creating a html file as under:
    MYFILE := TEXT_IO.FOPEN('/tmp/ab.html','W');
    When I click the push button, the above file gets created in the tmp directory. But it does not open. Could someone please let me know how to get it to view from my forms. I am using the following command but its not working:
    WEB.SHOW_DOCUMENT('http://formsserver:port/test_virtual_dir/ab.html','_BLANK');
    Thanks

    hmm....
    I assume you have 10g AS installed in Unix.
    Go to $ORACLE_HOME/forms/server
    edit the forms.conf with your virtual directory values similar to
    AliasMatch ^/forms/java/(..*) "/opt/oracle/product/10gas/forms/java/$1
    And to test without any virtual configuration , I would try writing the html file to the folder "/opt/oracle/product/10gas/forms/java" and use
    http://www.Alexyscorp.com/forms/java/myfile.htm
    Also note that u might need to add the hostname as a trusted site otherwise new version of IE wont allow to open.
    Rajesh ALex

  • Opening a pdf file through form 10g

    Dear all,
    I have requirement to open a pdf file through my form application.
    Ho will i do this?
    What is the procedure to do this??
    Please help me.
    Regards

    Can you tell me where the pdf can be found. Through a webserver or inside the database or is the pdf somewhere else?
    If the pdf is available through an url you could use web.show_document which can open the url/pdf document in a new browser window.
    If the pdf is inside the database you could download the pdf to the client using webutil and then open the pdf document using a host command.
    If the pdf is inside the database or by a url you can also use a forms bean. I've used forms bean bean to unload a pdf from the database and show it inside the forms application. Most important when using a forms bean is that the bean component can show all the fonts which are used inside the pdf. There are some free solutions which can not show i.e. bar codes. The are also some paid components which will do the trick.
    Regards,
    Mark

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

Maybe you are looking for

  • Css navigation doesn't work in IE

    I used the directions on this site, http://htmldog.com/articles/suckerfish/dropdowns/, to help me create navigation using css that would be compatible with IE However it doesn't seem to work, when I load it in IE I get "errors on page" and the drop d

  • N95 email settings problem

    Hello, I have recently bought N95 and updated to recent version. But when i try to setup my email account, under both incoming and outgoing parts, i set my email port manualy. However when i go up and return to standby mode, enter again to the settin

  • Why subtle animation for phone calls (other apps do) on iOS 5 won't work on iPhone4?

    So my problem is that each time im driving; perse using a GPS turn by turn app, and someone calls, iOS5 should have a subtle animation for calls right? well thats not for me, i still get that crappy push huge bubble which kills the app being used. I

  • Problems enabling perfdump

    We tried enabling perfdump, following the instructions in the iPlanet Web Server 4.1 Performance Tuning Guide, but it didn't work. We modified obj.conf and added a new object with ppath=<document root>/.perf, and Service="service-dump" inside. We the

  • MSS ESS document screen shots for ERP2005

    Hi All, Does anybody have screen shots for SAP ESS MSS in a word document with content in it apart from the screen shots Thanks in Advance!