When I hit the enter key

I want some fields be populated. For instance When I enter the car's number, it the textboxes related to car such as brand-model etc should come,if of course has been entered in advance..How this can be done?
Thanks.

hi Deniz,
    follow the logic ....
     IN PAI of screen
    select the required values from the ztable according to the car's number ,
   and keep it in a work area .
    IN PBO ....
      pass the values of the work area to the needed fields .
   this will definately work when you hit enter ..do not forget to specify enter in your GUI-status and handle the code as well in the PBO .
Do not forget to reward points if helpful ..!
Regards,
Ranjita

Similar Messages

  • I can no longer use the address bar to change websites. I can block text with the mouse and input a new URL but when I hit the enter key or left click on the right arrow it has no effect and the page does not change.

    Also Ctrl+Enter no longer adds www+.com to words entered in the address bar. I can use bookmarks to change to other web sites or my password manager. Re-booting my laptop makes no difference. Please help.

    Hey CaptRobyn,
    Have you tried starting Firefox in Safe Mode? Hold down "shift" while Firefox is starting up. It might be related to an extension. Then you should read [[Troubleshooting extensions and themes]].
    Hopefully this helps!

  • Since I updated my iPad 2 to OS 8, when I hit the home key, I get a "sign in to iCloud" message. When I enter my password, it doesn't take it but Settings shows I'm signed in to iCloud.....not sure why

    since I updated my iPad 2 to OS 8, when I hit the home key, I get the message "sign in to iCloud". I enter my password but it doesn't take it. When I go into settings, it sows iCloud is on. Nor'easters sure how to stop this

    Try signing out and signing back into iCloud. This worked for me.

  • Hitting the "Enter" Key

    Hi,
    I have a bsp page with few text fields and a submit button. When i use the mouse to click on the submit button its ok but when i use the enter key the page will just refresh and all data that is entered will disappear. I tried using onFocus and still its not working. But when i use the same onfocus statement in normal HTML page the onfocus works but when i have that exact code in BSP it wont work.
    Any advice would be greatly appreciated.
    i tried the search but most of them are HTMLB and i am just using simple HTML and java script combination to attain what is needed
    thanks!

    what i would like to happen is after entering the employee number and the user hits the enter key it will submit the form as if the "Submit" button was clicked.
    when i click on submit button it works fine, if u just hit the enter key the page will just refresh.
    I went to debug mode and when i hit enter, oninputprocessing is not called at all
    Here is the HTML
    form name=mainform method="POST" onsubmit="return CheckInput(this)
    Employee Number (8 digits):
    input type=text    name="EMPNO"  onKeyPress="checkEnter(event)"
    input type=submit name="onInputProcessing(Display_User)" value="Submit"     
    Here is the oninputprocessing
    CASE event_id.
      WHEN 'Display_User'.
          request_info-actnreq = 'N'.
          request_info-empid = empno.
          application->setrequest( EXPORTING request_info_t = request_info
                         runtime = runtime
                       IMPORTING
                         return = return ).
          IF return-type = 'S'.
            navigation->goto_page( 'DisplayUser.htm' ).
          ENDIF.
      WHEN 'Cancel'.
    DATA: v_url1 type string value 'http://...',
       v_url2 type string value '..../'.
    data: v_url type string.
       concatenate v_url1 v_url2 into v_url.
        navigation->goto_page( v_url ).
      WHEN OTHERS.
            request_info-actnreq = 'N'.
          request_info-empid = empno.
          application->setrequest( EXPORTING request_info_t = request_info
                         runtime = runtime
                       IMPORTING
                         return = return ).
          IF return-type = 'S'.
            navigation->goto_page( 'DisplayUser.htm' ).
          ENDIF.
    ENDCASE.
    thanks!
    Ryan
    Message was edited by:
            Ryan Luna
    Message was edited by:
            Ryan Luna
    Message was edited by:
            Ryan Luna
    Message was edited by:
            Ryan Luna
    Message was edited by:
            Ryan Luna
    Message was edited by:
            Ryan Luna

  • Mail sends when I hit the return key

    For some reason as I'm typing an email,when I hit the return key, not everytime, Mail will send my email out. An unfinished, sometimes embarrasing email. I don't know how this started, but it is quite frustrating. Is there any fix to this?
    I'm using OS 10.9.1
    Thanks!

    This has happened to me ever since upgraded from 10.6.  When I was in the Apple store in November 2013 they said it was a known bug, obvioulsy they have not fixed it.  I'm running 10.8.5

  • Everytime I go to full-screen mode the photo I am working on is on one space while the filmstrip is on another. Also there is no way to get to the menu on top as it is hidden. When I hit the f key everything goes to black and I have to quite the program.

    Everytime I go to full-screen mode the photo I am working on is on one space while the filmstrip is on another. Also there is no way to get to the menu on top as it is hidden. When I hit the f key everything goes to black and I have to quite the program. This is the first time I have any problems with Aperture.
    I run aperture 3 on OS X 10.7 iMac 27" 2.8GHz i7 16GB.
    Thanks for any help.

    You have to change the cursor focus.
    What I usually do for PDF pages/tabs, is click in the URL/location bar, then F11.<br />
    For Flash, if you click on the page outside of the video area/box, F11 should work.

  • I have a MacBook Pro 15" 2007 which sometimes goes berserk writing the letter 'h', and makes a fast tapping sound when not in a doc. It stops when I hit the delete key. Also can't use the letter 'h' in a word processor.

    I have a MacBook Pro 15" 2007 which sometimes goes berserk writing the letter 'h' in a word processor. It stops when I hit the delete key for a while. Also can't use the letter 'h' in a word processor. The computer makes a fast tapping sound when not in a doc, in any application or in the finder or when a application is running. Sometimes when this is happening I cannot control the cursor. I have to hit the 'delete' key to proceed. Does anyone know anything of this?

    You are still under warranty.  Call Apple Care. Make sure you get a case number as all repairs have an additional 90 days of warranty. 
    #1 - You have 14 days from the date of purchase to return your computer with no questions asked.
    #2 - You have 90 days of FREE phone tech support.
    #3 - You have the standard one year Apple warranty.
    #4 - If you've purchased an AppleCare Protection Plan, your warranty last for 3 years.   You can obtain AppleCare anytime up to the first year of the purchase of your computer.
    Take FULL advantage of your warranty.  Posting on a message board should be done as a last resort and if you are out of warranty or Apple Care has expired.

  • How to prevent numericstepper from setting the value to the defined Maximum when a number greater than maximum is entered in by keyboard and user hits the "Enter" key.

    I need to set the Maximum so that the use can use the mouse to change the value of numericstepper (and not go over a certain number), but at the same time I have to allow the user to enter their value by typing in the text field. When the user enters a number greater than the Maximum, I disable the "Ok" button of the dialog and show a red warning(error message). The issue is that the user can hit "Enter" and numeric stepper would set the value to the Maximum and the dialog box would close and the rest of code would run. I want the numericstepper not to change the value and keep showing the warning even if the user hits the "Enter".
    Note: Setting maxChar does not help since my maximum is 1000, and user might enter 5555
    I would appreciate the help.

    Thanks for trying to help, But
    The issue is that if I set the maximum value of stepper 1 greater than the max value that I want, then the user can select an invalid value(of myMax + 1) when he clicks on the UP arrow of the numeric stepper(which is not acceptable for what I am working on).
    I need to preserve the users invalid number, while not letting the user to select an invalid number by clicking UP key.
    I noticed that when the user enters a number greater than the Maximum, and then click on the down arrow, it would set the value to 1 less than the maximum. This is not acceptable either.

  • I have Windows 7 and Firefox 3.6.1, when I am typing text such as email when I hit the shift key and certain letters it activates the shortcut keys and is very annoying how do I get this to stop?

    This has happened multiple times. While typing email and also in forums. This is a new computer with Windows 7 so not sure if problem is something in Windows or with Firefox. Sometimes when I hit Shift and t a new tab will open, or shift and w will cause a pop up to come asking if I want to navigate away from this window. I have had other things pop up as well but not sure what they were or what keys I hit that caused them to show up. It tends to happen as I am typing faster. But when this happens, such as the shift t thing, I will close the tab and go back to what I was typing. Watching carefully that i am not hitting the ctrl key I hit shift t and the new tab will pop up again. The only way to get this to stop is to hit the esc key then I am able to to type fine again until it starts again. Once I was typing and my entire text highlighted and disappeared and I lost everything, so yes it can be extremely annoying. Hopefully someone can help me to solve this problem.

    Yes, I have rebooted the computer several times. Logged off for the night and login this morning.
    It still is happening.
    It happens when I type a message in yahoo; when I login to yahoo, both trading platforms and several other applications.
    After a while it stops - don't know if there is a key I strike that deactivates what every it is that is making the the keys perform the shortcut function. Sometimes by hitting ESC more than 4 times but less than 10 seems to stop it (or so it appears as the next time I type a msg in Yahoo mail the keys don't activate the toolbar "edit" function. Sometimes striking the backspace key over and over again when there is nothing to delete appears to stop it from happening.
    Anymore suggestions? Greatly appreciated. Tired of retyping 3 or more times. Have gotten to the point where I type in word or notepad and paste my username and password into the appropriate areas or into the message area.
    Will capture image next time.

  • Sound toggles on and off when I hit the "0" key on a 2010 Mac Mini.

    Whenever I hit the zero key on an Apple keyboard using a 2010 Mac Mini, the sound toggles on and off.  It does not happen when I use the keyboard with a 2012 Macbook Pro.  There can be times when the sound toggles when I am not even typing. I upgraded to Mountasin  Lion, but this did not resoilbve the issue.  I have disabled remote control.
    Thanks to all for your help.

    Hi John,
    That's often a sign of a bsad Capacitor in the Power Supply, but...
    Might be time to replace the PRAM Battery, 4 years is close to their lifespan, far less if ever without AC power, & can cause strange startup problems...
    http://eshop.macsales.com/item/Newer%20Technology/BAA36VPRAM/ 

  • When I hit the escape key to close out the open file dialog box, firefox hangs or crashes.

    When I open the "open file" dialog box using the ctrl+O and then hit the escape key to exit the box, I get an error message which I'm not able to paste here.
    it says something about a runtime problem and if I try the same thing again to reproduce the problem, it will sometimes just hang and windows vista will tell me the program is not responding.
    I've checked to see if there are any crash IDs but none were found for this time frame.
    I have even disabled all add ons.
    I'm currently using vista 64 bit edition and Firefox 6, beta edition.

    Hi,
    Please also try right-clicking on the link corresponding to the language version and '''Save Target As''' to save the Firefox installer. If the problem persists, posting [http://answers.microsoft.com/ here] would also be helpful.
    [https://www.mozilla.org/en-US/firefox/all.html Firefox Latest]

  • In Safari, composing an E-mail message, when I click on "I" for italics, then unclick "I" to return to the regular type face, it reverts to italic mode when I hit the "return" key.

    In Safari, composing an E-mail message, when I click on "I" for italics, use italics for a word, then unclick "I" to return to the regular type face, it reverts to italics after I hit the "return" key to begin a new paragraph.  How can I avoid that unwanted reverting to italics?

    Hi ...
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following:
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.

  • Thunderbird automatically syncs unsubscribed Gmail All Mail when you hit the "a" key

    I do not sync Gmail All Mail as it is simply a duplicate of all my other folders.
    However, if you accidently hit the "a" on the keyboard whilst in the folder view, Thunderbird automatically opens the Gmail All Mail folder and starts downloading/syncing the folder. Mine is around 20Gb so rather annoying.
    I have to close TB, open it then quickly, unsubscribe to the Gmail All Mail folder, then close, delete the msf file and then I can go back into TB for it to work normally.
    Is there a solution to this? How can I stop the "a" key from opening an unsubscribed folder?
    Thanks for the help
    Paul

    You are archiving when you press 'a', and in gmail this is interpreted as moving it to All Mail.
    I'd suggest you look at the KeyConfig add-on, which lets you specify (and disable!) keyboard short-cuts.
    http://kb.mozillazine.org/Keyconfig_extension:_Thunderbird

  • IPhone restarts when I hit the "S" key

    I'm not sure if this is the proper forum for this, but I don't see any place other than this forum and "Installing and Using iPhone Applications" to put this question, so here goes.
    I have an iPhone 3G which is working fine except for one problem. Every now and then when I try to start an app that doesn't display its icon and begins with "S", my phone crashes and automatically reboots/restarts. It takes about 5 minutes to complete the restart this way, whereas it takes about 2 - 3 minutes on a normal startup.
    This only started happening recently, and it doesn't happen every time. I've removed all the apps beginning with "S" that don't display their icons on the main menu screens and which I downloaded after this problem started occurring. It's still happening but not as often.
    I've been able to find alternate keywords for all but one of my apps that don't display their icons and begin with "S", so I can work around the problem. But I'd like to get this resolved if possible. I'll probably have to bring the phone into an Apple store but I was wondering if this rings a bell with anyone here.

    Hey, anything's possible. But like I said, I've found workarounds for all but one app. And if I can't figure it out by this weekend I'll take it to the local Apple store and see if they can figure it out.

  • Using Firefox 4, my net emails are sometimes sent without my hitting the send key, before I am finished typing.

    Using Firefox 4, my net emails are sometimes sent without my hitting the send key, before I am finished typing. I appear that they send when I hit the "enter" key for a new paragraph. I want to have them send only when I hit the "Send" key.

    Firefox doesn't do email, it's a web browser.
    If you are using Firefox to access your mail, you are using "web-mail". You need to seek support from your service provider or a forum for that service.
    If your problem is with Mozilla Thunderbird, see this forum for support.
    [http://www.mozillamessaging.com/en-US/support/] <br />
    or this one <br />
    [http://forums.mozillazine.org/viewforum.php?f=39]

Maybe you are looking for

  • Cifs - need to connect to share server (can see folders but can't see files)

    This is driving me nuts... CASE ONE: before the upgrade, i could view folders and files on the shareserver (at a company). but after the upgrade, things went downhill... we can no longer use "smb://ServerName" so we are forced to use "cifs://ServerNa

  • Basic questions-2 of them

    have duo processor w/windows xp--which is the default hardrive. since the computer automatically starts w/windows xp, what keys am i supposed to push to bring us the screen where I can select to go to mac--i know I am supposed to hold them down befor

  • Convert CET to GMT

    Hi Gurus, I have a requirement where in I need to convert the input Date & Time in CET format to Date & Time in GMT format in the output. Could you please provide me with any ideas on how to meet this requirement. Regards, Swathi

  • Numbers 3.1 "Couldn't auto-save document"

    I have a very basic smallish spreadsheet with no forumlas, formating, etc and it won't save after the initial save.  When I attempt to save I get this: "Couldn't auto-save document".  I checked the file in Finder and it wasn't modified. I won't save

  • T420 (4236) - Lenovo Update Retreiver is missing the Intel Wireless Driver Package

    Hi, I'm using Lenovo Update Retreiver with ThinInstaller. We got our new model T420 and got everything except the driver for Intel Wireless Driver. The new version Power Manager 3.62 is also fail. Missing information and won't install. Could you plea