hi,
I have two detail portions in my report say Detail 1 and Detail 2
Detail section1 has 5 items to be printed one after the other say in a seq order 1, 2...5. The format should be
u201CName1 (text object ): Item1 (table.field1)
Name 2(text object ): Item2 (table.field2)
.
.
.
Name5: (text object ): Item5 (table.field5)
-
u201C
and a thick line after all the items in detail section1 got displayed. then follows Detail Section2.
the problem is, in detail 1 all the 5 items may not be there. I did suppress them if any item is not available. though the item is suppress the space allotted is blanku2026 Say Item 3 is not there... then there is an extra line space between item1 and item2.
Similarly when item4 & 5 are not there they get supressed in the report output. But, there are 2 extra line spaces (spaces allotted for item 4 & 5) between Item3 and the border lineu2026 how to eliminate the extra space?
Please help me out. I am new to crystal reportsu2026