Autonumber formats change after topics are linked across projects

We are going from Robohelp HTML x5.0.2 to Robohelp HTML 8.0.2.208, so there is obviously a huge learning curve that we are working through.  We generate to WebHelp and merge 15 projects into a published master.  Our users view the output on our intranet using Internet Explorer 7.
We loved the autonumber format feature in version 8 (particularly the additional bullet styles available and no longer needing to manually renumber steps when something was inserted or deleted), but have run into a problem.
The autonumber items work fine in the projects and when generated and published into the merged master, but when we need to add a link from a topic in one project to a topic in another project it changes the bullets and numbering.
Example: 
We have a topic in Project A that references a topic in Project B (both projects are part of the merged master).
We insert a link in the Project A topic to the topic in Project B (using Insert Hyperlink - Link To - File).  Everything in both A and B look fine at this point.
We preview the topic Project A by clicking on "View Selected Item" (eyeglasses) and then click on the link we inserted to validate it works.  This causes the topic in project B to now have stutter-text for bullets and numbers (i.e., what used to say "1. Step" now says "1. 1. Step").  As more links are added to that topic, it adds more bullets and numbers to the linked topic:
1.     1.     1.     Procedure
●       ●       ●       Bullet
o       o       o       Bullet2
§        §        §        Bullet3
□       □       □       Bullet4
This does not happen when adding links to topics that are in the same project, only when linking to topics that are in another project.
All of our topics are created directly in RoboHelp; we do not import files from Word, FrameMaker, etc.  Each of our projects has the same style sheet (we created 1 CSS file and copied it into each project so that they were all identical).
All of our version 8 projects were created from scratch in version 8, and we have been importing our version 5 topics one by one (and deleting the version 5 styles assigned to them), then applying the applicable version 8 style to each line.  We have attempted creating brand new topics in version 8 to make sure no old legacy version 5 code imported from an old project was causing the issue, and it still happens.  We have tried manually cleaning up the HTML code for the topic and it happens again once a cross-project link is added back to that topic.  We also tried the "Convert RoboHelp edited topics to HTML" to try to get around the XHTML restrictions and it still happened to everything that was an autonumber format, so it appears the issue is something with that one of these.  We created styles for each autonumber format we wanted to use (using the options available for Paragraph styles in the Robohelp Style editor), this is a sample of one of them:
p.Bullet {
                list-style: rh-list;
                x-list-class: rl-p-Bullet;
                x-list-level: 1;
rh-list.rl-p-Bullet {
                x-level-count: 1;
                x-lvl-1-format: "<x>";
                x-lvl-1-type: disc;
While it would be really great to have the additional features of the autonumber format, it may not be a viable option for us since it is only available on the paragraph level and Robohelp 8 does not appear to play well with bullets and numbers in anything other than the list level.  I'm thinking I may need to abandon our current style sheet that uses autonumbering and start over with a new style sheet using only the limited bullets and numbering available on the list level (or possibly go old-school and just use the bullet and number toolbar buttons to add formatting to normal text).  We are about 8,000 topics into our conversion of 40,000.  Any suggestions are greatly appreciated.  Thanks!

I'd love to send you the test projects I set up, but unfortunately my company has blocked that ability.  I created brand new blank projects in Robohelp 8 using the default style sheet with an autonumber bullet and numbered step added and nothing else.  I thought this bare-minimum approach would be the best way to make sure it wasn't something we had set up incorrectly that on our end.  I used the default First Topics in each project and added numbered and bullet texts using the style sheet to Project 1 and then added a link to that topic in Project 2.  I didn't even generate the projects and I still had the issue when I previewed the Project 2 topic and clicked the link.
I've attached a copy of the info on the topic in Project 1 and the code behind the scenes for it below:
First Topic
1.     1.     1.     Procedure
o       o       o       Bullet
o       o       o       Bullet
2.     2.     2.     Procedure
Code before link in Project 2:
<?rh-list_start level="1" an="1" class="rl-p-Procedure" ?><p class="Procedure">Procedure</p><?rh-list_end ?>
<?rh-list_start level="1" an="1" class="rl-p-Bullet" ?><p class="Bullet">Bullet</p><?rh-list_end ?>
<?rh-list_start level="1" an="1" class="rl-p-Bullet" ?><p class="Bullet">Bullet</p><?rh-list_end ?>
<?rh-list_start level="1" an="1" class="rl-p-Procedure" ?><p class="Procedure">Procedure</p><?rh-list_end ?>
</body>
</html>
Code after link in Project 2 was added and clicked:
<?rh-list_start level="1" an="1" class="rl-p-Procedure" ?><p class="Procedure">1.<span
style="font: 6.0pt 'Times New Roman';">&#160;&#160;&#160;&#160;&#160;</span>Procedure</p><?rh-list_end ?>
<?rh-list_start level="1" an="1" class="rl-p-Bullet" ?><p class="Bullet"><span
style="font-family: 'Courier New';">o</span><span style="font: 6.0pt 'Times New Roman';">&#160;&#160;&#160;&#160;&#160;&#160;&#160;</span>Bullet</p><?rh-list_end ?>
<?rh-list_start level="1" an="1" class="rl-p-Bullet" ?><p class="Bullet"><span
style="font-family: 'Courier New';">o</span><span style="font: 6.0pt 'Times New Roman';">&#160;&#160;&#160;&#160;&#160;&#160;&#160;</span>Bullet</p><?rh-list_end ?>
<?rh-list_start level="1" an="1" class="rl-p-Procedure" ?><p class="Procedure">2.<span
style="font: 6.0pt 'Times New Roman';">&#160;&#160;&#160;&#160;&#160;</span>Procedure
Code after link in Project 2 clicked a second time:
<?rh-list_start level="1" an="1" class="rl-p-Procedure" ?><p class="Procedure">1.<span
style="font: 6.0pt 'Times New Roman';">&#160;&#160;&#160;&#160;&#160;</span>1.<span
style="font: 6.0pt 'Times New Roman';">&#160;&#160;&#160;&#160;&#160;</span>Procedure</p><?rh-list_end ?>
<?rh-list_start level="1" an="1" class="rl-p-Bullet" ?><p class="Bullet"><span
style="font-family: 'Courier New';">o</span><span style="font: 6.0pt 'Times New Roman';">&#160;&#160;&#160;&#160;&#160;&#160;&#160;</span><span
style="font-family: 'Courier New';">o</span><span style="font: 6.0pt 'Times New Roman';">&#160;&#160;&#160;&#160;&#160;&#160;&#160;</span>Bullet</p><?rh-list_end ?>
<?rh-list_start level="1" an="1" class="rl-p-Bullet" ?><p class="Bullet"><span
style="font-family: 'Courier New';">o</span><span style="font: 6.0pt 'Times New Roman';">&#160;&#160;&#160;&#160;&#160;&#160;&#160;</span><span
style="font-family: 'Courier New';">o</span><span style="font: 6.0pt 'Times New Roman';">&#160;&#160;&#160;&#160;&#160;&#160;&#160;</span>Bullet</p><?rh-list_end ?>
<?rh-list_start level="1" an="1" class="rl-p-Procedure" ?><p class="Procedure">2.<span
style="font: 6.0pt 'Times New Roman';">&#160;&#160;&#160;&#160;&#160;</span>2.<span
style="font: 6.0pt 'Times New Roman';">&#160;&#160;&#160;&#160;&#160;</span>Procedure
Logically there is no reason that clicking on a link that is outside of the project should be able to recode the topic being displayed, but it is.

Similar Messages

  • CONTACT NAMES NOT DISPLAYING & TIME FORMAT CHANGING AFTER SYNC

    i live in kuwait and i was just gifted an officially unlocked 3g iphone from new zealand. i upgraded to 2.1. i have 2 problems
    1. i have synced my contacts from address book. the format that it is stored in is +965XXXXXX. 965 is the country code for kuwait and all numbers in kuwait are of 7 digits. there is no area code as this is a small country. when someone calls me their name does not appear. only the number appears
    2. i have set the time format on the iphone to the 24 hour format but every time i sync with my macbook the time format changes to 12 hour format.

    Follow this procedure to get your contacts back (I assume they are on your Mac/PC):
    1. Go to Settings, then Mail, Contacts, Calendars
    2. Select your account which has the contacts you wish to sync
    3. Turn syncing for Contacts to "Off". This will bring up a box telling you your iPhone is turning off Contacts. My iPhone actually hung at this stage, so after several minutes, I performed a hard restart (holding down Home and power buttons for 5 sec.)
    4. Exit from Settings
    5. Go to Settings, then Mail, Contacts, Calendars
    6. Select your account which has the contacts you wish to sync
    7. Turn syncing for Contacts to "On". This should restore your contacts
    8. Go to Contacts to verify. They initially may not appear or just show up as numbers for a second or two, but then your contacts should appear.

  • Time format change after update to 4.0.7577.250 on aastra 6725ip

    Hi,
    i make an device update on my aastra 6725ip to version 4.0.7577.250.
    After that update the time format is changed. I found in the changelog that this should be fixed?!
    What todo?
    regards,
    Frank

    Whats the format changed to?
    Can you use settings to change the format? Or do factory reset on phone (hold 4 and 6 while booting).
    Andrew Morpeth
    Lync Server Specialist - Auckland, NZ
    Check out my blog

  • Sale Order Status Change after delivery of materials from projects

    have ETO sccenario which consists of all modules such as SD,PS.PP etc. Materials will be procured from external vendors & manufactured inhouse through project systems. After delivery of materials from project systems, billing & invoicing will be done at sales level.
    On delivery of materials from projects, sale order status remain open. Request you to look into the matter & suggest about status change of sale order after delivery / billing.
    Regards,
    Ranjan

    Hi,
    In sale order, WBSE is assigned. Delivery of materials are through cns0. then subsequently picking / packing / billing will happen at sales level. Billing is of delivery related. Please suggest to fix the issue.
    Thanks & Regards,
    Biplab Ranjan

  • Export to Excel format changed after update to new Office

    Post Author: Ceraq
    CA Forum: Exporting
    I am using the XL export format as an intermediate step to some complex calculations and ties that are not supported in my legacy system.  To get what I want I simply used a CR XI report to create a mid way data file and then used a second report to crunch the final numbers from the data file.  Its a long painful story as to exactly why I have to do it this way... not my choice.
    Prior to the update when I exported more than ~65k lines to an XL format they remained in one sheet.  So the second report would grab all the data and go...  Now, after the update of office, the report gets split into seperate sheets each of ~65k records long and the second report sees each sheet as a seperate data table!  I'm pushing over 1.25 million records into less than 400k in the mid data file so I'm getting about 7 sheets instead of the original 1.
    I have a lot of work and time invested in this method so I would like to fix it so it still works in the previous manner... I have tried to export to a different format, but it seems that CR XI cannot export to a format that it can also read in... at least that I have found and not without creating a whole new DB for it to export into (Access).  I cannot unroll the new office either as it is already enterprise wide...
    Reomendations? Suggestions? Should I simply go get a few cases of Dr. Pepper and tell my wife I wont be home this week and re write everything (no plan on how I'd do that either...)?
    Best regards,
    Michael

    Hi Debbei
    I think  u have to use microsoft office 2003
    Regards Reeha

  • Format changing after running the concurrent program for indentation

    Hi
    I have got an issue regarding indentation in rtf template. Actually in the template I have indentation or numbering in one format like david but after running the concurrent program in the temlate output I am getting the numbering in Latin letters. like
    I
    II
    III
    etc.
    can anyone please send me the resolution for this issue.
    Thanks and regards
    kk

    What is the application release?
    If you are on 11i, please make sure you have (Patch 8198363: INDENTATION PROBLEM WHILE GENERATING RTF OUTPUT USING RTF TEMPLATE) applied and check then.
    Thanks,
    Hussein

  • Changes after transport are not reflecting in QA and Production

    Hi All,
    We changed two table settings in developemnt system  table names are ALMBCADM & ALMBCDATA.
    We modified the table technical settings as "buffering allowed but de-activated". After we transported the change requested in QA Prod enviornment ,the  changes are not getting reflected in the systems. Technical settings in both the systems are still showing as "Buffering is switched off". What could could be the reason behind this???????
    Regards,
    Prashant

    Hi Ashok,
    I have checked the CR from SE01 from objects tab , and found these entries-:
    Program ID          Object Type             Object Name
    LIMU                               TABT              ALMBCADM
    LIMU                               TABT              ALMBCDATA
    Which I suppose is correct.
    Please advise.
    Regards,
    Prashant

  • Footnote formatting changed after using Pages on iPad

    Hi all,
    I recently created a new document using Pages '09 on my iMac.  I then uploaded the document to iCloud so that I could work on it on my iPad.  I opened the document on the iPad, addded and changed some text and inserted some new footnotes.  When I went back to my iMac and downloaded the updated document and began working on it, I noticed that whenever I insert a new footnote the font size for the new footnotes is now 12, where before it had be 10.  Everything else seems to have stayed the same.  The font, type (regular, bold, etc.), just the size is now different. 
    Is there a setting in pages that I can go into and reset the default font size for footnotes to 10?
    Thanks in advance!

    Thanks Peter,
    I just tried that and it seemed to partly work.
    I tried creating a new footnote.  I then selected the text in the footnote, including the number, but there was no style name highlighted. 
    I then tried clicking on Footnote Text and it reformatted that note to the correct size (10 pt).
    I then clicked on the little triangle and Redefine Style from selection and it changed most ot the footnotes in the document to what looks like superscript.  I say most, because as I page through there are some that did not change.  I think the ones that didn't change were footnotes that were already in the document before editing it on pages on the iPad.
    So I undid everything and tried something else.  This time I only selected the text in the footnote, not the number.  There was still no style name highlighted.  I clicked on Footnote Text and it reformatted that note to the correct size (10 pt) again.  I then clicked the red triangle but Redefine Style was greyed out.
    This is really behaving is a bizarre way from what I can see.  I'm not sure why only some footnotes would change and not others and why I can't just define a footnote style that used to be the default.

  • Number format changed after opening a plain text file in Excel

    Hi,
    I have an urget need to understand about how to open a plain text file in Excel with numbers displayed as is. The text file is tab delimited. Right now, extra digits (0, or 00 ) are added. For example, 31:16 from text file is displayed as 31:16:00,
    15:0 becomes 15:00, 6:5 becomes 6:05. How to display the numbers as they are in the original text file?
    Thank you very much for the help.
    Amy

    This is a annoying problem.
    Excel will try to guess the data type if you leave the cell formatting as general.This happens a lot with specific numerical entries that could be confused as dates.e.g. 12:0,1-5 etc.Unfortunatley We can't tell Excel to stop reading it as a date, but what you
    can do is tell it to display the date how you want it.
    In addtion,in order to avoid confusion and keep track of troubleshooting steps, we usually troubleshoot one issue per thread. So if you need any further help, please create a new post.Thanks for your understanding.

  • I am looking for an app that can unmute my iphone after a preset time, eg 1 or 2 hours. Does anybody know an app with this feature?? The apps I have found are linked to a calendar or a place, I just need the timer function..

    I am looking for an app that can unmute my iphone after a preset time, eg 1 or 2 hours. Does anybody know an app with this feature?? The apps I have found are linked to a calendar or a place, I just need the timer function..

    thanks. yes i am aware of the VoiceOver feature but it is NOT the solution to my problem. as you said, it is a solution to a different set of issues. i want the text to speech ability because i there are books i need to read but do not have the time to sit down and read them and have become used to listening to them read to me either by a professional human reader or with the text to speech software on the Kindle.
    I think Apple makes the best audio devices but i am really disappointed in this inexplainable shortcoming. if apple can give us siri they ought to be able to design a nice little button that i can push to turn on text to speech while i am in a document, book, magazine or webpage. clearly it is possible as apple has added the "reader" button in safari to have web pages dropped into the reader format.
    thanks for your suggestion though, it is what everyone suggests but it does not address the issue.

  • How to I set an internal link in a PDF document using Preview?  After setting a link under the Tools/Annotations menu, the link doesn't work and no detailed instructions are provided.

    How to I set an internal link in a PDF document using Preview?  After setting a link under the Tools/Annotations menu, the link doesn't work and no detailed instructions are provided via the Help menu other than it showing the pull-down menu selection to make.

    No.  I am able to use the other features such as underlining, highlighting, adding rectangles and oval and save those changes.

  • Directory Links across partitions are not allowed.

    See a lot of this in the crawl log - what is this error?
    it's the http://<portal><documents>/Forms/Allitems.aspx 
    No external is crawled in that content source
     how do I fix it ? 

    Hi,
    Based on your description, my understanding is that you got an error that "Directory Links across partitions are not allowed".
    For your issue, change the content source to crawl the individual BDC applications instead of the entire catalog:
    Here is a similar post, you can use as a reference:
    https://social.technet.microsoft.com/Forums/en-US/72a51853-50a8-4062-8d50-8b38d9ecd0d3/directory-links-across-partitions-are-not-allowedwhen-crawl-external-data-source?forum=sharepointsearch
    Here is a possible solution, refer to it:
    http://blogs.technet.com/b/speschka/archive/2013/02/04/resolving-the-directory-links-across-partitions-are-not-allowed-error-when-crawling-odata-bdc-sources.aspx
    Best Regards,
    Lisa Chen
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Lisa Chen
    TechNet Community Support

  • Links to Folders on a external drive changed after reboot

    I've got the following problem:
    I've created some links to folders on a external (Firewire 800, Lacie 2big Quadra) drive in my Finder.
    At first glance they are working fine and looking good, listened under places.
    But after Reboot the links are changed to random files or folders on my usual Mac HD. The links pointing to folders on the internal HD are working fine!
    For example:
    before: "Work, Projects, Invoices" – after: "proloj.msd;italianWS;logqhrscv.ll"
    This happened (almost) everytime, so i can't really work with my places
    I tried to start the external drive up, before the Macbook starts, but no change.
    Is this a Finder bug or a problem with the external HD? Otherwise it's working very well. I heard some Rumours about the latest 10.5.6 Update and Problem with the finder?
    BTW - i got all updates from Apple

    It happened again – but now i got pictures
    After freshly adding the links:
    http://dort.entlang.com/before.png
    And after reboot:
    http://dort.entlang.com/after.png
    And the new links are not so random as it seems! "lpoptions.1.gz" is always the first entry.

  • I recently upgraded from Leopard to Snow Leopard and I noticed that I have more capacity available on the Macintosh HD. I checked my files and applications and they are still on my computer. Can capacity on the HD change after an OS upgrade?

    I recently upgraded from Leopard to Snow Leopard on my MacBook and I noticed that I have more capacity on the Macintosh HD than before the upgrade. I checked my files and applications and they are still on my computer and nothing appears to be missing. Before the upgrade I had around 111 GB capacity with around 10.50 GB available on the Mac HD but now after the upgrade I have 119 GB capacity and 20.92 GB available. Can capacity on the HD change after an OS upgrade?

    No, but the upgrade removed unneeded PowerPC code and changed the way free space is determined.
    (72071)

  • After ios 7 update, 2 phones are linked in texting  How do I unlink?

    After ios 7 update, 2 phones are linked when texting.  How do I unlink?

    The best thing to do is log one out of the shared Apple ID being used and then create a new one.
    You can also go to Settings > Messages > Send & Receive and make sure only the phone number is checked.

Maybe you are looking for

  • F4 help for field in ALV grid control (using ABAP objects)

    Hi All,     I have created a z table ZTAB which is a master table( with single column X). field X should be a input field in ALV Grid through F4 key. I have created searchelp and assigned it to data element of X feild, and in domain level I have assi

  • Follow-up: From Leads/Opportunities to Activities

    HI, We have configured the follow-up Activities from Leads/Opportunities in CRM. We created a standalone PCUI BSP iView for Activities and assigned ACTIVITYCRM object type to our Role. Leads to follow-up Opportunities is working but from Leads/Opport

  • Can I lock the volume curve to the track so it moves with the track?

    I can't seem to move the volume curve when I move the section or track. Is it possible to lock the volume curve to the track or section? Otherwise I have to recreate the curve for that section or track which seems so completely inefficient that I can

  • AVDHC 5.1 to Stereo Sound Issue on Panasonic SD1

    When I log and Transfer in FCP 6.0.1 The video turns out fine, but the Audio the right channel is WAY louder then the left channel after conversion. Other conversion programs do not seem to have this issue. Can anyone help? I am very stuck Also shoul

  • App Store.... Please help

    I opened my App Store on my ipad and a game I neither want or care about is open asking me to buy it. I can open the information and read it so it's not frozen it just won't let me close it please help annoyed x