Enter key not working in forms 10g

Hi guys,
Enter key to select a form is not working
on my application.
I have to double click the form to open it using the mouse.
Then if we try to exit we have to press exit that many number of times as we have pressed enter key.
So it seems to be storing the key processes.
We are using forms 10g.
Please help.
Thanks and Regards,
Rohan

Fixed.
Changed KB.
However, this is still strange as the old KB was working fine in other applications.

Similar Messages

  • Ole2 commands not working in forms 10g

    OLE2.set_property(Application, 'Visible', true);
    above statement not working in forms 10g;

    Try to use the OLE2 fuction from WEBUTIL library. There is function in webutil CLIENT_OLE2.
    -Ammad

  • F7 & F8 key is not working in forms 10g

    Dear all,
    I am working with oracle application version 10.1.2.3.0, installed on windows server 2003 and database 10gR2 on windows server 2008. When i open any form and tries F8 / F7 to executed & enter
    query, its not working. But its owrking with with F11 and shitp + F11. I want to use F7 & F8 for enter/execute the query. I have same another same environment with same configuration, there F7
    & F8 is working fine. To enable these keys i rename fmrpcweb.res to fmrweb.res. But guide me with your sincere suggessions & experience.
    Regards,
    Ahmed.

    According to Metalink's Developer 2.1 Release Notes (Doc ID #90090.1), section 4.2.1, "TABLE_FROM_BLOCK Built-In":
    DO NOT use the TABLE_FROM_BLOCK built-in described in the
    documentation. It is reserved for internal use only. No support
    for this built-in will be provided under any circumstances.
    If you used this built-in, you will need to recode your from(s) for 10g.
    Message was edited by:
    Mark Roberts

  • TABLE_FROM_BLOCK is not working in forms 10g ??????

    Hi all,
    How to use TABLE_FROM_BLOCK in forms 10g. its working in forms 6i .
    the same form is not working in 10g . i got this error.
    frm-40933 Cannot populate table because datatype is incorrect.
    pls help me
    Regards
    Gopinath M

    According to Metalink's Developer 2.1 Release Notes (Doc ID #90090.1), section 4.2.1, "TABLE_FROM_BLOCK Built-In":
    DO NOT use the TABLE_FROM_BLOCK built-in described in the
    documentation. It is reserved for internal use only. No support
    for this built-in will be provided under any circumstances.
    If you used this built-in, you will need to recode your from(s) for 10g.
    Message was edited by:
    Mark Roberts

  • RP2RRO.RP2RRO_RUN_PRODUCT not working in forms 10G

    Hi,
    Recently I convert my small application from forms 6i to forms 10g, All forms are working fine but all reports which I call through menu are not running, Whe I checked the code I found run_product is replaced by RP2RRO_RUN_PRODUCT, the code is like this
    declare
    complist paramlist;
    begin
    complist:=get_parameter_list('tmp');
    if not id_null(complist) then
    destroy_parameter_list('tmp');
    end if;
    complist:=create_parameter_list('tmp');
    add_parameter(complist,'P_COMPANY_NAME',
    text_parameter,:global.p_company_name);
    RP2RRO.RP2RRO_RUN_PRODUCT(reports,'LDN_MCWISEVehicleDetail',asynchronous,runtime,
    filesystem,complist,null);
    end;
    When I click the menu , nothing happened , my question is How i can my reports work
    Regards,
    Ahmad

    http://10.33.67.202:8889/reports/rwservlet?server=detasad&report=Veh_Summary.rdf&desformat=pdf&destype=file&userid=gsav/pgsav@macc&param=nodestype=file generates the report to a file and therefore only says "Run Successfully" after it finished. It you want to see the output directly in the browser, use destype=cache

  • Enter Key not working with Safari

    I have to use the return key for searches-the enter key is not working.
    I use Safari 5.1.7
    OS 10.6.8
    Is there I way to correct this.
    Thank you

    Obviously you are using a full wired keyboard. I am using a wireless Apple keyboard where the "Return" and "Enter" key are the same. Your keyboard is working properly as designed. You might want to take that giant chip off your shoulder if you want help in this forum.

  • Enter Key - not working in URL bar

    Since the last update to FF 31 (Ubuntu 14.04 64 bit), the ENTER key has stoped working -> when typing web adress in URL bar. Hitting ENter does nothing, as well as the GO arrow (nothing as well).
    All other applications are fine, only FF is not registering the input.
    I did not install new addons, so plese don't tell me to reset.
    It was fine yesterday, is wrong today after update.
    Don't blame addons for something that is not related to this.
    Thanks.

    Fixed.
    Changed KB.
    However, this is still strange as the old KB was working fine in other applications.

  • DB link is not working in forms 10g

    Hi,
    I have to different machines with DB Oracle 10g and Oracle 9i. I have created dblink to access data from Oracle 9i from Oracle 10g. This DB link is working perfectly from sql. but when i am using this dblink in form 10g. it is giving following errors.
    Here it is compiling post-query trigger.
    my query is select count(*) into var1 from CL_PASS_MASTER@ICLC2CISF .
    Compiling POST-QUERY trigger on form...
    Compilation error on POST-QUERY trigger on form:
    PL/SQL ERROR 0 at line 0, column 0
    ORA-04052: error occurred when looking up remote object [email protected]
    ORA-00604: error occurred at recursive SQL level 1
    ORA-06544: PL/SQL: internal error, arguments: [55916], [], [], [], [], [], [], []
    ORA-06553: PLS-801: internal error [55916]
    ORA-02063: preceding 2 lines from ICLC2CISF
    the same query is working from sql prompt.
    Please help me..

    +"How about if you create a synonym in the back-end using db link?+
    +create synonym syn_CL_PASS_MASTER for CL_PASS_MASTER@ICLC2CISF;+
    +and use the synonym in post-query. "+
    + 1
    Francois

  • "connect_by_isleaf"  is not working in Forms 10g

    Hi gurus,
    I have a tree control in my application,I use a query to rollup some amounts
    according to certain criteria,I used the pseudo-column 'connect_by_isleaf' which is a wonderful new feature in 10g and it worked fine in SQLPlus,when I used it in Forms 10g ,it didn't recognise it and gave an error while compiling : identifier "CONNECT_BY_ISLEAF" must be declared.
    Why? what is wrong?
    Thanks

    Thanks Rajesh,
    I have made a work around,I created a function on the database (with 'connect_by_isleaf' in it) and called it from Forms 10g,
    Bingo....worked fine.
    Hope this helps others.
    Mohammad

  • HOST command not working in forms 10g

    Hi,
    I have migrated forms 6i to forms 10g, and having a requirement to open sqlplus prompt using a form menu. I have used the below command: -
    "host('sqlplus '||user_name||'/'||pass||'@'||sid, no_screen);"
    But I am not able to get the sqlplus window, and the main form is still in process for long time, till i bounce the server.
    The forms are deployed on Oracle Applications Server 10g and i want to run it on server side.
    Please help me with the problem.
    Thanks,
    Ankit

    The deployment architecture is different between forms 10g and forms 6i.
    In Forms 6i HOST built-in command will run on the client machine since you are running as client/server, but in WebForms (Forms10g) the HOST built-in command will run on the middle tier which is your application server machine.
    In order to run hosts commands in WebForms you need to use webutil and use CLIENT_HOST in the webutil.
    check the [Forms 10g R2 Demo|http://download.oracle.com/otndocs/demos/Forms_Demos_10gr2.zip] for sample codes of webutil.
    You are using NO_SCREEN in your example, this will hide the window.
    Tony
    Edited by: Tony Garabedian on Nov 26, 2009 2:43 PM

  • Enter key not working in Safari

    I tried aqsking this question on the Safari board but no helpful answers.
    The enter key on the full size keyboard is no longer functioning in Safari. The return key is working.
    I am using Safari 5.1.7. OS 10.6.8.
    Any suggestions on how this can be corrected. Thank you in advance.

    Very odd. Do you have another keyboard you can test with? We should isolate this to either that keyboard or the computer.

  • Keyboard letters mixed up, enter key not working - early '11 MacBook Pro

    I have an early 2011 MacBook Pro. The keyboard randomly stopped functioning correctly, some keys didn't work at all and others would type in different symbols that I've never seen before. I reset the language it seems to have fixed most of the problems (5 keys weren't working but now they all are). The Enter key inserts a hyphen instead of its normal function and certain keys will still type in random letters. If I press shift and the ENTER key it now puts an underscore instead of a hyphen. The question mark slash button also puts a hyphen or an underscore, as does the original hyphen button. The  plus sign and equal sign button now puts a square bracket, etc. You get the idea. I have already reset the PRAM, but the problem still persists. Approximately how much would somethin© like this cost to ©ix (© replaced the f and ©©©© keys now). f and ©©© keys now.

    Try using a usb or wireless keyboard to verify that your built-in keyboard needs repair/replacement.
    I don't see how anyone here could give you a price for that, these are user/user help forums.  Take it to an Apple service facility.

  • Keyboard & enter key not working

    My Apple keyboard started giving my problems yesterday, out of the blue. The "enter" key doesn't work and some numbers don't work.
    I'm using a Power Mac OS X 10.4.9
    The only changes I made was to recently update I Tunes software. Is there something I need to reset?

    Anyone have any clues??
    As the day goes on, I'm having less and less access to keys. Now my arrow keys (up, down, left & right) aren't working. It's spreading!!
    Please someone help. I'm a graphic designer running on a tight deadline.

  • Enter Key Not Working When Using Text Tool

    For some reason, my enter key has stopped working when using the text tool.  Instead of making a soft return to a new line, it simply commits the type. What is going on here?
    I'm using a desktop and CS3.

    there are 2 enter keys in key board
    if u enter main key board enter, sentence will go to next line
    In case u enter the key  available in  rightside of the key board , in the cluster of numericals, the type tool is committed.

  • Enter key not working, in various ways

    Mac OS 10.6.8
    Indesign 7.5.2
    With the CS5.5 upgrade I cannot:
    1. When in a dialog box, neither RETURN nor ENTER works for 'OK' to accept and close the box.
    2. I cannot assign shift-command-return as a Keybaord Command for Forced Line Break. When I try I get the error "conten contains characters which cannot be encoded."

    Resetting the preferences doesn't work either. I'll try deleteing the shortcut files now and then resetting. Who knows, I may have to reinstall the ******** package again.
    Excuse me while I rant:
    I just plunked down over $500 to upgrade from CS 4 to CS5.5. I have owned it for something like a month and am still not using 5.5 because it has been so much of a production drain. Since none of my preferences were inherited from CS4. I have spent several hours in vain googling for ways to to fix without rebuilding by hand. I followed threads that said I could move my keyboard shortcuts, and eventually found in another thread, where they are stored, and then discovered by trial and error that 7.5 is really 6 and 6 is really 4 (if you know what I mean). So, this morning, thinking I was FINALLY in a place where I could use CS5.5 I discover that the return key no longer lets you say "okay" -- that is select the highlighted button in dialogue boxes. Excuse me? Isn't that keyboard action part of the Mac OS since something like the OS 1?
    Thank you Peter Spier for so clearly stating the truth: You can't migrate your keyboard shortcuts. Period. I will now enter some text so other users may find this answer with their search tools:
    Keyboard shortcuts from CS4 cannot be migrated to CS5
    CS4 to CS5 keyboard shortcuts no migration path
    CS5.5 CS5 keyboard shortcuts must be built from scratch
    Adobe this situation is really lame.

Maybe you are looking for

  • Has anyone found a fix to Captivate 5.5's inability to open?

    Hi, When attempting to open Captivate 5.5, I receive the error, 'Localized resource files for this application could not be loaded...' I also receive Microsoft Visual C++ Runtime Library error:  'Runtime error!   ... This application has requested th

  • Restarting with a script

    I am working up an ARD script to cause computers to update themselves using SoftwareUpdate, and as a last step I want them to restart. On the face of this it seems rather easy: 'shutdown -r +1' and I should be done. But when I do this the remote comp

  • How to display Error for a particular text box programaticaly

    Hello All, I have 5 text boxes in a form and I have a requirement where if user click on any of the text boxes then i need to pass the id to class A and show the error description related to that text box in faces message. I have created class A in w

  • SetQuery and JSP Binding

    I have a complex query that I just haven't been able to get to run inside of a view object. I have been trying to do a setWhereClause, but when Jdev tries to execute it, it puts a select * from ( in from of it, and a ) QRSLT after the from statements

  • How to configure per unit of output overhead absorption rates

    We have repetitive manufacturing scenario and configured cost sheet .We need absorb overheads based on per unit rates. We are struggling for this please help