Accessing tab page with shortcut keys

How to access different tabs in a tab canvas using shortcut keys?
dipincha

e.g. you use your oracle terminal and define:
KEY-F0 = Ctrl-0
KEY-F1 = Ctrl-1
KEY-F2 = Ctrl-2
After that you can use the forms-trigger KEY-F0 to -F9.
In the trigger you hardcode e.g.
KEY-F1 : go_item (<Item of first tab>)
KEY-F2 : go_item (<Item of second tab>)
That's it
Gerd

Similar Messages

  • In the new Pages 5.0, what is the page break shortcut key. I cannot find the key as indicated on the drop down menu.

    in the new Pages 5.0, what is the page break shortcut key (it used to be the Fn + enter). I cannot find the (new) key as indicated on the drop down menu. Please help.

    Hi Bruce and fruhulda,
    ok, I found the keyboard viewer, it only shows the traditional symbol 'return'.  something like a sideway u-turn continued with the arrow under.  This is the Canadian or US keyboard. 
    btw thanks for your suggestion.

  • How do I get back the "old" new tab page with 9 tiles instead of 8?

    I find the 8/12 tiles (If pressed Ctrl+scrollwheel down) annoying, is there any way the get the classic "new tab" page with 9 tiles back?
    Ps I already tried changing the number of colums (5 to 3) about:config / browser.newtabpage.colums I got 9 tiles but it looks awful

    Thanks for that.
    But how do I get it back as it was..... before they messed it up?
    I don't want smaller text.
    And, as I said in my first post, NewTabTools deletes the Google Search Frame. (which i want)
    I just want my 9 tiles (at least) with the Google search form...'''.as it was'''.

  • How do I install the yahoo toolbar with shortcut keys to firefox 5.0? Says its not supported

    Firefox said it was time to update, so I did, and it gave me firefox 5.0. I had to uninstall a lot of my add-ons as they were not compatible with the new 5.0 version, including my yahoo toolbar with shortcut keys, and my favorite add-on. I have lost all my shortcuts on my yahoo toolbar, and all my favorites. When will these add-ons be updated to work with 5.0 or what can I do to downgrade to 4.0 so my internet/computer will function properly again?

    You can use the [https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/ Compatibility Reporter add-on] to re-enable your other add-ons to see if they work in Firefox 5.

  • Customize Access Requried page with code behind attached to it in sharepoint 2010

    Hi,
    I have modified default AccessDenied page to my custom accessdenied.aspx page and put Request Access button on it and javascript client side redirection to my requestaccess (reqestaccess.aspx, reqestaccess.aspx.cs) application page.
    Here the problem is whenever i try to redirect to custom requesaccess page in _layouts it again shows me accessdenied page since user is not having access.
    I changed requrestaccess to my custom requestaccess through Powershell command (UpdateMapping - 5). I can only modify the UI part of requestaccess.aspx and can not bind code behind where i want user to select combination of what access is required
    on the site, there are lots of controls on requestaccess page e.g. dropdown that fetches data from list\external list and so on.
    I tried many things to attach code behind to requestaccess page e.g. <%@ Page Inherits="codebehind.cs" /> and all.
    Q - How can i redirect user to custom request access page (includes both aspx, aspx.cs) and allow user to interact with custom page? Is there any way OR WORKAROUND to do this in Sharepoint 2010?
    OR
    Can we overide with ElevetedPermissions in UI\CodeBehind and show the application page to user?
    OR
    Can user access application page even though they donot have rights to access site? Anything will do.
    OR
    In short, I need to redirect a user to some .aspx\.aspx.cs page from AccessDenied page, irrespective of user having access or not. 
    I hope question is clear enough to understand the issue. :)
    Regards,
    Rahul

    Hi,
    According to your post, my understanding is that you had an issue about the custom Access Required page.
    Microsoft supported using code behind, but for these pages it seemed some difference.
    However, as a workaround, we can put all the functionality to the aspx page directly.
    http://umbraes-tower.blogspot.com/2011/10/custom-request-access-page-in.html
    More reference:
    http://onlinecoder.blogspot.com/2011/05/how-to-customize-requestaccess.html
    http://oszakiewski.net/eric/customizing-the-access-request-page-in-sharepoint-2010
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Not sure why, but my tab page with the 9 boxes is gone and replaced by some thing that piggy backed off another download. How do I get it back?

    <pre><i>Locking duplicate thread.
    Please continue here: [[/questions/970040]]
    </i></pre>
    The 9 box new tab page got replaced by something called Delta Search when I downloaded an update for something. I've never had this issue before and I don't know how to get Mozilla to bring back my old 9 box tab page.

    You can use the SearchReset extension to reset some preferences to the default values.
    *https://addons.mozilla.org/firefox/addon/searchreset/
    Note that the SearchReset extension only runs once and then uninstalls automatically, so it won't show on the "Firefox > Add-ons" page (about:addons).
    If you do not keep changes after a restart or otherwise have problems with preferences, see:
    *http://kb.mozillazine.org/Preferences_not_saved
    *http://deletemalware.blogspot.com/2013/07/remove-delta-homescom-removal.html
    *http://malwarefixes.com/remove-delta-search-virus/

  • Problem with Restrict Access to Page with access level using ASP

    I'm using Dreamweaver CS3 with ASP-VBScript and an Access
    database. The pages were created from scratch for this project,
    using those tools all the way through.
    I've created a login page, an admin homepage, and add, edit,
    and list records pages for three tables. The login page uses the
    Server Behavior "Log in User", all other pages use the Server
    Behavior "Restrict Access to Page". All of these are based on an
    Access Level.
    Login seems to work correctly, and redirects to the admin
    homepage. From the admin homepage, I can open any other page as
    expected, and they initially display correctly. On the add and edit
    pages, however,
    submitting the form often results in getting logged out, but
    not always.
    Once this happens, I can log back in, but other problems will
    sometimes occur during that second login session. Sometimes,
    logouts will occur on pages that worked fine during the first login
    session. Sometimes, another session variable that I've setup
    manually will change when it shouldn't...as if there were two
    values stored for my session variable, and reloading the page
    changes to the other value.
    This
    post seems closest to my experience, but it doesn't look like
    there was really an answer beyond "I had to fight with it for a bit
    to get it to work":
    I suspected that there is some problem with session settings
    on the server. We have an almost identical tool on the same server
    that was developed with an older version of DW that works more
    reliably; it sometimes has problems with the initial login, but
    never has a problem after that.
    Has anyone experienced problems like this? Any suggestions
    for what to check? I'm really pulling my hair out since it's so
    unreliable...the kind of problem that goes away when you try to
    show someone and comes back when they leave.

    Hello,
    I was thinking that all I would need would be the username, although username and paswsword would be more secure.  There are about 50 users and no groups or levels.  They are all equal ... same level.
    The website is private and there is a general content area for all users and then there will be private areas for each user where proprietary documents will be held.  I need to be able to ensure that user 'A' can only see the user 'A' pages, user 'B' can only see user 'B', etc.
    I don't really understand what the Dreamweaver script is doing, but the overview sounded like it was the right tool to accomplish what I'm trying to do.
    Any assistance greatly appreciated.
    thanks.

  • I loose focus on tab pages with horizontal scroll bar

    Hello
    I am using a form with two tab pages. On the second tab page there is a multirecord block from which the first 5 columns are context (always visible)), the other columns are working with a horizontal scrollbar. When I navigate to another window and come back to the first one, then the context columns are still there, but all the other columns are gone, there is only a big grey space. Any suggestions ? Webforms 10gR1.

    Not sure why that is happening. Are you running the newest JInitiator? What browser are you using?
    Maybe as a workaround, you may have to save the current record before leaving the first form, then when you return to the first form, requery the block and go to the current record. That's assuming, that a requery fixes the problem...

  • Problems with shortcut keys anyone???

    Ever since I installed CS5, I am having a problem that is driving me nuts!!!!!!!
    It happens about 70% of the time, not every time. When using shorcut keys for: save, to access tools, etc, the shortcut doesn't work unless I first click on the active window I am working on. It's almost like when I move the cursor outside of the active window area, it becomes disconnedted from Photoshop and I have to click on the actual photo to reconnect it again!! Totally annoying.  It seems like when the problem happens, which as I stated is more often than not, it happens most often after accessing a dialog box for Levels, Hue/Satuation, etc. It is so annoying and makes my workflow take so much longer. It also happens a lot when I try to use the shortcuts to run actions. The same thing happens, I have to click on the active window first before the shorcut will work.

    I'd look at what else is running; specifically whether some other program could be momentarily stealing focus from Photoshop.
    Normally it doesn't do what you have described.
    I suggest you take a close look at all the processes running in Task Manager, and the use of the free tool from Microsoft called AutoRuns to look at what's starting up on your system.
    -Noel

  • Submit OA page with Enter key in custom page

    Hello All,
    I have one custom page with 20+ fields and two submit buttons to do different processing.
    On this page, if enter key is pressed then I need to submit the form i.e. invoke processing corresponding to one of the submit button.
    I know that at field level I can bind enter key event. But for that I need to write same code 20 times for all 20 fields.
    Do we have any simple way to implement submit if enter key is pressed in any of the fields?
    Any help will be highly appreciated.
    Thanks,
    Ritesh

    Hi Ritesh,
    Not sure but you will want to try implementing the method mentioned by Anil using "OAPageLayoutBean" to get the enter key handle for all the fields in a page.
    i.e. try with
    OAPageLayoutBean page = pageContext.getPageLayoutBean();
    Hashtable params = new Hashtable(); 
        params.put ("Go", "value1");
        page.setAttributeValue(OAWebBeanConstants.ON_KEY_PRESS_ATTR, new OABoundValueEnterOnKeyPress(pageContext,
                                          "DefaultFormName", // enclosing form name
                                          params, // request parameters
                                          false, // client unvalidated
                                          false)); // server unvalidatedinstead of
    OAMessageTextInputBean HelloName = (OAMessageTextInputBean)webBean.findChildRecursive("HelloName");
             Hashtable params = new Hashtable(); 
             params.put ("Go", "value1");
             HelloName.setAttributeValue(OAWebBeanConstants.ON_KEY_PRESS_ATTR,
             new OABoundValueEnterOnKeyPress(pageContext,
                                          "DefaultFormName", // enclosing form name
                                          params, // request parameters
                                          false, // client unvalidated
                                          false)); // server unvalidatedand pls update the result.
    regards,
    Anand

  • Firefox 20.0.1 with Shockwave 11.7.700.169 crashes when you access web pages with video content

    I have a problem with Firefox 20.0.1 under Windows 7 with Shockwave flash 11.7.700.169. When I access a web site / web page with some content that requires Shockwave (usually videos) I can view the video, however, when I exit Firefox, it will crash with "Firefox encountered a problem - check for a solution ...". I also have a web site "MyHeritage" that when I access a family tree I repeatedly get a message "Video driver stopped working - NVIDIA driver ... has successfully recovered". If I disable Shockwave, Firefox will not crash in both cases, unfortunately, I cannot watch any video content.
    I did go to the Adobe web site and updated what I thought was my version of Shockwave, unfortunately this installed Director for netscape V12.2, I have disabled this plug-in.
    BTW - running Firefox in safe mode (add-ons disabled) stopped my NVIDIA driver from crashing and also stopped Firefox from crashing when exiting.

    Please check if all your plugins are up-to-date using [http://mozilla.com/plugincheck Mozilla Plugin Check site].
    Once you're there, the site will check if all your plugins have the latest versions.
    If you see plugins in the list that have a yellow ''Update'' button or a red ''Update now'' button, please update these immediately.
    To do so, please click each red or yellow button. Then you should see a site that allows you to download the latest version. Double-click the downloaded file to start the installation and follow the steps mentioned in the installation procedure.

  • Access web page with alternate tab displayed by default

    I have a WebHelp project with a start page that displays the
    Contents tab by default. Is there a way through the URL to have a
    different tab (e.g., the Search tab) display by default? Thanks.
    Tim

    I need a way to open the same WebHelp project with the
    Contents tab displayed by default if the project is accessed
    through one method or with the Search tab displayed by default if
    the project is accessed through another method. I am using RoboHelp
    X5.0.2.
    Peter, I generated my project with the Search tab set as
    default. I viewed the start page, and the Search tab was correctly
    displayed by default. I made a copy of this start page and saved it
    to a different folder location. I regenerated my project with the
    Contents tab set as the default. I copied the alternate start page
    into the project so that I essentially had a start_contents.htm
    page and a start_search.htm page. This method was ineffective. Both
    the start_contents.htm page and the start_search.htm page now open
    with the Contents tab displayed by default.
    Is there a way through the URL to be able to specify the tab
    to display by default (sometimes the Contents tab and sometimes the
    Search tab) for the same help project, either through using
    multiple start pages (which in my test appears to be ineffective)
    or through additional code in the URL itself?

  • How do I access the next month shortcut key in Ical?, How do I access the next month shortcut key in Ical?

    I'm using mac lion, and somehow have it configured so that when I press Command+next arrow, the system navigates to the next desktop. I'd like to be able to access Next month from within ical. Is there a way to change the default keys in ical, to change the default next month key stroke? Or is there a way to change the preference for desktop switching from within system preferences? Thanks.

    David,
    Try changing System Preferences...>Keyboard>Keyboard Shortcuts>Mission Control...settings to use the "Option" key for switching "Spaces" (desktops).

  • Advancing pages with arrow keys

    Hi, Does anyone know if there's a preference or setting in IDCS3 to advance to the next page by using the arrow keys on the keyboard? This feature is handy in Acrobat.
    Right now the only options I know are using the mouse...
    1) On the arrows at the bottom of the document window
    2) Double-clicking in the pages palette
    3) Layout > Next Page
    I'm trying to find a keyboard shortcut to rest my aching mouse hand...

    I found this thread useful but ultimately solved this another way using key binds. Maybe someone will find this useful.
    public MyDialogConstructor() {
        bindKeys();
    private void bindKeys() {
              InputMap inputMap = getJList().getInputMap(JComponent.WHEN_FOCUSED);
              KeyStroke key = KeyStroke.getKeyStroke(KeyEvent.VK_UP, 0);
              inputMap.put(key, "jlist:UP");
              getJList().getActionMap().put("jlist:UP", new AbstractAction() {
                   private static final long serialVersionUID = 1L;
                   public void actionPerformed(ActionEvent e) {
                        if (getJList().isSelectedIndex(getJList().getFirstVisibleIndex())) {
                             getJList().setSelectedIndex(getJList().getLastVisibleIndex());
                        } else {
                             getJList().setSelectedIndex(getJList().getSelectedIndex() - 1);
              key = KeyStroke.getKeyStroke(KeyEvent.VK_DOWN, 0);
              inputMap.put(key, "jlist:DOWN");
              getJList().getActionMap().put("jlist:DOWN", new AbstractAction() {
                   private static final long serialVersionUID = 1L;
                   public void actionPerformed(ActionEvent e) {
                        if (getJList().isSelectedIndex(getJList().getLastVisibleIndex())) {
                             getJList().setSelectedIndex(getJList().getFirstVisibleIndex());
                        } else {
                             getJList().setSelectedIndex(getJList().getSelectedIndex() + 1);
         }

  • How to populate field on page with Primary Key value from previous page

    I am trying to create a patient tracking system for a group of doctors. There is an add patient form based on the Patient table (which has Patient_Id as its primary key) which branches to a pre-operative assessment form. I would like to populate the pre-op assessment Patient_Id field with the Patient_Id generated by the Add Patient page during processing, which comes from the Patient_seq sequence. How can I do this? I have tried using a computation on the Pre-Op Assessment form, but no matter what I put in, the field remains blank.

    Hi,
    If I understand you correctly, once patient record is created you branching to next page (pre-operative assessment form). First create a static hidden item in patient form *:PX_PATIENT_ID_COPY*.
    Create an On submit after computation and validation process in patient form to get the inserted patient_id from patient table. Here is the code -
    SELECT patient_id into :PX_PATIENT_ID_COPY from patient_table where rownum=1
    order by patient_id descI would not use the sequence to get the current value because if the inserted record been deleted from your patient table, sequence current value would not be valid to find that record in patient table.
    Basically when the record been inserted, the process get the value and put into the hidden item.
    Pass the value from the hidden item to the next page by setting them in page branch. Under the Action section in the page branch, Set this items field type - *:PX_PATIENT_ID* (next page item for patient_id). Type *&PX_PATIENT_ID_COPY.* in the with these values field. Make sure you include dot(.) after *&PX_PATIENT_ID_COPY*.
    Give it a try now. Hope it would helps.
    Regards,
    Tajuddin
    Blog: http://aspblog.whitepagesbd.com
    web: http://tajuddin.whitepagesbd.com

Maybe you are looking for