How to tab back to the previous item in sql form 3.0?

Dear all,
Which key combination is for doing this?
Rgds,
Edward

Oraterm defines the keys for specific functions, e.g. F7 = Enter Query, F8 = Execute Query. Oracle has a standard list, but most applications redefine the keys.
In Help -> Show Keys look for Previous Item to see which key to use (maybe Ctl-Tab or Shift-Tab).
In Forms 3, if I remember correctly, Show Keys is Ctrl-K by default.

Similar Messages

  • Anyone know how to revert back to the previous iTune?

    anyone knows how to go back to the previous iTunes?

    =Downgrading from iTunes 11 to iTunes 10.7=
    You may be able to go back with Time Machine but this may involve restoring other items too (https://discussions.apple.com/message/20441404).  Alternatively:
    Back up your computer first, in case the unexpected happens.
    Quit iTunes.
    Get iTunes 10.7 from http://support.apple.com/kb/DL1576 or the direct download link at:  http://appldnld.apple.com/iTunes10/041-7195.20120912.d3uzQ/iTunes10.7.dmg
    Do a few preparatory steps by making sure all iTunes components are not running and cleaning old files.   See https://discussions.apple.com/message/20475394.  Do steps 3 and 4.  Steps 6-8 may be also useful but I don't know if they are essential.  Some of the other steps are not necessary, duplicate steps listed later in my post or are perhaps even unhelpful in the process.
    Replace the iTunes 11 application with iTunes 10.7.  Simply dragging the application to the trash may not work. Lion (OSX 10.7) and newer systems have iTunes integrated into the operating system and deleting is a bit more involved.  Two ways to do this are:
    1.  Use the shareware Pacifist utility (http://www.charlessoft.com/) to install iTunes 10.7 including all associated system files. Details at http://forums.macrumors.com/showpost.php?p=16400819&postcount=6
    2. Check this reference on how to delete the iTunes application itself:
        Delete iTunes in Mac OS X 10.7 Lion - http://osxdaily.com/2011/09/13/delete-itunes-in-mac-os-x-10-7-lion/
        After deleting the application there may be other files that need downgrading too. See the note about error -42408 at the end of this post. You may want to tuck these away somewhere safe until you have completed the installation of iTunes 10.7.  I have not tested this but ideally if newer versions are not found then the installer will put in the old versions. This may include these files in /System/Library/PrivateFrameworks/ which apparently get updated by iTunes 11:
    AirTrafficHost.framework
    CoreFP.framework
    DeviceLink.framework
    iTunesAccess.framework
    MobileDevice.framework
    After doing one of the two procedures above you will have to rescue the most recent old iTunes library from your iTunes > Previous Libraries folder. Rename it "iTunes Library.itl"  and replace the existing one in the iTunes folder. A newer version of iTunes irreversibly updates your library file so you have to replace it with the old one or you will get an error message. Note, this will revert your library to the version at the time of the upgrade and you will have to update any changes made since.  See:
    https://discussions.apple.com/message/20401436 - turingtest2 11/2012 post on rebuilding empty/corrupt library from previous iTunes library file after upgrade/crash.
    iTunes: How to re-create your iTunes library and playlists - http://support.apple.com/kb/ht1451
    Other issues:
    - https://discussions.apple.com/message/20432309 - solution to mobile devices saying they need to be restored after downgrading
    - If you encounter error -42408:
    iTunes: Advanced iTunes Store troubleshooting - http://support.apple.com/kb/TS3297 > Specific Conditions and Alert Messages: (Mac OS X / Windows) - including specific error codes.
    Alternatively, check https://discussions.apple.com/message/20441424 which requires you have a Time Machine backup (though possibly if you remove the newer version of these files old ones may be installed with the iTunes 10.7 installer - untested).  A  variant of this is at: https://discussions.apple.com/message/20448184
    - Persistent "Show in iTunes Store" arrows after downgrade - https://discussions.apple.com/thread/4567064

  • I downloaded current version of itunes today not knowing I would lose the ability to burn the music I purchased to a cd as well as nano. can anyone tell me how to get back to the previous version or help me to be able to burn my music to a cd as well?

    today i made the mistake of downloading the update for itunes, 12 26 12, not realizing i would lose the choice to also burn my purchased music to a cd as well as the nano. can anyone tell me how to get back my previous version so I may continue to make my cds that I play in my vehicle. are there steps I can take to be able to transfer the purchased music to another exterior drive where I can then burn it to a cd, besides the nano? as my name indicates I am just getting too old to keep up with all these changes..

    https://discussions.apple.com/thread/4572096?start=0&tstart=0
    As for moving you itunes library, just copy the entier iTunes storage folder to the exterior drive.  user/MyDocuments/Music/iTunes

  • How to go back to the previous selection screen window?

    I have a selection screen and I have a button that calls a basic report and displays it on screen 0. The basic report is displaying however when I push the back button the program exits.
    If I use "set screen 0" and if I press back button, the program goes to the code. It does exit.
    If I use "leave to list processing" and if I press back button, the screen is just stuck on that screen 0 forever.
    What I want is to go back to the selection screen window when I press the back button at the top.
    <b>Pls help. Im a newbie. Thanks people. </b>
    at selection-screen.
    case SY-UCOMM.
      when 'BTN1_PUSH'.            " Calls Plain Report
          set screen 0.
          perform plainreport.
      when 'BTNEXIT_PUSH'.
        leave program.
    endcase."

    Hi Jabbar,
    The reason it is exiting the program is because you are using set screen.
    Try the following instead:
    at selection-screen.
    case SY-UCOMM.
      when 'BTN1_PUSH'.            " Calls Plain Report
           call screen 0.
          perform plainreport.
      when 'BTNEXIT_PUSH'.
        leave program.
    endcase."
    Think of the call screen command as a chain that the program follows and exits the previous. When you say set screen you are leaving the history in the program and it will always go back to the last screen it remembers which is why you were stuck in screen 0.

  • How to go back to the previous window?

    Pls help me. I have this selection-screen window (my main window) and it has few buttons. One of the buttons of that main window is going to take you to another window which displays an ALV report. on that ALV report window when I press the back button (located at the top of the screen), it ends the entire program and goes back to my program editor.
    How can I go back to the main window? <b>PLS help.</b> im a newbie. <b>THANKS.</b>

    Hi Jabbar,
    I've got similar issue ..may not be same as your problem..
    I've solved as below..may be useful for you....
    AT USER-COMMAND.
      DATA : varb(10) TYPE c.
      CASE sy-ucomm.
        WHEN 'F3'.
          CALL FUNCTION 'POPUP_TO_DECIDE_INFO'
            EXPORTING
              defaultoption = 'Y'
              textline1     = 'Do you want to exit report ?'
              titel         = 'Exit report confirmation'
            IMPORTING
              answer        = varb.
          IF varb EQ 'J'.
            SUBMIT zreport.  "report name
          ENDIF.
      ENDCASE.

  • I downloaded Firefox 4, but don't like it. I want to go back to the previous edition

    I downloaded Firefox 4, but don't like it. I want to go back to the previous version. I don't like having the bookmarks over on the right after all this time of having them on the left and I don't like the way the cursor won't autosnap to buttons the way they used to. I don't have a question other than how to go back to the previous version.

        No worries, agoetz. You can change your voicemail feature any time you'd like. Just log into My Verizon http://bit.ly/xB4iTc and select Change Features. There's a voicemail section to pick from all the different voicemail options available for your phone.
    JenniferH_VZW
    Follow us on Twitter www.twitter.com/vzwsupport

  • Firefox 6 forces you to log into e-mail again & again, since you can't view an e-mail & simply close that tab.. I want to close the tab, not exit the function I am in. How do I uninstall Firefox 6 & go back to the previous version?

    With Firefox 6, you can't close the tab you are in and remain in the program; opting to close one e-mail means you are forced to exit the (e-mail) program completely and then go back into it...this is ridiculous if you are trying to read all your e-mails...not have this issue. How do I uninstall Firefox 6 & go back to the previous version?

    I am unwilling to attempt navigation away from these sites. The pop-ups that occur on the attempt to leave a site or to close the browser are exit traps offering incentive to stay.
    Once upon a time, when the internet was less dangerous, I would be willing to close the exit pop-ups. Now, after twice being infected with malware trying to close the pop-ups, I now force close whichever browser I am using.
    Recently, I clicked on the red X to close one pop-up, and it installed a trojan that I had to pay to be removed. When I clicked on 'Leave' in another exit pop, it didn't exit and it turned out I was giving permission to run a script file. Now that criminals have learned these exit pop-ups can be used to force a click action, the sites using them have become dangerous.
    If I force the browser to close using Task manager, Please tell me how to stop FireFox from sending me directly back to the same site because it mistakenly believes it crashed when it did not. I forced it to close because I was on a site that had taken control of my browser and was not allowing me to leave the site.
    No other browser sends me back to the potentially dangerous sites. I prefer Firefox, but the new version must have a setting that allows me to get safely away from a problem site?

  • I was adding items with the intent of command z 'ing them back to their original when it crashed, autosaved, and my original numbers were lost to the temp numbers plugged in... how can i get back to the previous version? Because it had closed, command z

    I was adding items with the intent of command z 'ing them back to their original when it crashed, autosaved, and my original numbers were lost to the temp numbers plugged in... how can i get back to the previous version? Because it had closed, command z

    Sorry, this happened in CLOUD numbers....

  • Numbers 3.2 has changed too much, it doesn't work with my project anymore. How do I revert back to the previous version I was using?

    Numbers 3.2 has changed too much, it doesn't work with my project anymore. 1) The sheet panels used to be on the left hand side and easily reviewable and searchable, but now they are on the top and it's harder to find a specific folder without scrolling (too time consuming), 2) I used to be able to duplicate a folder within my sheet panel window by simply clicking on a folder and hitting Command D, but that doesn't work now so it looks like I'll have to spend even more time to recreate the same tables that used to be easily duplicated, and 3) I can't choose fill colors that matched my project anymore because there are only limited choices available now. And these are only the changes that I'm aware of. I am very disappointed and frustrated. Whatever the motivation was to limit Numbers 3.2, I want the previous version back. How do I revert back to the previous version I was using?

    The sheet panels used to be on the left hand side and easily reviewable and searchable, but now they are on the top and it's harder to find a specific folder without scrolling (too time consuming),
    You can scroll more quickly between sheets if you don't use the left-right triangles, but instead move the cursor up into the bands with the "tabs" and drag right or left.
    Also, if you have a lot if sheets for which you want a quick vertical list, then you can try the following have something like this pop up (showing your sheet names automatically) whenever you hit a keyboard shortcut (in my case shift-command-j):
    This is done via a Jump to Sheet Automator Service (Dropbox download).  To install just doubleclick the .workflow package and (if needed) click 'Download Anyway' in System Preferences > Privacy & Security.
    This will cause a new item to appear in your Numbers > Services menu.  Then, if you want a keyboard shortcut, go here in System Preferences and add one:
    You can rename or remove the service by holding down the option key in Finder and choosing Go > Library > Services. You can also view the AppleScript contaned within the service by opening the .workflow package in Automator.
    This particular service jumps to the first cell of the first table of the sheet you choose from an automatically generated list of all sheets in the current document.
    SG

  • I had to manually download the new version of itunes.. via tools, it gave me 4 items to download and i did not download all 4 compenants.  Does anyone know how to get back to the pop up that contains tools so i can redownlaod all of them.

    I lost my old iphone and have a new 5s.. i need to sync to itunes.  i had to donwload manually via tools but i didnt download all four files.  now when i plug my phone into itunes it says there is an error bc i didnt download all the files.  so when i go into itunes now and check for updates it says its up to date.  the problem is with the phone support file i didnt download. 
    Does anyone know how to get back to the pop up that has the music player update and itunes update bc this is the only place i have seen "tools" to be able to manually update all four files....
    ***IF i completely uninstall itunes and reinstall will it still have all my songs, photos, apps etc... bc i need to sync my new phone to get all my stuff back

    this is a follow up from the profane post earlier....
    i have done this twice in two other posts..
    here is my problem.. i started off trying to update itunes, it failed twice and said i needed to install manually via tools.
    the only place to get to tools is the pop up box that appears when you click check for updates.. if there is an available update then the pop up shows up with the quick time and itunes files to download. so i finally figured that out. i clicked on tools and manual update, four files were saved to a file. Apple mobile device support, another one similar, itunes, and another one i cant remember. I only downloaded the itunes file seeing as though thats all i needed to accomplish in the first place.
    so then i restarted my computer bc you need to reboot and then reopen itunes for update to take effect. once i have itunes back open i plugged in my new 5s which i am trying to sync to my computer to get all my stuff back bc i lost my previous phone over the weekend.. once i plugged the phone in an error stating i needed to unistall the apple mobile device support and itunes and then reinstall. well i dont know where those files were originally stored on my computer AND since my itunes was updated, just not the other 3 associated files, when i click check for updates it says its up to date and then pop up containing the quick time and itunes does not pop up thus i cant get back to the tools tab to manually save the 4 files again.
    so i was just going to uninstall itunes all together and then i thought well what happens if it erases all my photos apps songs etc... which would defeat the whole purpose in the first place of me trying to sync my new phone to get all my stuff back.
    so i literally have no idea what to do at this point.. if you have read this you are probably just as confused as me...

  • Since I updated I can't open anything that comes in a pop upwindow i.e. pdf or mail window. How can I solve or go back to the previous version - it worked just fine.

    Since I updated I can't open anything that comes in a pop upwindow i.e. pdf or mail window. How can I solve or go back to the previous version - it worked just fine.

    I am not sure what your problem is, can you give more details.
    One possibility is you may be in full screen mode, for details on fixing that see the [[menu bar is missing]] article.
    If you are missing various toolbar items, see the [[back and forward or other toolbar items are missing]] article.
    If your problem is something else please give more details.

  • I updated vietmobile remote files app. this app is broken on iOS 5.1.1 I do not have a backup of the previous version of the (paid) app, how can I roll back to the previous version? Is there a repository of previous versions? Am I boned?

    I updated vietmobile remote files app. this app is broken on iOS 5.1.1 I do not have a backup of the previous version of the (paid) app, how can I roll back to the previous version? Is there a repository of previous versions? Am I boned?
    Seems silly to not allow a rollback from a file repository of previous app versions.

    >All apps are tied to the account that downloaded it, so to be able to sync back the previous version you would need to still have your copy of that version
    I'm not sure I follow, I have not sync'd the ipad with my computer. I just saw an update in the app store and took it.
    I tried to del and install the app from the purchased tab in the app store, that reinstalled v2.1 of the app. This also fails to launch.
    I have made two service requests to the developer, no response at this time.
    Is there somewhere I can download and install Remote Files version 2 file? I can only find the new version 2.1 in the app store.

  • I downloaded the new version of Firefox and it will not open certain of the addresses that I use to run my business. How can I delete this version and go back to the previous version? thank you

    I would like to revert back to the previous version of Firefox. Please tell me how to do this

    hello and thank you for your suggestion. I have tried it and, when trying to open a program which I previously was able to, still get the following message:
    Remote XUL
    This page uses an unsupported technology that is no longer available by default in Firefox.
    Please contact the website owners to inform them of this problem.
    Seems unbelievable that I previously had no problem and now I do. Have you any suggestions to overcome this? Do you think I can go back further in Firefox history to get a version that will make it possible to access this. Many thanks! Lynn

  • Recently, I updated to Firefox 4.0.1, and the new version disabled several of my programs, including my anti-virus. How can I go back to the previous version of Firefox?

    I want to go back to the previous version of Firefox, because the new version (4.0.1 I think) that I downloaded disabled several of my programs, including my anti-virus program, because they were incompatible with the new version of Firefox. How do I get back to the previous version of Firefox and re-enable the disabled programs?

    * [/questions/777886]
    Some gestures have been removed in Firefox 4.
    You can restore the zoom feature by changing the values of the related prefs on the <b>about:config</b> page.
    browser.gesture.pinch.in -> <b>cmd_fullZoomReduce</b>
    browser.gesture.pinch.in.shift -> <b>cmd_fullZoomReset</b>
    browser.gesture.pinch.out -> <b>cmd_fullZoomEnlarge</b>
    browser.gesture.pinch.out.shift -> <b>cmd_fullZoomReset</b>
    browser.gesture.pinch.latched -> <b>false</b>
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    You can use the Filter bar at to top of the about:config page to locate a pref more easily.

  • I updated to new ios and now it is not syncing properly.  How can i revert back to the previous installed version?

    I updated to new ios and now it is not syncing properly.  New songs are not showing up on the ipod display but when I view the device on my computer, they are in the playlist but there is a dashed circle beside the missing songs.  It previously synced perfectly before the IOS update.  How can i revert back to the previous installed version?

    Downgrading the iOS is not supported by Apple.
    Try:
    Re: What does the gray dotted circle in iTunes mean?
    https://discussions.apple.com/thread/4676111?tstart=0\\
    Dotted circles next to songs, won't sync, red circle with square?

Maybe you are looking for

  • Is there a way to create a video for an ipad app to show users how to use it?

    I want to show end users how to use the Ipad app? Any suggestions/ ideas?!

  • Faxing from MAC to Samsung CLX-3175

    Hi All, I'm a brand new convert to MACs so please be gentle! Have just spent the last few days setting up my new MacBook Pro 13". One issue I have at present is not being able to send a document on my MAC to my multifunction Samsung printer which has

  • Why doesn't iPhoto '11 upload the correct photo to flickr?

    Issue 1: I'm experience a very bizarre behavior in iPhoto '11 where when I try to upload my photos that I have edited using the iPhoto tools (enhancements, levels, effects, etc), it won't upload the edited photo (or the preview version using their te

  • Time Sheet(HCM)

    Hi Experts    My company is using a third party tool for capturing In and Out Timings. My idea is to upload In &  Out Timings using  ESS . Whenever employee swipes the card Emp Id and Intime and Outtime must be captured in ESS using Portal,  then Fro

  • BAPI's for copy batch characterestics  at the time of Goods Recipt save

    Dear members, I am copying the Batch characteristics values of the order(Process order) to new batch at the time of GOODS RECEIPT (GR) in repack process. Can anyone please let me know  there are any BAPI's for copy batch characteristics values to New