How create two lines tabs

How i can create a 2. Tab Line for 1 Tab?
I want have the main menue Tabs on top. Under a tab called Profil i want create a 2. Tab line.

Hi,
Firstly, you should change the default page template used in your application: Go to Shared Components, Themes and click on your theme. Scroll down to the "Component Defaults" section. Change the Page and Error Page settings to one of the "Two Level Tabs" settings and click Apply Changes. Any page that is set to use the default page template will now use the one you have selected for Page. If you have changed any of the pages to use a specific page template, you may have to change them manually.
Now go to Shared Components, Tabs. You should have two rows with tab details. The long green bar shows "Standard Tabs" and the individual green boxes above that shows "Parent Tabs". Click on the Utilization option at the top. All your tabs should be listed. The first column, headed "Tab Set" identifies the tab set name that you should use to link your pages to the tabs. Make a note of this name. If there is any tab that does not have a Parent Tab Set value, click on the link in the Tab Name column and select a valid Standard Tab Set then click Apply Changes.
Now go to a page. Click the Edit Page Attributes icon in the top-right of the Page section. In the "Display Attributes" section, the first setting should be "Page Template" - make sure that this is either "- Use Application Level Default Template -" or the name of the "Two Level" template you want to use. The second setting is "Standard Tab Set" - set this to the tab set name you noted earlier.
That should do it!
Andy

Similar Messages

  • How display two-line descriptions in month view

    In the iCal version in Snow Leopard, it was possible to display a two-line description of an event in month view. Is there a way to do that in the version included with OS 10.9 and 10.10? The descriptions now are so truncated it can be hard to understand what they refer to. Also, the text of the descriptions in month view no longer is in the color of the calendar they are assigned to (except for all-day events). Instead, the descriptions are marked with tiny dots. This makes it much more difficult to distinguish between event types. Apple seems to be changing its apps for some misguided sense of aesthetics instead of emphasizing utility.

    I have the same question. One workaround is to copy an existing two-line event to the day that you want to create a new event. Then edit that to change it to the event name you want. This seems to work even though just typing a new name truncates it to one line.
    I hope someone can provide a more elegant solution.

  • How create two Folder by coding in SDK Form

    Hi Everybody,
    Can anybody tell me how to create folders. I want to create two folders by coding and wants to put three fields in each folder. Actually it is not difficult by using Screen Painter and I can create but can't understand how to do by using code itself and also when click on first folder then second folder's field should not be visible and when click on the second  folder then first folder's fields should not be visible and want to insert data into database table by using this form  and I can do this. Only the problem with folders.......
    I had tried so mant things but could not get how to do.
    So please send any sample code...
    Thanks in advance....

    Hi,
    Check this samle C:\Program Files\SAP\SAP Business One SDK\Samples\COM UI\VB.NET\07.ComplexForm\
    In this sample he create the whole form  by code, but u can check this sample so that u can understant the FOLDER creation.. which is as follows..
            '// Adding Folder items
            For i = 1 To 2
                oItem = oForm.Items.Add("Folder" & i, SAPbouiCOM.BoFormItemTypes.it_FOLDER)
                oItem.Left = (i - 1) * 100
                oItem.Width = 100
                oItem.Top = 6
                oItem.Height = 19
                oFolder = oItem.Specific
                '// set the caption
                oFolder.Caption = "Folder" & i
                oFolder.DataBind.SetBound(True, "", "FolderDS")
                If i = 1 Then
                    oFolder.Select()
                Else
                    oFolder.GroupWith(("Folder" & i - 1))
                End If
            Next i
    And in the Item event use this code....
    Case SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED
                        '// Check if the event was raised by one of the Folder items
                        '// and change the form's pane level
                        If pVal.ItemUID = "Folder1" Then
                            oForm.PaneLevel = 1
                        End If
                        If pVal.ItemUID = "Folder2" Then
                            oForm.PaneLevel = 2
                        End If
    Hope it helps,
    Vasu Natari.
    Edited by: vasu natari on Jul 22, 2009 2:18 PM

  • How create command-line a new OC4J instance?

    I have no access to OAS console and I need to create it with command-line.
    Do you know sintaxis?
    Thanks in advance.
    Message was edited by:
    JohnRC

    depends on version

  • Re: Sum for two cross tabs

    Hi Gurus,
    I created two cross tab reports from two queries query 1 and query 2 .
    query 1 is division wise turnover and query 2 is plant wise. I used both cross tabs in single tab only. The requirement is i need to merge, so i removed the header for second cross tab. then the report will look like below
    >>>>>>(Months)>>>JAN-11>>>FEB-11>>>MAR-11>>>APR-11>>>MAY-11>>>......DEC-11
    Div/pla
    DIVISION1>>>>>>>1000>>>>>200>>>>>100>>>>>>500>>>>>>300>>>>>>.......700
    DIVISION>>>>>>>>2000>>>>>400>>>>>900>>>>>>500>>>>>>600>>>>>>.......300
    PLANT1>>>>>>>>>6000>>>>>340>>>>>140>>>>>>570>>>>>>380>>>>>>.......720
    PLANT2>>>>>>>>>4000>>>>>370>>>>>640>>>>>>870>>>>>>980>>>>>>.......820
    But i have a requiremnet to show the  sum of division and plant together which is as shown below
    >>>>>>(Months)>>>JAN-11>>>FEB-11>>>MAR-11>>>APR-11>>>MAY-11>>>......DEC-11
    Div/pla
    DIVISION1>>>>>>>1000>>>>>200>>>>>100>>>>>>500>>>>>>300>>>>>>.......700
    DIVISION>>>>>>>>2000>>>>>400>>>>>900>>>>>>500>>>>>>600>>>>>>.......300
    PLANT1>>>>>>>>>6000>>>>>340>>>>>140>>>>>>570>>>>>>380>>>>>>.......720
    PLANT2>>>>>>>>>4000>>>>>370>>>>>640>>>>>>870>>>>>>980>>>>>>.......820
    >>>>>>>>SUM>>>13000 >>>>>1310>>>>1780>>>2440>>>>>>2260>>>>>.....2540
    Since it's two cross tabs i couldn't able to get the sum.
    Guide me how can i achieve this in BOXI 3.1
    Thanks & Regards,
    Ranganath

    Hi thanks for your reply ,
    I already tried the way sum(CROSS TAB 1 )+SUM(CT 2) but the problem is its taking the whole sum(cross tab1 )
    for ex:
    DIVISION1>>>>>>>1000>>>>>200>>>>>100>>>>>>500>>>>>>300>>>>>>.......700
    DIVISION>>>>>>>>2000>>>>>400>>>>>900>>>>>>500>>>>>>600>>>>>>.......300
    sum----
    3000>>>>>600>>>>>1000>>>>1000>>>>>>900>>>>>>>>>1000
    PLANT1>>>>>>>>>6000>>>>>340>>>>>140>>>>>>570>>>>>>380>>>>>>.......720
    PLANT2>>>>>>>>>4000>>>>>370>>>>>640>>>>>>870>>>>>>980>>>>>>.......820
    >>>>>>>>SUM>>>17500 >>>>>8210>>>>8280>>>8940>>>>>>8860>>>>>.....9040
    here for division whole sum is 7500
    so for jan.2011 plants sum is 6000(Plant 1)4000(Plant 2)7500(all months of division) instead of 3000(division 1+divison 2) on jan 2011.
    thats is the problem i'm facing.
    Hope you understand my problem explanation  here.
    Regards,
    Ranganath

  • Pushbuttons in two lines

    Re: How to add much more "Pushbutton" to the standard pf-status  
    Posted: Jul 20, 2005 11:57 AM        Reply      E-mail this post 
    Hello,
    I am interested in add not only one but over 29 new Pushbuttons on my own pf-status.
    That's not a problem because it allows until 35 pushbuttons, but some of them have a descriptive text, and the last ones are not shown inside the screen.
    Does anybody know how to create two lines of pushbuttons, or a extended list of pushbuttons, or any other solution ?
    Thank you in advance for your answers.
    Jordi Pons

    Hi Jordi / Komal,
    This is a very good answer. I was about to suggest exactly the same.
    Regards,
    Anand Mandalika - Moderator.
    P.S. I have rewarded 6 points to Komal for this answer. You can always change the points as you deem appropriate. But please don;t forget to reward the answers that have been helpful.

  • How to create tab in two lines

    Greetings,
    Created set of tabs. but they are displaying in a single line e.g Orientation Sales Day. it is apperaing in a single line and i want to display in two lines like
    "Orientation
    Sales Day"
    How i will achive this target ?
    Guide pls

    Hi,
    Looking at your example at http://apex.oracle.com/pls/apex/f?p=18686:1:561273670565801::::: posted on {thread:id=2423720}.
    /i/themes/theme_1/images/bg-tabs-r.gif image is only 35 pixel tall, so you will need to increase the height of this image.
    Similarly, you will need to increase the heights of /i/themes/theme_1/images/bg-tabs-current.gif and /i/themes/theme_1/images/bg-tabs-non-current.gif . Maybe you have to increase the height to 80 or 90 pixels. It is not going to look good on the page.
    Get yourself FF/Firebug or some such tool to inspect the HTML DOM and you will be able to see for yourself that the label of the tab is indeed wrapping with <br /> , its just that the images ( and a result the display area) are not big enough to show the complete label.
    Cheers,

  • Adobe Photoshop: how to create cut lines on landscape letter for two 5 by 7 in images?

    adobe photoshop: how do i create cutting lines in adobe photoshop if my document is landscape 8.5 by 11 inches and the image are two side by side 5 by 7 in (so appearing 10 inches wides, 7 inch height)... so basically this leaves a 0.5 border top/bottom/left right....i need corner crop marks and a little line in the middle top and bottom (in the crop area) to designate where to cut the 10 inches into 2, creating my two 5 by 7 inches for each image... my guidlines are perfectly aligned, i just need to know how to make cut lines out of my guidelines except in the middle

    What I use to do years ago, before most apps had auto crop marks. Was create the guidelines for the margin. Use a line tool, pen tool, etc. and create a line that goes from the guidelines where they meet each other and draw outwards to the edge of the page. Because the line is on the guideline, it snapped to it, making it a straight line. Repeated for the same corner drawing the other direction. (In other words, if I was doing the top left corner, I would draw out to the left, then repeat to draw out to the top of the page).
    Group the two line, copy and flip to snap it to the next corner and repeat until all four corners of the page are done.
    But if you have a postscript printer, acrobat pro, adober illustrator or adobe indesign, they will generate the crop marks for you.
    tip: Do the above while creating an action and your done for the next time. Just run the action. But I reccomend that you set the rules to percentages when creating the guidelines, that way, it can work on more than one image size.

  • How to create two headers line in CSV  file  for File Receiver Adpater ?

    Hi friends ,
                     My scenario is RFC to File. I am downloading file in CSV format . May I know how do i add two line of staic headers Like follows
    <b>  CLOCTYP     CFLOCTYP
      Exe Loc. Type     Cus Loc. Type</b>
    Best Regards.,
    V.Rangarajan

    My Input xml will be like
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:FileRec_MT xmlns:ns0="urn:tabFile">
        <ContactFile>
                  <Contact>
                      <Name>Raghavendra</Name>
                      <LName>GURU</LName>
                     <Company>xxx</Company>
                  </Contact>
        </ContactFile>
    </ns0:FileRec_MT>
    <b>Output in csv as</b>
    Raghavendra, Guru ,xxx
    My requirement is [ 2 header Lines ]
    <b>CLOCTYP           CFLOCTYP        CFPLACE
    Exe Loc.Type        Cus Loc. Type     Place</b>
    Raghavendra        Guru                   xxx
                   If multiple rows comes it has to come like
    <b>   CLOCTYP              CFLOCTYP          CFPLACE
       Exe Loc. Type       Cus Loc. Type       Place</b>
       Raghavendra         Guru                      xxx
        test              test           yyyyy

  • How can I create two different home pages or set up two different tabs when I open my firefox browser?

    I want to open up my Firefox browser and have two different tabs on my home page. How do I do that? Thanks!

    http://support.mozilla.com/en-US/kb/How+to+set+the+home+page

  • How to create two instances of a midlet

    Hi!
    I've programmed a MIDlet that can organize a tournament (save player datas, show rankings...). Right now it can only manage one tournament at a time but now I'd like to be able to manage two simultaneous. I designed the midlet like the famous "Smarticket"-Midlet: a "wrapper" midlet class and a controller class that handles the events. For those of you who dont know the Smartticket example here is my subclass of MIDlet:
    public class MagicTOMIDlet extends javax.microedition.midlet.MIDlet {
        private TOUIController controller;
        public void startApp() {
            new Thread() {
                public void run() {
                    controller = new TOUIController(MagicTOMIDlet.this);
                    controller.init(); // setCurrents() to MainMenu - the entry point of the program
            }.start();
        public void pauseApp() {
        public void destroyApp(boolean unconditional) {
    }The problem is: How can I create two midlets so that I can switch between the 2 tournaments to enter for example new Data (resuts...)? The tournaments don't affect each other, they just have to run simultaneously. My phone is a Nokia 3510i and it can't just run 2 copies of the MIDlet.
    I had two solutions in mind but both didn't work:
    1.) Declare 2 controller classes controller1 and controller2 and a switch Command, that can switch between both. After starting the midlet ask the user if he wants to organize one or two tournaments.
    Here is the code for the MIDlet subclass:
    public class MagicTOMIDlet extends MIDlet implements CommandListener {
        public TOUIController controller1, controller2;
        private List list;
        private Command okCommand;
        private Command exitCommand;
        private Display display;
        private Thread t1, t2;
        private MagicTOMIDlet midlet;
        public void startApp() {
            display = Display.getDisplay(this);
            list = new List("Choose # of Drafts", List.IMPLICIT);
            okCommand = new Command("OK", Command.OK, 1);
            exitCommand = new Command("Exit", Command.EXIT, 5);
            list.append("1 Draft", null);
            list.append("2 Drafts", null);
            list.addCommand(okCommand);
            list.addCommand(exitCommand);
            list.setCommandListener(this);
            display.setCurrent(list);
        public void commandAction(Command command, Displayable displayable) {
            if ((command == okCommand) || (command == List.SELECT_COMMAND)) {
                String label = list.getString(list.getSelectedIndex());
                if (label.equals("1 Draft")) {
                    t1 =  new Thread() {
                        public void run() {
                            midlet.controller1 = new TOUIController(midlet, TOUIController.DRAFT_SINGLE);
                            midlet.controller1.init();
                    t1.start();
                } else if (label.equals("2 Drafts")) {
                    t1 = new Thread() {
                        public void run() {
                            midlet.controller1 = new TOUIController(midlet, TOUIController.DRAFT_1);
                            midlet.controller1.init();
                    t2 = new Thread() {
                        public void run() {
                            midlet.controller2 = new TOUIController(midlet, TOUIController.DRAFT_2);
                            midlet.controller2.init();
                    t2.start();
                    t1.start();
            } else if (command == exitCommand) {
                destroyApp(true);
        }And here parts of the controller class:
    public class TOUIController implements CommandListener {
        public TOUIController(MagicTOMIDlet midlet, byte id) {
            this.midlet = midlet;
            this.draftId = id; // DRAFT_1 = 1, DRAFT_2 = 2, DRAFT_SINGLE = 0
            if (id == DRAFT_SINGLE) {
                singleDraft = true;
            } else if (id == DRAFT_1) {
                otherDraftId = DRAFT_2;
                singleDraft = false;
            } else if (id == DRAFT_2) {
                otherDraftId = DRAFT_1;
                singleDraft = false;
        public void commandAction(Command command, Displayable displayable) {
          else if (command == switchCommand) {
                if (draftId == DRAFT_1) {
                    setCurrent(midlet.controller2.display.getCurrent());
                } else if (draftId == DRAFT_2) {
                    setCurrent(midlet.controller1.display.getCurrent());
        }Somehow it doesn't work. If I try to Switch I land in the MainMenu of the same Tournament (here called: draft).
    My 2nd solution would be to declare two midlets in MagicTOMIDlet and to pass both midlets to the controller class:
    public class MagicTOMIDlet extends MIDlet implements CommandListener {
        public TOUIController controller;
        private List list;
        private Command okCommand;
        private Command exitCommand;
        private Display display;
        private Thread t1, t2;
        public MagicTOMIDlet midlet1;
        public MagicTOMIDlet midlet2;
        public MagicTOMIDlet() {
            midlet1 = this;
            midlet2 = this;
        public void startApp() {
            // as above
        public void commandAction(Command command, Displayable displayable) {
            if ((command == okCommand) || (command == List.SELECT_COMMAND)) {
                String label = list.getString(list.getSelectedIndex());
                if (label.equals("1 Draft")) {
                    t1 =  new Thread() {
                        public void run() {
                            midlet1.controller = new TOUIController(midlet1, TOUIController.DRAFT_SINGLE);
                            midlet1.controller.init();
                    t1.start();
                } else if (label.equals("2 Drafts")) {
                    t1 = new Thread() {
                        public void run() {
                            midlet1.controller = new TOUIController(midlet1, midlet2, TOUIController.DRAFT_1);
                            midlet1.controller.init();
                    t2 = new Thread() {
                        public void run() {
                            midlet2.controller = new TOUIController(midlet2, midlet1, TOUIController.DRAFT_2);
                            midlet2.controller.init();
                    t2.start();
                    t1.start();
    public class TOUIController implements CommandListener {
        public TOUIController(MagicTOMIDlet midlet, MagicTOMIDlet otherMidlet, byte id) {
            this.midlet = midlet;
            this.otherMidlet = otherMidlet;
            this.draftId = id;
            if (id == DRAFT_SINGLE) {
                singleDraft = true;
            } else if (id == DRAFT_1) {
                otherDraftId = DRAFT_2;
                singleDraft = false;
            } else if (id == DRAFT_2) {
                otherDraftId = DRAFT_1;
                singleDraft = false;
        public void commandAction(Command command, Displayable displayable) {
            } else if (command == switchCommand) {
                setCurrent(otherMidlet.controller.display.getCurrent());
    }It same the same wrong behaviour as my first solution.
    I'm tankful for any advise or solution you might give me!
    Marko

    The first way should be correct, but what do these
    lines:
    setCurrent(midlet.controller2.display.getCurrent());
    setCurrent(midlet.controller1.display.getCurrent());do?Sorry, I didn't want to make the post too long...
    public void setCurrent(Displayable displayable) {
            display.setCurrent(displayable);
        }If you are sure that my 1st solution should work I'll try to find the error.
    Thanks!
    Marko

  • How to show warning message in two Lines.

    Hi,
    Can some one please let me know how to show a warning message in two lines. I have created a Message in EBS in two lines but it still displays on the page in a single line.

    use bundled exception.
    ArryList peerExceptions = new ArrayList();
    peerExceptions.add(new OAException(....));
    peerExceptions.add(new OAException(....));
    OAException.raiseBundledOAException(exceptions);
    --Prasanna                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How much RAM do tab groups use (on average)? Do I need to watch out for how many groups I create?

    I may have gone overboard in the creation of Tab Groups. I say this because now my system is beginning to act a bit sluggish. I created 7 groups, two of which have 9 or 10 tabs. Should I pull back on the number of groups I create (as well as how many tab are located within each group). That is: How much RAM do tab groups use. How can I calibrate or understand the trade off between these markers and the amount of RAM they use?

    You can see the memory usage on the about:memory page.
    You can open about: pages via the location bar like you open a website.

  • How do i change the text in a submenu diffrent than the page name? I want it wrap into two lines

    How do i change the text in a submenu diffrent than the page name? I want it wrap into two lines or be a diffrent title but i can't figure out how to make any changes to the text.

    Hello,
    Text in Menu/Submenu canno tbe changed while using menu widget. However, if you use the Manual Menu option, then you can create your own Menu and add the hyperlinks according to your requirement.
    To create Manual Menu, please follow the steps below :
    1) In the Widget palette, go to "Menus" click and drag "Vertical/Hrizontal" into your artboard/workspace
    2) Click on the widget itself to a blue arrow appears to the right
    3) There is a drop down called "Menu Type" set it to "Manual" (as shown in screenshot) :
    4) Now You can create your own Menu and add your own text and hyperlink to  this Menu.
    Hope this helps.
    Regards,
    Sachin

  • Procurement tab in Sales order displays two line items per material

    Folks
    I am not a SD guy and i have a very basic question on how to read the details in the procurement tab for a sals order.
    In the Procurement tab of a Sales order, two line items per material are displayed as shown below. whats does this mean ?
    Further, I had observed the below differences in the below 2 lines
    1. Mat. Avail Date is 06/19/2007 for line 1 & 06/20/2007 in line 2.why r the dates different ?whats the significance?
    2. Confirmed qty is 0 line 1 & 1in line 2.( when does confirmation trigger or update ? Is it upon ATP check or upon delivery ?)
    3. Order qty is 1 line 1 & 0 in line 2.
    Item     Material     Plant     Confirmed Qty     SU     Mat. Avial Date     SL     Req. Type          Deliv. Date     ATP Qty     Loading dt     Route     Part. Deliv/ Item     Deliv priority     Desc                              
    10     NTE801NC     2400     0     EA     6/15/2007     CT          D     6/19/2007     0     6/15/2007     24GB03     C     98     Priority 98 (Normal)                              
                                    1     EA     6/15/2007     CT          D     6/20/2007                   6/15/2007                    Priority 98 (Normal)                              
    Thanks

    It means  2 schedule line for that materials ,
    06/19/2007  is the date on which material is requested by  customer  but there is not sufficient stock on that day so 0 quantity is confirmed for that day.
    On 06/20/2007 material is availabe and you can start delivery to customer on 06/20/2007 and system confirms the material for 20th and it is reserved for this sales order.
    Confirmation is based on your MAT ( Material availability date ), but you can revist these dates through by triggering availabilty check or Back order processing through GATP or ATP.
    Manish

Maybe you are looking for

  • Error while saving a query view

    Hi All, I am trying to save a query view in my favourites and it is failing with below message: Namespace '/BIC/' must be set to 'changeable' (transaction SE06) I have created many query view so far, this issue has just started. Could you please help

  • Customizing messaging and silent mode

    Several questions here: 1- Is there a way to choose to send text message rather than iMessage to a specific contact other than completely turning off iMessage? 2- Can the vibrate mode be customized to select how many vibrations for each category rath

  • How to add picture in garageband 10.2?

    Hi, I've just updated my garagaband to a new 10.0.2 version and I cant seem to find a photo option in the media browser, they have videos and music but no photos? Also where is their podcast setting option. Im running a mac os 10.9.2 system. Can anyo

  • Photos app saying "Restoring..."

    I just see this in photos app. Why it is doing that. Please help, i dont want to lose anything. And if i delete something, it delete it with lag like 5~ second http://i.hizliresim.com/g4XJgN.jpg if i create this post to wrong section, forgive me..

  • Link 2 portions of same movie

    I have a movie in 2 pieces.  The first half and the second half.  I went through compressor and made 2 .m2v files and 2 .ac3 files.  I cannot get DVD SP Pro 4.2 to put them together.  It wants to make each one a separate chapter.  How do I get it to