PDA

Click to See Complete Forum and Search --> : crystal report problem regarding field objects.


adshocker
Oct 16th, 2007, 07:32 AM
hi all,

i need help on how to set a field to expand vertically depending its contents. i set the cangrow property to true which fixes one of my problems. the only problem with this is if there is another field just below it, it overlaps the data of that field below it. is there another property to set this?

thanks.

brucevde
Oct 16th, 2007, 10:03 AM
Insert another section. Crystal prints everything in one section before printing the next section. Place the field that is below the "Can Grow" field into this new section.

adshocker
Oct 16th, 2007, 11:07 PM
i see.. thanks.. let me try that.