Skip to Content
0
Former Member
Jan 02, 2012 at 12:52 PM

Textbox Border

37 Views

I have designed a report in which there will be rows and columns. in first column, some rows contain text and some dont.for each first column, row textbox should have borders for left and right.

If textbox contains text, top border should come and no border if text is empty.

Till this it is working fine. But if suppose there is only one box containing text, then in second page, first column first row is containing top border and first page first column, last row is not containing bottom border

I have given formula for text field as,

Left=Single

Top=single (Formula: if {Data.Member}<> "" then

crSingleLine)

Right=Single

Bottom=None.

Thank you