Autonumber bug in headings following a procedure

Hoping someone has an answer to this...
I'm on Frame 11 (11.0.0.380) on Windows 7.
I'm running into a strange issue with headings that are autonumbered. Everything works as expected... until I include a proccedure that has autonumbered steps and sub-steps. The heading immediately following the procedure renumbers from the beginning. The image below shows an example. There are three headings, which are numbered correctly. Then I inserted a subheading with a procedure and the heading below it has incorrect numbering. This only happens in headings that follow a procedure.
The autonumbers for the paragraphs are:
Heading1: <$chapnum>.<n+>
Heading2: <$chapnum>.<n>.<n+>
Numbered: S:<n+>/\t
NumberedCont1 (sub-step): <a=1>.\t
Is there something incorrectly set up in the autonumber format or is this a bug?

Take a look at this. http://help.adobe.com/en_US/FrameMaker/9.0/Using/WSF176D8C8-8133-4860-88E3-AF69262623F0.ht ml
The problem is in this paragraph with this numbering:
NumberedCont1 (sub-step): <a=1>.\t
You reset the numbering of the main paragraph back to 1, when you used the <a=1> tag since you did not preface it with S:.

Similar Messages

  • My computer wont recognize my iphone 4. when i plug it into any computer it doesnt charge. i followed the procedure on the website but the device manager still says unknown device. any ideas how to fix this???

    My computer wont recognize my iphone 4. when i plug it into any computer it doesnt charge. i followed the procedure on the website but the device manager still says unknown device. any ideas how to fix this??? the weird thing is it use to work until yesterday. thanks

    Will it charge when connected to a wall outlet? The USB port on your computer must be 2.0
    Powering Apple and third party peripherals through USB

  • I created a book and tried to place order but failed.  I followed the procedures, when the book completed uploading, the message "An error occured uploading your order" pop up.  There was no error message all along when I created the book.

    I created a book and tried to place order but failed.  I followed the procedures, when the book completed uploading, the message "An error occured uploading  your order" appeard.  There was no error message all along when I created the book. I tried several time but failed.

    preview the order and try again - http://support.apple.com/kb/HT1040
    If it still does not work boot into Safe Mode, preview again and try
    With the number of reports in the last few days it may be server overload - if so trying during a time of lower activity might help
    LN

  • Column headings in the procedure o/p

    Hi,
    Oracle 9i
    How to include column headings in the procedure o/p ?
    also
    how to view the procedure o/p in the toad8.5 Data grid instead of DBMS Output screen ? because when I execute the procedure it shows the o/p in the dbms output window but I want to get it reflected in the data grid. How it can be done ?
    Regards

    user640001 wrote:
    How to include column headings in the procedure o/p ?
    also
    how to view the procedure o/p in the toad8.5 Data grid instead of DBMS Output screen ? because when I execute the procedure it shows the o/p in the dbms output window but I want to get it reflected in the data grid. How it can be done ?*Do  not use DBMS_OUTPUT for for rendering output. It is the WRONG tool to use!!*
    DBMS_OUTPUT does not work like you think it does. It does not display anything. PL/SQL s/w is incapable of displaying anything on a client. That is the client's job.
    DBMS_OUTPUT has a buffer variable. This variable resides in the most expensive memory area of an Oracle database. The PGA. When you do a DBMS_OUTPUT.put_line(), you are merely adding a line of text to this buffer variable.
    A client can after a database call was made and executed, query this DBMS_OUTPUT buffer - and display and empty its contents. So in order words, the client makes another database call and reads the DBMS_OUTPUT variable.
    The wrong part is this.
    1. The client calls your PL/SQL code.
    2. You use SQL to pull data from the SGA buffer cache into a buffer variable residing in very expensive PGA memory.
    3. Your PL/SQL code terminates.
    4. The client now makes another PL/SQL database call to DBMS_OUTPUT.
    5. The client reads the DBMS_OUTPUT buffer and it renders it locally.
    The problem:
    - the SQL data is moved about between memory areas on the server (consumes loads memory and CAN cause the server to crash by exhausting server memory)
    - the client needs to make multiple calls to get the data, and the data is dumb text strings instead of structured data
    The CORRECT approach is:
    1. The client calls your PL/SQL code.
    2. Your code creates and returns a ref cursor.
    3. The client now fetches the data from the database via the ref cursor handle.

  • HT2534 I can't see the "none" option even though I followed the procedure step by step. What is the problem?

    I can't see the "none" option when trying to open an iTunes account even though I followed the procedure detailed in the apple website step by step. What is the problem?

    jimka_2001 wrote:
    What should I try next?
    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Why won't my history clear when I follow the procedure?

    I followed the procedure outlined in your article and my browsing and download history did not delete.
    Firefox 25.0.1 for What's up with that?

    Some of the entries are my bookmarks and some are not, but none of them are deleted.
    I uninstalled FF, reinstalled it and tried to delete history and it still would not delete. I also tried syncing and not syncing with my desktop with no results.
    The only way for me to clear my history is to clear the data in the android settings under apps, but that also deletes my bookmarks. So, in order to prevent my tablet getting overloaded with history I am going to have to abandon Firefox until they can fix the history problem.
    I am very disappointed with the newer FF editions.

  • HT5312 How do I reset the security questions ? I followed the procedure step by step and I had no " reset info security email " option!

    How do I reset the security questions ? I followed the procedure step by step and I had no " reset info security email " option!

    Welcome to the Apple Community.
    Start here (change country if necessary) and navigate to 'Password and Security', reset your security questions using the link provided, you will receive an email to your rescue address, use the link in the email and reset your security questions.
    If that doesn't help, you don't receive a reset email or you don't have a rescue address, you should contact AppleCare who will initially try to assist you with a reset email or if unsuccessful will pass you to the security team to reset your security questions for you.
    If you are in a region that doesn't have international telephone support try contacting Apple through iTunes Store Support.

  • Bug: Migration Parameters Of A Procedure Call

    Hi,
    the bug described in(http://dermotoneill.blogspot.com/2008/05/parameters-of-procedure-call.html) keeps showing up in the new versions of SQLDeveloper.
    So it's also in the current version of 2.1 (Version 2.1.1.64 Build MAIN-64.45)!
    It can be fixed like described in the Blog.
    Where can this bug be reported in a way that it will be fixed permanently?
    Thanks
    Dominik

    Hi Dermot,
    I think it's still an issue as I experience. Even in Version 1.5.1 Build MAIN-5440! I did used the Workaround like you described and only then it is working correctly.
    Thanks for your help
    Dominik
    Here is what I'm migrating:
    --That's the MSSQL Procedure I'm migrating
    CREATE PROCEDURE [dbo].[CFGGetFilterSetting]
         @ID uniqueidentifier
    AS
    SELECT
         [ID],
         [UserName],
         [FilterDefinitionID],
         [MaxNrFilterResult],
         [AutoApplyAtStartup]
    FROM
         [dbo].[CFG_FilterSetting]
    WHERE
         [ID] = @ID
    -------- Calling stored procedure for Child Collection 1     
    EXEC CFGGetFilterCriteriaValues @ID = @ID     
    --That's what I got with out the Fix described in the Blog
    CREATE OR REPLACE PROCEDURE CFGGetFilterSetting
    v_ID IN CHAR DEFAULT NULL ,
    cv_1 IN OUT SYS_REFCURSOR,
    cv_2 IN OUT SYS_REFCURSOR
    AS
    BEGIN
    OPEN cv_1 FOR
    SELECT ID,
    UserName,
    FilterDefinitionID,
    MaxNrFilterResult,
    AutoApplyAtStartup
    FROM CFG_FilterSetting
    WHERE ID = v_ID;
    -------- Calling stored procedure for Child Collection 1     
    CFGGetFilterCriteriaValues(v_IDv_ID => v_ID,
    cv_1 => cv_2);
    END;
    --That's the result after the Fix
    CREATE OR REPLACE PROCEDURE CFGGetFilterSetting
    v_ID IN CHAR DEFAULT NULL ,
    cv_1 OUT SYS_REFCURSOR,
    cv_2 OUT SYS_REFCURSOR
    AS
    BEGIN
    OPEN cv_1 FOR
    SELECT ID,
    UserName,
    FilterDefinitionID,
    MaxNrFilterResult,
    AutoApplyAtStartup
    FROM CFG_FilterSetting
    WHERE ID = v_ID;
    -------- Calling stored procedure for Child Collection 1     
    CFGGetFilterCriteriaValues(v_ID => v_ID,
    cv_1 => cv_2);
    END;
    Here the complete Version Info of the SqlDeveloper:
    About
    Oracle SQL Developer 2.1.1.64
    Version 2.1.1.64
    Build MAIN-64.45
    Copyright © 2005,2009 Oracle. All Rights Reserved.
    IDE Version: 11.1.1.2.36.55.30
    Product ID: oracle.sqldeveloper
    Product Version: 11.1.1.64.45
    Version
    Component     Version
    =========     =======
    Java(TM) Platform     1.6.0_11
    Oracle IDE     2.1.1.64.45
    Versioning Support     2.1.1.64.45
    Extensions
    Name     Identifier     Version     Status
    ====     ==========     =======     ======
    Check For Updates     oracle.ide.webupdate     11.1.1.2.36.55.30     Loaded
    Code Editor     oracle.ide.ceditor     11.1.1.2.36.55.30     Loaded
    Database Connection Support     oracle.jdeveloper.db.connection     11.1.1.2.36.55.30     Loaded
    Database Object Explorers     oracle.ide.db.explorer     11.1.1.2.36.55.30     Loaded
    Database UI     oracle.ide.db     11.1.1.2.36.55.30     Loaded
    Diff/Merge     oracle.ide.diffmerge     11.1.1.2.36.55.30     Loaded
    Extended IDE Platform     oracle.javacore     11.1.1.2.36.55.30     Loaded
    External Tools     oracle.ide.externaltools     11.1.1.2.36.55.30     Loaded
    File Support     oracle.ide.files     11.1.1.2.36.55.30     Loaded
    File System Navigator     oracle.sqldeveloper.filenavigator     11.1.1.64.45     Loaded
    Help System     oracle.ide.help     11.1.1.2.36.55.30     Loaded
    History Support     oracle.jdeveloper.history     11.1.1.2.36.55.30     Loaded
    Import/Export Support     oracle.ide.importexport     11.1.1.2.36.55.30     Loaded
    Index Migrator support     oracle.ideimpl.indexing-migrator     11.1.1.2.36.55.30     Loaded
    JDeveloper Runner     oracle.jdeveloper.runner     11.1.1.2.36.55.30     Loaded
    Log Window     oracle.ide.log     11.1.1.2.36.55.30     Loaded
    Mac OS X Adapter     oracle.ideimpl.apple     11.1.1.2.36.55.30     Loaded
    Navigator     oracle.ide.navigator     11.1.1.2.36.55.30     Loaded
    Object Gallery     oracle.ide.gallery     11.1.1.2.36.55.30     Loaded
    Object Viewer     oracle.sqldeveloper.oviewer     11.1.1.64.45     Loaded
    Oracle Data Modeler Reports     oracle.sqldeveloper.datamodeler_reports     11.1.1.64.45     Loaded
    Oracle Database Browser     oracle.sqldeveloper.thirdparty.browsers     11.1.1.64.45     Loaded
    Oracle IDE     oracle.ide     11.1.1.2.36.55.30     Loaded
    Oracle SQL Developer     oracle.sqldeveloper     11.1.1.64.45     Loaded
    Oracle SQL Developer Data Modeler Viewer     oracle.datamodeler     2.0.0.584     Loaded
    Oracle SQL Developer Extras     oracle.sqldeveloper.extras     1.1.1.64.45     Loaded
    Oracle SQL Developer Migrations     oracle.sqldeveloper.migration     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - Antlr3 Translation Core     oracle.sqldeveloper.migration.translation.core_antlr3     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - DB2     oracle.sqldeveloper.migration.db2     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - Microsoft Access     oracle.sqldeveloper.migration.msaccess     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - MySQL     oracle.sqldeveloper.migration.mysql     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - SQLServer     oracle.sqldeveloper.migration.sqlserver     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - Sybase     oracle.sqldeveloper.migration.sybase     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - Teradata     oracle.sqldeveloper.migration.teradata     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - Translation Core     oracle.sqldeveloper.migration.translation.core     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - Translation Db2     oracle.sqldeveloper.migration.translation.db2     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - Translation UI     oracle.sqldeveloper.migration.translation.gui     11.1.1.64.45     Loaded
    Oracle SQL Developer Reports     oracle.sqldeveloper.report     11.1.1.64.45     Loaded
    Oracle SQL Developer SearchBar     oracle.sqldeveloper.searchbar     11.1.1.64.45     Loaded
    Oracle SQL Developer TimesTen     oracle.sqldeveloper.timesten     2.0.0.64.45     Loaded
    Oracle SQL Developer Unit Test     oracle.sqldeveloper.unit_test     11.1.1.64.45     Loaded
    Oracle SQL Developer Worksheet     oracle.sqldeveloper.worksheet     11.1.1.64.45     Loaded
    Oracle XML Schema Support     oracle.sqldeveloper.xmlschema     11.1.1.64.45     Loaded
    PROBE Debugger     oracle.jdeveloper.db.debug.probe     11.1.1.2.36.55.30     Loaded
    Peek     oracle.ide.peek     11.1.1.2.36.55.30     Loaded
    Persistent Storage     oracle.ide.persistence     11.1.1.2.36.55.30     Loaded
    QuickDiff     oracle.ide.quickdiff     11.1.1.2.36.55.30     Loaded
    Replace With     oracle.ide.replace     11.1.1.2.36.55.30     Loaded
    Runner     oracle.ide.runner     11.1.1.2.36.55.30     Loaded
    Snippet Window     oracle.sqldeveloper.snippet     11.1.1.64.45     Loaded
    Sql Monitoring Project     oracle.sqldeveloper.sqlmonitor     11.1.1.64.45     Loaded
    Tuning     oracle.sqldeveloper.tuning     11.1.1.64.45     Loaded
    User Extensions Support     oracle.sqldeveloper.userextensions     11.1.1.64.45     Loaded
    VHV     oracle.ide.vhv     11.1.1.2.36.55.30     Loaded
    Versioning Support     oracle.jdeveloper.vcs     11.1.1.2.36.55.30     Loaded
    Versioning Support for Subversion     oracle.jdeveloper.subversion     11.1.1.2.36.55.30     Loaded
    Virtual File System     oracle.ide.vfs     11.1.1.2.36.55.30     Loaded
    Web Browser and Proxy     oracle.ide.webbrowser     11.1.1.2.36.55.30     Loaded
    oracle.ide.indexing     oracle.ide.indexing     11.1.1.2.36.55.30     Loaded

  • Poor Follow up Procedure on Apple Store

    I bought a Ipod nano on 16 Sept via Apple Store and I received it on 19 Sept. But when I used the new ipod to listen my music, its output has problem that sound output with noiscy. So I called Apple to solve it. I need to call different phones number by myself to open approval the ipod problem, service ticket, arrange re-delivery. End up Apple need to wait to receiving back the poor quality IPOD, and then START to arrange re-deliver the new one to me. This IPOD is for my wife's gift. Because The IPOD's quality is poor and procedure problem, I need to wait to more two weeks and buy another gift to my wife. Even the CS of apple said they will call me back for follow up my case yesterday, I still do not get any call from Apple CSby noon.

    no but it may come with the new firmware 1.1.1 and also if you use it for something other then AT&T you will not have a warranty, it may also not allow any changes. Just buy it and use AT&T like the rest of us so we don't have to hear you complain when you break your phone.
    now ebay, you dont know what you are buying
    it could be a brick already
    it could be stolen
    it could be a clone
    it could be a

  • How to map the following pricing procedure in SAP

    hello all guru of SAP,
    here is the pricing which is used in our company so i want to map it in SAP
    so how to do this
    just bellow is the example
    spoiler maruti zen vxi material name    779SMZV is the material number
    basic price @36.11 for 300unit is                10833
    MRP @117 for 300units                             35100
    MRP price after [email protected]%             23341.50
    Total basic price                                               10833
    assesable price after abatement                         23341.50
    assesable value                                                  10833
    excise duty on MRP after abatement@16%            3735
    CESS on excise duty  @2%                                     75
    CESS duty for secandary higher education@1%         37 
    total net sales                                                       14680
    sales tax [email protected]%                                                 1835
    total value                                                              16515
    so please help me what is the best possible way to map this pricing procedure in sap what should be the condition and wat should be the configuration
    with lots of hope
    subrat ranjan panda
    9313480938
    [email protected]

    I m not able to understand urs query, if u can explain more then i might be able to help you. You can mail me or call me
    regards
    pradeep
    +91 9971375659
    [email protected]

  • I cant transfer my new purchase on my new ipad. I have 2 ipad. I have follow the procedure to go to store to authorize and it was successful but when I initiate the purchase transfer, the same message appear asking me to do the same thing.

    I have difficult transfering my purchases on my new ipad to my computer. I have 2 ipad. I have followed the instruction closely. That is to go to store and authorize
    my PC. It show it was successful as I still have not exceeded the 5. It shows 3 only. When I go to file to transfer the purchase, an error message appear telling to
    go to store and authorize the PC. I repeat this process but in vain. I am getting frustrated.

    Delete and redownload them if doing so is free in your country.
    (106637)

  • Do I need to follow a procedure for reinstalling acrobat 7.0 professional?

    I need to perform a system recovery on my laptop and I wonder if I am going to have any issues reinstalling acrobat 7.0 professional.

    Or if you can deactivate before the recovery it might do the job. Sometimes a recovery is not needed, but you can reinstall the OS without recovery. To do that you will find instructions on the new, but if you follow the install button rather than recovery you should reach a screen that gives you a choice to reinstall or repair. The repair is more likely what you want. In that case, system files are replaced, but your system retains most other parts of your setup.
    Here is a link with directions for XP (Note the page where it says to NOT use the restore). http://pcsupport.about.com/od/operatingsystems/ss/instxprepair1.htm
    Similar processes are available for Win 7. The steps that MicroSoft provides that suggest to use Restore to repair your machine are misleading. The repair you want is part of the install process (review the screen shots in the line). I have done this several times and it is a life saver for someone like me who has a lot of software that is not part of the original installation included in the system -- in fact most of the software I use regularly.

  • HT202159 "An error has occurred". I followed the procedures for restarting OS X 8.0 download but the "pause/download"  button was dead.  What next?

    The procedures for restarting Mountain Lions downlown do not seem to apply in my ssituation. Before today's impass I had failed twice to download then was able to start all over again from the beginning.  The system knew that I had purchased the program and allowed me to start again.  Both times i lost the data (6-8 hrs per attempt) in the downloads.  But that's not the problem that I am faced with now.  The techniques provided to restare don't work.  I can't initiate the program's download through "purchasing".  The message "an error has occurred" is persistent.  It don't disappear.  I reboot,  reenter the Apps Store.  There it is again. The "pause/download" button is dead,  Has anyone had a similar experience?  I wish Apple would supply a disk for this program.

    Welcome to the Apple Support Communities
    Press Shift key on boot, delete Mountain Lion installer from Applications, open App Store > Purchases and download OS X. If it doesn't help > http://www.apple.com/support/mac/app-store/contact

  • HT201328 I am going to India, the ATT says the is unlocked and follow the procedure back up,erase,insert new sim,restore.  Is it that simple?  Will there be any problem when igo to India with local SIM card?  How to find out compatibility of local SIM car

    I am going to India.  ATT says phone is unlocked.  Can I use local SIM card to use my i phone5?  Will there be any compatibility problem.

    If AT&T authorized your unlock, you received the email from them giving you instructions to unlock and you followed those instructions, followed by a message in iTunes saying Congratulations, your iPhone is now unlocked, then you will have no issues using a local SIM. However, your warranty is only good in the US, and it may not support all of the bands in India, especially LTE.

  • Following 5DMII procedures

    I have had really good successs with Compressor (for the most part) on the G5. I am trying to keep this old horse going for one more show until late August when I intend to buy a new MacPro tower upgrade the FCS etc.
    Shot some important footage on the Canon 5D Mark II, recently. I had not upgraded the firmware in some time, and had not experienced any real issues as I am shooting for a PBS film which is running into the 4th (and FINAL) year. So I've simply been downloading the video clips with the Canon software reviewing and sometimes logging a bit. Everything has seemed fine. I am not a phenom techy nor editor or great renown. I am a natural history DP who has been tape based for many years in HD.
    I tried to drop them directly into a timeline and noticed the poor synch on sound and then the stuttering of the video.
    1) I followed some on line advice to reconvert the clips to a 29.97
    2) I came into compressor to do a pass to 422.
    Will this solve the problems? Thanks for any and all help.
    Tim Barksdale

    Yes, simple conversion to ProRes 422 is all you need to do, no need to convert TC unless PBS has a need for that (which I think they do). In newer systems (FCP 7) you'd use ProRes (LT) via the Log & Transfer, as Canon's EOS Movie plugin for FCP is the best.

Maybe you are looking for

  • BW report on material and payment

    Hi! I need to create a BW report which will display the material groupwise po no., date and status and the planned and actual delivery date  and also the payment satatus like advance paid, po val, payment made and balance status. I understand this in

  • HT201272 How do I find my purchased audiobooks?

    I bought The lord of the rings dramatised audiobook just before my iphone decided to get wet and stop working. I managed to get my purchased films and music from icloud but there doesn't seem to be a purchased audiobooks section. I really don't want

  • LR 1.2: can't import from device with 40D

    Hi, Import photos from device menu is disabled in LR 1.2 when my 40D is connected via USB, even though Canon software works ok to retrieve pictures. I've tried many things, shutting down LR and /r the camera, but nothing makes it work, menu remains g

  • External hard drives, media folders and iTunes Library folder

    Hello All, I have an external hard drive with all of my iTunes media files and am wondering if I should also have the iTunes Library folder and related iTunes files on this same drive. Is this the preferred arrangement? It seems that backups would be

  • Is is possible to convert Chinese to English using Adobe ExportPDF?

    I would like to convert Chinese documents in our company to English using Adobe ExportPDF.  Is this possible?