Remove index tab from tri-pane

Is it possible to remove the index tab from the HTML help
tri-pane window? Thanks!

Hi mk20061. You can suppress the display of the Index AND TOC
tabs but not the index tab on it's own. Go to your window's
properties and deselect the "TOC & Index"option in the Tripane
Tabs & Windows dialog section. The other alternative is to
delete all the index keywords from the project as the index tab is
only displayed if there are keywords to display.

Similar Messages

  • Remove Index tab

    Is it possible to remove Index tab from CHM help file
    ?

    Hi mperel and welcome to our community
    What John said is technically accurate, but as with anything,
    there are exceptions and workarounds.
    You may want to try this. In RoboHelp HTML, click the Index
    tab. If you see entries, delete them all. When I do this and
    recompile, I get a TOC and Search tab only. Perhaps you will as
    well.
    Cheers... Rick

  • Removal of TABS from File Upload

    Hi all,
    I made an upload of a local file with TAB spaces in an internal table .I am required to remove the TABs from the records.I tried to used command REPLACE '/h' by single space, where '/h' being the TAB , but it did not work.
    How can I achieve the requirement?
    Your ideas are appreciated
    Thanks,
    stock

    first you wil call GUI_UPLOAD in normal way.
    <b>if you are in UNICODE system,</b>
    CLASS CL_ABAP_CHAR_UTILITIES DEFINITION LOAD.
    CONSTANTS: X_DELIM  TYPE C VALUE CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB.
    this X_DELIM is to store HORIZANTAL TAB value.
    <b>if you are in a NON UNICODE SYSTEM,</b>
    you can use,
    data X_DELIM type x value '09'.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          FILENAME                = V_FNAME
          FILETYPE                = 'ASC'
        TABLES
          DATA_TAB                = IT_READFILE
        EXCEPTIONS
          FILE_OPEN_ERROR         = 1
          FILE_READ_ERROR         = 2
          NO_BATCH                = 3
          GUI_REFUSE_FILETRANSFER = 4
          INVALID_TYPE            = 5
          NO_AUTHORITY            = 6
          UNKNOWN_ERROR           = 7
          BAD_DATA_FORMAT         = 8
          HEADER_NOT_ALLOWED      = 9
          SEPARATOR_NOT_ALLOWED   = 10
          HEADER_TOO_LONG         = 11
          UNKNOWN_DP_ERROR        = 12
          ACCESS_DENIED           = 13
          DP_OUT_OF_MEMORY        = 14
          DISK_FULL               = 15
          DP_TIMEOUT              = 16
          OTHERS                  = 17.
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        EXIT.
      ENDIF.
    *--Delete any Empty lines in the input file,if any
      DELETE IT_READFILE WHERE LINE IS INITIAL.
      LOOP AT IT_READFILE INTO X_READFILE.
        SPLIT X_READFILE-LINE AT X_DELIM
                            INTO  X_INPUTFILE-F1
                                 X_INPUTFILE-F2
                                X_INPUTFILE-F3.
        APPEND X_INPUTFILE TO IT_INPUTFILE.
        CLEAR X_INPUTFILE.
      ENDLOOP.
    HERE IT_INPUTFILE IS the internal table with your fields.
    IT_READFILE IS a character type internal table
    data : BEGIN OF IT_READFILE occurs 0,
              LINE(1000) TYPE C,
            END OF IT_READFILE.
    or you can put HAS_FIELD_SEPERATOR = 'X' in calling the above function module.
    Regards
    Srikanth
    Message was edited by: Srikanth Kidambi

  • How to remove Competetors TAB  from PCUI Opportunity create trx

    Hi Group,
    we are using CRM 5.0, i want to remove Competitor's TAB from PCUI Opportunity Transaction. i see a option in CRMC_BLUEPRINT_C transaction-> Application/Layout->Define layout of the people-centric UI(Customizing tool). here i went to CRMD_BUS2000111-> Version 1-> Static model-> Tabpage groups-> OPP_1: when i clicked on this i got all Tab's details. but when i tried making OPP_HD_COMP "Inactive" and hit Save that Check mark goes away. tried many times but did not help.
    then i tried going to CRMC_BLUEPRINT_C transaction->Application element-> tab page group structure->OPP_1: here i dont see any entries. do i have to add all Opportunity Tab's  details here or only the Competetor tab details?
    Please let me know does anybody see all Tab's data here or you just enter all Tabs data manually in CRM 5.0? also how can i remove Competetors Tab? your help is appreciated and awarded.
    regards,
    Anu.

    Hello Anu,
    WHen you are in CRMC_BLUEPRINT_C transaction->Application element-> tab page group structure->OPP_1, go to edit mode and import the standard entries from CRMC_BLUEPRINT (on of the buttons on the screen).
    Then, for the tab you don't want to see, just put it as inactive (if not possible, just delete the line, you can always come back to the standard by importing the S tables again).
    Regards,
    Frédéric

  • Unable to remove sub-tab from portal page

    Hi,
    Get the following error when trying to remove a sub-tab from one of our portal pages;
    An unexpected error occurred: User-Defined Exception (WWC-44082)
    An unexpected error occurred: User-Defined Exception (WWC-44082)
    Error while deleting page. (WWC-44130)
    An unexpected error occurred: ORA-20100:
    ORA-06512: at "PORTAL.WWSBR_STDERR", line 437
    ORA-06512: at "PORTAL.WWV_THINGDB", line 4021
    ORA-01403: no data found
    ORA-01403: no data found (WWC-44082)
    An unexpected error has occurred (WWS-32100)
    ORA-1403: ORA-01403: no data found
    ORA-01403: no data found (WWC-36000)
    Unexpected error encountered in wwsec_api.remove_group_acl (ORA-01403: no data found
    ORA-01403: no data found) (WWC-41417)
    In advanced options for the tab, 'Inherit Access Settings From The Page' is selected.
    Under page access settings, the 'From page template' option is selected.
    Any ideas?
    Cheers,
    Chris

    Please report this problem to Oracle Support. This is not normal behaviour.

  • Want to remove scroll bar from navigation pane in Web Template

    HI All,
    I have a report created in WAD.When I am using navigation pane, I get a scroll bar there.
    I want to remove that scroll bar from navigation pane.Tried increasing the height in the property of same but nothing is helping.
    The expanded option should be ON and do not want to group characteristics shown in nav. pane.
    Please suggest, if there is any other way to do that.
    Thanks,
    Anu

    Why do you want to expand it? Generally when you click on Nav pane, it should show the assigned chars under it. No scroll bar comes up with  below settings:-

  • How to remove a tab from Accordion Menu?

    I have a page that I am creating for my website which has an accordion menu on it.  I originally created the menu in Dreamweaver CS4 using the Spry Accordion Widget, then transferred that code over to the website page.  In place of words on the menu, I am using images for each drop down tab.  I am trying to remove the last tab in the menu, but every time I do my entire menu no longer functions and the tabs, when clicked, no longer drop down.
    http://www.tocico.org/?page=2015_workshop_test
    Above is the link to the page I am working on.  The last tab in the menu is titled TOC Thinking Processes (above the Register Now button).  All I want to do is remove that tab, but when I do, the entire menu no longer works.
    Please let me know if you need anything else from me.

    Never mind, I was able to figure it out.  After I had removed lines 631-644 the code had changed for some reason.
    CHANGED FROM THIS:
    <script type="text/javascript" class="AccordionPanelClosed">
    //<![CDATA[
    <!--
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    //-->
    //]]>
    </script><br>
    TO THIS:
    <div class="AccordionPanel AccordionPanelClosed">
    //<!--[CDATA[
    <!--
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    //---->
    //]]&gt;
    <br>
    Turns out I was just missing the <script type="text/javascript" class="AccordionPanelClosed"> to match up with the </script> code at the end.  Thanks for your help!

  • Remove index references from selection

    Hello can anyone offer me the vba code to delete index handles from a selected range? See snapshot of handles below in non-print chars view. The index handles are always {XE "text"}
    AB

    Hi mk20061. You can suppress the display of the Index AND TOC
    tabs but not the index tab on it's own. Go to your window's
    properties and deselect the "TOC & Index"option in the Tripane
    Tabs & Windows dialog section. The other alternative is to
    delete all the index keywords from the project as the index tab is
    only displayed if there are keywords to display.

  • [solved] Removing the "tab" from Fluxbox windows

    How would I remove these little tabs from Fluxbox?
    Last edited by synthead (2008-01-12 21:16:32)

    fluxbox wiki wrote:To configure them just right click your your desktop to get the root menu, then scroll down to Fluxbox Menu -> configure -> tab options. If you want them off select tabs in titlebar and they will act like the tabs in the .9.x releases.

  • Removing index.html from home page / remove .html tags from all other pages

    Hello All,
    I was wondering if there is a way to remove the index.html from my main page, so that www.mypage.com/index.html is simply www.mypage.com/. This also applies to all the other pages in the site, but only for the .html extension: www.mypage.com/contact.html becomes www.mypage.com/contact. Almost all sites I know do this, but I can't figure out the technique beyond working some crazy voodoo with Apache.
    Thanks in advance for your help!

    if 'index.html' is in your HOST server's default filename list, then you can omit its name from any link, e.g.,
    <a href="/">Home</a>
    That link will cause the server to load the default file found in the root folder of the site.
    This is actually the preferred way to link to your home page.

  • Remove glossary tab from Microsoft HTML Help layout

    How do I remove the Glossary tab from Microsoft HTML Help layout? Using RoboHelp 11
    Thanks.

    Hi there
    You do that by editing the Window defintion. Click View > Pods > Project Set-up.
    Expand the Windows folder and double-click the CHM Window definition.
    Then DE-select the Glossary option.
    Cheers... Rick

  • Removing index.html from URL bar

    Hi guys, I have uploaded my site to a URL. But i can only see my website if i add /index.html to the URL. How do i get it so that if i go to www.thisismysite.com i can see it, rather than having to type www.thisismysite.com/index.html?
    Cheers,
    Ian

    Hello,
    This needs to be changed at the hosting end of the site. In case you are using Adobe Business Catalyst for hosting, please make sure you have created index.html as the start page of the website.
    If you are using other hosting service, please contact them and they will help you set index.html as the start page.
    Hope this helps.
    Regards,
    Sachin

  • How do I access open tabs from other devices in Firefox 4 for desktop (windows version)

    I want to see the open tabs from other devices but I can't find how to access it.
    Where do I find them in firefox 4?
    I use the windows version.
    Thank you!

    This is for all versions (image attached below):
    1. In the top navigation (you might have to press the ALT key to reveal the menu), navigate to '''History - Tabs From Other Computers'''
    2. Alternatively; open a new tab and type '''about:sync-tabs''' then press enter.
    NB: When you open a tab in the 'Tabs From Other Computers' window it '''WILL NOT''' remove that tab from the other device.

  • Best way to remove unused tabs

    What is the best (recommended)  way to remove unused tabs from the RE-FX screens?
    The user requires to remove the Option Rate Method, Differing measurements and Supplementary Texts from the Real Estate Contract program. 
    Hamdan

    HI,
    In BDT menu RECAMENUBDT, you get an option to manage screen behaviours of all the RE master data as well as RE contracts.
    In transaction REGC0006 you can view the screen sequences for RE contracts. Generally, SAP permits modification in standard screen sequences, however, it is advisible to avoid touching them. Instead users can define their own sequences by copying the standard delivered screen sequnces and eliminating tabs that are not of user's need.
    Once you have defined your own scree sequesce, you need to assign this screen sequence to the RE contract type in which you need this user defined screen sequence. In IMG menu in step define contract type you can select the screen sequence you need for a particular contract type.
    In this way you can have differnt screen sequences for different types of RE contracts.
    Hope this is useful
    Regards
    Rohit.
    Edited by: RohitGoel on Jun 1, 2011 7:39 AM

  • How do you remove a tab?

    want to remove a 'tab from last time' from my Firefox android home pg but can't seem to do it

    Hold the 'home/menu' button on your device and completely end the application. Then re-open the browser. Otherwise, try clearing your history before ending the application.

Maybe you are looking for

  • Select statement on unique key consraint

    I have a table 'PO' in which 'ID' is primary key and 'PO_NUM' is unique key. I am using a select statement on unique key 'PO_NUM' to get the 'ID'. select id from po where po_num= '3266'; it says, 'no data found' But the exists in the database. Can an

  • Avahi-daemon doesn't start, no "ck_daemon"

    Hello. Two weeks ago or so I realized during boot that Avahi daemon fails to start. Now I've debugged it and it seems like it's start sequence attempts to use "ck_daemon" command, which is not available. How can I obtain this executable or substitute

  • ACS EAP-TLS

    Hello Experts... i have a problem when using ACS 5.1 with AP1141 through EAP-TLS authentication method. when i try to connect my laptop , it's authenticated sucessfully , but when i try to authenticate third party Black Box using EAP-TLS , i have an

  • HT4913 My itunes says my computer is not authorized...how do I add it to the authorized list??

    I cant figure out how to add my new computer to my authorized devices...please help!!

  • Smartform Clossing Problem

    Dear Friends I'm working with smartform and i wanna do small adjustment when user display the print screen ( i mean display page) he can go back with BACK button or can print with PRINT button so if he tack print i want to do another part, that is sa