Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

how to dynamically set detail band height

edited April 2007 in General
given two DBtext fields
DBTextOne
DBTextTwo
By traversal test we to print either DBText and change band height so we
take out some of the white space.
Never will print both DBtext at same print line.

Comments

  • edited April 2007
    Hi Ken,

    Try placing each DBText component on top of eachother with the band sized
    accordingly. Then using the TppDetailBand.BeforePrint, toggle the
    visibility of each DBText according to which one you would like to see and
    which one should be invisible.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited April 2007
    Nico:
    Thanks for the tip it works like we want. When we print only get the
    'normal' white space per line
    Ken Thompson
This discussion has been closed.