crystal report problem regarding field objects.
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.
Re: crystal report problem regarding field objects.
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.
Re: crystal report problem regarding field objects.
i see.. thanks.. let me try that.