Tab Page and Username

Is there a way to make the user's name appear as the Tab Page name. Here's the issue: We have several tabs on a page that are fixed (the user cannot change them). One of the tabs is labeled 'My Tab' (The user has full control of this tab, but since this is a fixed tab, he cannot edit the name). What we would like to do is, programmatically change the name of 'My Tab' to something like 'Gary's Tab' when the user logs in. Is this possible?
We are developing an Intranet site, so the only customization takes place within 'My Tab', because of our environment, we do not allow the user to add their own tab page, which would fix the problem.
Thanks,
Gary
We are running Portal 3.0.9.8.2 JPDK 3.0.9.0.5

Hi Gary,
The user level customization of the tab page label is not supported. Also, there is no public API to update the label.
And even if there was an API, your updating routine needed to be called each time the page is rendered to make sure that the tab is correctly rendered for that particular user.
When multiple users are accessing the page the label needs to be changed with each request... Not very elegant.
Is there any other way you could implement the navigation?
Peter

Similar Messages

  • Is there a way to create multiple New Tabs pages and name them?

    This feature is great but I would like to be able to create multiple new tabs pages and label them. This would be more useful than tabs groups that all load at once.

    No that is (currently) not possible.
    It will be possible in future Firefox version to specify the number of rows and columns.
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=752841 bug 752841] - [New Tab Page] make the number of tabs adjustable
    <i>([https://bugzilla.mozilla.org/page.cgi?id=etiquette.html please do not comment in bug reports])</i>

  • Tab page and customization keeps disappearing

    For the last two days, my tabs page and customization keep disappearing. When I open a new tab, it is completely blank, with no preloaded sites. When I try to add items such as bookmarks, home, search, adblock, etc to the address bar, they appear as if they have been added but do not appear on the page, nor do they appear after I shut down and restart Firefox. I have refreshed multiple times in the last few days. At that point, I can see the tabs page, see the settings gear, and can populate tabs, pin them etc. I can also get the customization to work. Most recently, the tab page was there, and I could see sites loaded, but the images were missing and never appeared. Sometimes when I shut down the computer, the settings are all saved, but other times they all disappear and the process starts all over again. This includes when I close Firefox with the Exit command under File rather than using the red X option.

    Other users have reported problems with FoxTab recently: the reviews for it over the last 9 months are pretty blistering: [https://addons.mozilla.org/firefox/addon/foxtab/reviews/]. I don't know enough about that extension to help with that.
    But regarding the built-in main toolbar, those are changes that Firefox itself should save. Our support article "[[How to fix preferences that won't save]]" covers many of the reasons that there might be glitches with that. Another common issue is utility/privacy/security software like Advanced SystemCare that has a home page protection/browser protection feature. This can roll back your changes between sessions of Firefox. You may need to disable that feature if any of your software has it.

  • Activate Tab page and set cursor on field!

    Hi All,
    I have a requirement to mimic SAP standard functionality like whenever a mandatory field is not enetered in a transaction, the control activates particular tab page and set the cursor on mandatory field.
    My requirement is as below.
    There is a main screen 1 with many tab pages.
    But when I click on save button, the control goes to different screen. When a partular field is not enetered, then I should put my control to a particular tab page and cursor on that initial field.
    Please help me to get this done. Al I think is SET SCREEN but not sure how I can eneable the control to a particular tab page and cursor on a field from the different screen.
    Many thanks.
    -Pratyusha
    Edited by: pratyushasdn on Jun 24, 2010 2:07 PM

    Hi chandrasekhar find my code below
    this code i am writing under  at selection-screen.
    *&      Form  Z_VALIDATE_TVKOV
    FORM z_validate_tvkov .
      DATA: i_vtweg LIKE vbak-vtweg.
      IF NOT s_vtweg-low IS INITIAL.
        SELECT SINGLE vtweg FROM tvkov INTO i_vtweg
                     WHERE vtweg = s_vtweg-low.
        IF sy-subrc <> 0.
        set cursor FIELD 'S_VTWEG-LOW'.
        MESSAGE e000(z_sd) WITH text-052.
        ENDIF.
       ENDIF.
      IF NOT s_vtweg-high IS INITIAL.
        SELECT SINGLE vtweg FROM tvkov INTO i_vtweg
                            WHERE vtweg = s_vtweg-high.
        IF sy-subrc <> 0.
          MESSAGE e000(z_sd) WITH text-052.
        ENDIF.
      ENDIF.
    ENDFORM.                    " Z_VALIDATE_TVKOV

  • Data network locked down when usb tethering with a lot of request (i.e. 3 to 4 tab pages and IRC)

    Hi, i am currently using the usb tethering on my ubuntu desktop(this also happened in win8 desktop) which the data network will be locked down when open 3 to 4 tab pages in 3-4 seconds or requesting large amount of data traffic (i.e. downloading movie)
    This locked down will be recovered only  after a few minutes (4 minutes at least) when there is no more request maked.
    OR reboot the phone again. 
    This doesn't affect receiving calls, only the data network is locked down
    I do see this is a software problem as i have asked for a exchange for phone, the same thing happened again.
    Does anyone get the same problem as i experienced?
    The firmware is v.114 
    Thanks for help

    Hi z1CUser
      based on your information, i believe there is not problem with the phone, since even second phone is doing same thing as first, what I can suggest is
    >check with different phone if possible and see whether it does same, incase 'Yes" then its might be with the internet connection i believe, you can give a call to Internet Service Provider, stating the issue faced in 2 different phones
    >if possible Refresh the Router and try to connect it again
    >Last you can try to restore the phone once
    Manjuboyz
    NOTE:
    Rate me(Kudos) If you are happy with my Resolution, Thanks

  • Active tab page and tab

    I would like to know how to make active tab page stands out from other tab pages. For example, tab page background color and tab background color in light gray. Tab text in white. Any ideas?
    Thanks in advance for any suggestions.

    Xiaoling,
    as far as I know this is not possible. One way to do what you want is to use all uppercase letters for teh active / selected tab and all lower case for the other.
    Frank

  • Navigate from a chart to another tab page

    I have a requirement to navigate from a chart to another tab page. Right now my implementation requires that I select one of the bars on the chart to navigate which also performs filtering. I want to be able to click any area on the request (not just the bars) that contains the chart to take me to another tab page and I don't want any filtering. Can this be done?
    Thanks in advance!
    Edited by: user9213142 on Oct 24, 2010 5:50 AM

    Hi Srikanth,
    Thanks for getting back to me.
    The method that recommended is what I am currently using. However, I want to be able to click anywhere on the chart not just the bars. Is there away to navigate by clicking on anywhere within a section?
    Thanks again!

  • How to set an tabbed page value in a field on another page?

    Hi,
    I am creating an Application in jdev10.3.4 ADF.i have created a tabbed page having 4 tabs
    Leeson Learned
    Best Practice
    Value Addition
    Other
    on each tabbed page i have a create button which will open a create page on that create page i need to set the value of field named category whose value
    will same as tabbed page name
    like when we press Lesson Learned tabbed page and then click create button on craete page in category field it should be set to "Leeson Learned" automatically.
    can anybody help me out how to do it ?

    Please try this - it works fine and I hope you understand it:
    You have to take a look for the binding of your radiobuttonlist here - You can change the binding value with a doubleclick, for example
    1 to ValueA
    2 to Value B
    Then you have to change your script and ask for:
    if(RadioButtonList.rawValue == ValueA)
        if (NumericField1.rawValue >= 1000 && NumericField1.rawValue <= 4999)
            NumericField1.rawValue *5/1000;
    }else
        if (NumericField1.rawValue >= 1000 && NumericField1.rawValue <= 4999)
            NumericField1.rawValue *20/1000;
    I would prefer to show the user a message:
    if(this.rawValue >=1000 && this.rawValue <=4999)
    }else
        app.alert("Please insert a value between 1000-4999. Thx.");
        this.rawValue = null;
    You have to coy this in the exit-event of the NumericField1.
    Hope it will helps you,
    Kind regards Mandy

  • FRM-41837 Error raising tab page

    Hi,
    I've got a problem with my form. I have four tab pages but in some cases I need to hide two tabs and save the information of the other tabs , when I try to save the data in my enabled tab pages I'm getting the error: FRM-41837 Error raising tab page
    Can somebody help me please?
    Thanks in advance.

    Hi Sarah,
    Here's the deal, I have four tab pages and I need to hide two tab pages because of one or more conditions, the thing is I need to save tha data in my available tabs, I checked the code and I don't have any go_block or go_item sentence in my triggers that could be affecting but I'm gonna check the code again maybe is something else =(
    Thanks a lot for your comments

  • Incident/Accident Log - Create description field in new tab page

    Dear all,
    I have a question about Incident/Accident Log.
    In the Incident/Accident Log, a new tab page and fields inside it can be created using class and characteristics, respectively. The characteristic value field is limited to 30 characters length by the system.
    Is there any way a field for comments (say, of 100 characters minimum length) can be created in the tab page.
    Thanks in advance.
    Regards,
    Mohan

    Hi Mohan,
    I don't think there is any standard way to increase characteristic value field.  However, you may want to consider a workaround.  You may create a 'Multivalue' characteristic with 30 characters length.  This gives you an option of entering multiple lines of 30 characters.  The problem with this is... SAP automatically sorts the values.
    For example,
    if you enter
    THIS IS A MULTIVALUE
    CHARACTERISTIC WITH 30
    CHARACTERS IN LENGTH.  I NEED
    TO ENTER COMMENTS THAT ARE
    MORE THAN 30 CHARACTERS.
    (Please note that I am putting the word in next line if it cannot be accomodated fully in the current line.  That means, some lines may contain less than 30 characters.)
    SAP Shows it as,
    CHARACTERISTIC WITH 30
    CHARACTERS IN LENGTH.  I NEED
    MORE THAN 30 CHARACTERS.
    THIS IS A MULTIVALUE
    TO ENTER COMMENTS THAT ARE
    You may put numbers infront of each line to avoid this.
    1 THIS IS A MULTIVALUE
    2 CHARACTERISTIC WITH 30
    3 CHARACTERS IN LENGTH.  I
    4 NEED TO ENTER COMMENTS THAT
    5 ARE MORE THAN 30 CHARACTERS.
    I know it is not the best solution, but worth giving a shot.

  • Pages in Tabbed pages

    Can somebody point me in the right direction. The functionality I am trying to achieve is by linking a number of pages to my tabbed page and subject to the user logging on will only be able to see their relevant page.
    The page is to be displayed directly in the current page area.

    As posted earlier you can achieve this by granting access level privileges to user's on certain pages.
    Enable the Item level security on page and Tab(My Home Tab)and in the My Home Tab, you can create page link items to point to different pages. Edit each of these items and grant the respective privilege to the users. So the user who logs in will see only the links to those pages which he has been granted access.But the portal_admin user will be able to access all the pages.

  • Tab pages

    Hi,
    I've 3 radio buttons(A,B,C) in the form and 3 tab canvases(tab1, tab2, tab3) with 3 tab pages each.. When user select radio button A, then tab1 canvas displays(with corresponding tab pages) and when user select B radio button then tab2(with corresponding tab pages) displays and so on.. one of the requirement is if there is no data then disable those tab pages. I was facing one issue when i was trying to disable the tab pages. if there is no data for all tabe pages for a particular tab canvas then it says -> FRM-41389: Cannot set ENABLED attribute of last enterable tab page. Is there anyway to achieve this? or any advise? or different solution pls? the requirement is to disable the tab pages if no data, i need to achieve this.
    Thanks for your help

    Presumably one page has to be enabled in each tab set. So make sure the topmost page is left enabled and disable the others. Alternatively you could disable the blocks/fields on the tab pages instead.

  • About forms builder 6i's tab page

    when tab page is changed from one to another which triggers will be fired in order?? (click the topmost Tab Page )
    thanks
    Edited by: user650991 on Apr 16, 2009 6:11 PM

    ok, I find the answer in metalinnk.
    Native Tab Controls in Forms - Tab Pages and Tab Canvases
    Doc ID: 43014.1
    Controlling Canvases in Forms Programmatically
    Doc ID: 73441.1

  • Tab page location issue

    I have a form where I have one canvas and 3 tab pages on that canvas.
    This is working very very poorly. What can I do to correct it?
    the problem is that some of the tab pages are very very wide and some are
    very very long. So if a person is in the hinterland on tab pageA and they
    switch to tab pageB they are potentially at a lousy location where there is
    nothing visible. And vice-versa if they go back to some other tab page they
    may end up in a terrible place. There seems to only be one "place" where
    the view is located and not a "place" for each tab page. Is there any way
    around this? What should I do to correct this? I don't have to have tabs but
    I need some way for the users to select portions of the form.

    thanks but I don't understand what you mean.
    I didn't come from programming html btw but rather forms6i where tab pages
    were really really buggy so I didn't use them. And now I'm finding a reason
    to not use them in 10. I like the idea of the user switching between tab pages
    but what's a better way to do this than tab pages?

  • Navigating to a tab page after a show_window() in on-commit trigger

    I have a multi-tab form. On-commit, the form checks for warnings. When there is one or more warnings it opens a window to list them. With or without warning messages, the data is committed with commit_form.
    Whenever window with warning messages is displayed, the form always returns to the top-most tab. Otherwise tab page is not changed.
    In the on-commit trigger I save the tab page and then call set_canvas_property() after show_window() to restore the tab page. For some reason, the first tab page is always on top even though the the tab page name I saved is correct. I can't use go_block() in the on-commit trigger.
    Are there other ways to restore a tab page on-commit?

    Hi claytonfan
    Are there other ways to restore a tab page on-commit? Try the following code in the WHEN-TAB-PAGE-CHANGED OR On-commit trigger.
       IF GET_CANVAS_PROPERTY('tab_canvas_name', TOPMOST_TAB_PAGE) = 'first_tab_name' THEN
    GO_BLOCK('BLOCK_NAME');
          --write ur code--
       ELSIF GET_CANVAS_PROPERTY('tab_canvas_name', TOPMOST_TAB_PAGE) = 'second_tab_name' THEN
        --write ur code--
       END IF;Hope this helps...
    Regards,
    Amatu Allah

Maybe you are looking for

  • Splitting front and back end servers across time zones

    Weblogic Server 7.0 EJB is in Memphis, jsp/servlets/web command classes are in Colorado sending a date to the DB (in Memphis) results in a date getting changed by about 13 hours. The change happens between the web command class in Colorado and the EJ

  • Mozilla is crashing every time i open it

    This started the other day, but i opened it in safe mode and it worked okay. I closed it, and it won't open again. Computer restart, nothing Refresh firefox, nothing Uninstall and reinstall, nothing It won't open at all, and I've incedentally sent ab

  • EDI type to create invoice

    Hi, Pls advise me which EDI message type is used to create INVOICE. Regards, Student

  • How to get the share name

    Hi, In my application user selects the file path using html file select and saves it. Other users should be able to open that file by just clicking that saved file path (i display it as a link). Now the problem is user maps the shared folder in netwo

  • Editing a photo to include a sense of scale

    Hi all, was just wandering if anyone knows of a way of drawing a line on a photo to represent scale or including a scale bar? Just that I'm cropping some photos of experiments carried out in a lab though have to remove the scale ruler though still ne