Problem with 2 Level TAB

I have created 2 level tab
Home - welcome / news
Products - products / cheese
The 1st tab (2 sub-tabs) is working fine..
when I click sub-TAB called Cheese on the 2nd tab (Products), it's not working....
Can some one pl have a look and let me know what needs to be fixed....
workspace - Deepak Jha
user/pass - guest / demo
Application - [53991 - TEST]
http://apex.oracle.com/pls/otn/f?p=53991:1
Thanks,
Deepak
Edited by: Deepak_J on Feb 12, 2009 8:05 PM

Thanks for reminding me...
I will post this in APEX forum...

Similar Messages

  • Problem with switching tabs in top level navigation for Roles

    Hi,
    I've created two tabs (based on two roles) in the portal top level navigation menu. When clicking the first one it opens as it should. Then when clicking on the second tab it will not open, instead the first tab open up again, it sort of switches back automatically.These  two roles  are  basically consists of worksets and iviews(accessing to r/3).
    Does anyone have any expericene with this type of problem?
    please  suggest me
    Thanks
    Aravinda

    Hi Aravinda
    Please check this link
    Re: Problem with switching tabs in top level navigation
    Regards
    Geogi

  • Problem with Cross tabs

    I have a problem with cross tab.
    When I do grouping on date according to month and summarize the units I am getting the result as 58
    while I do grouping without the croos tab generally in the details section I get the result to be 64.
    I am not able to understand where is the problem.
    Even when I write a query i get the answer as 64.

    Hi,
    Summarizing with a Cross-tab and creating a summary of a group are one and the same; I mean, the summary results are always the same.
    Could you check the summary operation in the crosstab, could you confirm if it is not count or something else?
    Also, create a summary and place it on the Group Header/Footer. It should be same as the Crosstab results for the that particular group.
    -Abhilash

  • Problem with 2 tab levels

    Hi
    I searched this forum for a solution for my problem with no luck...
    I have the following setup:
    ____________________/ParentTab1\/ParentTab2\
    Tab1_____________________________________When I click on a link on the page displayed by Tab1, it navigates to another page which has no attached tab, but has the property Standard tab Set set to the correct one (Tab1). I would like it to display exactly the same layout as above, but it displays this:
    Tab1_____________________________________I.e., the parent tabs are missing (though the second level tab shows).
    What should I change to make the parent tabs to appear?
    Thanks
    Luis

    Denes,
    Thanks for the reply. The page template was "Application default", but I set it to "Two tabs" without result.
    I moved the Tab1 tab to another parent tab and got the same result as well... Then moved it back to the original parent tab and all stayed the same.
    Still can't make the parent tabs to display. I checked the tab definitions and all seems fine.
    By the way, what is the relation between tabsets and parent tabs? I could not find a place to edit a tabset name/properties...
    Thanks
    Luis

  • Problem with Two tab canvases in a form

    Hi Experts,
    I am working on Oracle forms 10g (OS: Windows7) from last 1 year. I have got a requirement to create a form with one tab canvas CAN_TAB (with 2 tab pages) in main page and a pop up tab canvas ASN_SPLIT_TAB(with 2 tab pages). Now the problem is whenever we click on tabs it will fire WHEN-TAB-PAGE-CHANGED trigger and executes the complete code. As a result even if i click a tab page in CAN_TAB canvas it will fire for ASN_SPLIT_CANVAS as well. Check the below code (WHEN-TAB-PAGE-CHANGED). Now i have to differentiate between two tab canvases so that i can use IF-ELSE statement to overcome this problem. Please share your useful comments.
    BEGIN
    Lv_Toppage := Upper(Get_canvas_property('CAN_TAB',Topmost_Tab_page));
      if Lv_Toppage = 'LINES' THEN 
      go_item('shipment_summary.shipment_reference');
      show_view('CAN_LINES');
      show_view('CAN_SCROLL');
      elsif Lv_Toppage = 'ATTRIBUTES' THEN
      go_item('shipment_summary.shipment_reference');
      show_view('CAN_ATT' );
      elsif Lv_Toppage = 'AUDIT' THEN
      go_item('shipment_summary.confirmedby');
      show_view('AUDIT');
      end if;
    Lv_Toppage := Upper(Get_canvas_property('ASN_SPLIT_TAB',Topmost_Tab_page));
      IF Lv_Toppage = 'INVOICE_SPLIT' THEN
      show_view('ASN_SPLIT_STACK');
      go_item('ASN_INBOUND_CATEGORY_SUMMARY.brand_representitive');
      ELSIF Lv_Toppage = 'SUPPLIER' THEN
      go_item('CONTROL.cancel_but');
      END IF;
      hide_view('ASN_SPLIT_STACK');
    END;

    Thanks Craig. You made it happen..!! Below code is working fine for me.
    IF :SYSTEM.tab_new_page = 'LINES' THEN
      go_item('shipment_summary.shipment_reference');
      show_view('CAN_LINES');
      show_view('CAN_SCROLL');
    ELSIF :SYSTEM.tab_new_page = 'ATTRIBUTES' THEN
      go_item('shipment_summary.shipment_reference');
      show_view('CAN_ATT' );
    ELSIF :SYSTEM.tab_new_page = 'INVOICE_SPLIT' THEN
    END IF;

  • I'm having a problem with unresponsive tabs after deleting localstore.rdf

    After the update to 4.0 b7, I had a problem with my toolbar resetting, which I (somewhat) fixed by deleting localstore.rdf. Now, however, my tabs are unresponsive when clicked, and Firefox is essentially locked onto the first tab. Ideas?

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    Create a new profile as a test to check if your current profile is causing the problems.
    See [[Basic Troubleshooting#Make_a_new_profile|Basic Troubleshooting: Make a new profile]]

  • Problem with TabStrip  Tabs visible

    Hello Gurus,
    I have Tabstrip in my application and in that tabstrip i have 3 tabs called tab1, tab2 ,tab3.
    I have created above Tabstrip under
        DC->WebdynproComponent>View-> in view i have created Transparent Container of layout type GridLayout -
    > here i have created TabStrip with 3 Tabs like above mentioned names and  i have created UI elements(Like labels and input fields) each Tab.
    Once i deploy and run application, i am able to see only Tab1, remaing 2 Tabs are underlying with Tab1, i mean, unable to see all Tabs at a time, if i click on one Tab, remaining Tabs are underlying in that Tab.
       Could you please reply me back, how can i acheive this?
    Thanks
    Venkat.

    Hi Venkat,
    Check if the visible property of all the tabs within the tab strip is visible. Also, make sure thet in the tab strip properties you have selected the default tab to be visible in selectedTab property. Even if then it doesn't work, try increasing the overall width of the tabstrip.
    Let me know, if you still have any problem.
    Regards,
    Tushar Sinha

  • Discover group problem with cross tab report

    Hi, I'm working on a cross tab report in discoverer 4i and I'm having a problem with two of the colums. I'm doing a count on one field but because they are called something different they are being shown as two seperate columns rather than 1.
    I have one called 101 -AVG and another called 101-AVG. My condition pulls every result back that starts with 101 in the table. So because in the table the values are different it breaks the count into totals for 101 -AVG and 101-AVG.
    Is there some way I can group these results together into one field?
    thanks,
    Ian

    Pitson,
    better to ask this question in the BI Publisher Forum than here in the Oracle Reports Forum:
    BI Publisher
    Regards
    Rainer

  • Problem with Cross-tab report (RTF Template) null values, current-group()

    Hi, experts!
    I generate Cross-tab report using RTF Tamlpate and I have problem with grouping.
    My XML file have to be with one group only because I want to using dynamic regrouping inside the RTF template.
    Here is my data structure (XML file):(Look the images for details)
    http://img156.imageshack.us/img156/3997/xmlstructureay9.jpg
    =======================
    WITH GROUPS
    =======================
    Here is my RTF template:
    http://img151.imageshack.us/img151/2951/resultcrosstabbycustomehf8.jpg
    When I'm using grouping and I want to have for each group cross-tab report I have the following problem: (Look the images for details)
    http://img156.imageshack.us/img156/8786/resultcrosstabbycustomect9.jpg
    And this is my code I'm using inside the RTF template with groups:(Look the images for details)
    http://img156.imageshack.us/img156/4253/fieldbrowserxb7.jpg
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    =======================
    WITHOUT GROUPS
    =======================
    Here is my RTF template:
    http://img151.imageshack.us/img151/9545/resultcrosstabwithoutgrzg7.jpg
    When I generate one cross-tab there is no problem: (Look the images for details)
    http://img156.imageshack.us/img156/7030/resultcrosstabwithoutgrsr1.jpg
    This is my code I'm using inside the RTF template WITHOUT groups:(Look the images for details)
    http://img151.imageshack.us/img151/7030/fieldbrowserwithoutgrours8.jpg
    Can someone give me a hand to deal with this?
    Thank you!

    Pitson,
    better to ask this question in the BI Publisher Forum than here in the Oracle Reports Forum:
    BI Publisher
    Regards
    Rainer

  • Problem with Cross-tab report (RTF Template)

    Hi, experts!
    I generate Cross-tab report using RTF Tamlpate and I have problem with grouping.
    My XML file have to be with one group only because I want to using dynamic regrouping inside the RTF template.
    Here is my data structure (XML file):(Look the images for details)
    http://img156.imageshack.us/img156/3997/xmlstructureay9.jpg
    =======================
    WITH GROUPS
    =======================
    Here is my RTF template:
    http://img151.imageshack.us/img151/2951/resultcrosstabbycustomehf8.jpg
    When I'm using grouping and I want to have for each group cross-tab report I have the following problem: (Look the images for details)
    http://img156.imageshack.us/img156/8786/resultcrosstabbycustomect9.jpg
    And this is my code I'm using inside the RTF template with groups:(Look the images for details)
    http://img156.imageshack.us/img156/4253/fieldbrowserxb7.jpg
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    =======================
    WITHOUT GROUPS
    =======================
    Here is my RTF template:
    http://img151.imageshack.us/img151/9545/resultcrosstabwithoutgrzg7.jpg
    When I generate one cross-tab there is no problem: (Look the images for details)
    http://img156.imageshack.us/img156/7030/resultcrosstabwithoutgrsr1.jpg
    This is my code I'm using inside the RTF template WITHOUT groups:(Look the images for details)
    http://img151.imageshack.us/img151/7030/fieldbrowserwithoutgrours8.jpg
    Can someone give me a hand to deal with this?
    Thank you!

    Pitson,
    better to ask this question in the BI Publisher Forum than here in the Oracle Reports Forum:
    BI Publisher
    Regards
    Rainer

  • Mixing in Logic, problems with levels!

    Mixing problem here: I can’t figure out how to get all my equipment/ software levels correct to get an accurate level/ sound. I use Logic Pro 7 on a Mac dual G5, my sound card is MOTU and my monitors (2) are Event 20/20 BAS. Here’s the problem I believe that something is too low and I am compensating in the somewhere else and I am getting distortion in my mix downs- but I can barely hear the song. Here are my levels/ gains:
    Logic Main Mixdown track: 0.0 dB
    MOTU Main out: -34 db
    Event Monitors input level: 7 (max is 10)
    My plug-ins and such are at the level that I load them at, I don’t mess with the gains on these too much.
    Should I turn something down and turn something else up so that I can actually mix correctly? Thank you for your help!
    Cappy

    Hi.
    I have the same problem as you. I have a dual 2.7 G5 mac using a PCI MOTU 424 with a 2408 mk3 interface. Before I updated my Logic software to 7.2, The audio seemed to work fairly deccently as far as levels. I even utilize a Presonus Digimax LT via adat pipeline into the MOTU which in the past has worked great to attenuate levels digitally and Logic and MOTU worked seemlessly BUT ever since the new intel revolution, I have noticed tons of problems with the universal version of Logic. So far I would say maybe at least 30 features doesn't work properly anymore with Logic 7.2 and 7.2.1. Seems like with each new updates, the version gets worse and worse with more problems for my G5 mac. Example, Bouncing audio. Several of my settings such as plugins, levels, crossfades getting skipped or ignored and at times even crashes. I also have other issues like cracks and pops in my audio recordings lately which really is beginning to **** me off to no end. My adat transfered audio has weird pops added to the audio when transfered digitally which it didn't do before. I also noticed several playback functions that are very unstable. Some of my song files wont even play back!! My levels are no longer accurate anymore when recording in Logic. I have to crank my presonus levels just to barely hear my guitar tracks being recorded which I didn't have to do in previous versions, which also means more hisses and noises added. Apple seriously needs to correct these issues with Logic especially when we have to pay for bad updates.
    Scary thing is Logic 7.2.1 seems to run much smoother using the built in audio on my 2.0 intel macbook than my dual 2.7 G5 with my MOTU gear.

  • Problem with Signature tab drop down in Outlook for Mac 2011

    I am setting up Outlook 2011 on my mac and have run across a problem with the signatures that I have been unable to resolve.
    I have set up 2 signatures for my two different pop accounts and thought that if I defaulted them to their appropriate account they would automatically be seen in email when I had chosen the corresponding email account. I then discovered that it was not
    possible to do this in Outlook 2011 for Mac.
    So I selected NONE as the defaults for my two signatures, and thought I would be able to manually add the appropriate signature to each email as I compose or reply.  BUT NO!!!! THE PROBLEM LIES BELOW:
    The 2 signatures that I set up are visible in the drop down menu from the signature tab in an email, however they are greyed out and cannot be selected.  I have attempted selecting one of these signatures as the default, and whichever one
    I select dutifully appears when I compose a new email, but when I click on the drop down to change the signature, both are still greyed out.
    So effectively, I only have the option of one signature or none, despite being able to set up multiple signatures in my profile.
    Does anyone know why this is occurring and what the solution is?
    Thanking you in advance.

    Hi,
    Please remove the Signature and re-add it back to check whether the issue persists. We can follow the articles below to create signature in Outlook 2011 for Mac:
    How to create signature or customize it (add picture) in Outlook for Mac 2011
    http://support2.microsoft.com/kb/2455171/en-us
    Add a signature automatically to every message
    http://office.microsoft.com/en-001/mac-outlook-help/add-a-signature-automatically-to-every-message-HA102928243.aspx
    If the new created Signature is still greyed out in your Outlook, please restart the Outlook client in safe mode to confirm if the issue is caused by any third-party add-ins.
    If the issue persists in Outlook safe mode, I suggest you ask a question in Outlook for Mac forum for further troubleshooting:
    http://answers.microsoft.com/en-us/mac/forum/macoutlook?tab=Threads
    Regards,
    Winnie Liang
    TechNet Community Support

  • Problem with Pullout Tab/Scrollable Frame

    I've designed a pullout tab and in the Scrollable Frame Overlay I've specified "Horizontal" as the scroll direction. Now, with Desktop Preview everything looks fine. On the iPad however, the frame can be moved around in all kind of directions - up, down, left, right, even in circles (so to speak).
    When I copied the frame to another empty page for test purposes, everything worked as planned with Desktop Preview and on the iPad. So then I added the rest of my content to that test page and voila, the problem resurfaced.  I also have other pages with pullout tabs in the same folio that work just fine. I'm lost to what causes this behaviour in this one article.
    Anyone had this before?
    Thanks.

    My mistake, I meant the layers panel. Try renaming your graphic frames to samething unique.

  • Problem with defaul tabbed panel with page refresh

    Hi,
    I have a problem with my spry tabbed panels. The default tab
    is set to be the 1st tab, when I move to 2nd tab and navigate
    through the content, as the page refreshes, and before it is fully
    loaded it shows the content of the first tab for about 20 seconds
    or so....then the page finally goes to the desired content on the
    2nd tab....
    How can I make it so this does not happen and it looks like a
    smooth transition as I navigate through my pages?
    Thanks,
    Brandan98

    U add extra classNames to the tabs and specify the styles on
    the new classes
    example:
    <div class="TabbedPanels style1_panels" id="tp1">
    <ul class="TabbedPanelsTabGroup style1_group">
    <li class="TabbedPanelsTab style1_tab"
    tabindex="0">Tab 1</li>
    <li class="TabbedPanelsTab style1_tab"
    tabindex="0">Tab 2</li>
    <li class="TabbedPanelsTab style1_tab"
    tabindex="0">Tab 3</li>
    <li class="TabbedPanelsTab style1_tab"
    tabindex="0">Tab 4</li>
    </ul>
    <div class="TabbedPanelsContentGroup
    style1_contentgroup">
    <div class="TabbedPanelsContent style1_content">Tab 1
    Content</div>
    <div class="TabbedPanelsContent style1_content">Tab 2
    Content</div>
    <div class="TabbedPanelsContent style1_content">Tab 3
    Content</div>
    <div class="TabbedPanelsContent style1_content">Tab 4
    Content</div>
    </div>
    </div>
    <script language="JavaScript" type="text/javascript">
    var tp1 = new Spry.Widget.TabbedPanels("tp1", { defaultTab: 2
    </script>
    style1 beein the extra class ;)
    U can also.. specify other classnames in the constructor read
    more about this here:
    http://labs.adobe.com/technologies/spry/articles/data_api/apis/tabbed_panels.html#options

  • Problem with a tab leader

    Got a strange thing going on with a tab leader and wondering if anyone else has come across this.
    I have a right tab followed by a left tab with a leader.  I'm using this for something similar to what you see on film credits where a role is aligned at the right tab and then the actor at the following left tab.
    This all works fine most of the time but occassionnally, the leader doesn't show up.  Everything is lined up with the tabs just fine, just no leader.
    I haven't completely tied down when this happens but it seems to be something to do with the number of characters in the last word of the text that is aligned with the right tab.  If there are 4 characters in that last word, I don't see the leader, any other number of characters and the leader is there.  I tried all the different leaders, but same problem with all of them.
    There's another small inconsistancy with leaders too.  The leader has a space before it (right after the last character at the right tab), but it goes right up against the first character at the left tab.  Easily fixed by manually inserting a space of course.
    Pete

    Pete, Peggy and Fruhulda,
    I tried to duplicate Pete's experience with identical wording, starting in a blank template and had a similar but not identical experience. Not all leaders displayed, the most direct correlation seemed at first to be the last character of the left text block, but after some manipulation the pattern of displayed and not displayed would change. All was in the same style. I noted that there were problems with Center Align as well as Right Align on the first tab.
    Pete, to get on with your work, Insert an Inline, three-column, centered table. Set the left column to Right Justify, the middle column to Center Justify and the right column to Left Justify. Set borders to None. Be done with it. I don't think this bug will be resolved anytime soon.
    Jerry

  • Problems with using tab -button in application

    Hi all,
    I'm working on a game, using AS 3.0 and would like to use TAB -key in the game to do certain in-game actions. With Firefox,  Chrome and Safari it works without problems and focus stays in the app. With IE8 It also works fine on some cases but for example on my friend's machine, with IE8, it switches the focus from the app to address bar and other components. We both have up-to-date flash players. I've tried to search the net for solution without great results. Is there solutions for fixing this issue in or outside AS3.0 (like using javascript?) or any ideas what's the root of the problem?
    Thanks,
    Mike

    I Too am having problems with iBooks highlighting the entire chapter if I touch the right edge of a page.  It overrides my previous highlighting making my studying useles. It's terribly frustrating! iOS 8 has been a big,big problem. Apple has to fix this.  There should be a way to undo it.  It's a terrible mess.

Maybe you are looking for

  • Using Time Machine Backup Drive with NEW Macbook Pro

    I just got a new Macbook Pro. I migrated from my old MacBook Pro. Now I want to use my Time Machine Disk with this new machine. When I connect the external drive, and select back up now, it says there is not enough space (due to the fact this is a ne

  • Sharing with W7

    Hello. I just switched out my W7-laptop with a MacBook pro, and have come across a problem with file sharing on the network. I have a PC with W7 as media center with XBMC. It downloads and manages all of my media files, etc. It has two WD drives conn

  • Jni library loaded by System.load fails on later call to System.loadLibrary

    I'm attempting to use jnotify to listen for directory modifications. This requires using jni to dynamically link to a c library. I have gotten everything to work successfully if I put the library on the java.library.path. However, I would prefer to l

  • Missing Song Files

    Like many I'm experiencing the problem of 'The song xxx could not be used because the original file could not be found. Would you like to locate it?'( aka the exclamation mark problem ). Does anyone know whether this problem only existed after the 7.

  • Netweaver SR3 Installation - No option to install SAP System

    Hello, We are trying to install NW04s SR3 from the DVD shipment. We have started the installation master CD: 51033511_11 However, in the SAPinst, we do not see an option to install SAP Netweaver system. The options under SAP Netweaver are:   Standalo