Key-ENTER

Dear all,
I have a question on Key-ENTER event.
If I want to fire a function after user enters some text on Text Item and Press the "ENTER/RETURN" key, which trigger event that I should put the code in?
Dummy

You should write your code in the Key-enter trigger. It would also help if you write the following code in the key-next-item trigger of the item:
do_key('ENTER');
null

Similar Messages

  • I had windows 8.1 but want to go back to windows 8 with clean install"the product key entered does not match any of the windows image available"

    I had windows 8.1 and wanted to revert to windows 8 so i by mistake formatted the c:/ drive containing os and now when i try to install windows 8 i get the error "The product key entered..."
    And i dont even have recovery image in my pc. I am using a dell laptop and i have windows 8 dvd given by dell which reads" windows 8 recovery media for windows product"
    Please guide me asap.

    OEM keys are embedded on hardware, you might not need to enter the key in your case. I would suggest you to call Dell support here. 
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • How to make 'Key-Enter' trigger (when clicked on enter key)work like 'F8' key?

    Hi . I have another question to be asked.
    Oracle Forms 6i.
    I have a form in which DEFAULT&SMARTBAR is the menu and there are no push buttons.
    In the form, there is a 'field' named as 'ID No'. After entering 'ID No' in the field and click on 'Execute Query' button from the 'DEFAULT&SMARTBAR' menu, all the details of that respective 'ID No' gets displayed in all the other fields. Even if i press 'F8' all the fields gets displayed with the values.
    But i have a requirement, i.e. after entering 'ID No' and click 'Enter' key , i want all the values to be displayed.
    So i created a 'Key-Enter' trigger with the following code:
    BEGIN
      EXECUTE_QUERY;
    END;
    But after entering 'ID No' and click 'Enter' key, the values are not getting displayed.
    What can i do to make this happen?
    Thank You.

    It depends how your form is created. If your ID item is part of the base table block, you can do this.
    On your ID item, create a KEY-NEXT-ITEM trigger:
    if :system.mode = 'ENTER-QUERY' then
        execute_query;
    else
        next_item;
    end if;
    Now
    - User clicks on enter query (via smart bar icon or F7).
    - User enters ID and clicks <enter> key to execute the query.

  • Differentiate between shortcut keys Alpha (keyboard) Enter and Number Pad (10 key) Enter

    I need to be able to differentiate between the Keyboard enter and the 10 key enter (see image below) using a shortcut key in Captivate and/or Flash. These keys are used for two different reasons in the application that I am creating a simulation for.  Using ENTER allows the learner to use either key to continue with the simulation. I would like to force use of each of these keys differently.

    Hi Rastapote, and welcome to the HP Support Forums!
    I understand that you are having a problem with the numeric keypad on your HP Compaq 6830s Notebook PC. This is a business Notebook and you would get the best answer to your question on the HP Enterprise Business Community forum as they deal with the Business products.
    I hope this information helps.
    Have a great day!
    I worked on behalf of HP.

  • Return Key doesn4t make my defined KEY-ENTER trigger to fire.

    I4ve found that the trigger that fires when I press Return is KEY-NEXT-ITEM,but this doesn4t resolve my problem,because the tab key also fires this trigger.
    I want to navigate within textitems with the tab key and that when I press return key make an action on the values entered in the items.
    mila, PJR

    You have to perform key mapping to get the Key-Enter trigger to work.
    Open your forms90\fmrweb.res file in a text editor. Find the line:
    10 : 0 : "Return" : 27 : "Return"
    Change it to:
    10 : 0 : "Return" : 75 : "Return"
    Save the file and run the form again. The key-enter trigger should then fire when you press the Return key, but not when you press the Tab key.

  • Key-enter trigger not firing

    hi friends,
    i have a trigger on key enter, but it is not firing when i press the enter key,
    why it is not working. i want the trigger to be fired only if the user press Enter key
    thanks
    Kris

    Hi Kris,
    I would suggest you try searching this forum for "KEY-ENTER". You shall be able to find out why it does not fire
    regards,
    teo

  • AS 3 Convert button event to key enter event

    I'm learning how to use regular expressions in ActionScript
    3, and can get an input to be tested by regular expressions, and an
    answer delivered, if a button is clicked after text is entered.
    But darn if I can figure how to code it so they just click
    the enter key after typing what they like. In the following code
    punk is a button, and there are two text fields, buzzo the input,
    and tester the answer to the input. The array questo contains the
    regular expressions, the array anso contains the responses.
    I need code to replace the bottom line with a line that
    relates to key enter being typed. Thanks for any ideas.
    Sally

    This will work if the code is on the timeline:
    var quest0:RegExp = /i was/i
    var quest1:RegExp =/\bbud(dy)?|mate/i
    var quest2:RegExp =/how old|\bage\b/i
    for(i=0;i<3;i++){
    questo.push(this["quest"+i])
    trace(questo[1])
    Another method might be to add your RegExp objects to a
    Object, and then
    iterate the Object's properties and add the RegExp objects to
    your array:
    import flash.utils.getQualifiedClassName;
    var RegExpContainer:Object = new Object();
    RegExpContainer.quest0:RegExp = /i was/i;
    RegExpContainer.quest1:RegExp =/\bbud(dy)?|mate/i;
    RegExpContainer.quest2:RegExp =/how old|\bage\b/i;
    for(var p in RegExpContainer){
    var o = RegExpContainer[p];
    if (getQualifiedClassName(o) == "RegExp"){
    questo.push(o);

  • How to detect the key enter with a numerical control without using loop event?

    I want to accept a numerical value only when the key enter is pressed, but without using the event. How to detect the char "enter" with a numerical control?
    Thanks!

    When the user edits a numeric control with a keyboard, its property "key focus" is true. When the user hits enter, key focus becomes false. Poll the property to latch the control valuse at the true-false transition. That won't work if the user modify the control using up and down arrows.
    LabVIEW, C'est LabVIEW

  • The product key entered does not match any of the Windows images available for installation. Enter a different product key.

    how do you manage to install windows 7 when the message on the screen is "The product key entered does not match any of the Windows images available for installation. Enter a different product key. "

    That's a really helpful answer and not smug at all, thanks Carey.
    I just downloaded a DVD image from my university's MSDN Academic Alliance program, named "Microsoft
    Windows 7 with Service Pack 1 Debug/Checked Build 64-bit (English)", which I wanted to use to install over an existing 32-bit version. I thought the install screen was giving this weird unskippable error described in the OP before I even entered
    a key because the 32-bit key I had used on the HDD was somehow interpreted to be used in an upgrade, but no. Even after I wiped the hard drive, this error persisted.
    Guess I'll go Google some more on how to install my legit copy of Windows, because this self-serving shit sure isn't helping.
    edit: IF YOU GOOGLED THIS AND ARE STILL LOOKING FOR YOUR ANSWER, CHECK HERE:
    http://answers.microsoft.com/en-us/windows/forum/windows_8-windows_install/the-product-key-entered-does-not-match-any-of-the/47e6f575-5792-404b-9b7f-2065bdb91011

  • I have a problem with the keyboar.when i push the key enter it doens't work

    i have a problem with the keyboar.when i push the key enter it doens't work

    Final Cut Express was discontinued about 18 months ago, before the release of Lion (10.7).  It is no longer a supported product and was never supported on Lion, nor on Mountain Lion.
    While some FCE users have had success running FCE on Lion, many have reported problems including problems with chroma keying.   I do not recall any solution to the chroma keying problem, but you might try searching this Forum to see what others have discovered or tried.
    Final Cut Pro X is the app supported on Lion & Mountain Lion, and the future direction Apple has taken.  Since your computer lab has already moved to Lion (10.7.5) and presumably will move to Mountain Lion in the future, you should begin the process of moving to Final Cut Pro X.  I appreciate there are implications for cost, training, inconvenience and re-doing lesson plans.  But technology moves on and at some point we need to move with it too.

  • Show_lov in key-enter HOW

    Im using forms6i. I have a text field TXTF1.
    Now what I want is when I press enter on TXTF1 the lov named LOV1 should open. I have written the following code in KEY-ENTER on TXTF1 but it is not working.
    declare
         dummy boolean;
    begin
         dummy:= show_lov('LOV1',15,15);
    end;
    What should I do?

    or key-next-item trigger on your field if you want the trigger firing when you press return from within it.

  • Key-enter trigger

    dear all
    i want when user press enter key then exit from the form and if
    press tab then do some other operation
    wiating for quick reply

    dear you
    I had to do that before. What I did was use the KEY-NEXT-ITEM
    for whatever you want to do with the tab key and put a push-
    button EXIT and on this button change its property "Default
    Button" to Yes. This property makes that the code you put on
    WHEN-BUTTON-PRESSED trigger of this button will fire when you
    press enter. For the same block it can only be one button with
    this property to yes.
    I hope this helps

  • QuickTime Pro key entered, can't access QuickTime Pro.

    I entered my key as instructed. I even went to QuickTime and downloaded/installed QuickTime Player to see if that was a problem. AS far as I can tell I still only have access to QuickTime Player and don't have access to QuicikTime Pro.
    I read a post from April regarding this problem and it really didn't help too much as it ended up resolving a post about audio files. I am trying to import Video_TS files from Mini-DVD, (via LaCie firewire CD/DVD reader/writer) created on my Sony DVD-R/RW camera.
    Then I want to copy them to DVD, with Toast 7 Titanium and load them into iMovie to edit. Right now I'm stuck at the beginning; unable to import to the files, and I thought QuickTime Pro was supposed to do this. But I can't even find out because I don't know how to access QuickTime Pro or even if it is available to me.

    First, the QT Pro key is a separate purchase from Apple at a cost of $30US. The mpeg2playbackcomponent is an additional $20. However, the playbackcomponent cannot read Transport Stream versions of mpeg2, which is what the TS files you mention are. To do that you can download this freeware. It also will allow export of both sound and video from Muxed mpeg files (mpeg-1 and mpeg-2) which the playback component by itself will not do.
    Mpeg StreamClip

  • Random keys entering themselves

    My xperia x10 mini pro is starting to mess about. I'm trying to type and then it keeps on entering random keys ie: l ) - ' and keeps on entering them whilst I'm trying to type. Is there a way of sorting it out?
    Solved!
    Go to Solution.

    Backup again
    Update/Repair your phone via PCC OR SUS
    PCC (PC COMPANION) – Repair your software with this .First do the setup without connecting your mobile to pc.(only connect when you are asked to).
    Do it as follow >> PCC > SUPPORT ZONE> SOFTWARE UPDATE> REPAIR SOFTWARE (written with blue)  
    PC Companion http://www.sonymobile.com/global-en/tools/pc-companion/
    SUS ( Sony Update Service)  ... download and install it on pc and follow the on-screen instructions http://www-support-downloads.sonymobile.com/Software%20Downloads/Update_Service_Setup-2.11.12.5.exe
                      or
    http://www.sonymobile.com/global-en/tools/update-service/
    both the links are same
    Discussion guidelines.
    Message me or any other moderator to seek help regarding moderation.

  • The serial key entered says it's Invalid

    Hi,
    Though we have installed the trial version of the Lighroom software,but the activation requited the serial key. Error :License key is invalid
    Kindly suggest what can be done as the Technical support is unavailable because of Sunday
    Thanks and Regards

    Was the trial the standalone version or a Creative Cloud one?
    What is your OS?@

Maybe you are looking for

  • Import issue from 10g to 11g

    Hi All, I have dump file from 10g having 1 table only, with blob column. I am trying to import it in a different user with different tablespace by keeping IGNORE=Y and i have created that table also having blob column but it gives following error: im

  • My Flash Player is "out-of-process." How can I fix this.

    Good Morning, I have the latest version of Flash Player and am running it in Google Chrome. Have been trying to play Facebook games but they do not function properly. I have tried several times to delete the data but this does not help. However when

  • How can I install my selphy photo printer CP780 on a new MacBook Pro with operating system 10.8

    Is it possible to install my selphy photo printer CP780 on a new MacBook Pro with operating system 10.8?

  • How to call a method defined in AM when I select any value in LOV

    Lets say there is a LOV. The scenario is as soon as I select any value in LOV, a method needs to be called which I have written in the AM. And the output of the method is displayed in a output text box. I am not able to understand how to call a metho

  • Videos playing in FF under Leopard

    Ok I have an odd problem with leopard front row, some times when playing videos they play in fast forward but just the video, the audio plays at normal speed. If i stop the video and play it again from the beginning it plays normally, sometimes it ta