‎2006 Aug 02 1:57 PM
Hello,
I have a problem with smartforms :
I would like to display a table with variable size.
If there is enought space to display it on first page, header display it correctly. But if there is not enought space to display table on first page, the header is displayed twice. Once on the first page and on the second page.
Could you help me to display header only on the second page in case of table is too long to be displayed on the first page.
Thanks.
Sample :
case 1 : short table, one page
-
others content page 1----
-
-
HEADER----
-
TABLE----
-
-
case 2 : big table, 2 pages as exemple
-
others content page 1----
-
-
HEADER----
EMPTY SPACE
start of page2
-
HEADER----
-
TABLE----
-
-
‎2006 Aug 02 2:15 PM
Hi,
I think it may not be possible while you are printing data inside a table. If it is a text nade then you can check the "Page Protection" check box in the output options.
‎2006 Aug 02 2:09 PM
Depending on what system you are on, you can look at the output tab of your table and see if you can check the page protection checkbox.
‎2006 Aug 02 2:16 PM
I use ECC5 system and i can't check this option.
Thanks for your help.
‎2006 Aug 02 2:15 PM
Hi,
I think it may not be possible while you are printing data inside a table. If it is a text nade then you can check the "Page Protection" check box in the output options.
‎2006 Aug 02 2:22 PM
Ok so you think it's not possible... I thinking so but i was not sure.
‎2006 Aug 02 2:31 PM
You can do it .... create a folder and move the line type into that foler so that all the fields of the line will be under the folder. Now, I think you can apply PAGE PROTECTION at the FOLDER level.
Regards,
Ravi
‎2006 Aug 02 2:20 PM
Try this,
in the HEADER node, select the CONDITIONS Tab, and check the checkbox "NOT ON FIRST PAGE ".
Regards,
Srikanth.
‎2006 Aug 02 2:33 PM
No, it's not correct because if table is short, it displayed on first page, and in this case, you have to display header.
The problem is that if there is not enought space, table display it on the second page (it's normal) but header line display twice.
‎2006 Aug 02 2:36 PM
In the events tab of your table, try unchecking the 'at page break' checkbox.
No, nevermind
Message was edited by: Matt Nagel
‎2006 Aug 02 3:29 PM
Hi , what you have to do is:
First create a text node and fill it with the header information.
Now you can calculate the Total number of pages that are going to outputting.
Now you can output the header information using a condition.
If it is working , please let me know.