2007 Nov 28 6:10 AM
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
2007 Nov 28 6:30 AM
in the print report count number of headers...
and keep track of this count.. and if the count is over then stop new-page...