cancel
Showing results for 
Search instead for 
Did you mean: 

My smartform does not print the Footer on first page

Former Member
0 Kudos

Hi

In MAIN in my smartform there is a Footer, where I loop around an internal table.

For some reasons this is not printed on page 1 (when I only have 1 page), but when I have 2 pages to be printed, it is printed fine on page 2.

I have clicked twice on the loop statement, and seen if there was any condtions that says, that we may not print on page one... but no.

On the condition tab, there is not filled anything - either in the checkboxes ("Not on first page" etc.)

Anyone who can hellp me?

Accepted Solutions (0)

Answers (1)

Answers (1)

Harsh_Bansal
Contributor
0 Kudos

Hi,

Double click on Footer and check if the checkbox saying 'at Page Break' unchecked.

Regards,

Harsh Bansal

Former Member
0 Kudos

Hi,

Check the condition tab in footer .Check it as on first page.

Regards,

Mohit

Former Member
0 Kudos

After debugging a while, I can see that it may be a codeing problem.

Just before my "OUTPUT_TABLE1" in my Main Window i have my own code, where I delete some entries. That's the problem.

As I see it now, the problem is that I only come into this code once.

I need to add the code before my "Footer" and not right after the Main Window.

How can I ensure that the my code is called just before the Footer?