Apex tab and page display query

I am using Apex 4.1
I have the following tabs set up.
Home, Tab 1,Tab 2 and so on
The home page is fine. Now the query is with regard to Tab 1. I need it to display Page 3 or Page 4 based on the location of APP_USER
The region details are all stored in the table : employee_info
How can I check or display Page 3 if the Region is APAC and Page 4 if EMEA(APAC and EMEA being values in table)
Is there some way how I can set or achieve this? The default page I have set is as of now Page 3 but it has to pick Page 3 or 4 based on region value from employee table.
Any guidance will be appreciable.
Thanks,
Swetha

LKSwetha wrote:
I am using Apex 4.1
I have the following tabs set up.
Home, Tab 1,Tab 2 and so on
The home page is fine. Now the query is with regard to Tab 1. I need it to display Page 3 or Page 4 based on the location of APP_USER
The region details are all stored in the table : employee_info
How can I check or display Page 3 if the Region is APAC and Page 4 if EMEA(APAC and EMEA being values in table)
Is there some way how I can set or achieve this? The default page I have set is as of now Page 3 but it has to pick Page 3 or 4 based on region value from employee table.
Any guidance will be appreciable.Create 2 copies of Tab 1, one for page 3 and the other for page 4. Display them conditionally according to the user region.

Similar Messages

  • Set zoom and page display on open

    Thought I would be able to set zoom (90%) and page display (Continuous) in Acrobat Pro Properties/Initial View before distributing my LiveCycle form, but realize now I can't.
    What scripting would I use in LCD ES2 9.0 document targetted for 8.0 or later to set that?
                                   Thanks!           ~Carol

    That was very helpful - lots of good info there, all in one place. Thanks for sending!
    Since I don't see anything specifically to set page display to Single-Continuous and Zoom to a specific percent (90%), I assume those options are not available?
    Not the end of the world if they're not, just would be nice.
                   Thanks!             ~Carol

  • Authorisation, tabs and pages ?

    Hi,
    What would be the best way to restrict some pages and tabs to some users. I have tabs 1,2,3 and 4. I have pages 1,2,3 and 4. Admin user should have access to tabs and pages 1,2,3 and 4, but regular users should only have access to tabs and pages 2,3, and 4.
    Any suggestion ?
    Thank you.

    Is it possible to go to a different login page
    depending on the user.Make one page of your application public, with different URLs to different login pages. Pass out the URL to that page for all logins. Users get trained about which login to use and you've put in place (assumption) a process on the back end that controls whether users have access to that login/application or not. Then all the other pages of the app(s) can be secured post-login.
    Earl

  • Bookmarks Panel and Page Display

    BACKGROUND:
    I am using Adobe Acrobat Pro 9 and now when I convert a Word2010 doc to PDF using Acrobat 9 Pro Create PDF. Once the file oepns in Acrobat, I then make the following changes:
    File > Properties > Initial View >Navigation Tab (Set to Bookmarks Panel and Page) Page Layer (Set to Single Page Continuous)
    Preferences are set to: Open cross-document links in same window; allow layer state to be set by user information; allow documents to hide the men bar, toolbars, and window controls.
    PDF/A View Mode is sent to Only for PDF/A documents.
    The only thing that I have done different is that I did open was Adobe LiveCycle Designer ES8.2 and tested converting a word document into a form last week. I then attempted to convert files from WORD2010 to Acrobat Pro 9 on Friday and say the problems. I am now also having problems with Adobe LiveCycle.
    Attempted Resolution: Our Help Desk uninstalled and then re-installed Acrobat Pro 9 but that has not resolved the issue. They are recommending that they wipe my profile and build it again. I am hoping to avoid that and hope someone can help me with this issue.
    System Information:
    Version 9.0.0.2008061200
    OS Manufacturer: Microsoft Corporation
    OS Name: Microsoft Windows XP Professional
    OS Version: 5.1.2600 Service Pack 3
    Thanks for your assistance,
    DOL-MSHA

    The Bookmark Panel to the left of the pdf is not displaying - I have checked everything (and double checked under preferences to ensure that under Documents > Open Settings > Restore last view settings when reopening documents is Not checked.)
    Have reinstalled Acrobat and still am having issues. The only thing I did was open AcrobatLive and converted a doc to a fillable form - I am getting error messages with that now as well.

  • Tabs and pages not drawn when switching tabs.

    When switching between tabs or opening new tabs, the tab and the page are not drawn. But if I scroll down the page is drawn.
    This doesn't happen always. It happens randomly.
    Here's some sample sample images:
    https://dl.dropboxusercontent.com/u/14279386/imghost/tabrender/1.png
    https://dl.dropboxusercontent.com/u/14279386/imghost/tabrender/2.png
    I've been having this problem since a few versions back.

    If it works in Safe Mode and in normal mode with all extensions (Firefox/Tools > Add-ons > Extensions) disabled then try to find which extension is causing it by enabling one extension at a time until the problem reappears.
    Close and restart Firefox after each change via "Firefox > Exit" (Windows: Firefox/File > Exit; Mac: Firefox > Quit Firefox; Linux: Firefox/File > Quit)
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    In Firefox Safe mode these changes are effective:
    *all extensions are disabled (about:addons)
    *default theme is used (no persona)
    *userChrome.css and userContent.css are ignored (chrome folder in profile folder)
    *default toolbar layout is used
    *JavaScript JIT compilers are disabled
    *hardware acceleration is disabled (Options > Advanced > General)
    *plugins are not affected
    *preferences are not affected

  • Identifyting the Apex app and page no from a particular sql from db console

    Hi,
    I am an Oracle Dba and I would like to know the way to find out the apex application and the page number that is using the sql statement identified by the Oracle dbconsole.For example, from grid or Database console, I can see an expensive select statement under top session with the client ID and the session id( orade:1234567891123).But I am not able to find out the apex application and the page that this current user is accessing.Can anyone assist me on this?

    Normaly, in the EM console you can view the Top SQL and editing it you will see the application id and the corresponding page.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    ------------------------------------------------------------------------------

  • Tabs and Pages::: All tabs are displayed at once

    Hi, In my application I have around 100+ pages and grouped together based on specific category. I have a one level tab page as default, and I have grouped the tabs based on the category.
    I displayed the tabs when contained in a comma separated page numbers. Then I wanted put these pages in a table and display the tabs when a specific page is selected.
    Ex:
    pages :1,2,3,4,5 :
    Group 1
    for display: I used pl/sql return boolean with the following function==== return pagetabs(v('APP_PAGE_ID'))
    create or replace function pagetabs (vpageid in number) return boolean is
    begin
    for crec in select a.pagenum from auditor_pages a, auditor_pages b where b.pagenum=vpageid and a.pagegroup=b.pagegroup
    loop
    if crec.pagenum = vpageid then
    return TRUE;
    end if;
    end loop;
    return False;
    end pagetabs;
    The problem:
    I have all the tabs displayed all the time. My idea is to get the tabs related to that page depending on the category. Can some one suggest a better method or tell me what is the mistake in this process

    If it works in Safe Mode and in normal mode with all extensions (Firefox/Tools > Add-ons > Extensions) disabled then try to find which extension is causing it by enabling one extension at a time until the problem reappears.
    Close and restart Firefox after each change via "Firefox > Exit" (Windows: Firefox/File > Exit; Mac: Firefox > Quit Firefox; Linux: Firefox/File > Quit)
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    In Firefox Safe mode these changes are effective:
    *all extensions are disabled (about:addons)
    *default theme is used (no persona)
    *userChrome.css and userContent.css are ignored (chrome folder in profile folder)
    *default toolbar layout is used
    *JavaScript JIT compilers are disabled
    *hardware acceleration is disabled (Options > Advanced > General)
    *plugins are not affected
    *preferences are not affected

  • Tabs and pages

    Hi,
    Am I correct in saying that you can make a tab jump to a page but you can't make a page 'fit into a tab'?
    What I mean is the following:
    I have a page x connected to a tab set.
    Created a region on page x, with display point of After Header, which makes the region appear above the tab bar.
    When I add tabs to the tab set and link pages y and z to them, and when clicking the tabs in runtime the pages y or z fill the whole screen and the region on page x is no longer visible.
    Is there a way to do that (keep regions on page x visible)? or do I have to use Page 0 for that?
    thanks
    Ronny

    Pretty much. To my knowledge, that's all tabs in any web page do. They're just a navigation metaphor.
    And yes, the tab bar is always located at or near the top of Apex pages.
    Earl

  • Font is shown very small when using IE Tab and Windows Display is selected to show larger fonts

    I'm on Windows 7 - 64 bit and I set my Windows display to show larger fonts (from Control Panel, Display, then choose Larger Fonts). Now all pages show bigger fonts, except when I use IE Tab.
    I use IE Tab so that I can open my Microsoft Dynamics CRM website on Firefox; however the fonts look way too small; it is even smaller than when the Display Setting was set to use normal size fonts.
    Tried to change to use smaller resolution, it didn't work. Zooming-in is very slow on Firefox, so it is not an option for working on the webpage. Tried changing the default fonts on Firefox, however the page is still always opened with the very small fonts.
    From Firefox I also unchecked the "Allow pages to choose their own fonts, instead of my selections above" (from Tools, Options, Content, Advanced), but it still doesn't fix it.
    Played around with my Firefox IE Tab setting, but no luck.
    I downgraded my Firefox to version 3.5.9 to use the older IE tab, but still not fixed yet.
    Is there a solution for this? Thanks in advanced for your help,
    -Elisabeth
    I use IE Tab so that I can open my Microsoft Dynamics CRM website on Firefox; however the fonts look way too small; it is even smaller than when the Display Setting was set to use normal size fonts. Tried to change to smaller resolution, it didn't work. Zooming in is very slow on Firefox, so it is not an option for working on the CRM. Tried changing the default fonts on Firefox, however the page is still always opened with the very small fonts.
    Initially I used Firefox 3.6.7 with IE Tab 2 Add-on. I
    == URL of affected sites ==
    http://Microsoft_Dynamics_CRM_Website

    Hi...
    Thanks for asking....
    As I put in my post before, I include template0 in my template1, as seen in template1 (AHM001):
    <af:pageTemplateDef var="attrs">
    *<af:pageTemplate viewId="/template/AHM000.jspx">*
    I use AHM000 inside AHM001. I use this approach to build many template based on one basic design.
    Actually, I don't think the problem is in page template usage because as I submitted paralel to Metalink, I've already not called template0 in template1 but I copy template0's contents to template1.
    Unfortunately, page designer show small view and below error messages still occured.
    *Jun 7, 2009 10:25:20 PM ComponentMetadataHandler _error*
    WARNING: error parsing component tag in file: /AhmTestTemplate-ViewController1-context-root/template/AHM001.jspx/tag:xmlContent/id:null
    org.xml.sax.SAXParseException: <Line 115, Column 51>: XML-20100: (Fatal Error) Expected 'EOF'.
    Fortunately my application can be run already altough the error message still logged.
    Many thanks,
    Dominic C.

  • Pb with language logon and data display Query designer

    Hello,
    I do the translations (FR => EN) via RSA1 and SE63 of my variables of my Query for the query designer.
    It works I have no technical name that appears in the query designer.
    But when I run my query using the query designer, the query is displayed in French while I am logged in English.
    I want the query is displayed in english when I'm logged into English.
    How can I do?
    Thank you pour votre aide.
    Edited by: KhalidTaibi on Jul 6, 2010 6:31 PM

    Hello,
    Per I can understand, you are executing the query from Query Designer.
    So, if you are using Query designer 7.0, you are calling the Enterprise Portal.
    Even with English on Query Designer, you have to logon as english on the
    Portal, as well.
    Try to check your Browser configuration.
    On Internet Explorer:
    Tools
    Internet Option
    Language
    Check if English is configured as the first language.
    Also, ensure the query1s objects exists on english version.
    Best regards,
    Edward John

  • On G+ and (home tab) and page ends. No longer have infinite scroll.

    My pages end. This only occurs on Firefox and only since update to 31. I disabled all extensions , plugins, reset Firefox, to no avail. G+ also starts on Communities tab now, and at times the yellow triangle will pop up stating the site cert is not verified. Help?

    If you use extensions (Firefox/Tools > Add-ons > Extensions) that can block content (e.g. Adblock Plus, NoScript, Flash Block, Ghostery) then make sure that such extensions aren't blocking content.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Create a new profile as a test to check if your current profile is causing the problem.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer files from a previously used profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over problems.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    Boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.
    *http://www.bleepingcomputer.com/tutorials/how-to-start-windows-in-safe-mode/

  • Customizing Portal tabs and pages

    hi,
      I am trying to customize the portal for BI. We would like to remove completely the stanard functionality and put only two tabs one Home and another tab "BI". So, i created two pages by name "Home" and "BI". and also i created a workset and kept these two pages in the workset and attached this workset to the role and attached the role to the test user ABC.
    After i have done this, i logged in as test user ABC. Nothing is visible. Do i need to do some settings in permissions or any where else so that the test user can see only two tabs like Home and BI and under Home , he would like to see "Home" Page and under BI "BI" page.
    Please advise.
    Thanks in advance....

    Dorson,
    you need to assign end user role to the user to make Home role visible for that user.
    coming to custom role did you set the entry point of role to yes
    Thanks
    Bala Duvvuri

  • Domain redirecting to an apex application and page

    Hi,
    Sorry if this thread has been posted before but I did a search on the forum and couldn't find any answers.
    Basically I've set up a new domain name and I've got an installation of Oracle Apex running. I want this domain name to be redirected to my application and 'home' page when the user types my domain name into their browser.
    I've seen examples of how this is done in this forum using virtualhost in the http conf files for standalone versions of htmldb, but not found any info on how to do it in APEX (since these files are installed for apex).
    Is it possible to perform this type of domain redirect in apex??
    I'm using Oracle Apex version 2.01.
    Any info would be greatly appreciated.
    Cheers,
    Kev

    Kev,
    When you say ApEx...do you mean ApEx or do you mean XE?
    You can use the same method shown for a virtualhost section in the main section of your Apache configuration. The apache directives are valid both inside and outside of a virtualhost section.

  • Software and page display

    When my mini is hooked up to my PC and I click on the mini's icon, it no longer displays my song list.
    I've tried everything I could think of to find it.
    Which ain't much. HELP

    Click on the disclosure triangle to the left of the iPod. Now do you see the music?

  • ICloud tabs and Text displays

    Originally I only had a question about the iCloud button on Safari, but when I was creating a username for this support site, I found another.
    So first off, whenever I click the iCloud button, it doesn't bring up the tabs that I have open on either my iPad or iPhone. Is there something in particular I have to enable, or...?
    Secondly, the text was overlaying itself a bit when I was trying to create a username. I couldn't see the availabilty status because it was covered up by other text.

    In OS X, you mean?
    The easiest way to do that is using encrypted disk images.  It's fairly simple to do with Disk Utility (put documents you want to secure in a folder and then create a new encrypted disk image from that folder).
    Or you could use a 3rd party product like Knox or DropDMG which provides a little easier UI for managing it:
    https://agilebits.com/knox
    http://c-command.com/dropdmg/

Maybe you are looking for

  • Misleading ADH Information Provided By Best Buy Associates

    Let me start by saying that Best Buy WAS my most FAVORITE store UNTIL walking into store on 03/08/14 in Alabama. I am a 31 yr old customer that has been purchasing electronics from Best Buy since 2003. The management and sales associates in the store

  • Problem highlighting and moving things with left mouse button on Sat A100

    Hi, my problem started after a reinstall, I wanted to highlight something on a web page, then copy and paste it, but couldn't. Then I wanted to move the bar on a excel worksheet, but couldn't, the cursor changes shape etc nut it wont let me highlight

  • IBooks Author - How do I delete drafts I no longer want?

    Trying different things in IBooks Author, I ended up with four versions of the same book (four files). Each has its own template, etc.  I have selected the version I want to keep.  How do I delete the three versions that I do not want?

  • Chart borders

    In creating a stacked column chart, chart borders go behind bars. IS there any way to stay chart borders in front?

  • "Use this mailbox for" not working for Spam on one mac but fine on another

    I have Mail running on my Macbook Pro using IMAP. I have a business email account and a personal email account both with the same mail provider. When I create the account it creates a folder under the IMAP folders for Sent, Trash and Spam. I highligh