The deleted output tables finished when the conditional tags using build

Hi and thanks for any help you can offer on this...

I use the WebHelp/print Documentation HR 6 single-sourcing method, and I created two build conditional tags - "OLH" (online help) and "printed". Essentially, the conditional tags are awesome... except when my content includes HTML tables. If a table exists within a set of conditional tag material, material that exists AFTER the table (and outside the conditional tag) is omitted from the finished output (i.e., regardless of the unique method out of the Source used for the production of finished products - WebHelp or printed Documentation). In some cases, only certain documents after the table is omitted.

For example, in a comprehensive document which includes a specific paragraph and a data table I want to exist only in my printed docs. I apply the tag "Print" in this paragraph and the table. Once I have generate the schema of WebHelp (or even preview and apply the term appropriate on the conditional tag build), labeled "Print" content is left out, but is so everything that followed it. even if I don't apply a tag of conditional compilation to the material in question.

I have a workaround, but it sucks... If I delete the tables (and re - format the text content), everything is fine, and the build tags work properly. The thing is, I want to use the tables in my content.

I wish a WYSIWYG solution, but if I have to change the code, I'll live... I just need to know what and where to change (I played with the ' < p > < style = "" x-condition: printed; ' > ' tag and additional locking "< /p >" and "< / style >" tags, but that has not worked ").

Thank you for taking the time to review that and for any help you can give.

Hi Vernholio,

This looks like a problem that is covered in the forums before. Basically, it happens when the Board as a whole has been select. If you click and drag to select all of the cells in the table, then apply the conditional tag, there should not be problems with the rest of the content.

See excerpt on Peter Grainge's site #69

Tags: Adobe

Similar Questions

  • Problem with the conditional tags in printed output

    I write help files for different versions of our software - version 4 and 5 using Robohelp for HTML 5.0.2

    There is a large overlap of information between the two, so I use a help file joint with marked topics that are specific to version 4 or version 5.

    I went out and then use with 'NOT v4' or "NOT v5" as the conditional tags.

    It works fine in the HTML output. However, I encountered problems with the printed output.

    Ideally, I want the help file using the option "generate the single document" because it means that the document produced, without the single output field. However, when I do, the tags conditional build fail and I get a piecemeal result.

    If I generate the document by using the option 'generate individual documents' tags conditional build work, but I get the only field I want to avoid.

    Does anyone know how to get the conditional tags to work when the option "generate the single document" is selected?

    Pierre and HKabaker - thanks for your comments.

    I think I have the answer now.

    In the properties for the SSL Print dialog, the third screen is the dialogue of section layout. I had removed some sections in the right pane (for example, the default title page, glossary, and index) because I did not want them to appear in the final printed output. It seems that without these sections present conditional compilation tags do not work correctly when the document is released by using the option 'generate a single document ".

    I started again with a "blank" printing of SSL version. Conditional constructions using the "generate a single document" appear to work fine when I leave the dialog layout intact section.

    I can even do the conditional tags build an injustice because the option "generate a single document" (after that I made the changes in the dialog layout section) seems to be that some of the chapters in the table of contents and omitting others.

  • Topics marked with the conditional tags still appear in the documentation

    Hi all

    I have a big problem with RoboHelp 7.

    I defined a new conditional tag (I have 2 together) and I mark the topics in the table of contents with relate to this tag conditional, right?

    When I generate the chm file, everything is OK. The headings marked with the conditional tag do not appear in the table of contents that I specified to exculde subjects marked with this conditional tag.

    When I generate documentation however, everything is still in the document even if I was clear that I don't want these subjects to appear.

    Can you please tell me what I'm doing wrong, or how can I properly so that I get my results?

    I am using Windows XP Pro and RoboHelp is updated with all service packs.

    Thank you

    Bogdan sailor

    Right-click a topic in the table of contents and select apply the tag build conditional. Check out the new / Multiple option.

    This screen displays.

    You can clearly see if the tag is applied to the table of contents or the subject. If it is applied on the subject, so it will be not when generating table of contents entry will be automatically deleted. If it is applied to the table of contents only, he is always in the build.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • How the conditional tags can be viewed without installed RH?

    Hello

    I use RH9 to create chm HTML Help files. I have two tags conditional configuration. Everything works fine to build the chm. I would like to somehow show the content of each conditional tag.  This isn't a problem for someone who has RH9 you can go to the reports to see the topics that are associated with each tag and then display the topic that presents the text associated with a tag.

    However, if a manager needs to review that which accompanies each tag but isn't RH9, how I would give them something that shows them the content that goes with each tag?  Which gives them 2 different chm files to compare it won't because there is just too happy to determine the differences.

    Thank you

    John

    Good, a few thoughts...

    For the tags applied to all subjects, you could create a set of frameworks that would allow the two subjects to be displayed simultaneously. Each side-by-side or up and down. Which could allow an easy comparison.

    And I thought that for content, you could code the text color. But it would probably be a little a lot of work. My thought was that you could create and apply styles that cause the color coding to occur. Only set them in a sheet of unique style that would apply only to generate the file CHM 'review '. Then, you must use the original style sheet required during the generation of the final output.

    See you soon... Rick

  • To delete all tables in TT, how can I use cursor this way Timesten 11?

    Hello
    I want to delete all tables in Timesten, so I create a procedure like this, but it seems does not work correctly.

    It seems cursor in not accurate Timesten with which in ORACLE. So we are looking for alternatives to do. Could you please provide your expert voice on it.

    Thank you very much.

    Like the following:


    Command > create or replace procedure dropAllTables
    > as
    > CURSOR mycursor IS select table_name from user_tables;
    > table_name user_tables.table_name%type;
    > dropSql varchar2 (200);
    > start
    > Open mycursor;
    > fetch mycursor into table_name;
    > while mycursor found %
    > loop
    > dropSql: = 'drop table ' | table_name;
    > immediately execute dropSql;
    > fetch mycursor into table_name;
    > end of loop;
    > close mycursor;
    > end;
    > /.

    Created procedure.

    Command > exec dropAllTables;


    8507: ORA-01001: Invalid cursor
    8507: ORA-06512: at "TT. DROPALLTABLES', line 13
    8507: ORA-06512: at line 1
    The command failed.



    How can I use cursor this way Timesten 11?

    It is the implementation of cursor close commit on in Timesten is the cause.

    As the drop statements are internally auto-valider the transaction so it closes the cursor itself. So when the next time that you attempt to extract it is your "error cursor not valid."

    Can you try this instead

    create or replace procedure dropAllTables
    as
    CURSOR mycursor IS select table_name from user_tables;
    table-name user_tables.table_name%type;
    type t_row_collection is table of the directory index user_tables.table_name%type;
    t_rows t_row_collection;
    dropSql varchar2 (200);
    Start
    Open mycursor;
    Mycursor fetch bulk collect into t_rows;
    Close mycursor;
    j in t_rows.first... loop t_rows. Last
    dropSql: = 'drop table ' | t_rows (j);
    immediately run dropSql;
    end loop;
    end;

  • How can I take an anchored frame and return the paragraph tag used?

    I need to analyze through anchored frames and return the tag of paragraph that it is spotted. I can't find a property which returns the paragraph tag. Anyone have any ideas?

    Try this on the anchored frame selected:

    #target framemaker
    
    var doc = app.ActiveDoc;
    var aFrame = doc.FirstSelectedGraphicInDoc;
    var pgf = aFrame.TextLoc.obj;
    
    alert (pgf.Name);
    

    Rick

  • data in the deleted but table reappear when restart VI

    Hi all

    I make an oriented program data. the data is exported in a financial statement. When it's over, I clears the table and the graph to start again. the problem is when we reboot the VI, the old data will be apear return to the table, instead of a new table of claire. If you guys have any idea on this subject and how can I solve it? I joined together this VI for your reference. Thank you.

    I do not see where you are actually erase all data.

    But the reason for which to get the data of the last execution, is that your shift register is not initialized.  Thus, it keeps the data of the previous run.

  • Conditional tags to build in RoboHelp 9 PDF review output?

    It's not like it is possible to exclude conditional text of the release of the new revision PDF feature in RoboHelp 9. (Review > create PDF for review.) Is this correct?

    Thank you

    Jerod - Allen

    You can't exclude the content, nor can you include dropdown / expand the content.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • Is there a limit to the conditional compilation tags?

    I have difficulties in WebHelp edition (which is our preferred choice). The project is huge anyway, with subjects from 1580, so it's a bear to manage. To add to the workload, I have three conditional compilation tags created. For now, each topic (minus five) assigned to one and only one of the conditional tags I build. So there's a lot of conditional in the equation.

    When I publish the complete help on my office file, it works fine (although I think more slowly as before, I've added the tags). When I assign a SSL so that only two tags conditional build is included, the publication fails. RoboHelp gets hung up, and I have to close it by the Task Manager. The output is never completed.

    In any case, I can't publish the help file on a server. Even if I publish the SSL without conditions applied, RoboHelp is hindering again. I can always publish to desktop and upload it to my server.

    So, is there an upper limit for the number of subjects who may have applied conditional construction? I couldn't find a limit in the documentation.

    Kevin

    No limit that I definitely know the numbers you're talking about are not a problem.

    If you can publish to a local drive, then the conditions aren't the issue.

    Are you clear on the difference between the production and publication?

    Also in your second paragraph you say that you can publish on your desktop. In your third paragraph, you say that you can not publish for SSL. Which should also be on your local disk, so at odds with the two things.

    Where is your project stored?

  • Conditional tags - how to exclude files from the output

    Hi all

    I am trying to exclude certain topics (books) of the generation by applying the conditional tags. It works very well and these books are excluded from the table of contents; However, section files are not excluded that the output size is exactly the same. The items I must exclude are huge video tutorials. It seems that HR changes only the TOC when applying conditional build tags.

    Any ideas how to ensure that the files of excluded topics are not in the output?

    Thank you

    Hello

    If the subjects are actually excluded or not depends on exactly where you added the conditional tags. If you haven't been tag elements of the table of contents, all that is remove entries from the table of contents.

    My suggestion is to wipe the table of Contents formatting per tag and add the tags to the subjects themselves. Then, they should be excluded. And when they are excluded, they will disappear also the table of contents.

    See you soon... Rick

  • With the help of several conditional tags with multiple outputs of WebHelp

    I have a project that I created for a web application. Within the web application, there are 3 types of customers (business Accts, Accts National and level 1 clients).

    I added each help topic associated with the help topics that I created.

    Then, I created 3 outputs of webhelp and 3 Table of contents for each type of client.

    My goal is to publish the project, where each type of client has their own output generated. Do it this way, which is listed in the help topics of table of contents for each type of customer that is not correctly displayed.

    Example: National accounts TOC

    What is generated:

    I have tagged in the table of contents to the conditional tag appropriate help topics. Help, please. Any advice? I can also be reached at [email protected]

    None of your screenshots came through - the icon of camera in the web interface allows you to attach images

  • How can I accept terms of use Live when you try to use the Windows 7 parental control features?

    * I have already connected to fss.live.com and https://familysafety.microsoft.com. This solution does not remedy the issue.* *.

    When you try to use the Windows 7 parental control features, it first asks you to connect to Live.  When I do, I get the 8004B3E9 error Code and it asks me to "connect to account.live.com and accept the terms of use.  However, in doing so, there are no terms of use for me to accept.  I also go to fss.live.come and familysaftely.microsoft.com and no option for the conditions of use is available to accept.  In addition, I tried different browsers.

    I can connect on Live.com and view my account easily, but without conditions of use prompt appears for me to accept, so my attempts to use the parental controls are stuck in this cycle, where it won't let me past without accepting conditions that do not seem to exist.

    How can I make sure I am set up as the account 'Parent '.

    Help, please

    3 hours later I'm finally able to access Family Safety. Thank you!

    The correct link to solve the "Terms of use" requirement is:http://g.live.com/0fsenus4/nexusmigrate

  • Conditional tags in RH9

    Can we add conditional tags to Image Maps? I right click on the image plane but I get no option related to the conditional tags. Thank you!

    Hello again

    Last night I tested and it does not seem you can apply tags to each of the regions. But not really using the RoboHelp interface. What I did to apply a tag to a word just above the image. Then I switched to HTML code mode. I then copied the tag code that RoboHelp inserts just before the marked information and I pasted just before the definition of the map region area. Once you have done that, the tag code end vouscopiezetcollezle than just after the definition of region map.

    I then tested by generating the project and see if the field has been deleted. It has been!

    One thing that I do not have much testing was to see how the designer of RoboHelp view will hold up to. Sometimes it rather snarkily removes any changes that we make in HTML view.

    But it could give a try!

    See you soon... Rick

    Useful and practical links

    Wish to RoboHelp form/Bug report form

    Begin to learn RoboHelp HTML 7, 8 or 9 in the day!

    Adobe Certified RoboHelp HTML Training

    SorcerStone blog

    RoboHelp EBooks

  • RH8 post-conversion, are completed space expression conditional tag

    We have installed just RoboHelp 8. After having converted my 3 projects of RH7 RH8, the system has added build spaces between the words of a condtional expression. That's fine because it is much easier to see the words - which represented an improvement over version 7.

    However, it is also add a space after the conditional construct sentences, which is incorrect. It adds a space before a comma, adds a space before a period if the conditional compilation expression occurs at the end of the sentence, etc. But it doesn't seem like it does in all cases... I don't know why it does this, but it has happened after the conversion to 8.

    The generated help is displayed as in the example below. Note the space before the period in the first sentence and the space before the comma in the second sentence. He did it on a few pages.

    Customer definition details

    This page allows you to add a new customer or modify an existing customer. If you add a customer, you must complete the details and then save it.

    Tried to download the example of conditional compilation expression, but it is not letting me.

    Thank you in advance for any help you can offer. It would be a lot to fix it manually, so I hope someone knows how to solve this problem by using a parameter.

    We have the same problem.

    Our workaround solution should not use the conditional tags in a sentence, but rather have 2 separate versions of the same sentence and put the conditional tags on the sentences.

  • Can I do the condition to delete when a second condition applies also prevail?

    Hi, frame smart people,

    Let's say I have apply a condition defined as New_In_2.5 of a paragraph in my doc FM. Later, I want to mark it as Deleted, but everything in maintaining its state of origin for information purposes. If I hide Deleted this text still shows upwards due to its state of New_In_2.5. And I can't hide that condition because a text only on this condition and I want to show.

    It seems my only option is to change this section of New_In_2.5 to unconditional and then apply the tag Deleted. But when I do this, I lose my touch of history that tells when or why I initially added the paragraph that I deleted later. I can also type a comment attached on the history of the paragraph and apply the tag deleted it so I can hide the paragraph and keeping history... but it's a bit of a hack, no?

    I thought this might be a case where I should apply a Boolean expression, but perhaps I'm not clear on the concept because I failed.

    If anyone has experience with this, I would really appreciate a very handy tip...

    Thanks in advance,

    ~ ~ Gay

    gay

    You can do this with conditional expressions. You must keep in mind that with conditional expressions, we must build so that you get the Boolean logic which * SHOWS * you want, not hiding as in the original treatment of the conditional statements.

    So if you have dutifully tag content the 'Deleted' and 'New_In_2.5' tags as needed, then the expression * SHOW * new info, but hide all the deleted content for the 'New_In_2.5', your conditional expression would be:

    "New_In_2.5" ANDNOT "deleted".

Maybe you are looking for