Default TAB selection

Hi,
Can any one let me know how to specify the default TAB that needs to be selected when the query is executed. iam also looking how to display Texts under the TAB. I have created the TABS using the JAVA Script that been mentioned in one of the links here.
Thanks,
Padma

Refer to the below link
http://www.codeproject.com/jscript/DHTMLWebTabControl.asp
Regs
Gopi
Assign points if it helps ...

Similar Messages

  • How to make default tab selection

    Hi,
    We are using EP 6.0 with sp2 and patch level 39, out EP has data distrubuted over many tabs however, depending upon the portal logged in user, one particular tab has to be selected by default, please let me know how can I achieve this.
    Thanks

    Hi Swetha,
    Below link tells you the whole story and how to achieve navigation as per requirements.
    http://help.sap.com/saphelp_nw04s/helpdata/en/92/3e703e632c7937e10000000a114084/frameset.htm
    This thread can also do teh value addition
    Tab Order
    Regards,
    Vishal
    PS: Reward points for helpful answer.

  • WAD: Selecting the default tab programatically

    Hi Experts,
    I am currently developing a Web Report in WAD and have stumbled into a barrier. I have two layer of tabs, the first layer is:
    Tab 1 | Tab 2 | Tab 3
    The second layer sits within Tab 2 and is:
    Tab 2a | Tab 2b | Tab 2c
    When I setup the second layer of tabs I select Tab 2a as the default tab to be loaded as this is the tab used by the Executive users. However, I would like to change the default tab that is being used to Tab 2b when a different user logs in.
    I already have the JavaScript code required to find out what type of user has logged in but I am unsure how to use JavaScript to select Tab 2b when a user clicks on Tab 2 in the first layer of tabs.
    Is there any command and / or custom JavaScript that could be used to open Tab 2b when Tab 2 is clicked even though Tab 2a is set as default in WAD?
    Thanks and Kind Regards,
    Ale

    Joerg22 wrote:
    Here we are! One of our experts.Not really. The true experts hardly visit the Swing forum, soI thought I'd give it my best shot.
    Darryl, would you be so kind and translate your regex in written words?I'll do my best. But first, your specific queries.
    In particular two things are obscure to me:
    1. I understand that it looks for a line start or \n, but should not process (negative look ahead) at a line end.
    Why is looking for \n still necessary?Not a line start. The start of the String. See the documentation for Pattern#MULTILINE:
    In multiline mode the expressions ^ and $ match just after or just before, respectively, a line terminator or the end of the input sequence. By default these expressions only match at the beginning and the end of the entire input sequence.
    2. The second parameter in String.replaceAll(...) is just a string, but still you seem to use regex code there as well. (What do $0 and $1 stand for?)The matching group 0 matches the entire regex and 1, 2, 3 ... the capturing groups.
    So, in plain English: Match (the start of the String OR a newline) when not followed by the end of the String. Replace with what was found, plus a tab character.
    (note: $1 in the first sample to match whatever corresponded to the expression in the first parens. $0 in the second to match the total sequence, as parens were not used.)
    Try this silly example:String input = "TI? GO";
    String regex = "([A-Z ?])([A-Z ?])([A-Z ?])([A-Z ?])([A-Z ?])([A-Z ?])";
    System.out.println(input.replaceAll(regex, "$5$6$1$4$2$1$3"));Learning resources: The Java™ Tutorials: [Regular Expressions|http://java.sun.com/docs/books/tutorial/essential/regex/index.html]
    Regular Expression Tutorial: [Learn How to Use and Get The Most out of Regular Expressions|http://www.regular-expressions.info/tutorial.html]
    db

  • How do you get rid of default tabs on a document in pages 09?I h

    Hi.
    I am wanting just one tab on my document, but there are many popping up that I believe are default tabs. I am trying to delete them in inspector but it is not letting me. Any tips???
    Thanks!

    Select the text you want to apply your tab to and set the tab on the ruler by clicking on it.
    In the absence of any specified tabs the tabs will jump to set intervals on the ruler.
    Peter

  • Set Default Tab For A Step

    We have a system that has been installed at a couple of affiliate sites in Japan and Romania (we've been developing in Australia).  It runs on TestStand 4.2 with supporting code written in LabVIEW 8.6 (although the Romanian site uses TS4.2.1 and LV2010).  We have numerous custom steps in a types palette file.
    One of the sites has complained that when they add some specific steps (custom Numeric Limit Tests, in particular) to a sequence, the tab shown in the Step Settings pane is the "Limits" tab.  It would be more convenient and more useful to show the Edit tab (the one that shows the buttons for the Edit sub-steps).
    I realise it's just a matter of clicking on the relevant tab.  I also realise that once a file is saved, the last-selected tab is shown for each step when it's re-opened.  However, the customer is always right, so I need to see if it can be "fixed".
    Is there a way of setting the default tab for a custom Numeric Limit Test step to something other than the "Limits" tab?
    Help files, Google and the NI pages don't seem to be forthcoming on this issue.
    Thanks,
    Geoff
    Geoff Field, BE, CLAD, MIEAust
    Professional geek, amateur stage-levelling gauge
    Solved!
    Go to Solution.

    Thanks Rohama,
    I will mark the issue as "not fixable" and be done with it.
    Regards,
    Geoff
    Geoff Field, BE, CLAD, MIEAust
    Professional geek, amateur stage-levelling gauge

  • My tab default is1.25 which is too big for the A5 document I'm working on, how do I change the default tab so that I don't have to reset each individual line?

    My tab default is1.25 which is too big for the A5 document I'm working on, how do I change the default tab so that I don't have to reset each individual line?

    Hi Hannah,
    Inspector > Text > Tabs Button > Tab Settings > Default Tabs.
    To set a tab stop on the go, click in the ruler.
    If you can't see the ruler, Menu > View > Show Rulers.
    To set tab stops for lines (paragraphs) you have already typed, select those paragraphs and set them all at once.
    Also, have a look at Menu > Pages > Preferences > Rulers.
    Regards,
    Ian.

  • Tabbed selection screen problem.

    Hi expert,
    I need some help in creating my selection screen.
    Right now i'm creating a tabbed selection screen as the code below follows.
    PARAMETERS: p_test AS CHECKBOX USER-COMMAND testrun DEFAULT 'X'.
    SELECTION-SCREEN BEGIN OF SCREEN 100 AS SUBSCREEN.
    PARAMETERS: p_offkdt TYPE sy-datum MODIF ID thr.
    SELECT-OPTIONS: s_konfe FOR p0002-konfe.
    SELECTION-SCREEN END OF SCREEN 100.
    SELECTION-SCREEN BEGIN OF SCREEN 200 AS SUBSCREEN.
    SELECTION-SCREEN: BEGIN OF LINE,
                       COMMENT 1(20) text-005 MODIF ID yea
                        FOR FIELD p_lowdt,
                        POSITION POS_LOW.
    PARAMETERS: p_lowdt TYPE begda MODIF ID yea,
                p_updt TYPE endda MODIF ID yea.
    SELECTION-SCREEN: END OF LINE.
    PARAMETERS: p_keydt TYPE dats MODIF ID yea.
    SELECTION-SCREEN END OF SCREEN 200.
    SELECTION-SCREEN BEGIN OF SCREEN 300 AS SUBSCREEN.
    PARAMETERS: p_lvdat TYPE dats MODIF ID lv.
    SELECTION-SCREEN END OF SCREEN 300.
    SELECTION-SCREEN: BEGIN OF TABBED BLOCK prog_selection FOR 4 LINES,
                      TAB (20) button1 USER-COMMAND push1,
                      TAB (20) button2 USER-COMMAND push2,
                      TAB (20) button3 USER-COMMAND push3,
                      END OF BLOCK prog_selection.
    Now as I'm using tab and subscreen, therefore i need to initialize the subscreen which i wanted to use which i did in the initialization event.
      prog_selection-dynnr = 100.
      prog_selection-activetab = 'PUSH1'.
    With the above code, my default tab would be screen 100 which is the first tab.
    My problem right now is, after i execute the program, and then i press the back button to go back to the selection screen, the default tab 100 is shown again while i wanted to show the last tab which was picked before the program was executed. Please kindly advise how can i solve this problem.
    Many Thanks!
    -Suwardi Nursalim-

    Hi,
    DATA: V_DYNNR TYPE SY-DYNNR VALUE '0100',
               V_ACTIVETAB(4).
    INITIALIZATION.
      MOVE 'PUSH1' TO V_ACTIVETAB.
    AT SELECTION-SCREEN OUTPUT.
      prog_selection-dynnr = V_DYNNR.
      prog_selection-activetab = V_ACTIVETAB.
    When the user clicks each tab of the tab strip.*
    CASE SY-UCOMM.
       WHEN 'PUSH1'.
            V_ACTIVETAB = 'PUSH1'.
            (rest of your code).
       WHEN 'PUSH2'.
            V_ACTIVETAB = 'PUSH2'.
            (rest of your code).
       WHEN 'PUSH3'.
            V_ACTIVETAB = 'PUSH3'.
            (rest of your code).
    ENDCASE.
    Hope this will help you.
    Regards,
    Smart Varghese

  • Table control on Tabbed selection-screen

    Hi All,
    My Requirement is: I have a tabbed selection-screen with 3 tabs.
    On one of the tabs I have to include a Table control.
    Currently I'm displaying Table control as Pop-up . But I want that on the screen itself.
    Please suggest me how to do this.

    Once i have done this. but only table control was there on the screen.
    design a screen and place one table control.
    y will declare one default subscreen in the selection screen tab declaration,
    and
    At selection-screen.
    change the value of the deflaut screen to ur designed screen.
    below is one example
    controls: tab type tableview using screen 201.
    SELECTION-SCREEN BEGIN OF TABBED BLOCK object FOR 50 LINES.
    SELECTION-SCREEN TAB (60) tab_cls USER-COMMAND ut_cls
                          DEFAULT SCREEN 101.
    SELECTION-SCREEN TAB (60) tab_rcp USER-COMMAND ut_rcp
                          DEFAULT SCREEN 200.
    SELECTION-SCREEN END OF BLOCK object.
    SELECTION-SCREEN BEGIN OF SCREEN 0101 AS SUBSCREEN NESTING LEVEL 2.
    parameters: P_lifnr type lfa1-lifnr.
    SELECTION-SCREEN END OF SCREEN 0101.
    SELECTION-SCREEN BEGIN OF SCREEN 0200 AS SUBSCREEN NESTING LEVEL 2.
    parameters: p_ebele type ekko-ebeln.
    SELECTION-SCREEN END OF SCREEN 0200.
    AT SELECTION-SCREEN.
      CASE sy-dynnr.
        WHEN 1000.
          CASE sy-ucomm.
            WHEN 'PUSH1'.
              object-dynnr = 100.
            WHEN 'UT_RCP'.
              object-dynnr = 201.
            WHEN OTHERS.
          ENDCASE.
    here the defualt screen is 200 but for table control purpose i changed it to 201 which has the table control in it.

  • Default Tab settings in Text:Show Ruler Menu

    How can I change the default number of tabs and their positions when using the Text menu in an application developed with Interface Builder and XCode?

    In IB, select the NSTextView area, enter some text (a single character seems to do), set the new default tabs with Format:Text:Show Ruler and save the nib file with the new tab defaults.

  • Tab Selection on odc:TabbedPanel

    Hi All,
    I have jsp with 4 panels in the tabbed panel.. Have got a single <h:form> tab for all panels. Each panel has 2 command buttons.
    Whenever i click a command button on tab 4 .. control comes to the tabl.which i donot want. i want the control to remain in tab 4 itself...
    I tried the solution of including separate form tags for each panel and then set a value in the backing to identify which form is submitted and then hade the below code on jsp
       <f:verbatim>
                                <script>
                                    panel = ODCRegistry.getClientControl('tabbedPanel1');
                                    panel.restoreUIState('bfpanelForm' +
                                        </f:verbatim><h:outputText value="#{masterPublList.submittedForm}"/><f:verbatim>);
                                </script>
    </f:verbatim>..default value of the submittedForm is tab1. but when the tabbed panel is rendered, nothing is selected. and even i click the a btn on tab 4 the control comes to tab 1.. so the solution doesnot seem to work.
    Can anyone help me on this issuse

    The ODC tabbedpanel component in RAD7 should have an option to maintain the tab selected. I don't run RAD6/7 and this was told me so, so I'm sorry I that can't tell you which option exactly it is. I recommend you to just read it's documentation.
    If you're really stuck in it, I recommend you to use the Venkman Javascript Debugger extension to debug the JS involved in maintaining the tab selection. This way I'd found out this hack which is specific for the ODC component as is in WSAD 5.x. The article in http://balusc.xs4all.nl/srv/dev-jep-tab.html also states that it is WSAD 5.x specific.

  • UWL Default Tab

    Hi Folks,
    Client has UWL (EP7/SP13)  configured. When a user clicks on the UWL link, UWL is displayed with the standard 4 tabs with the 'Alerts' tab selected which contains nothing. Since we are going to utilize UWL only for Workflow tasks, I used the Wizard to hide the "Alerts' and 'Notifications' tabs. Now when I navigate to UWL in the Portal, the 'Tasks' and 'Tracking' tabs are displayed with the 'Tasks' tab highlighted. However the task list is empty, though there are tasks to be displayed (seems as if the default is still the 'Alerts' tab which is empty) and is updated only when I click on 'Tasks' tab again. How can I make the 'Tasks' tab the default tab to be displayed with its contents when UWL is launched?
    TIA.
    Cheers,
    Ramki.

    >
    Sunitha Hari wrote:
    > Hi ,
    >
    >
    >   Go to System administration -> system configuration ->Universal Worklist and work flow
    >  
    > 1)here in Universal Worklist Content Configuration click on
    >
    > Click to Configure Item Types and Customize Views Using a Wizard
    > 2)Select Customize the look of the UWL main page
    >
    > 3) Here select the tabs which are not required for and Click on Remove tab from Current view.
    >
    > 4)Save the changes.
    >
    > Hope this will help you.
    >
    > Regards,
    > Sunitha Hari
    >
    *And my original message states:*
    >
    > I used the Wizard to hide the "Alerts' and 'Notifications' tabs.

  • How can I specify the default tab in a CHM Output?

    My company uses CHM-based help for some of its products. We build the CHM files from RoboHelp 9, and while these CHM files don't really have a full Index attached to them, the Index tab shows up in the output anyway. Unfortunately, we are suddenly seeing that when the CHM file is launched from our program, the Index tab is displayed by default. We'd rather have the Contents tab be the default look, especially considering that the Index does not exist.
    I have poked around into how you can specify a default tab for a CHM file, and the only information I have found suggests that using a CHM file creates a file (HH.dat) that specifies which tab should be displayed on a user-by-user basis, and that the last tab displayed when you close the CHM should be the first one displayed when you re-open it. While this is true if you open the CHM independent from the product, when you launch it from our program, it's all Index, all the time.
    So, my question is: How can I specify the default tab for a CHM file? Or, failing that, how can I excise the Index tab from my CHM output.

    Hi there
    This will be something up to your application developer to resolve. When s/he issues the call to open the CHM, there are parameters that may be used to always open with the desired tab "in front".
    Point your developer to the link below and advise that s/he is most likely interested in the section titled: Programming Tips.
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Set as default tab doesn't save

    Because it shows the name of the last poster, I would prefer to have Overview as the default view for forums I visit. (I would hope that the names of the OP and last poster will be reinstated as soon as possible for all page views. As many others have already mentioned, this is very useful information to have.)
    For some reason, only in 10.4 Tiger does Overview remain as the default. (And, I don't remember even having to use Set as default tab for the Tiger forum to remain in Overview. It has just always appeared that way.) With any of the other forums I frequent, even if I click on Set as default tab for Overview, if I leave that forum and return it always reverts to Discussions view. It doesn't save that view.
    In addition, Set as default tab doesn't even appear as an option for several of the forums I visit.
    Is this a bug, or do I need to know something about making the save work?
    Unless it's some setting I'm missing on the Personalize/Widgets page, I don't see anything I can use there. I already have browser bookmarks for any of the forums I visit.

    Don Archibald wrote: The 'set as default' option will not be available when you are viewing the collection using the tab which has already been set as default.
    But, for example, neither in Tiger nor iTunes, did I set Overview as the default. They appear that way without having done anything. And thanks for the clarification on points.
    Before setting to Overview, Set as default is available:
    After setting to Overview, Set as default is now missing and I can not make Overview the default. Something I'm not getting?

  • In PO invoice tab select tax code shown amount column KOMV-KBETR as 100%

    Hi,
    In PO invoice tab select tax code shown amount column KOMV-KBETR as 100% we need as 10% my alculation is correct but showing only 100%
    i have assigned tax rate in j1id as 10% and Ftxp as same tax code as 100% and condition is JM02 as non-deductable.
    in PO condition value is showing as 10% correct value but showing in amount column as 100%
    Please suggest
    Thanks
    Shital

    No reply

  • Default tab in Process Purchase order

    Hi All,
    We are in SRM 4.0 and we recently we upgraded our system to SP12.
    After the upgrade, while entering into Process Purchase order transaction "Find" tab is showing by default. But before the upgrade it was showing Worklist as the default tab where we can see all the open work items in that tab.
    Is there a way to set "Worklist" as the default tab?
    Please advise.
    Thanks.

    Once the PO is published, you cannot delete it. If you have created a change version for the published PO, you can delete the change version but not already published PO.

Maybe you are looking for

  • Mac won't recognize my password to let me download anything

    I recently downgraded from Yosemite Beta to Mountain Lion and now my mac won't recognize my login credentials. Curious thing is it does recognize them to let me login at startup. But it won't let me download anything because it says my password is wr

  • Photoshop Element Editor 12 does not start

    Few days ago I installed Photoshop Elements 12. It worked fine, however today I decided to re-roll my system to the version prior to PSE installation. After reinstalling PSE12 I couldn't launch Editor - Organiser works fine. Editor doesn't start if I

  • Clicking/tickling sound from hard disk

    my macbook pro is making a slight, low tickling sound from right side of trackpad, probably the hard disk. this freaked me out, should I be worried ? I heard it on other laptops, but it's getting really frequent today, is it faulty ? Message was edit

  • Dynamically populating form -

    I need to make a dynamically populating form - I cannot find the instruction - is there a video on adobe tv? Please help me - I am desperate. Thanks a lot! K_S_

  • How to fix mms size restriction

    some of my incoming text messages say "media content was not included due to a picture resolution or message size restriction", how can i fix this?