a way to change "can grow" to force new page in subreport/detail?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • evildracko
    New Member
    • Jul 2010
    • 14

    a way to change "can grow" to force new page in subreport/detail?

    Hi, since last time I have still note been able to solve this one, im starting to get frustrated, does anyone know if there is a way to force a page break on a sub report instead of the can grow function.

    I mean, when it grows, the detail looses some information [it has an embebed sub form on it] of the detail section, I’ve tried, repeat section, creating a new image frame… kind of lost here thanks in advance
  • jimatqsi
    Moderator Top Contributor
    • Oct 2006
    • 1290

    #2
    I'm not sure what the condition is you are wanting to use to decide to page break or not. But, you can put a page break control in the place you want it to occur and then make it visible or not visible with a piece of vb code in the format section of the detail of either the main report or the subreport.

    me!pagebreakcon trolname.visibl e = (true or false)

    Jim

    Comment

    • evildracko
      New Member
      • Jul 2010
      • 14

      #3
      Solved

      solved by creating a new column with the page number... not clasy but working

      basically inside de sub form made it so that there can not be mote than N columns and making on the value on new column to number page and created a Child master and sorting and grupoing through that value

      Comment

      Working...