Need to delete or change default table of contents

The default table of contents created when I imported a
FrameMaker book is empty. I reimported the book (using a different
option) and created a new TOC. I want to use this one in my
project. Some questions:
1. Can I change the default TOC to be the new (non-empty)
one? If so, how? (Can you refer me to a topic in the RoboHelp
Documentation?)
2. Can I delete the default TOC? If so, how? (Can you refer
me to a topic in the RoboHelp Documentation?)
3. If the answers to the above questions is "no," can I just
ignore the default (empty) one & use the new (nonempty) one
when I generate? If so, how? (Can you refer me to a topic in the
RoboHelp Documentation?)

However, I thought that the blank TOC was created before I
learned the "correct" way to import FrameMaker documents: by
reference. So I can't say what would have happened if I had
imported the book by reference initially. Nonetheless, I have the
same result - a blank default TOC that I can't remove (as Peter
points out).

Similar Messages

  • Reducing the topics in default table of contents

    Hello- This one should be easy, but I can't figure it out.
    How do I reduce the number of topics in the default table of contents. For example, I want to get rid of all the level 2 subjects. For example:
    Summary 1
    Highlights 1
    Sub Highlights 1
    I'd like to get rid of the sub highlights... my table of contents is 2 pages for a 5 page document.
    Any thoughts?
    Thanks!

    Oh man... I'm an idiot... I found it.. was super easy in the TOC section. Didn't look in the document inspector sections...
    thx

  • Change default table settings

    How do I change the default table settings in Pages? I usually want 2 columns without headings or borders, and it always defaults to 3 columns with headings and borders.

    You need to create your own default template. Open the blank template & insert a table, click in it & choose the font, size, color, etc. you want in the fonts panel or format bar. You can do similar changes to inserted objects & text boxes. While you're at it resize the box if you want, set the amount of extra space in the wrap inspector, etc. Delete each text box, object & table after you've set them. Now, save this document as a template & select that template as default in preferences. If you decide to make any changes to the template down the road, just Save As Template again with the same name & replace the previous version.
    Now, save this as a template then, in Pages > Preferences, select this template as the default for new documents. All of your new documents will have these settings for inserted objects, images & tables. Unfortunately, the settings won't apply to any other templates or "foreign" documents you open with Pages.
    About the only thing you can’t set a template to do is remember to show invisibles & the window position. It is possible to get a template to show invisibles when opened, if you want. Save this document as a document then, in the Finder, change the extension from .pages to .template & put it in your My Templates folder in HD > Users > (your account) > Library > Application Support > iWork > Pages > Templates > My Templates.Set up your document with the line spacing, margins, headers, etc. as you'd like. Redefine all of the paragraph & character styles to have your desired font.

  • Need to delete data from main table and all child tables ...

    hi all,
    i need to delete rows pertaining to perticular table and all the child
    tables basing on certain code.i need to write a procedure to which i will
    pass the table name and code..
    like del_info(tab_name,code)
    example:
    suppose if i call as del_info(clients,760)
    the procedure should delete all info reg. code 760
    and the table clients and also all the child records of this table
    perting to code 760.
    simply .. i need to delete from the table passed and also
    all the child tables down the heirarchy regarding certain code ...
    help ???
    Ravi Kumar M

    Hi,
    Depends how you defined referential integrity.
    You can use ON DELETE CASCADE, please read the next doc http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/clauses3a.htm#1002692
    Hope this help you,
    Nicolas.

  • How can i delete or Change default sms answer by incoming call in Hebrew

    In Hebrew the default sms answer translated not politly and i can't use it
    how can i delete or change the default "Inconvenient to speak now" "לא מתאים לי" and use just my own answer
    in Hebrew it is a problem to write it
    Thank you
    Shay

    Settings>iCloud>Reminders...try turning Reminders off.

  • Can we delete the change log table of ods?

    hi bw gurus,
    can we delete the newdata,active and change log table of ods?how?what is the advantage?
           OR
    can we delete the contents of new,active,change log table of ods?how?what is the advantag?
    thanks in advance
    srinivas

    Hi Srinivas
    Yes, You can delete the contents of changle log table but not the contents of new data and active data table.
    Before deleting the change log data you have to make sure that the requests are not required for further delta extraction or for reconstruction purpose.
    Steps
    1. Goto Manage screen of your ods
    2. Click on Environment tab and select the option " Delete change log data".
    Adv:
    To free up the disk space.
    Assign points if it is useful for u.
    Regards
    Saddy

  • Change the table of contents in Adobe Presenter 9

    It appears that Presenter automatically creates the tables of contents for a Powerpoint presentation based on the slide title. Is there a way to modify the name that appears with a TOC navigation without changing the slide title?
    I would also like to know if it's possible to structure the TOC so that there are main topics and sub topics. For example, in Captivate, you can modify the TOC by clicking on the arrows in the menu to push categories under one another, like an outline:
    Main Topic
         Subtopic Slide 1
         Subtopic Slide 2
    Main Topic 2
         Subtopic Slide 1 
         Subtopic Slide 2

    Presenter doesn't have the same functionality for the TOC as Captivate. There is some wizardry that can be done if you want to adjust the look of the slide list.
    Work around was discussed in this thread: http://forums.adobe.com/message/1970468#1970468

  • Need HR BAPI to change PA0001 table

    HI all,
    I want to update ZEMP_STATUS, ZREPORT_TO and ZLEVEL_OF_RESP fields of table pa0001. CAn anyone suggest me,which BAPI will help me to update the table.
    Thank you.
    Swati.

    Hi swai,
    1. this is the full coding.
    2. just copy paste in new program.
    3. U can change the pernr and amount values as per requirement.
    4.
    Report abc.
    Data
    DATA : P0001 LIKE P0001.
    DATA : RETURN LIKE BAPIRETURN1.
    DATA : KEY LIKE BAPIPAKEY.
    DATA : RETURNE LIKE BAPIRETURN1 .
    Values (Change as per Requirement)
    P0015-PERNR = '1'.
    P0015-BEGDA = '2061101'.
    P0015-ENDDA = '2061101'.
    *----- First Enqu
    CALL FUNCTION 'BAPI_EMPLOYEE_ENQUEUE'
    EXPORTING
    NUMBER = p0001-pernr
    IMPORTING
    RETURN = RETURNE.
    Update
    CALL FUNCTION 'HR_INFOTYPE_OPERATION'
    EXPORTING
    INFTY = '001'
    NUMBER = P0001-PERNR
    SUBTYPE = P0001-SUBTY
    OBJECTID = P0001-OBJPS
    LOCKINDICATOR = P0001-SPRPS
    VALIDITYEND = P0001-ENDDA
    VALIDITYBEGIN = P0001-BEGDA
    RECORDNUMBER = P0001-SEQNR
    RECORD = P0001
    OPERATION = 'INS'
    TCLAS = 'A'
    DIALOG_MODE = '0'
    IMPORTING
    RETURN = RETURN
    KEY = KEY.
    IF RETURN IS NOT INITIAL.
    WRITE :/ 'Error Occurred'.
    ENDIF.
    Dequeue
    CALL FUNCTION 'BAPI_EMPLOYEE_DEQUEUE'
    EXPORTING
    NUMBER = P0001-PERNR
    regards,
    amit m.

  • OCCI example needed to register for change in table notification

    Hi could anyone give a simple example on how to get informed in C++ if a row had been inserted in a specific table .. I know this is possible through Registration to tables via callbacks.. Any ideas or links would be appreciated...

    Thanks Anon.
    From my previous topics U would have guessed the problem I am facing. I have to pass an array of unsigned shorts terminted by 0 from Forms to a Windows DLL( created in VC++ ). How can I create such a structure. For eg. the contents of array at subsequent locations in VC++ appear as (Memory contents as Seen while debugging ): pszUnicode is an array of 4 unsigned shorts. Each unsigned short is of 4 bytes.
    pszUnicode[0] -> 2350
    pszUnicode[1] -> 2375
    pszUnicode[2] -> 2306
    pszUnicode[3] -> 0
    Now Anon, how can a TABLE structure help me for it.
    Thanks,
    Ritesh
    null

  • Need a pattern to update a table's contents

    The goal here is to update a table's data when new data is imported into my application.
    I was looking thru the Swing trail and see that the TabelModelListener is more appropriate for when the data in the table itself changes -- I cannot find a good trail to base my codes off of.
    more details:
    1. the import is fired off via a button press.
    2. On that button defined a listener, in which I call a service that handles the import.
    3. The import gathers data from a text file and updates a DB.
    It seems to me that after the import, I would want to fire an event, for which the table (or tablemodel) is listening, so it can update itself. I can't find out how to do this. Help is appreciated.

    I think I might be on the correct track.
    1. I am using Factory pattern to serve out gui elements.
    2. In that factory I have created a static Observable object.
    3. I have created a subclass that implements observer. In the update method I can reset the tablemodel. In the factory I create and instance of my table class and register it on the Observable.
    4. After I import some data, i simply call the appropriate method on observable, and my table should do its update.
    I think this solution is pretty clean. If anybody has a better suggestion please let me know. I am always interested in writing the cleanest/most elegant code possible.

  • VKOA Custom Table: How to delete or change VKOA Custom Table

    Hi All,
    We have a requirement to create VKOA custom sequence table to include Order Reason in the access sequence. In order to achieve that I have customized a  table and selected : Condition Type, Sales Org and Order Reason. But in the final output I see 2 columns for condition type in One we have to fill KOFI but the other column was mistakenly assigned and not required for our configurations. I tried to delete or change this table but system is not allowing me to do so. Please help me in figuring out a way to change this table so that I can deselt the Condition Type column.
    No real time documents have been posted and we are still in development.
    Your advise will be highly appreciated.

    programmatically, you may use [BAPI_MATERIAL_SAVEDATA|https://www.sdn.sap.com/irj/scn/advancedsearch?query=bapi_material_savedata&cat=sdn_all] [EAN|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=bapi_material_savedata+ean&adv=false&sortby=cm_rnd_rankvalue]
    Regards,
    Raymond

  • How to choose in Delete Duplicates from internal table?

    Now I need to delete Duplicates from internal table,
    So at first I sort
    than I delete duplicate
    Sort itab1 BY Company_Code  Asset_No Capital_Date.
          DELETE ADJACENT DUPLICATES FROM itab1 COMPARING Company_Code  Asset_No  Capital_Date
    Company_Code
    Asset_No
    Capital_Date
    Remark
    BC35
    1515593
    20021225
    Helen
    BC35
    1515593
    20021225
    Common Asset
    BC35
    1515594
    20030109
    Judy
    BC35
    1515594
    20030109
    Common Asset
    But here comes my problem~If I want to delete the Common Asset in Remark Column,how I let it choose the right one to do it?

    Hi Jack
    Try the below coding..
    Report zsamp.
    types: begin of t_tab,
            comp_code(4) type c,
            ***_no(7) type n,
            cap_date type d,
            remark type string,
            end of t_tab.
    data: i_tab type TABLE OF t_tab,
           w_tab type t_tab.
    w_tab-comp_code = 'BC35'.
    w_tab-***_no = '1515593'.
    w_tab-cap_date = '20021225'.
    w_tab-remark = 'Helen'.
    append w_tab to i_tab.
    w_tab-comp_code = 'BC35'.
    w_tab-***_no = '1515593'.
    w_tab-cap_date = '20021225'.
    w_tab-remark = 'Common Asset'.
    append w_tab to i_tab.
    w_tab-comp_code = 'BC35'.
    w_tab-***_no = '1515594'.
    w_tab-cap_date = '20030109'.
    w_tab-remark = 'Judy'.
    append w_tab to i_tab.
    w_tab-comp_code = 'BC35'.
    w_tab-***_no = '1515594'.
    w_tab-cap_date = '20030109'.
    w_tab-remark = 'Common Asset'.
    append w_tab to i_tab.
    sort i_tab by remark.
    delete ADJACENT DUPLICATES FROM i_tab COMPARING remark.

  • Delete records from multiple table

    Hi,
    I need to delete records from multiple tables using a single delete statement. Is it possible ? If so please let me know the procedure.
    Kindly Help.
    Thanks,
    Alexander.

    Hi Tim,
    Syntax of DELETE statement does not allow for multiple tables to be specified in this way. Infact, none of the DMLs allow you to specify table names like this.
    Technically, there are other ways of deleting from multiple tables with one statement.
    1. "Use a trigger":
    What was probably meant by this is that you have a driving-table on which you create a on-delete trigger. In this trigger, you write the logic for deleting from other tables that you want to delete from.
    This does mean a one-time effort of writing the trigger. But the actual DML operation of deleting from all the tables would be simply triggered by a delete on driving-table.
    2. Dynamic SQL:
    Write a PL/SQL code to open a cursor with table-names from which you want the data to be deleted from. In the cursor-for loop, write a dynamic SQL using the table-name to delete from that table.
    3. Using Foreign-Key constraint with Cascade-Delete:
    This I feel is a more 'cleaner' way of doing this.
    Having to delete data from multiple tables means that there is some kind of parent-child relationship between your tables. These relationships can be implemented in database using foreign-key constraints. While creating foreign-key constraint give the 'on delete cascade' clause to ensure that whenever data is deleted from parent-table, its dependent data is deleted from child-table.
    Using foreign-key constraint you can create a heirarchy of parent-child relationships and still your DELETE would be simple as you would only have to delete from parent-table.
    IMPORTANT: Implementing foreign-key constraints would also impact other DML operations that you should keep in mind.

  • Changes in tables

    Hi all,
    I need to notify a non-SAP system of every change made in some customizing and master data SAP tables. The system must be notified on-line as soon as the change is saved (without XI). Any ideas?
    Thanks

    Yes its possbile. For standard check if there is any Change Document Object Defined. For Custom you will have to define the Change document thru SCDO Tcode.
    Once the change documents are generated You need to create the change pointer tables thru BD52 transaction, again for Custom table you will have to write change pointers manually by Using Change pointer function modules like CHANGE_POINTERS_CREATE, Then schedule the RBDMIDOC to create the IDOC from change pointers.
    Refer [this|https://help.sap.com/saphelp_nwmobile71/helpdata/en/2a/fa018f493111d182b70000e829fbfe/content.htm] for more information.
    There are significant efforts achiving it all.
    Regards
    Shital

  • Delete only the Fact table using process chain?

    Hi Experts,
    I have an issue,where i have to delete the contents of the Infocube.So when i drag the Process type "Delete Contents of the Data target" into the process chain.I Am able to delete the contents of the cube.
    But in my case i need to delete only the FACT table and not the DIMENSION table.The system does prompt a message to delete FACT only /FACT & DIM TAbles.
    Please advice if its possible to Delete the FACT table only using process chains
    thanks in advance

    Hi ,
    check this link ..
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a6473e07211d2acb80000e829fbfe/content.htm
    Regards,
    Shikha

Maybe you are looking for

  • Web-UI error message "Access via 'NULL' object reference not possible"

    I need some help, I'm not a Basis person but I need to get this connection problem resolve. This problem is in our DEV ICWeb system.  After logging in to Web-UI, I got a error message "Access via 'NULL' object reference not possible".  We have 3 clie

  • Standard stock Aging Reports

    Hi All, I am using MC44, MC46 and MC50 for my stock aging reports. But i a m not getting correct figures. Please update me whether we can use these reports anyways.Can you provide the logic behind the calculation of the Aging of these re

  • How do I prevent losing every thing in my inbox when MS Outlook opens

    Every time MS outlook opens, my Firefox in box is emptied, read and unread. My grandchildren (in their 20's) use my computer, but have their own accounts and use different browsers.

  • To transfer a table

    Hi, Is there any good ideas for transferring a table from Oracle to Sql server? I know that we can have one '.dmp' file from Oracle but it should not be acceptable in Sql server.

  • How does this program work???

    My Mac Powerbook G4 has GarageBand 3.0.4, which I have not yet used. Now I want to create a file which has one track entered from an aifc file (converted from Sibelius 4 with Wire Tap Pro). Once I have this as a GB file, I want to overlay a second vo