Master Page pertaining to one bodypage appearing in another bodypage

Hello All,
I am implementing an Adobe form with the following layout.
1. First page consisting of some header information and an item table
           For this, I have created a master page MP1 and a new bodypage BP1, with following specifications -
             Subform Content = 'Flowed' (Top to Bottom)
             Pagination Place = 'Following previous'; After = 'Continue Filling Parent'
2. Second page consisting of just item table
           I have created a new master page MP2 for this and using same bodypage BP1 as used for first page, with following specifications -
              Overflow = 'Go To Page 'MP2''
3. Last page showing terms and conditions (include text).
         For this, I have created a new master page MP3 and a new bodypage BP3, with following specifications -
              Pagination Place = 'On Page 'MP3''; After = 'Continue filling parent'
In the output, the first and second pages are displayed properly.
However, in the background of last page with terms and conditions text, the master page MP2 pertaining to second page is showing by mistake, though I have placed bodypage BP3 pertaining to last page on master page MP3. Please note that I cannot set the maximum occurrence of MP2 to 1, as the second page can repeat multiple times depending on number of items.
Please comment on a possible approach to resolve the issue.
Thanks,
Indrajit

Please consider putting your PDF online so others can have a look at it

Similar Messages

  • Web garden - first time the page loads only one chart appears

    I have a page with 2 charts in a web garden(it's a sharepoint application).  The charts are created programmatically in the Page Load ethod of a custom webpart.  Originally we had issues with charts appearing and disappearing but I have changed
    the config setting to the following and both charts appear most of the time:
       <add key="ChartImageHandler" value="storage=file;timeout=20;dir=C:\inetpub\wwwroot\wss\VirtualDirectories\Myweb\uploadertemp\;" />
    The problem I'm having is that the first time a user views the page only one of the charts appears.  If i navigate away and return to the page both charts appear.  Is there and issue with my config settings that is causing this behaviour?
    Thanks
    Karen 

    The answer to this (after months of toying with settings and permissions) is not to user the chart control in a web garden.  I have seen the same issue multiple times on-line, with no concrete solution offered .
    My workaround is to save the chart to a memory stream and write it to the page as an image, not as a chart control:
    Chart chart = new Chart();
    //Add data and chart settings here........
    using (var chartStream = new MemoryStream())
    chart.SaveImage(chartStream, ChartImageFormat.Png);
    System.Web.UI.WebControls.Image chartImage =
    new System.Web.UI.WebControls.Image();
    chartImage.ImageUrl =
    "data:image/png;base64," + Convert.ToBase64String(chartImage.GetBuffer());
    chartParentControl.Controls.Add(chartImage);

  • Doesn't changes in one sequence appear in another sequence?

    I might be wrong here, but isn't a change done in one sequence supposed to appear automatically in another sequence which uses the changed sequence?
    I just added a mask in sequence A, and thought that this mask would then appear in sequence B (which is made up of multiple sequence A's), but it didn't...
    Am I doing something wrong? is there a setting I've missed? what gives???
    cheers
    -j-

    If there are any colored lines above the sequence you can Option-R and that should render everything.
    If you aren't showing any lines then go to Tools Render Manager (I think) and delete the renders for that sequence. You'll have to render out the whole thing again. But that's not too bad.
    Good luck,
    CaptM
    Oh -- which version of FCP are you using?

  • I have multiple windows open in firefox but tab opened in one window appear in another window

    I think the question has all the details... its very irritating that when you are trying to read content of one website in multi tabs in a single window but the new links opened randomly opens in another window

    Hi Sriraam, you can customize how links are opened whether to a new window or a new tab. Here's how:
    # Click the '''Firefox''' button and select '''Preferences'''
    # Under '''Tabs''', make sure the '''Open new windows in a new tab instead''' option is checked
    Details about these can be found in [[Options window - Tabs panel]]. And more about [[Tabbed browsing]].

  • IMs from chat with one contact appeared on another...

    A strange thing happened this morning. I was instant messaging a friend on Skype whilst in the same office as a colleague. About half an hour after the chat with my friend had finished, my colleague logged onto Skype and a chat window with me instantly opened, displaying a dozen messages from the chat between my friend and I. He didn't receive the entire conversation, only some of the messages, and they were all attributed to me, even though my friend had written some of them. When he responded, his message started a new, private chat with me, rather than appearing in the chat with my friend.
    He wasn't part of the original chat and we've tried all kinds of ways to replicate the error so I'm wondering how and why this could have happened? I use Skype a lot for work and am now concerned about it happening again with other colleagues with more sensitive conversations.
    Solved!
    Go to Solution.

    This has just happened to me as well, although the messages stretch back over the last month. A contact signed on, and immediately sent me a load of messages that were clearly not intended for me. The messages were interspersed with conversations I have previously had with this contact, and luckily I realised who the intended receipient was before reading too much further.
    This is a fairly major concern, as I had always assumed that IM conversations were private and not accessible by others (including Skype)!

  • Strange bug -- adding one more button OR page causes Form warning to appear

    I'm building a simple interactive document in InDesign CS4 on the Mac, to be exported/delivered as a PDF. There are a few text-based buttons on the Master Page that are set to Go To a Text Anchor on Release. There are 4 buttons of these buttons on the page, and each one leads to a different page in the document, and they all work fine. They are all built the same way.
    I want to export a PDF that opens cleanly in Reader, meaning no unexpected dialog boxes or warning messages appear. Up until this point, my document opens cleanly in Reader.
    However, when I create a FIFTH button (using the exact same method used to create the other buttons), OR I add ANY more pages to my document (which currently stands at 16 pages, but will need to ultimately be upwards of 40), for some reason, opening the PDF in Reader causes Reader to start displaying the large, distracting pink warning message at the top of the page:
    "Please fill out the following form. You cannot save data typed into this form. Please print your completed form if you would like a copy for your records."
    The fifth button I create (from scratch) causes this message to appear.
    Or, if I add another page (using my Master Page, where the buttons are used), this message appears. Even if the fifth button is not created, and I add another page from the Master, this message appears.
    If I add a blank new page (without using the Master Page), the message does NOT appear.
    So, for some reason, adding ONE more button, or referring to the Master Page in the document ONE more time by adding a 17th (or more) pages, seems to kick InDesign/Acrobat Reader into thinking my document is suddenly a form, and causes Reader to display that obnoxious pink message when opening the document.
    I've tried several troubleshooting steps.
    - I've ensured my buttons have unique names.
    - I've tried creating the fifth button from scratch, and also tried creating it from duplicating one of the existing "good" buttons.
    - I've made sure the button has a destination page/Text Anchor to go to.
    - I've opened the PDF in Acrobat Pro 9, and gone through all of the page and buttons in the Forms Manager, and there is nothing out of the ordinary in that view.
    Why is Reader suddenly thinking my document is a form (that "cannot be edited/saved") when I add one more button, or one more page!? It's bizarre, and quite frustrating.
    Thanks for any insights,
    Robbie

    You can use that same workaround with ID CS4 files. You just have to make the PDF and then go into Acrobat to add the security that doesn't allow editing (Acrobat -> Security -> Encrypt with Password) . That gets rid of the warning about the form. Of course if you actually have a form somewhere in your document, you won't be able to use that......

  • Object appearing on pages applied with master page

    I'm doing a multi-page brochure and I've got all my master pages set up. on the odd pages applied with master page 'A,' a colored rectangle appears when I print that is not on screen on my master page 'A,' nor is it an object on those pages. it also appeared on a pdf that i sent out.
    I can't get rid of it! I've tried to delete the master page 'A' and create a new one (made a copy of a master that didn't have issues), then applied that to the odd pages. no luck.

    Thanks Al, you've been a busy ID user over the years. Me, I've only been using it for a couple years and I always seem to learn something new every day. Thanks for your help, and I'll continue to read further into the threads. There's always more than one way to skin a cat, we all know that, so there are multiple ways to fix the problem at hand. Some of my spreads hold large photos that actually go right through the spine of the spread, and yet the two pages of the spread can actually have 2 different master pages applied. So, I've got to figure out which way is best..whether its moving the master page items away from the spine or if splitting up the pages is better (not exactly sure how that will work yet with large spread photos). I'll look into it more later, when I have more time. Right now I'm on deadline (monthly magazine), and for a quick and easy fix, I can switch master pages off and just copy the master items over to each page spread where I need them.
    and thanks for the tip on Indesignsecrets.com. I didn't know they existed....and now I do, thanks! (too many websites...too little time!

  • Adding new elements to a Master Page and sharing them to existing pages

    I need to include new navigation elements on the master page
    and I want it to show up on pages I've already created. I've added
    the new elements on a layer of their own which is part of the
    master page, but the Share Layer to Pages... option is dimmed.

    jcbluesman wrote:
    > I'm using CS4, Jim, and here's a link to the .png
    > (
    http://idisk.mac.com/jconstant-Public/deimos.png
    >
    > The 3 tabs in the upper right on the master page are the
    ones I'm trying to
    > share across the existing pages. I created them in PS
    (also CS4), then imported
    > the .psd into this FW document, if that makes any
    difference.
    >
    > Thanks,
    > Jim
    >
    OK there are two related as I see it.
    Each of your pages consists of a solid, opaque bitmap for a
    main image.
    Master Pages, by default, are at the bottom of the layer
    stack. Your
    tabs ARE present, you just can't see them because they are
    covered up by
    the bitmap.
    Assuming you don't have those page images as multi-object
    elements,
    where you can edit the blue backgrounds, there are still two
    things you
    can do, both of which are pretty easy.
    Go into each page and temporarily reduce the opacity of Layer
    1.
    Use the marquee tool to draw a selection around the area of
    the tabs.
    Delete the selection.
    Return the lay back to full opacity.
    OR
    Try dragging the Master page to the top of the layer stack in
    each page.
    Hide or delete the Master page background.
    This option is a little trickier, but I was able to do it.
    Wait for the
    black bar to appear before you release the mouse. You may
    need to try
    this a few times before it works.
    HTH
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    Adobe Community Expert
    http://tinyurl.com/2a7dyp
    .:Author:.
    Lynda.com -
    http://movielibrary.lynda.com/authors/author/?aid=188
    Peachpit Press -
    http://www.peachpit.com/authors/bio.aspx?a=d98ed798-5ef0-45a8-a70d-4b35fa14c9a4
    Layers Magazine -
    http://www.layersmagazine.com/author/jim-babbage

  • How do I create an underlying master page for my master pages (without messing them up)?

    I created a Muse site long ago, and wanted to fix my SEO easily overall by better analytics among other things.
    Perhaps I am doing this the wrong way but I was thinking I could create a master page that I could just drop the html I needed into, and thus not fuss too much with my other pages. The problem is I already have master pages that my site is based on (before you could do this), and it would be much easier to have those master pages stem from one source (a Master master page?).
    Everytime I try to do this it changes my current master and final pages. Anyway I can create and invisible master so this doesn't happen?
    What should I do instead?
    THANK YOU.
    William

    Thanks,
    Your intructions were my plan untill I realized that in doing so, it changed the backgrounds etc of my current masterpages. I realize that this is a lack of planning due to my very rusty design principles, and something I wouldn't have done in my day job if the features had been in place. (so thank you for the new features!) 
    While I realize I could probably fix this by recreating the site with a uniform underlying Primary Master Page feeding into my Secondary Master Pages, I was trying to create a master page that in effect wouldn't change a thing in the other subservient masterpages (thus allowing me freedom to create groups of pages with common analytics or any other types of code).
    Simply when I take your suggestion, things change... can I do this without making things change?
    Not sure if this makes sense. I am trying to avoid coding or a overhaul b/c of time constraints.
    William

  • How to Copy FrameMaker Master Pages to all files in a book?

    Newbie question.
    I've created a Master page template for a title page that I now want to apply to every file in my collection of books (~5 books, +30 files).  How do I do this?
    The page has a full page image and different margins.
    I would try to brute force (manually recreate it in every file) but it is nearly a fluke that I managed to get it right to begin with.
    I see there is a way to import reference pages--what about master pages?
    Thanks!
    Katherine

    Katherine, are you wanting to import just a single master page (e.g. one called "Title"), but not the Left/Right default pages,  to all the other docs?
    that's difficult to do in FM's dialogs because (as you may have found already) you can't choose specific master page(s)  to import, it's an all-or-nothing import.
    Also, it helps us if you specify what version of FM, including the "pxxx" numbers as shown in Help > About, that always helps folks answer more precisely if there are variations among versions.
    Sheila

  • Why is the tab being edited at the "master" page always in active state when i am selecting other tabs?

    i am trying to create a basic mobile site with adobe muse. i have created a page with tabbed panels using the the tabbed panel widget and link each tab to its respective pages. let's call my tabs 1, 2 and 3. the linking are fine, but everytime i selected 2 or 3, tab 1 will also be in active state. the selected tab is with reference to the tab that is being edited at the "master" page, i.e, if i am editing tab 2 at the "master" page, tab 2 will always be active when i select tab 1 or 3.
    i do not need this kind of confusion. can anyone help?
    i am using adobe cc. thanks!

    Hi,
    This is an expected behavior  of tabbed panel . When you add a tabbed panel in the master page by default one of the tabs is Active. So whenever you load the page, whichever tab you had selected in the Master page will always be active along with the other tab which you used as a link.
    I would suggest you to use a Menu widget or a composition widget in order to avoid this.
    Regards,
    Rohit Nair

  • Master Page Content Boxes – Adjusting?

    I thought I understood how to use content boxes on master pages, but I think I may have been wrong!
    I have set up master pages, for example one right hand page has a square frame. I then drag and place an image in each of the boxes in the main document pages.
    However, having then attempted to change the master page, moving or resizing the box on the master is not reflected in the dependent pages within the main document.
    (From reading the help pages, I believe this might be because I have overridden it?)
    I am part way through creating a document and I realise now that I want to change the page size. Having already added content, I want to be able to reposition all of the main document's image boxes.
    Apologies for being ill informed about InDesign. I suspect more preparation would have seen me through here.

    Thanks for replying!
    Notwithstanding this option in CS6 (I'm using CS5)...
    If I don't adjust the page size and I simply move the image box on the master, it does move all of the images on the main pages.
    Why should changing the page size first affect how master pages interact with main pages? Is there any way round this?

  • Repeate Subforms In Master Pages

    Hi All,
    Am unable to see repeated sun forms when master pages are repeating based on body pages.
    Let me explain my scenario
    I have one master page and one body page, master page i have one repeated sub form contains list of doctors
    In body page am displaying ordered services which also using repeated sub forms when the data exceeds to first page it is automatically overflows to second page in this scenario repeated sub forms of master page doctors list is not displaying in exceeded second page, but it is displaying in first page.
    Can any one give solution for this scenario.

    Hi Mallesh Reddy,
    In Adobe forms, what ever you keep in the Master Page will be repeated for the next consecutive pages.
    In other words Master Page is like a letter head which contains elements in common for all the consecutive pages to print. The positions and the layout will remain same for the Master page unless altered dynamically.
    Body Page is nothing but the content. Which will be printed in the Context Area of the Main Page.
    Contents in the Body page will be printed only once.
    Solution:
    Please place the elements which has to be repeated for all the pages in the Master page.
    If further help needed, Please post the lay out for us.
    Reward if useful.
    Cheers,
    Sivanand Ala

  • Applying master pages while typing

    I am running framemaker 7.0  (I realize it is a very old version). How do I force it to add a page based on a different master page that I have set up? Right now it adds the default (none).

    FrameMaker is supposed to automatically apply Left and Right master pages to new pages as they are needed in facing-page documents, or apply Right master pages in single-sided documents.
    Perhaps these troubleshooting steps can help identify the problem:
    Verify what master pageis actually applied to a body page by selecting a body page, zoom it up to fill the screen, then view the master pages. The active master page is the one applied to the body page you just left. If this procedure verifies that the None master page is being applied to new body pages, then either something is corrupted, or perhaps somebody has customized your FM installation to run a script, or perform some other action that applies None when new pages are added.
    Does None get applied in a brand-new document as pages are added? If yes, then again, FM may be corrupted, so you may need to run the Windows repair process on your FM installation (I'm a Mac guy, so I can't give details.) Or, you can try to uninstall and reinstall FM, but IIRC depending on which version of Acrobat is installed on the same system, there may be some conflict with the Distiller that FM installs. Others on this forum can advise you on these issues better than I can. Also search Google for terms like "repairing applications windows <name your version of windows>" without quotes, for details.
    Open another new file, and see if None get applied when you perform File > Import > Formats (select all formats) from the troublesome file, then add pages. If this new file applies Right then Left, then the FM installation is probably OK, and the problem document may be corrupted.
    A MIF wash run on a copy of the problem document may clear the corruption. Search Google for terms like: FrameMaker "mif wash" (note the quotes around mif wash - they focus the search.)
    HTH
    Peter Gold

  • Copy GL Master from one company code to another company code

    Kindly provide the details how to copy the GL Master A/c from One company code to another company code. T .Code-OBY2 can used or is there any other method.
    Pl do the needful.
    regds
    amarnath

    Hi
    If you want copy all gl's from one company code to another company code you can go through this way
    Otherwise in FS00 has one option is available for copying from one gl to another gl company code wise through  with template  option you can go through that way also.
    Regards
    Surya

Maybe you are looking for

  • I bought the wrong Apple gift card, how can I trade it over to iTunes

    i accidentally bought an Apple gift card and I need to exchange it for an iTunes gift card....how may I possibly go about doing so?

  • Setting up ESS for Training and Event Mgmt

    Hello to all SAP HR experts, i am now doing a project on SAP ERP HCM and would like to learn more about the things and steps i need to do to come up with a ESS for Training and Event Management. I have an account for SAP Netweaver and able to access

  • New Macbook Pro -- How to use boot camp?

    Okay, so, let me preface this by saying that I've had about 4 different Intel macs now and have installed windows without a problem on all of them. But this new Macbook Pro that I JUST GOT earlier today is really proving difficult. First question: I

  • Ref GTX 680 2nd DVI port stopped working

    I'm having trouble with my GTX 680 second DVI port. It seems to register that it's connected, but doesn't have any signal. Now, it's worked perfectly for weeks... until I replugged it yesterday. My set-up (that used to work): >DVI port 1 goes to main

  • Import po - Exchage rate issue

    hi, I have createe new Import PO for USA (USD). since I need fix the exchage rate, I have selected (tick) exch rate fixed at ME21N. At the time of MIRO system is taking from OB08 (currency exchage rate) rate. and at the time of MIGO it is showing som