How to refer to the active tab on the page zero?

Hello

I have placed on the zero page regions. How could I make a reference to the active tab? I owe a lot of pages, using the display condition using page ID is a little uncomfortable. I thought I could make a condition using the SQL expression and mentioning the label or name of the active tab. In my view, this is a trivial question, but I can't find how to cite name or label of the active tab.

Tamas

Hello:

Take a look at the APEX APEX_APPLICATION_TABS. In particular, you may be interested in the column named "TAB_ALSO_CURRENT_FOR_PAGES".

CITY

Tags: Database

Similar Questions

  • How can I hide the page thumbnails navigation bar initially to the top of Adobe Reader and open a pdf file?

    How can I hide the page thumbnails navigation bar initially to the top of Adobe Reader and open a pdf file? I couldn't find this option on the Preferences tab? Thank you

    Under Edit - Prefs. - Documents check the box that says "Restore last display settings when reopening documents." Hide the Pages panel manually, and the next time that you open the file it should have disappeared.

  • I installed 5.6.2 Pages but all my old documents will open with ' 08 how can I delete the Pages ' 08 and update all the old documents

    I installed 5.6.2 Pages but all my old documents will open with ' 08 v.3.03 How can I remove the Pages ' 08 and update all the old documents

    5 pages is located in your Applications folder.

    Pages ' 08 is located in your Applications/iWork ' 08 folder.

    If you open your old documents Pages ' 08 with 5 Pages it will convert and if not damage, remove a large number of useful features.

    You will probably regret upgrading to 5 Pages which Apple has made extremely inconsistent and keeps changing its file format.

    Peter

  • How to detect if the page is a reload or not?

    I have a form in the cfm page if the user submits the form, I don't want to go to another page. I want to reload the page and I'll capture all values and send the data in this way. However, I need to hide the form once the user submits the form. So, how I detect if the page is a reload (after is submitted) or it's the first time it is been charged?

    You can manage only two ways.  One, add a hidden field to the form that passes a value, then check if the value exists in the URL/FORM variables (if it exists, the page is reloaded by sending the form - if it does exist, it's the first load of the page).

    Perhaps a better approach would be to manage the form via an AJAX request is sent, and then hide the form if the AJAX request is successful.  This all is possible using JavaScript.  The advantage is that the user leaves the page never actually or it recharges.

  • How can I erase the pages of an existing pdf file?

    How can I erase the pages of an existing pdf file?

    Hi doraa14075208,

    You sure you want to delete the pages of a PDF file, if yes then you need Acrobat application to rotate, move, deleteand renumber pages in Adobe Acrobat PDF.

    Kind regards
    Nicos

  • How can I make the page of form for the Yahoo host?

    How can I make the page of form for the Yahoo host?

    I guess you want a contact form that sends data to your e-mail account.

    1. Find out if your hosting plan supports PHP code and the PHP mail() function.
      If so, try this tutorial into 3 parts:
      ALT-Web Design & Publishing: sensitive Contact form with 3.2 Bootstrap and PHP (part 1)
    2. If your hosting plan does NOT support scripts, you will need to use a 3rd party like Wufoo.com service.  They host the form processing scripts on their own servers for you.

    Nancy O.

  • When I print a document in pdf format to save, how can I keep the page displayed?

    When I print a document in pdf format to save, how can I keep the page displayed? It takes extra time to close each document. He has not done this before going to a new version.

    solved.

    Judy Reynolds

    Office: (979) 703-6200

  • How do I rearrange the pages once they are in adobe acrobat format?

    I have a NeatDesk who scans my pages in Adobe Acrobat PDF. But when my scans must be the combination of size size and the receipt of letters, he puts them out of use. How can I rearrange the pages scanned once they have been created in several page PDF format?

    In browsing the Pages panel, you can move pages.

  • Can I create an action to move the last page to the first?  I can only find how to manually drag the pages, and I need to make it simpler when there are a lot of pages.

    Can I create an action to move the last page to the first?  I can only find how to manually drag the pages, and I need to make it simpler when there are a lot of pages.

    Yes, you can do it using a script. This code should do the trick:

    this.movePage (this.numPages - 1, -1);

  • How can I change the page size of a pdf document so that I can check on my iphone more clearly?

    How can I change the page size of a pdf document so that I can check on my iphone more clearly?

    This is way beyond what can be done with PDF, except by copying the text and make a new document in Word or something.

    That said, Adobe Reader on Windows may display the text AS IF the PDF file has been divided. It's the text reformatting. It may be possible in Reader for iPhone, you can try the player for ios forum.

  • How to create the page zero in the apex oracle 4.0?

    Hi all
    How to create the page zero in the apex oracle 4.0?

    Concerning
    Mani

    Hello

    Home > Application Builder > Application xxx > create Page
    There are down to the Center on Wizard Page zero

    Kind regards
    Jari

    Published by: jarola 25 August 2010 19:28

    And here's the chapter on literature
    http://download.Oracle.com/docs/CD/E17556_01/doc/user.40/e15517/UI.htm#BGBFFFGH

  • Page updated authorization in place on the Page zero

    Greetings to the community!

    When you define an authorization scheme, you can set as a condition for the security of a page. -You on each page individually.

    Now, I want to have a permission of page for each page on the App and there are a whole bunch of pages, so zero Page comes to mind. However there is no direct way to set a permission of page on the zero Page, or skip logic, so I've found a workaround:

    -> Process A Page zero to validate authentication page setting, APP_USER, and APP_PAGE_ID
    -> Year App-Item to store this result, say APPI_PAGEAUTHORZ,
    -> Dynamic Action on the Page zero, according to the value of APPI_PAGEAUTHORZ performed a redirect to the home page.
    -> There maybe an appropriate error according to the value of APPI_PAGEAUTHORZ.

    It works, but one) I'm not sure about the safety - you could disable javascript and you have all the pages on the url, and b) it seems a bit complicated and funky.

    So, I would ask you, if there is a better way to do this.

    Thank you and best regards,
    Tobi

    A scheme of application-level authorization is defined using the attributes of application security, no Page zero.

  • CSS on the page zero

    I use Apex 4.0.

    I created an image that is 226 px px wide and 64 high. I placed it on the page zero in a region without title or buttons in position 6 (i.e., logo) on the page. I use the theme 4, Topaz. The botton of the image edge is a little low and I would like to raise about 10 px.

    If I put this image on any page other than the page zero, I can use CSS to push it whatever way I want. I put this on a single page in the HTML header and she she centered perfectly:

    #noaa
    {
    float: left;
    margin:-8px 0px 0px-10px;
    }

    Unfortunately, there is no HTML header on the page zero. Is there anyway that I can use CSS on the page zero? If not, I have to put the CSS on each page of the application, which defeated the purpose of page zero.

    Also, I tried to put the CSS into a file system style sheet, but it had no effect on the positioning of the image. The CSS file system works great for other things, but not for this page zero image.

    Can try in the header of the region in the region on page 0... Why exactly do not simply use a logo of the application, under the terms of the installation of the application?

    Thank you

    Tony Miller
    Dallas, TX

  • How can I reset the page that appears when I open a new tab "white"?

    MySearchDial reset my settings in several browsers. I deleted the program, I set my home page and removed the site from the list of engines of research possible, but when I opened a new tab "in white", it always opens with MySearchDial features. I tried the SearchReset extension, it did not work. I tried the subject: config newtab url, that does not work either.

    How to reset it?

    Could you take a second look at everything: config?

    (1) in a new tab, type or paste Subject: config in the address bar and press ENTER. Click on the button promising to be careful.

    (2) in the search above the list box, type or paste newtab and make a pause so that the list is filtered

    (3) If you check the browser.newtab.url preference, what is he on? These are the typical things:

    • (Default) page thumbnails = > subject: newtab
    • Blank tab = > subject: empty
    • Built-in Firefox homepage = > topic: welcome
    • Any other page = > full URL of the page

    If it is already set correctly, but still, you get a white page MySearchDial, one of your other extensions may be the problem.

    You can consult, disable and/or remove extensions on page modules. Either:

    • CTRL + SHIFT + a
    • "3-bar" menu button (or tools) > Add-ons

    In the left column, click Extensions. Then, when in doubt, turn off...

    If it indicates that it is locked or refuses to save the changes, Check Control Panel, uninstall a program for a program called research protect and remove that. Locked preference may also indicate the presence of a mozilla.cfg file. If you think that, please post back for more information, by simply removing this file can cause problems.

  • JavaScript - how to refer to the line/field directly above a table

    I have a tabular presentation this tab of people through data entry fields

    some of the data is inserted before when the page is loaded

    However when they tab for a certain area I would like only to copy the data from the same field in the line above

    at the point where they (OnBlur) tab out of the field, I copy the contents of a Page element, and then I tried to copy it in when the field gets focus
    but he doesn't seem to like an OnFocus and OnBlur an in the same field? is this correct?

    So if I could reference the field above I could copy it directly, I've used the reference nextsibling for the fields in the same line, I was wondering if there was something different

    Thank you very much

    Chris

    Hi Chris,

    The onfocus and onblur should work ok on the same ground. You will be perhaps easier to use the attribute 'name' instead. This allows you to refer to the collection of fields of the same name, working would out which one is the current field and then look at that before that. I've done here, in the SAL column: [http://apex.oracle.com/pls/otn/f?p=55989:3]

    In region Header region, I have:

    <script type="text/javascript">
    function copyPrevious(o)
    {
     var x;
     var v;
     v = "";
     var f;
     f = 0;
     if (o.value == "")
     {
      var oName = o.name;
      var oID = o.id;
      var items = document.getElementsByName(oName);
      if (items)
      {
       for (x = 0; x < items.length; x++)
       {
        if (items[x].id == oID)
        {
         if (x > 0)
         {
          f = x - 1;
          break;
         }
        }
       }
      }
      if (f > 0)
      {
       o.value = items[f].value;
      }
     }
    }
    </script>
    

    and as attributes of the element of the SAL column, I have:

    onfocus="javascript:copyPrevious(this);"
    

    Andy

Maybe you are looking for

  • IMessage, that an error has occurred during authentication

    As the 10.11.6 upgrade cannot use imessage and advice an error occurred during authentication. » What now?

  • Installation of an adapter bluetooth on Satellite L300-1BV

    I don't know why this is but, when you install a bluetooth adapter and you have a mobile phone as a device listed in the control panel > bluetooth devices.and you went through the whole upward from the implementation of the deviceAnd then you try to

  • On Satellite A300-15V recording by quiet microphone

    Hello I have problem with microphone on Satellite A300-15V: Sound system works normally, but recording internal microphone level is very low.In "Control Panel - sounds and sound devices" the microphone is selected and the recording level is at maximu

  • Where is our 4.2.2 update?

    Let's see here, our tablets were more and yet the XTZ get 4.2.2? Of course, I guess I shouldn't wait for an answer to this question and many other issues, such as policy of Sony seems to be, 'buy our stuff at your own risk, we cannot guarantee that w

  • Apple and Dell laptops with OfficeJet Pro 8600 bonus?

    Can someone tell me if I can PRINT (and use ALL other 8600 functions) of a laptop Apple MacBook Pro (with Mac OS X - 10.6.8) AND a laptop Dell XPS (Windows 7) running at the SAME TIME?  I'm running wireless via an Apple AIRPORT EXTREME (802.11n). Ano