TOC Book  Item without an associated page

I may well be missing the point here - no change there, then!
- but how (in RH7) do I get a sub-section, a book within a book,
into the left navigation but not have a link with its name in the
breadcrumbs appear in the main content pages? Or can I not do that?
It just seems a bit lame to have it there since I've not associated
a page to the book and don't want to.

Hi there
I don't believe it will be possible as the breadcrumbs are
based entirely upon the TOC hierarchy.
Cheers... Rick

Similar Messages

  • Pass value through URL without setting local page item

    Folks,
    I have a table where I have created a dummy column with a hyperlink on it to go to another page in the application which runs a report passing through columns on the table
    As I am doing this several times (for different pages in my application) - Is there a way of passing a variable through a URL to a report without setting a local variable
    i.e.
    Click Here
    Here I am assigning a local variable on Page 25 which is hidden called P25_TEST1
    What I would like to do is pass the value straight to page 25 (which runs the report) without the need to create hidden items on the report pages all the while
    Thanks
    Gareth

    You have a plain HTML page that loads with a url with something like ?field=value
    And you want "value" to show on your page, correct?
    <html>
    <body>
    <script>
    var qsParm = new Array();
    function qs() {
    var query = window.location.search.substring(1);
    var parms = query.split('&');
    for (var i=0; i<parms.length; i++) {
       var pos = parms<i>.indexOf('=');
       if (pos > 0) {
          var key = parms<i>.substring(0,pos);
          var val = parms<i>.substring(pos+1);
          qsParm[key] = val;
    qsParm['field'] = null;
    qs();
    if (qsParm['field'])
         document.write('You selected ' + qsParm['field'] );
    </script> 
    </body>
    </html>
    Call that as test.html?field=Hello
    Here's a nice link that explains it in detail: http://www.eggheadcafe.com/articles/20020107.asp

  • How to save the item without displaying into the Page

    hi
    I have the reqt to save the item without displaying into the Page.
    thanx

    In your yyy Table View Object create one attribute for BusinessGroupId as you want to save it in your yyy table VO.
    Now on click of save button capture this ViewObject and set this VO Attribute at run time. I am assuming that yyytableVO is EO based.
    Snippet
    Controller PFR Code
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    pageContext.getParameter("Save") != null)
      OAViewObject vo = (OAViewObject)am.findViewObject("yyyTableVO");
      if (vo != null)
         vo.getCurrentRow.setAttribute("BusinessGroupId", value);//value is what you have capture from pageContext.getparameter
    }Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Muse crashes with menu item box has no associated page

    My file is crashing when I click on the menu in Master page with a menu error "menu itembox 07012 has no associated page.  Also crashes when I try to add or delete a page anywhere. I believe this started after I deleted a page. The page deleted, but the menu retained the pulldown link. Any thoughts on how I can resolve this?

    I had the same problem today after deleting a page. I posted a question here and saw your problem.
    A little later I decided to delete my main menu and then install a new identical menu. That solved the problem.
    Good luck.
    Paul

  • TOC Book Not Working Properly

    Offering this info for anyone else who might run into a similar situation.  When reviewing the browse sequence for an RH 10 project, I noticed one topic (page) displaying where a TOC book should have been.  The topic being displayed was the topic associated with the book, but the book's subtopics were not being displayed.  The topic being displayed for the book included a link to a subtopic listed for the book in the RH project, but the link was dead.  The link for the topic worked fine when using the CTRL+W to view the topic from RH.  To resolve the issue, I tried deleting and re-adding the book.  Recompiled.  No change.  I repositioned the book (it happened to begin with the same few words as the two previously listed books, and I wanted to eliminate the possibilty of an issue based on beginning multiple books with the same text).  No change.  Deleted .cpd file (it was over 5MB), opened the project to recreate .cpd file, and then recompiled again.  No change. Copied and pasted text from all topics involved into new topics of the same screen name but assigned new .htm page names (so topic text and screen names were identical).  Updated links to match newly created topics.  Re-added book to TOC.  Recompiled.  This worked.  TOC book now displayed with subtopics, and link from main topic to subtopic was functional again.  Anyone else run into something like this, where a TOC book did not display correctly, possibly as a result of a corrupt topic/page within the book that appeared to work fine in RH project?

    Hello, and Welcome to the HP Support Community!
    Hardware issues need to be addressed directly by HP.  We as Volunteers can't help you with a defective device.
    To contact HP directly, click this link: http://h22207.www2.hp.com/us-en/contact-hp/
    Outside the USA:
    http://www8.hp.com/us/en/contact-hp/ww-phone-assist.html
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • New TOC Book not appearing in WebHelp output

    Hi
    My project is proceeding fairly well, considering I've only
    been using RH for about six weeks - thanks, in no small part, to
    the advice I've found in this forum. I'm hoping someone can help me
    with a niggling problem I'm having.
    My project is based on a textbook written by my colleagues.
    RH has successfully imported all the header formatting from Word
    and the resulting TOC is almost perfect. My problem is that my
    header 1s link to sections of the book, so I don't have a header
    that just gives the chapter name. If I do create these as header 1s
    they give me a clickable entry in the TOC which leads to a page
    with no content.
    I'd like to have an entry in the TOC that gives the chapter
    name but which isn't clickable, i.e. is only there so users can
    orient themselves and see what each section is about.
    I thought I could do this by creating a new TOC book in the
    TOC, but not linking it to any page. I've done this, saved
    everything and generated afresh, but when I view the webhelp
    layout, the book I just created doesn't appear in the TOC. Is there
    a way I can do this?
    Thanks in advance.
    Colin

    Hi Colin.
    You may be able to do just this with a bit of wizardry! Check
    out the RoboWizard's
    tips
    'n tricks file. It has help on how to set-up redirect topics.
    Create one of these and assign it to the book. The redirect topic
    would then just redirect the user to another topic.

  • Line items are printing different page

    hi all,
    I neet to print line items in the same page.
    but when i execute my pogram it is giving 6 pages with one line item each page.
    how can we print 6 line items in same page if there is no space it must print in second page.
    Kind Regards,
    Kiran.

    Hi,
    You can specify, either in the style or in the form, that a particular paragraph should not be split in two by a page break. If this page protect attribute is set, then the complete paragraph is always printed on one page. This property applies only to that particular paragraph.
    This attribute is not intended to be used to protect all paragraphs against a page break. The point is that a page break is by its very nature a dynamic event and the exact point at which it occurs depends on the current state (length and contents) of the preceding text. It is also possible that you may want to protect only certain parts of a paragraph against a page break. One way to achieve this is to use the NEW-PAGE command immediately before the text concerned starts. Explicitly beginning a new page at this point should ensure that a further page break does not occur within the text. However, this technique is not change-friendly. For example, you format your text with the help of the NEW-PAGE command so that no page breaks occur where they should not. At a later time, you insert or delete some lines. These changes cause all the subsequent text to be moved relative to the printed page, and you must check each NEW-PAGE command you previously inserted to see if it is still in the correct place.
    To allow you to define the areas to be protected against a page break on an individual basis, SAPscript provides the PROTECT.. ENDPROTECT command pair. If you enclose the text to be protected in these commands, then SAPscript will ensure that each line of this text is printed together on the same page. If the complete text fits in the space remaining on the current page, then it is printed on this page just as it would be if no PROTECT command had been used. If, however, the remaining space is not sufficient for the text, then the PROTECT command has the same effect as a NEW-PAGE command and text is printed on a new page.
    Thus the PROTECT/ENDPROTECT commands may be regarded as a kind of conditional NEW-PAGE command, the condition being whether or not the lines enclosed between the two commands fit in the space remaining in the current main window.
    Syntax:
    /: PROTECT
    /: ENDPROTECT
    The text lines to be protected are enclosed between the two commands.
    An ENDPROTECT command without a preceding PROTECT command has no effect.
    If the terminating ENDPROTECT is missing, SAPscript assumes it at the end of the text.
    PROTECT.. ENDPROTECT command pairs cannot be nested. If a second PROTECT command occurs before the first one has been terminated by an ENDPROTECT, it is ignored.
    If the text enclosed by a PROTECT.. ENDPROTECT pair is itself too long for a single page, then a page break is generated immediately before the text and the text is printed in the normal way. It is then unavoidable that a page break will occur at some point within the text.
    Thnks and reward me with pts if useful.

  • Webhelp RH8: TOC book not linking to topic

    Hi (again),
    I seem to have another little issue.
    In generating our helpsystem, we would like to have books that display general information when clicked and also display the subsequent topics. That all works fine, I link a topic to the TOC book and it displays the contents of the selected page.
    However, when I only have a book (no topics), linking a topic does not work. In the output it displays as a page. Is there a way I can have a book linked to a topic while there are no other topics in that book?

    Thanks RoboColum(n) for your pointer. Due to time limitations I could only look at it briefly and give it one try. Redirecting didn't work in this instance. I have a few redirect pages which work fine but so far I haven't managed to get a book to display when there is only one page in that book. For now I have avoided the problem by having an empty page when the book is clicked. Not pretty and I will be looking at this again when there is more time.

  • Unfamiliar Icon on Address book item list

    Hi All,
    We have a address book record with some Weird  name , we don't know what is that record for. Are there any way to check all the aliases on office 365 mails.
    The icon shown on the address book item is look like bellow. Can any one please tell me what is this icon mean. Also tell me how to find this in our office 365 account as we don't have a mail account like this.
    Thanks. 
    d.n weerasinghe

    That's a mail-enabled public folder.
    Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • How to increment the date without loading the page?

    i have a table which contain fields 'No_of_days','fdate' and 'tdate'
    my requirement is add the value of 'No_of_days' and 'fdate' and put it in field 'tdate'
    No_of_days
    2
    fdate
    12-02-2011
    i want the output from 'tdate' as 14-02-2011 without loading the page....
    what i have to do....?
    i was use when-validate-item in forms to perform this.... but i dont know in apex...im new to apex..so pls help...
    help me guys....
    Edited by: 794244 on Feb 11, 2011 11:54 PM
    Edited by: 794244 on Feb 12, 2011 12:05 AM

    Is this what you're after ?
    http://apex.oracle.com/pls/apex/f?p=18507:12 ?
    This can be accomplished with little effort. Let me know and I'll write it up.
    Jeff

  • APEX Bug: Page Copy with Items in Region on Page 0

    I've created a region on Page 0 which is a common place holder for items. On all the pages developers will link several items to this region.
    If I copy a page that has items associated to a region on Page 0 those items are not copied. Items that are associated to regions on the current page get copied
    Martin
    http://www.talkapex.com

    Hi Martin,
    I have filed bug# 10386419.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Best way to handle duplicate headings stemming from linked TOC book?

    What's the best way to handle duplicate topic titles stemming from TOC books that contain links to a topic that you want to have appear in the body? The problem I've had for years now is that the TOC generates one heading, and the topic itself generates one heading.This results in duplicate headings in the printed output.
    I have a large ~2500 topic project I have to print every release, and to date we've been handling it in post-build word macros, but it's not 100% effective, so we're looking to fix this issue on the source side of the fence. On some of our smaller projects, we've actually marked with the heading in the topic itself with the Online CBT and that seems to work. We're thinking of doing the same to our huge project unless there's a better way of handling this. Any suggestions?

    See the tip immediately above this link. http://www.grainge.org/pages/authoring/printing/rh9_printing.htm#wizard_page3
    The alternative is to remove the topic from the print layout so that it only generates by virtue of its link to the book.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Greek Fonts for TOC Book and Topic Titles

    Good Morning.
    I Create o project using RoboHelp for HTML.
    I rename TOC book and topic titles using greek fonts.
    If i generate the project using Webhelp as layout with
    Section 508 Compliant Output everything is ok at runtime but if i
    use Skin TOC book and topic titles display wrong fonts on runtime.
    I'd like to know if there is solution for this problem.
    Thanks for help.

    Hi Scottie
    What Colum proposed is the standard answer we have been giving for years and presently it's likely the best approach.
    However, Adobe does listen to their customers. And I've seen this particular issue cropping up time and again through the years. So I'm going to suggest to you that you and everyone else wanting to see some changes here consider submitting a Wish Form to ask for a new capability. Ask Adobe to devise a way to allow the user to print in the manner you are seeking.
    Click here to reach the Wish Form page
    Cheers... Rick

  • TOC Book Problem - RoboHelp 8 - WebHelp Pro

    Hello, I'm having a problem in a generated build of help to RoboServer 8.  TOC books are linking to the previous page of the toc book above that particular book and this rings true throughout the TOC.  I didn't add any links and just wanted to books to be just that books and when you click the book the subtopics within that book should display.  Anyone have this problem and what can I do?  I see that I can link the book to a particular page, but don't really want that.  Any suggestions to correct this problem quickly.  We just had a release of our product over the weekend and this is causing quite a stir.  Thanks, Lana

    I have come acoss issues being reported in adobe forums that webhelp output cannot be viewed in IE 10. Fixes are provided for Robohelp 10  @http://forums.adobe.com/community/robohelp/robohelp_webhelp?view=discussions where we are given a link with the fixes @.http://helpx.adobe.com/robohelp/kb/help-visible-using-win-8-ie.html but no fixes are available for robohelp 8. Please provide a similar fix for robohelp 8
    Request the adobe development team to get back ASAP as we do not have the timeframe to upgrade to robohelp 10.

  • Linking to TOC Books

    Greetings,
    I am using RX7 to develop a WebHelp project. My client would
    like to have Splash page which allows the user to click a link and
    display a specific TOC Book.
    I can meet the client requirement by creating separate
    projects and linking from the Splash page to the project.
    Is it possible to create a single project, have the Splash
    page display and then open a specific book when the corresponding
    link is clicked?
    Thanks,

    I suggest creating a topic that is your splash page. Then, in
    the Properties dialog of the TOC book in the TOC pod, link a topic
    to the book. Next, the link on the splash page would point to the
    topic that is linked to the book.
    If you don't want the splash page in the TOC, you could leave
    it out.
    Hope this helps,
    Ben

Maybe you are looking for