Application Development and Automation 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: 
Read only

Blank page in smartforms

Former Member
0 Likes
351

Hi,

I am having problems with smartforms. I added a command node after the first row in the main area. This is to create a new page everytime a new header is read. Problem is it adds a blank page at the end of the form.

For example, actual report is only 4 pages. Smartform prints out 5 pages. Last page has no data.

How do I get rid of the excess page?

Thanks in advance

Hi,

I am having problems with smartforms. I added a command node after the first row in the main area. This is to create a new page everytime a new header is read. Problem is it adds a blank page at the end of the form.

For example, actual report is only 4 pages. Smartform prints out 5 pages. Last page has no data.

How do I get rid of the excess page?

Thanks in advance

1 REPLY 1
Read only

Former Member
0 Likes
322

in the print report count number of headers...

and keep track of this count.. and if the count is over then stop new-page...