On press enter what function should call  for DO_HANDLE_EVENT

hi
I want to do operations on press enter so wat is the
code for press enter?
And how i get this event in ONINPUTPROCESSING .
and i m using HTMLB
Thnks

Hi Prashant,
What kind of operations..is it for an inputfield?If yes then you can use the attribute SubmitOnEnter of inputfield.
or you can handle the enter key event using javascript.
Have a look at
[this thread|Re: Hitting the "Enter" Key] and [this thread|How to submit the page on hitting the enter key]
Serach forum , there are lots of threads on this.
Regards,
Anubhav

Similar Messages

  • What's the phone number I should call for help with my iPhone and ihome dock?

    What's the phone number I should call for help with my iPhone and ihome dock?

    http://www.ihomeaudio.com/support/

  • HT1923 what software should download for iPOd classic in a computer with windows 8

    what software should download for iPOd classic in a computer with windows 8

    Not sure what you mean?
    Software for what?

  • What value should be for below parameters

    Dear all,
    Please suggest what value should be for below parameters  in Win 2003 ,ecc6 and oracle 10g and 16 gb ram.
    Parameters     Description     Current value     
    fixcontrol     Bug fix control parameter           
    For information about the recommended settings for parameter FIXCONTROL,  version of Oracle release 10.2.0.4 a number of values must be set.
    Parameters     Description     Current value     
    max_dump_file_size     Maximum size of the optimizer trace file     UNLIMITED     
    optimizer_index_caching     Adjust the usage of nested loops     0     
    optimizer_index_cost_adj     Percentage of the calculated index costs     100     
    parallel_max_servers     Parallel Query: Maximum number of parallel execution servers     150     
    PARALLEL_MAX_SERVERS.
    Parameters     Description     Current value     
    parallel_threads_per_cpu     Number of parallel execution processes/threads per CPU     2     
    shared_pool_reserved_size     Part of Shared Pool for large statements     128676003     
    pushjoin_union_view     Enable pushing join predicate inside a union all view           
    Regards,
    Kumar

    Hello Kumar,
    The following should be the recommended parameters for your case. Always take a backup of initSID.ora and spfileSID.ora file before making the changes.
    fixcontrol Bug fix control parameter
    *._fix_control='5705630:ON','5765456:3','6221403:ON','6329318:ON','6399597:ON','6430500:ON','6440977:ON','6626018:ON','6670551:ON','6972291:ON','7325597:ON','7692248:ON','7891471:ON'
    max_dump_file_size = 20000
    optimizer_index_caching Adjust the usage of nested loops 0
    optimizer_index_caching (do not set)
    optimizer_index_cost_adj Percentage of the calculated index costs 100
    optimizer_index_cost_adj = 20
    parallel_max_servers=20
    parallel_threads_per_cpu = 1
    shared_pool_reserved_size
    CPUs   Shared_Pool_Size  
       4              500M                
       6                1G                   
      10                1G                
      32                2G                
      64                2G                
    128                3G      
    Resize db_cache depending on your needs. For your case, I would recommend at least 2GB of RAM for db_cache
    pushjoin_union_view
    pushjoin_union_view = false
    Set this as true if 6917874 fix is implemented.
    In addition Oracle processes should be calculated as follows
    Oracle Processes =
    { ABAP WP X 2  +
    J2ee Server Processes*MaxConnection  + Parallel_Max_Servers   + 40 }
    Hope I am clear.
    Thanks,
    Venkatesh Pydi.

  • So what i should do for unlock this phone?can i pay some money to apple for unlock this phone?

    I bought a phone some body which is lock by icloud lock and i cant cooperate the previous owner.So what i should do for unlock this phone?can i pay some money to apple for unlock this phone?

    You have encountered  Activation lock an anti-theft mechanism
    Find My iPhone Activation Lock - Apple Support
    Apple do not assist in unlocking and there is no way to break the lock without the co-operation of the original owner
    The iPhone was probably stolen .You should try to get your money back .You will never make the iPhone work ,sorry but that is it .

  • Pressing enter query function key more than once displays past search key

    At present, in Oracle Forms this is what's happening:
    1. User presses entery-query (F7)
    2. User searches for employee name smith. Plases %Smith% in the employee name field.
    3. User presses execute-query (F8)
    4. All employee names with "Smith" is displayed.
    5. User presses enter-query again (F7). Screen is cleared.
    6. User presses enter-query for the 2nd time (F7). %Smith% appears on the employee name field.
    The problem is the user do not want %Smith% to appear the second time they press enter-query. If you guys have any idea or have experienced this, please let me know.
    Thanks.

    You are experiencing the default query last criteria functionality. When you execute the ENTER_QUERY built-in while in enter query mode, it will show the last query criteria. To override this, you could create a KEY-ENTQRY trigger on your block and give it code similar to:
    IF :SYSTEM.MODE != 'ENTER-QUERY' THEN
      ENTER_QUERY;
    END IF;

  • Pressing Enter key twice should submit the form

    I am trying to enter the chinese characters in the text box, chinese chracters will become a whole word only when we press the Enter key. But after entering a chinese character , if I press the enter key then the form got submitted. Instead the form should get submitted only when we press Enter key for the second time.
    Is it possible with Javascript?

    karthi23 wrote:
    I am trying to enter the chinese characters in the text box ...Where? An Java application? Your browser?
    Is it possible with Javascript?This is a Java forum. JavaScript and Java are two completely different things. You better find a JavaScript forum to ask this question.

  • Ajax:callback function not called for every readystatechange of the request

    Author: khk Posts: 2 Registered: 2/17/06
    Feb 17, 2006 11:04 PM
    Hi
    I am working with an ajax program.
    In that i have defined a callback funtion
    but that function is not being called for every readystatechange of the request object for the first request .
    but it is working fine from the second request.
    function find(start,number){
    var nameField=document.getElementById("text1").value;
    var starting=start;
    var total=number;
    if(form1.criteria[0].checked) {
    http.open("GET", url + escape(nameField)+"&param2="+escape("exact")+"&param4="+escape(starting)+"&param5="+escape(number));
    else if(form1.criteria[2].checked) {
    http.open("GET", url + escape(nameField)+"&param2="+escape("prefix")+"&param4="+escape(starting)+"&param5="+escape(number));
    http.onreadystatechange = callback2;
    http.send(null);
    function callback2(){
    if (http.readyState == 4) {//request state
    if(http.status==200){
    var message=http.responseXML;
    alert(http.responseText);
    Parse2(message);
    }else{
    alert("response is not completed");
    }else{
    alert("request state is :-"+http.readyState);
    }

    Triple post.
    You have been answered here: http://forum.java.sun.com/thread.jspa?threadID=709676

  • Project Leader Profile - What I should look for

    Hi:
    We're facing a coming development with 8i/9iAS that has to interact with Oracle's ERP. We already know that the ERP is a complex environment, so we are looking for a person that will be the technical head of the project, since our expertise is limited to Oracle Developer and database. But we don't know exactly what kind of expertise we should ask for to the candidates. Do you have any suggestions?
    Thanks in advance
    Javier Castaqsn

    Javier,
    You should definitely look for someone with prior Oracle ERP full-cycle implementation experience (if he/she's going to be a project leader, I would look for 3-5 years' experience at least), and make sure that the person have specific expertise in the ERP modules you want to implement, e.g. just because someone knows GL and FA like the back of their hand does not necessarily mean that they know anything about OM or PO. And of course, it would be better if this person have experience with 11i, since there some additional features in 11i that is not in the older modules. Good luck.

  • Project Leader's Profile - What I should look for

    Hi:
    We're facing a coming development with 8i/9iAS that has to interact with Oracle's ERP. We already know that the ERP is a complex environment, so we are looking for a person that will be the technical head of the project, since our expertise is limited to Oracle Developer and database. But we don't know exactly what kind of expertise we should ask for to the candidates. Do you have any suggestions?
    Thanks in advance
    Javier Castaqsn
    null

    Javier,
    You should definitely look for someone with prior Oracle ERP full-cycle implementation experience (if he/she's going to be a project leader, I would look for 3-5 years' experience at least), and make sure that the person have specific expertise in the ERP modules you want to implement, e.g. just because someone knows GL and FA like the back of their hand does not necessarily mean that they know anything about OM or PO. And of course, it would be better if this person have experience with 11i, since there some additional features in 11i that is not in the older modules. Good luck.

  • What function is called when removing a repository instance

    Hi,
    I implemented a repository manager by extending
    com.sap.netweaver.bc.rf.mi.AbstractManager
    ,which provides functions like
    startUpImpl()
    and
    shutDownImpl()
    My question is, when I remove an instance of it in <i>System Admin</i> - <i>System Configuration</i> - <i>Knowledge Management</i> - <i>Content Management</i> in EP, what function in the Repository Manager is called?
    Function shutDownImpl() is not called when the instance is removed, but is called when EP is stopped.
    Thanks,
    Ray

    Hi,
    com.sap.netweaver.bc.rf.mi.AbstractManager
    has as well the method
    public final void stop()
    Description:
    This method is only called once during the life-time of a component. It is called by the CRT when the component was removed from the configuration or the system shuts down. A stopped component can not be (re)started. After a shutdown the component instance will be finalized by the Java VM as soon as no other components in the system holds a reference to it.
    Best Regards
    Frank

  • What value should set for wrapper.java.initmemory?

    Hi guys,
    If this is the wrong forum to ask, I hereby apologize as I am not sure which forum should I deposit this question.
    I am using jboss4.0.5 installing in Cent OS with memory of 1024MB and jdk 1.5.0_08. Hence, what value should I set for wrapper.java.initmemory and wrapper.java.maxmemory? What actually is the wrapper.java for compare to JAVA_OPTS? my current configuration is like below:
    # Wrapper Properties
    # Java Application
    set.JAVA_HOME=/usr/java/j2sdk
    wrapper.java.command=%JAVA_HOME%/bin/java
    set.JBOSS_CONFIG=default
    set.JBOSS_HOME=/opt/jboss4
    set.JBOSS_LOG=/var/log/jboss4/%JBOSS_CONFIG%
    # Use new ticker
    wrapper.use_system_time=FALSE
    # Java Main class
    wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp
    # Java Classpath (include wrapper.jar) Add class path elements as
    # needed starting from 1
    wrapper.java.classpath.1=%JBOSS_HOME%/lib/wrapper.jar
    wrapper.java.classpath.2=%JBOSS_HOME%/bin/run.jar
    wrapper.java.classpath.3=%JAVA_HOME%/lib/tools.jar
    # Java Library Path (location of Wrapper.DLL or libwrapper.so)
    wrapper.java.library.path.1=%JBOSS_HOME%/lib
    # Java Additional Parameters
    wrapper.java.additional.1=-Dprogram.name=run.sh
    wrapper.java.additional.2=-Djava.endorsed.dirs=%JBOSS_HOME%/lib/endorsed
    # Initial Java Heap Size (in MB)
    wrapper.java.initmemory=64
    # Maximum Java Heap Size (in MB)
    wrapper.java.maxmemory=128
    # Application parameters. Add parameters as needed starting from 1
    wrapper.app.parameter.1=org.jboss.Main
    wrapper.app.parameter.2=-c
    wrapper.app.parameter.3=%JBOSS_CONFIG%
    # Port which the native wrapper code will attempt to connect to
    wrapper.port=1777
    wrapper.startup.timeout=300
    wrapper.ping.timeout=300
    wrapper.shutdown.timeout=300
    wrapper.disable_shutdown_hook=TRUE
    wrapper.request_thread_dump_on_failed_jvm_exit=TRUE
    # Wrapper Logging Properties
    # Format of output for the console. (See docs for formats)
    wrapper.console.format=PM
    # Log Level for console output. (See docs for log levels)
    wrapper.console.loglevel=INFO
    # Log file to use for wrapper output logging.
    wrapper.logfile=%JBOSS_LOG%/server.log
    # Format of output for the log file. (See docs for formats)
    wrapper.logfile.format=LPTM
    # Log Level for log file output. (See docs for log levels)
    wrapper.logfile.loglevel=NONE
    # Maximum size that the log file will be allowed to grow to before
    # the log is rolled. Size is specified in bytes. The default value
    # of 0, disables log rolling. May abbreviate with the 'k' (kb) or
    # 'm' (mb) suffix. For example: 10m = 10 megabytes.
    wrapper.logfile.maxsize=0
    # Maximum number of rolled log files which will be allowed before old
    # files are deleted. The default value of 0 implies no limit.
    wrapper.logfile.maxfiles=0
    # Log Level for sys/event log output. (See docs for log levels)
    wrapper.syslog.loglevel=NONE
    # Wrapper NT Service Properties
    # WARNING - Do not modify any of these properties when an application
    # using this configuration file has been installed as a service.
    # Please uninstall the service before modifying this section. The
    # service can then be reinstalled.
    # Name of the service
    [email protected]@
    # Display name of the service
    [email protected]@
    # Description of the service
    [email protected]@
    # Service dependencies. Add dependencies as needed starting from 1
    wrapper.ntservice.dependency.1=
    # Mode in which the service is installed. AUTO_START or DEMAND_START
    wrapper.ntservice.starttype=AUTO_START
    # Allow the service to interact with the desktop.
    wrapper.ntservice.interactive=false
    Thanks & Regards,
    Mark

    Hello Kumar,
    The following should be the recommended parameters for your case. Always take a backup of initSID.ora and spfileSID.ora file before making the changes.
    fixcontrol Bug fix control parameter
    *._fix_control='5705630:ON','5765456:3','6221403:ON','6329318:ON','6399597:ON','6430500:ON','6440977:ON','6626018:ON','6670551:ON','6972291:ON','7325597:ON','7692248:ON','7891471:ON'
    max_dump_file_size = 20000
    optimizer_index_caching Adjust the usage of nested loops 0
    optimizer_index_caching (do not set)
    optimizer_index_cost_adj Percentage of the calculated index costs 100
    optimizer_index_cost_adj = 20
    parallel_max_servers=20
    parallel_threads_per_cpu = 1
    shared_pool_reserved_size
    CPUs   Shared_Pool_Size  
       4              500M                
       6                1G                   
      10                1G                
      32                2G                
      64                2G                
    128                3G      
    Resize db_cache depending on your needs. For your case, I would recommend at least 2GB of RAM for db_cache
    pushjoin_union_view
    pushjoin_union_view = false
    Set this as true if 6917874 fix is implemented.
    In addition Oracle processes should be calculated as follows
    Oracle Processes =
    { ABAP WP X 2  +
    J2ee Server Processes*MaxConnection  + Parallel_Max_Servers   + 40 }
    Hope I am clear.
    Thanks,
    Venkatesh Pydi.

  • HT1677 When I am searching and enter what I am looking for all of my old emails are popping up. Is there a reason for this and way to remove it?

    While searching with safari when I am typing in what I am searching for all of my old emails pop in that are related to the subject. Is there a reason for this and or way to rid the search of this?

    Sometimes you want to just to search something that specific. Like if I am searching "ebay" I want the address and site for ebay to appear not everyone of my previous emails reguarding Ebay or searches in regards to ebay and this is all that pops up.

  • Decode function not called for a custom component

    I know this problem happened in the past - in the EA2, EA4 and I believe the beta version as well, but does anyone know if it has been solved for the release ?
    In short - I'm working with the release, created a menuBar component and the decode method in the renderer is not called after I submit the page. In the past, there were rumors that this happened due to relative paths in the JSP (for js files, images, etc.).
    Does anyone else have this problem ? or better , know how to solve it ?
    Thanx,
    Netta.

    It's not that simple - The component is getting rendered, all the encode methods are called and the decode is called also , but only the first time the form is submitted.
    I added this custom component to the guessNumber application, and I have a menuBar in the greeting.jsp that leads to the response.jsp and vice versa. it looks like this in the greeting.jsp page -
    <!-- Start Menu -->
    <t:MenuBar id="bar1" styleClass="myClass" >
    <t:Menu id="menu1" name="menu1">
    <t:Menu id="menu2" name="menu2">
    <t:MenuItem id="item2_1" name="item2_1" action="/mytest/guess/response.jsp"/>
    <t:MenuItem id="item2_2" name="item2_2" action="http://www.msn.com"/>
    <t:Menu id="menu3" name="menu3">
    <t:MenuItem id="item3_1" name="item3_1x" action="http://www.msn.com"/>
    </t:Menu>
    </t:Menu>
    </t:Menu>
    <t:MenuItem id="item3" name="item3" action="http://www.cnn.com"/>
    </t:MenuBar>
    <!-- End Menu -->
    In the response it looks like this -
    <!-- Start Menu -->
    <t:MenuBar id="bar2" styleClass="myClass" >
    <t:MenuItem id="item3" name="item3" action="/mytest/guess/greeting.jsp"/>
    </t:MenuBar>
    <!-- End Menu -->
    and every time a menuItem is clicked on, the JS calls submit form.
    Since the menus are rendered, I assume there's nothing wrong with the rendererType and any other renderer problem. Since the decode is called only once, I assume the right form is being submitted.
    So, what can cause it to stop calling the decode ???
    Could it be that becase I go directly to the page and not through the navigation rules ( I call window.open directly from the JS), it creates a problem ??
    Please help, I've been wasting so much time on this !
    Netta.

  • What number to call for iTunes match refund?

    i want to know the number to call to get a full refund for itunes match. i bought it two days ago but have yet to get it to work. i have tried everything but it wont work. i don't want to fix it i just want a refund. thank you

    Depending on which country you live in will depend on the numbers but this is a link for all the contact details for Apple in the UK
    http://www.apple.com/uk/contact/
    You should get a response within 24hours via email for iTunes account issues.
    http://www.apple.com/uk/support/itunes/

Maybe you are looking for

  • Right-Command Key doesn't work

    Well, on my PowerBook G4, there are 2 command-keys (I'm sure that's common). My right command key doesn't work what-so-ever. I tried using the keyboard viewer and it doesn't turn gray either. Funny thing, but when I press the LEFT one, both cmd keys

  • Powershell to export all vm's on the vcenter with snapshot created.

    Hi, I have Commvault backup server taking snapshots of 100's of production server and backup server leaving some of the server snapshot unconsolidated after taking a back, So my question or requirement is I need to pull all server with their snapshot

  • Java blocking dequeue

    I am writing an application that is to read messages from a queue. The application is implemented in java using the oracle.AQ packages. In my application I have a number of background threads that reads from a queue. A thread will issue a call to deq

  • Distributed cache during solution deployment

    Hi, We are using MySite newsfeed. What is the best practice during deployment of solution the distributed cache is not affected. Last time when we did IIS reset the feed was lost and we have to use repopulated job to pull the data.Is there any beetr

  • Please help me with this "2012 R2" PS Script

    Please be kind to help me with this Script. Thank you..... Import-Csv C:\Scripts\NewADUsers.csv | foreach-object { $userprinicpalname = $_.SamAccountName + "@{loona}.com"; New-ADUser -SamAccountName $_.SamAccountName -UserPrincipalName $userprinicpal