Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

smartforms blank line

Former Member
0 Kudos

Hello, i must implement a form that prints the contents of a table passed as parameter. The thing is that the contents of the table must be printed in groups of 5 rows and each page must have a maximum of 5 groups. Between each pair of groups there must be a blank line.

Can anyone help me out with this? How can i apply the restrictions described above?

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Unknown,

As you are dealing with a table object you would have create the line types in the attributes of the table. Create a line type with only one field in it for the entire length.

Where even you need a blank line, have blank text element and assign that line type. You should be able to see a blank line.

Regards,

Ravi

Note : Please reward points of this helps you.

1 REPLY 1

Former Member
0 Kudos

Unknown,

As you are dealing with a table object you would have create the line types in the attributes of the table. Create a line type with only one field in it for the entire length.

Where even you need a blank line, have blank text element and assign that line type. You should be able to see a blank line.

Regards,

Ravi

Note : Please reward points of this helps you.