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.
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.
Comments
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks for the tip it works like we want. When we print only get the
'normal' white space per line
Ken Thompson