Dynamic footer row prints outside the content area

Hi,
I'm using LiveCycle Designer ES 8.2.1. I also have a web application injecting data into the report I created with LiveCycle. The basic structure is the following:
1 Master page with 1 page and a content area containing a table filled with a list of object. My table has 1 header row, 2 body rows and a footer row that is added dynamically with page break condition.
The logic behind that is written in FormCalc. Our objects are sent as a list which fills either one or the other body row based on a type. Each object has an "authority" property with a certain value that are used to mark the pages. The list of object is sorted by authority. So, when the current iterating object has a different authority than the previous one, we insert a page brake and the footer row. Everything is wraped in a subform that is "In Content Area" (Object/Pagination/Place).
The problem is that the footer row is not considered as part of the content area. If the last line of a section fits tight in the content area, the footer row overflows outside the content area and even the whole page in some cases.
Here are more details:
We tried any combination of subform wraping and ticking of the "Allow page break with content" check box.
We tried changing the type of the footer row for a body row in case footers were different than body rows.
We tried every combination of "Keep with" and "place".
We tried to change the footer row to a body row and have it displayed on every page and that work, but our client refused the solution...
Starting with the above (pt 4) template and changing back the body to footer row brought us to the begining
To the best of our knowledge, we tried everyting possible...
What I'm looking for is either a confirmed bug for version 8.2.1 about this or a solution other than redesigning the whole report.
Best regards,
Sylvain Cloutier

Hi,
I know this might no help to solve my issue, but this document doesn't belong to me and I'm afraid I cannot share the file on the internet. It belongs to our client to whom we offer support on this. You know... I'd probably lose my job!
Though, I've been trying with Adobe LiveCycle Designer ES4 11.0.0 and the same problem occurs. It looks like the row is added to the table after the whole document was produced, so it seems to be working as designed.

Similar Messages

  • "Cannot get inner content of frm1 because the contents are not literal." error in building a dynamic form within other HTML

    Hi, 
    I am trying to build an aspx form dynamically but I have to user some HTML tags among controls. I am getting the error "Cannot get inner content of frm1 because the contents are not literal." in my 
    oForm.InnerHtml += "</fieldset>";
    instruction. If I put it before adding the text and button controls to the form the error is gone. What am I doing wrong, if I want the controls to be inside a <fieldset> ... </fieldset> tag?
    public void LoadForm()
    HtmlForm oForm = new HtmlForm();
    oForm.ID = "frm1";
    oForm.Action = "";
    oForm.InnerHtml += "<fieldset>";
    oForm.InnerHtml += "<legend> ### TITALO ### </legend>";
    HtmlInputText oText = new HtmlInputText();
    oText.ID = "txt";
    HtmlInputSubmit oSubmit = new HtmlInputSubmit();
    oSubmit.ID = "btn";
    oSubmit.Value = "submit";
    oForm.Controls.Add(oText);
    oForm.Controls.Add(oSubmit);
    oForm.InnerHtml += "</fieldset>";
    main.Controls.Add(oForm);
    Thanks, regards. 
    Bruno

    According to articles (e.g.
    http://forums.asp.net/t/939432.aspx?Panel+GroupingText), in order to include a
    <fieldset>, you can use a Panel control having GroupingText
    attribute. Therefore, instead of dealing with InnerHtml, try this:
    var panel = new Panel { GroupingText = "### TITALO ###" };
    panel.Controls.Add(oText);
    panel.Controls.Add(oSubmit);
    oForm.Controls.Add(panel);
    main.Controls.Add(oForm);

  • Table expands outside of the content area in a tabbed panel - sometimes

    I am using a tabbed panel to create several different views of a database. The system is working pretty well, the only problem I have is that the content for almost all of the tabbed panels extend beyond the right hand end of the content panel. The page is here www.mwlcraftshow.com/gordo.php and you'll see that when you select the "Declined" tab the data shows correctly within the content area, but if you select "Accepted" or "All vendors" the table extends beyond the content panel. I've reviewed the html and css and don't see any difference between the tab that works (Declined) and tabs that don't work (All vendors, Accepted).
    I'd really appreciate someone pointing me in the right direction.
    Thanks

    I see that you are indicating td widths for your tables. If you don't try to dictate widths in tables AND reduce the size of your text, you will have better luck keeping the table on the panel. You might also consider making the live area for the TabbedPanels wider, as well (the whole widget). If you have a limited size monitor, you won't be able to do that.
    The only size you should use on this table is for the table width itself: use 100%, and it will fill the TabbedPanel Content width-wise, and should force the columns to fit (if you take off their widths as I suggested above).
    With tables, absolute width indicators seem only to be a "suggestion" as tables will automatically expand if the content is too much for the content cells. Applying a 100% width for the table as a whole should force the cells to expand down and not horizontally.
    Beth

  • How to have dynamic size of the content area

    Hello everyone
    I am trying to create a printable adobe form using Adobe LiveCycleDesiner 8.
    Here is my problem.
    The PageMaster is containing the company Logo, Address and the ship to address.
    The ship to address can be composed by up to 11 lines. Those lines are not always used. Some addresses have only 5 lines.
    If I am reserving those 11 lines before the content area, we are loosing alot of space that can be used for the body page.
    So the question is:
    Is it possible to have a flowed content area? Where the size of the content area would be driven by the available space of the PageMaster?
    Regards
    stjacqd

    Hello Carsten
    The subform has no impact to the content area size.
    The subform has an impact only inside the content area or inside another  form.
    My point is:
    PageMaster
    |  Logo                                          |
    | Address1                   Address      |
    | Address2                   Address      |
    | Address3                   Address      |
    | Address4                   Address      |
    | Address5                   Address      |
    | Address6                   Address      |
    | Address7                   Address      |
    | Address8                   Address      |
    | Address9                   Address      |
    | Address10                 Address      |
    | Address11                 Address      |
    |---------------------------------------------------|
    | Content area                               |
    |                                                   |
    So, inside the Page Master there is 11 lines reserved for the addresses,
    But at the printout, if there are only 3 lines used for the address, I would like to reassign the space used by the address4 through adderss11 to the content area.
    So the result at printout will look like:
    |  Logo                                          |
    | Address1                   Address      |
    | Address2                   Address      |
    | Address3                   Address      |
    |---------------------------------------------------|
    | Content area                               |
    |                                                   |
    Instead of:
    |  Logo                                          |
    | Address1                   Address     |
    | Address2                   Address     |
    | Address3                   Address     |
    |                                                   |
    |                                                   |
    |                                                   |
    |                                                   |
    |                                                   |
    |                                                   |
    |                                                   |
    |                                                   |
    |---------------------------------------------------|
    | Content area                               |
    |                                                   |
    Regards

  • Present Data in Excel from a Cube Outside the multi area

    Hi,
      I am not sure if this is possible, any help will
      be appreciated.I have a business requirement, where I
      had to present calculated values based on the data
      that is in a different cube that is outside the multi
      area.The presentation will need to be on excel layout.
    Thanks

    Hi,
       The solution for this requirement should be very
       much possible.For a similar requirement, I have used
       the LB transaction code LB_EXIT_FM with an ABAP
       function module.Within this module, two things are
       addressed.
       One is to read the data from other cube and manipulate
       it in the program.Secondly, to decide where to present
       this data in excel spreadsheet, where we had decide
       precisely what row/column (cell range)we would be
       presenting this data.It was always dynamic and
       calculated on the fly, presented in the excel layout
       in these specified cells.This data isn't stored
       anywhere, as the basis for this data already exists
       in the other cube.
       You can try searching more on this topic using the
       transaction code mentioned above, you will find lot
       more information that could be very useful.
       Hope this helps.
    Cheers
    Srini

  • Hide the content area border on prePrint

    I would like to hide the content area border of a date field dynamically on the prePrint event using Javascript. This is the Appearance field on the Field tab on the Object tab. Is that possible?

    Hi Michael,
    You can achieve this with script in the prePrint and postPrint events.
    I have a sample here: http://assurehsc.ie/blog/index.php/2010/06/laying-out-a-form/
    You should look t page 2, in particular the pre-print border changes example in the middle column.
    Hope that helps,
    Niall

  • Top level navigation appearing below the content area

    Hi ,
      I have modified the standard look and feel of the portal . We have our own masthead now and a custom footer as well . The problem is the top level navigation is appearing below the content area . I presume that there is a possibility of arranging the ordering of all the different objects in a frameworkpage . How can this be done ? Please help .
    Regards
    Deepak Singh

    Hi ,
      I just checked the layout . It is using the framework page layout as the default layout .I am using NWDS for 2004s . Now if I need to change the order of appearance of one of my components which are
    desktop inner page
    top level navigation
    masthead
    footer
    How do I change it ? Do i need to modify any property for these components like the sort priority or the merge property etc for the same ?
    Regards
    Deepak Singh

  • The margins of section # are set outside the printable area of the page.

    Hi i have a Hp 7410 all in one officejet. I have just gone from Xp Pro to Windows 7 64 bit. I have installed correct drivers and Hp's own tool tells me i have the current drivers. But i just went to print in Microsoft Word 2007 and am getting the error The margins of section # are set outside the printable area of the page. Do you want to continue?. If i continue i am missing the bottom section of my document. How can i fix this as this printer worked perfectly in XP but now in Windows 7 it is not working. this is the only trouble IM having......

    Hi,
    I'm not sure that changing from XP to Windows 7 should have a detrimental effect on your ability to print. I did check out the 7410 printer manual at the following location:
    http://h10032.www1.hp.com/ctg/Manual/c00235090.pdf
    On page 74 there is a reference for adjusting page margins in connection with MAC users & 2-sided printing.  However, perhaps if you go to the page layout tab in MS word & click on the margins section.  It offers a selection (Normal, narrow, moderate, wide & mirrored) so maybe if you select one of these the system will right size the document for printing.
    As I say I can't explain how this may have happened but hopefully choosing a margin setting will help.
    ---- If my answer was helpful please click the Kudos star.
    If your problem is solved please click the Accept as Solution button so other forum users can use the solution.---->
    (I am an HP employee) I am not a expert on all our products, but I'll do my best to help you.

  • The margins of section # are set outside the printable area of the page. Do you want to continue?

    Hi i have a Hp 7410 all in one officejet. I have just gone from Xp Pro to Windows 7 64 bit. I have installed correct drivers and Hp's own tool tells me i have the current drivers. But i just went to print in Microsoft Word 2007 and am getting the error
    The margins of section # are set outside the printable area of the page. Do you want to continue?
    If i continue i am missing the bottom section of my document. How can i fix this as this printer worked perfectly in XP but now in Windows 7 it is not working. this is the only trouble im having.

    FYI, this is for my place of work. I put a lot of effort into getting this fixed but I am stuck. I would greatly appreciate any ideas or help. Thanks again.

  • Print out the contents present in Modal Window on a paper

    Hi,
    Can anyone suggest me how to take print out the contents of a HTML Modal Window.
    Any Inputs on this can be appreciated.
    Thanks
    Ram

    I tried this Finder drag method & discovered that it is very important to set the blank TextEdit document to plain text before the drag (from the format menu or with Cmd-shift-t). If you don't, TextEdit attempts to load the content of the files!
    Once I discovered this, I tried the method with Find (Cmd-F) results & it works for that, too. This means that by choosing the right combination of search location(s) & search criteria, you can extend the method to filter the list to just about any files you want, which could be very handy.
    For instance, set the "Kind" criteria to "QuickTime Movie" & location to "Computer" & you get a list of every QT movie. Or set the search location to the folder containing the movies of interest & you get all of them, including ones in subfolders. You could also use the 'date created' or other search criteria to filter the list to a specific subset of movies (or whatever).
    If you need to do this often, you could create one or more 'Smart Folders' with the criteria preloaded for each search.
    The only drawback I see for either Finder based method is the full path one. If you are getting results from just one or a few folders, Find & Replace can delete any of the path name fairly easily, but it becomes a chore if there are a lot of different ones. Some other text editor, like TexEdit Pro, that supports grep searches would be handy here, but since I'm not up to speed on grep, someone else will have to explain how to use it for this, if they want.

  • How to enlarge and centralise the 'Content Area' in an Office 365 webpage

    Hi, I'm relatively new to O365 and I'm working on our webpage
    The issue I have is that you have the Content Area but that seems to be about 1/2 an inch in from the left hand screen and only covers approx. 75% of the screen, what I want is the content area to be about 1000pixels wide and centralised.
    I've tried looking at the CSS style sheet but there doesn't seem to be anything that helps me to do either of the above tasks.
    Any help would greatly be appreciated, thanks.
    Jason

    Hi Jay Dog,
    This questions is definitely not about Office client, if you are customizing your own website, I suggest you post the question in Office 365 Community to get specific support:
    http://community.office365.com/en-us/f/default.aspx
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • UI element in Webdynpro to align the content area at the center of the page

    Hi Experts,
    I am looking for a UI element in webdynpro which can keep the entire content area aligned to the center of the page as well as can provide the borders along the content area.
    Please suggest if there exists any such UI element in webdynpro.
    P.S. We are using NWDS Version: 7.01.00
    Thanks in advance for the replies.
    Regards,
    Anurag

    Hi Anurag,
    What you can try is to put all of your UI elements in Group and then do the alignment. Set the visibility property of the group header to invisible. This will give you a border.
    Hope this solves your problem.
    Regards
    Abhinav Sharma

  • Display the reports under all subfolders at a time in the content area?

    Hi All,
    In SAP EP portal,We have a requirement to display few reports wherein we have 7 roles with the same names but different ID's and they are merged together so that even if the users have 7 roles assigned he will see only 1 tab in the first level navigation and uder that there will  be one folder at the second level.Now the requirement is like this
    1st level navigation : Role Name
    2nd level navigation :Folder Name
    Detailed Navigation : Folder Name
                                     Sub Folder Name
                                     Sub -sub folder1 Name
                                     Reports   --(one or many)
                                     Sub -sub folder2 Name
                                     Reports   --(one or many)
                                     Sub -sub folder3 Name
                                     Reports   --(one or many)
    Under al the sub-sub folders a workset map iview is added to display the reports with a pictogram in the content area.In the detailed navigation, as soon as the user clicks on the Sub folder the user should be able to see the reports under all the Sub-sub folders( Sub-sub folder1,Sub-sub folder2,Sub-sub folder3) .But currently the user has to explicitly click on each of the Sub-sub folders to view the reports(thrice in this case).Plz give a solution in which all the reports under the 3 Sub-sub folders should appear simultaneouly in the content area at a single click on Sub Folder
    Thanks & Regards,
    Sowmya
    Edited by: Sowmya B on Jan 4, 2010 2:14 PM

    Resolved

  • How do i change the quality settings of my printer? the options are there but greyed out!

    how do i change the quality settings of my printer? the options are there but greyed out! ie on my old HP I could print in draft if i wanted to print a doc to read and then bin...the option/box is there but greyed out so I can't select. HELP!!!

    You can change the background display color in the playback preferences, either black, white, or checkerboard. This does not change the output color. If you want to add a color to the video, you have to place a custom generator underneath your video and change the color in the inspector.

  • Links in the content area

    Hi, we have a iview that have a list of links, the iview is diplayed in a page in the content are on the right.
    Some of the links are open in a new window but other we want to display it on the content area, we want that the navigation panel will be equal but the link will be in the content area.
    We want that the behaviour will be like when you push a option in the detailed menu navigation.
    We have updated com.sap.portal.navigation.contentarea.par component with
    EPCM.subscribeEvent('urn:myOwnNameSpace','searchResult', handle_searchResult_Event);
    function handle_searchResult_Event( evt ) {
    self.location.href = evt.dataObject;
    And from the iview:
    var searchURL= "http://"location.hostname":58700""<%=url%>" QueryString;
    EPCM.raiseEvent('urn:myOwnNameSpace','searchResult', searchURL );
    But the behaviour is wrong the url is show in all layout including navigation, the navigation panel (detailed navigation...) have lost.
    Any suggestions are welcomed.
    Thanks in advanced.
    Regards

    Hi Nash,
    It is NOT true that Related Links always open in a new window.
    It is very important to know where to change the Launch in New Window property.
    Let's say I have a role R1, with W1, with I1, and I1 has a related link to I2. You need to do the following:
    Open W1.
    Select I1 and open for editing.
    Set the Display to Related Links. This screen shows the iView that is the related link (I2).
    Select I2 and click Edit.
    Change Launch in New Window to Display in Content Area.
    For some reason, when you select an iView to be a related link, this property is changed in the related item delta link. This seems like a bug.
    You cannot change the property in the original iView.
    NOTE: The above is for SP13. There may be some differences between SPs, but my assumption is that they work the same.
    Hope this helps.
    Daniel

Maybe you are looking for