Revision Bars in multi-page tables.

When I have a one-page table in FM 8.0, I can get the Rev Bars to be a solid line. However, if the table spans more than one page, the Rev Bars will only appear broken up at each cell. Is there a way to fix this?

As background, you probably know this already, but the way the change bars work is that they are actually applied to the text within cells, so that's why the bar itself is the same height as the leading size on the paragraph. The row and table setting for space above/below the text and cell is what breaks up the solid change bar line.
One thing that makes the change bars "separate" is if the table has varying paragraph styles in cells, the height of the change bar depends on whether the change is applied to a larger or a smaller paratag.
Sometimes the separation can be controlled by applying a fixed row height to all the rows, but of course that sometimes can't be accommodated because of the design or content of the table.
Another issue is whether you use column balancing or feathering in the document.
Perhaps other folks will jump in with some advice -- and I'll dig through my archives too, as I know I've come across this problem in the past.

Similar Messages

  • How to copy and paste a multi-page table of contents?

    Hi everyone.
    I have a large document with a Table Of Contents extending over two pages. I'd like to copy the entire TOC then paste it into a new Pages document.
    I have been able to copy the TOC however when I try to paste it into a new blank Word Processing pages document the following Error message appears: "The table of contents is empty because none of the paragraph styles selected in the Document Inspector are used in the document."
    I can paste it into a blank Page Layout pages document however it pastes it into a text box with only one page of the TOC in it.  Even if the new Page Layout document has two pages and I extend the text box over the two pages only one page of the TOC is copied into the new Page Layout document. At the moment the only work-around I can do is to take a screen shot of each individual page of the TOC and paste them individually into a new pages document. I have tried exporting the entire original document to a plain text file however all the formating is lost (obviously).  I have also tried exporting the entire original document to a Word document (.doc) however it won't let me copy the multi-page TOC and paste it into a new Word document. 
    Is there any way to successfully copy a multi-page table of contents to a new Pages document?

    VQM wrote:
    Thanks Peter.
    PeterBreis0807 wrote:
    The TOC is a hyperlinked text derived from the contents of the file it was generated in.
    You can try exporting the pages the TOC is on as rtf, text or pdf and transferring that, but I would question the value of a TOC for one document being in an entirely different document, which doesn't have what the TOC is pointing to.
    Have you tried copying the T.O.C. Section from the document Thumbnails and pasting into the document Thumbnails of the 2nd document?
    Peter
    How does one export individual pages from a Pages document?
    I've also tried to copy the TOC section from the document thumbnail however I can't figure out how to select multiple pages in the document thumbnails.  It only allows me to select one at a time. Furthermore, when I do select a single page from the thumbnail section and attempt to drag and drop it into the the thumbnail section of the second document it picks up the whole document and wont allow me to move it from the thumbnail section of the original document.
    Shift click to select multiple pages, and I did say Copy and Paste, not drag and drop.
    Peter

  • Multi-page tables crashing in InDesign

    Could anyone please provide some general advice about working with multi-page tables in InDesign, which appear to be very unstable.
    Over the past year or so, my team and I have worked with InDesign 5 and 5.5 on both Mac (10.6) and Windows (XP and 7) machines. In that time we have found if there’s one thing that will cause InDesign to crash it’s a table that runs over several pages and particularly (though not exclusively) if it’s got merged cells.  Add that extra row, merge that extra cell, even just insert your text cursor as you prepare to change some text and InDesign seems to reach a point where the “straw breaks the donkey’s back” and it falls over. At least it usually has the courtesy to reopen at exactly the point where the crash occurs with all the other changes that have been made still in place, whether they have been manually saved or not.
    The really weird thing is that sometimes the same file will crash on all the machines at the same point (as you would expect) but sometimes the files which crash on Windows machines will work fine on Macs and the files which crash on Macs will work fine on Windows machines. There doesn’t appear to be much of a consistent pattern to what’s going on.
    However, the solutions are always the same. First, unmerge any merged cells and adjust the border/fill commands to hide the fact they are now unmerged and then, if that doesn’t work, split the table up into separate chunks and put them into a separate text box on each page - that always seems to fix the problem, although the benefits of linked text boxes are now lost.
    I’ve had a scoot round the web and on these forums and whilst I can find quite a lot of material on this topic, there doesn’t appear to be anything that relates to our issue directly. I realise that I haven’t given specific information on what happens to us because it’s just something that happens every so often and we’re usually working so fast that there’s no time to carry out a detailed analysis of what’s going on, we just fix it and carry on. I’d be grateful if anyone could offer a general overview of what’s happening and maybe suggest some preventative measures we could take to reduce/eliminate the chances of this happening in the future.
    As always, thanks in advance for any and all advice offered.

    Hi folks,
    I have a similar problem with several dokuments running tables over 20 to 30 pages. Since InDesign CS5 I have crashes on random times and issues. I have built up the whole Document from scratch, because I thought saving them from older versions might cause the problem. I have started with a new document editing a table that runs over 5 pages with no merged cells in it which I had before. Now InDesign starts to crash again.
    – It crashes when I type more text than fits in the table cell
    – It crashes when I try to apply the standard paragraph style
    – It crashes altough I have saved an .idml-File to clean it
    – The problem appears in CS6 and CC also
    – I have tried copy/paste to a new document, which worked until I copied a particular table row. Then it started to crash again.
    Something weird I recognized is that all umlauts (I'm writing german text) are shown with wrong symbols in Story Editor (Textmodus) but not in the table itself. Maybe there lies the main problem?

  • My computer advised me to update several items, including Pages. I was working on a multi-page table listing Harley parts and it has to be very precise.  I couldn't open it w/old version anymore and was told by Support to trash the old one.  I do NOT like

    I want to go back to Version 4.3, I do not like the new version of Pages.  this has messed up my whole day!

    You should have the old Pages 4.3 in the application folder > iWork.
    If you have saved the document (I hope you didn't) you can Export to Pages 09 in the File menu. Hopefully you didn't loose to much.

  • How to Change default text in Multi-Selection Table Bar

    Hi,
    I would like to change the default text "Select Object" on the Multi-selection Table Bar.
    I tried adding the following in my resultsCO but I'm getting errors:
    tableBean.setTableSelectionText("<newText>");
    Error(25,34): invalid method declaration; return type required
    Error(25,35): illegal start of type
    Error(25,3): missing method body, or declare as abstract
    What am I missing?
    Thanks much.

    I got it to work with the following:
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    OATableBean table = (OATableBean)webBean;
    // Set the install-base specific "control bar" select text:
    // "Select Item(s)…"
    table.setTableSelectionText("Select Item(s)...");
    }

  • How to create a multi-page collapsible & CSS styleable table of contents box?

    How to create a multi-page collapsible & CSS styleabe table of contents box?
    Is there a tool available for Dreamweaver or for standalone operation that can create for multi-page articles a collapsible & CSS styleabe table of contents box based on the page titles?

    You could do this with jQuery.
    Table of Contents -
    http://www.downloadjavascripts.com/list/javasiteccc68/Details.aspx
    Collapsible Panels, Tables & Accordions -
    http://www.downloadjavascripts.com/Collapsible_And_Free_Accordion_Panels.aspx
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • How to Design Multi Page Report in SSRS 2008

    Hi All,
    I have managed to create a multi page report. When I am preview mode i can see that the report has 2 pages.
    But when I am in design view I cannot view the second page. How can I view the second page. Reason being I am trying to create a template where the table for certain data needs to be at the top of the page and some data at the middle and so on.
    Thanks in advance.
    Aash.
    Aash

    Hi Aash2,
    According to your description, the behavior of cannot view the second page in design view is expected, in another way, there is only one page in design view.
    Report Designer supports two views: Design to define the report data and report layout, and
    Preview to display a rendered view of the report. If you would like to show a table on the first page, and show the other table on the second page, you can add a page break on the first table like followings:
    1. Click the gray handle in the first table, select “Tablix Properties”
    2. Click “Add a page break after” check box under Page break options in General Tab
    After do above, you can see the first table in the first page, and the other table in the second page.
    For more details about report designer, please see the following article,
    Working with Report Designer in Business Intelligence Development Studio:
    http://msdn.microsoft.com/en-us/library/cc281300(v=sql.110).aspx
    If you have any question, please feel free to ask.
    Thanks,
    Eileen

  • I'm in a multi-page document, how can i rearrange the pages or insert blank pages in front of pages? Also, is there a way to show the ruler both horizontally and vertically?

    I'm in a multi-page Pages document, how can i rearrange the pages or insert blank pages in front of pages? Also, is there a way to show the ruler both horizontally and vertically?

    Not on my document. I have a 7 page document open. The "flashing vertical bar" is at the top of page 3. I have the thumbnail view showing. I click page break and two blank pages are added to the end of my document. I have to scrool thru the pages to see that the 2 pages were added as they do not appear in the layout view... I'm not sure if it is inserting a "section" as it adds two blank pages.. But I am clicking on "INSERT PAGE BREAK".. So guess there are still a lot of bugs to fix..
    Thanks again

  • Export multi page pdf to excel (searching did not answer my problem)

    I searched the forum and found a few related posts but none have seemed to work for me. I do not use Acrobat much so am not all that familiar with it. I am using Acrobat Professional 8.
    I have a multi page pdf that I want to export to excel. When I choose 'edit > select all' everything highlights. I then right click on the highlighted portion and ask it to 'open table in spread sheet'. It does so but only exports one page of the pdf.
    I have set 'view >page display > single page continuous' but still have had no luck. If someone would help I would greatly appreciate it. Please be specific with menu commands as I may not know where to find something if you just give me the last command.

    Hi,
    Welcome to Adobe Forums.
    You can print a multiple pages of a single PDF file on one page.
    File - Print - Under page size and handling, click on Multiple and then select pages per sheet accordingly.
    You can print through Adobe PDF Printer which will save a new PDF file with multiple pages on single page.
    Once you have this PDF file, then you can export it to TIFF for your application.
    Let me know if this is what you were looking for.
    Please see the screen shot:
    ~ Aditya Kalania

  • Removing scroll bar from product pages

    I need to remove the scroll bar that appears on the product pages. It doesn't matter if I have only one product or 100 on the page with the small images, I still get a scroll bar on the right side. I've tried adding and removing margins and padding, set the container height to auto, and removed the previous and next buttons from the shop templates, all to no avail. It appears to be caused by the table that holds the products, but no change to the code fixes it.
    I have included a screen print of the top of the page showing the scroll bar. There are only 3 images on this page and plenty of room below them. Overflow has been set to auto (and/or visible) on the container, the table, and the page.
    So, can anyone tell me how to shut off that scroll bar? I can't find that code that includes it so I can't see what's going on.
    Thank you for you help.
    Sincerely,
    Ahurani

    Liam,
    Thank you for answering.
    I didn't want to turn the scroll bar on the page off, but the scroll bar that appears in a div container. I finally solved the problem by turning overflow: auto to overflow: hidden. And smacked myself in the forehead and said, "Duh. I knew that." Too tired and too close to the problem I guess.
    The only other thing I can't seem to find is the large space that appears above a product table. I've tried everything from margins to padding and beyond.
    Sorry about not including the url. I have used the forum so rarely that I didn't think of that. It is www.whimsicalley02.businesscatalyst.com, just in cases you want to look at the big space on Harry Potter > Accessories and on the large product page. I'd love to tuck the product closer to the breadcrumb, but if that is not possible, then c'est la vie.
    Thank you.

  • How to set Destination URI of a column in a multi row table

    Hi,
    I need to programmatically set the destinationURI property of a 'messageStyleText' column in a multi-row table.
    I have used the below code in the processRequest of the Controller of the page:
    OAViewObject viewObject = (OAViewObject)am.findViewObject("IntSummBackOrdDetVO");
    String url = (viewObject.getCurrentRow().getAttribute("ErrorCode")).toString();
    url = "/oiphtml/o2c22_"+url+".htm";
    OAStaticStyledTextBean errorlink = (OAStaticStyledTextBean) webBean.findChildRecursive("ErrorCode1");
    errorlink.setDestination(url);
    But this code is not working. Could you please help me in correcting the above code?

    user594528 ,
    What ur trying to do can be conceptually possible through bound values only as there are many rows in table.Read bound values section in dev guide, to understand the fundamentals.
    You can refer to thread to correct ur code:
    Re: Unable to set Destination URI to URL stored in a VO attribute
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to make multi-page PDFs?

    A question on this in the Archives did not answer my problem. Until recently, I could easily make multipage PDFs from Pages on my iMac (10.8.4). Now suddenly it only makes a PDF of the first page of multi-page files. Cannot find anyplace to change that back. HOW do I make multi-page PDFs again?

    Check this portion of your code.
    if(rs.next())
       response.sendRedirect("02_dashboard_welcome.jsp");
    else
      out.println("Wrong username or password");Once the user is authenticated(valid username and password found), he is always redirected to a particular page no matter what kind of user he is. You need to add some if-conditional and redirect him to different pages based on his role.
    i have stored their login and password in different tablesI don't understand the need to create different tables for each kind of users. Rather i would do something like this.(Rough Schema)
    USER_ROLE(table)
    1. USER_ROLE_ID (Eg: 1:salesperson, 2:employees etc)
    2. DESC (Eg: salesperson, employees)
    USER TABLE
    1. USER_ID
    2. USER_NAME (Eg: AAA)
    3. PASSWORD (Eg: BBB)
    4. USER_ROLE_ID<Foreign Key, 1 if user is sales person, 2 if user is an employee etc>
    Please note that you will have to create a third table to assign role to an user if an user can have more than
    one role ie he can be salesperson and employees at the same time.
    Now use USER_ROLE_ID to redirect the user to different pages.
    Note: This is just an example(may be a worst one). please design your database and business logic as per your requirements.

  • Multi-page images?

    Post Author: martorell
    CA Forum: General
    Hi!I try to insert a multipage image (tiff) and CR only shows the first image of file. Is possible show all tiff images? Thanks!!

    Crystal Reports will only be able to retrieve the image and display the first page of the image for each record since there is no functionality to either scroll through pages, to show more than one page of the image for each record or to split the binary data into separate fields each containing a single page of the image.
    One option to workaround this behavior would be to only store images with a single page and if multi-page images are used, break them into single image records and associate them to the corresponding data through database table linking. This way, it would be possible to group on one field and see all of the  associated to that value.
    Example:
    (Group) LocationA
    (record 1) - PicturePage 1
    (record 2) - Picture Page2

  • Import multi-page PDF

    Hello,
    Does anyone know how to import a multi-page PDF document into Pages? For example, I only need the 4th and 5th page in a PDF document, or I need all 20 pages, or....
    Seems like only the first page gets imported. It's incredible that inDesign and Quark (and PowerPoint?) have had this capability for years and years but it's left out of the Pages 09?!?!
    -j

    I only need the 4th and 5th page in a PDF document, or I need all 20 pages, or....
    The principle of the thing is that PDF is a page description model, that is, it is an object oriented and non-revisable format and not a revisable format such as DOC.
    In a revisable format such as DOC one can cut from the middle of page 19 to the middle of page 25 in one revisable file and paste that into the middle of page 3 in another revisable file.
    If a non-revisable object oriented format such as PDF is to be placed as a page object in a revisable format, then the revisable format has to have a way to deal with this.
    It does this by means of the box-geometry in the portable document format and different applications support different box-geometries - mediabox, artbox, cropbox and so forth.
    Part of the problem with this is that people tend to confuse a non-revisable page description with a revisable file format, and part of the problem is that when a non-revisable object oriented page description is to be placed in a revisable file format, the importing application has to arrive at an assumption about what to do, and it's easiest to do this page by page.
    Note that it is a known problem that if a PDF which is searchable is placed into a revisable file and that revisable file is saved out as a PDF with the first PDF nested inside, the first PDF may be partly or wholly unsearchable. In other words, Unicode imaging may not work, or may not work well.
    /hh

  • Design Question: Multi-page Enrollment Process?

    I'm thinking of 3 different possible design approaches for a multi-page customer enrollment process and wanted to know if anyone had any recommendations? There are 3-5 pages in the sign-up process, each page containing form fields the user inputs information to. The main design issues are around how to save the data between pages, not committing the data to the database unless the user completes the entire process, and handling cases where the user does not complete the entire process:
    1. Store form field inputs in temporary database table; if user completes process copy data to real database table. Can delete rows from temporary table as part of nightly cleanup process (i.e., rows where customer bails part way through enrollment)
    2. Use process-Scope variables to hold the user input; commit data to database after user completes the process
    3. Store user input in View Objects with transient fields as a way to preserve the data; commit the data to the database after user completes the process
    Any suggestions or examples?
    Thanks
    Using JDev 10.1.3 ADF BC / JSF

    sorry, to revive this "old" thread, but could someone please elaborate on this:
    Implement a state-machine for each workflow. Example: basic-info->payment-info->success constitute one workflow for me. This state-machine would be a stateful Java class (holding the current state/page) implementing a StateMachine interface with a method: canTransitionTo(String pageName). Declare this as a session-scoped managed bean. You can optionally wire this to your other controller backing beans for modifying the current state when user presses "Next" in the individual pages.
    So basically, you make an interface with a single method canTransitionTo(String pageName) [btw, this seems like it returns a boolean ... although wouldn't a method like "getAvailableTransitions(String pageName)" be more appropriate?] Then your "State machine" would have some variable that holds the current state, for example, "page one".
    My question is this. Suppose we have 3 pages (much like the example), page one -> page two -> page three
    In the page three Action, how do we check to make sure they are allowed to come to this page? The State Machine would not have any state in it yet ... (maybe this was what point(s) 2 and/or 3 was saying, but I couldn't understand exactly what he was saying... PhaseListener?)
    Thanks

Maybe you are looking for

  • Iphoto fails to render files for export to certain folders after upgrade

    I just upgraded to Yosemite and the latest version of iPhoto but I now unfortunately get an error message when I try to export photos. It seems to work if I export to the main Documents folder but fails if I try to export to a sub folder of the main

  • Oracle ERP Cost

    Hi, Could anyone please advice how much ERP software from Oracle will cost - module wise? Thanks!

  • Unable to write a review

    Hi Guys, I have been an avid podcast listener for quite sometime and eventually decided to download itunes to not only manage my casts but to also provide some support to the podcast community in presenting some reviews. However since I am situated i

  • Movement of message text in Display item

    Hello Dears, How i can blink message text in Display item and movement of message text from right to left and left to right in the Display item please share with me your valuable knowledge it is urgent. advance thanks.

  • How to enable bluetooth icon in task bar in rmbp with windows 8

    The bluetooth icon dose not be showed in task bar in rmbp with windows 8. The device of bluetooth dose not work correctly in device manager of windows 8 with the yellow exclamation mark. The windows system event log shows BTHUSB alerts and error with