cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Windows to be printed

Former Member
0 Kudos

In a smartform,A total window,and three other windows need to printed dynamically inside the main window either in the 1st page or in 2nd page after the last line item according to the number of line items.How it is to be done?

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member196280
Active Contributor
0 Kudos

As the total has to come after the last line item, it is always good to print the total inside your main window after all the line items gets printed. Otherwise you may have some problem in fixing the position of this dynamic windows.

Rgds,

SaiRam

Former Member
0 Kudos

Hi,

If you are printing the line items in the main window, then based on the number of line items the main window is extended automatically.

So if you have more line items then the main window expands to next page.

On clicking the option 'only after end of main window' in the conditions tab of the window, then all these windows are triggered and place after the main window, on which ever page the line items get extended.

regards,

Gaurav

Former Member
0 Kudos

Hi,

The way you can do it through program is that use try using the 'at end of (line item)' command and then call the windows after that.

Hope this helps.

Thanks,

rashmi.

Former Member
0 Kudos

Totalling and the bank detail on the main window should only come after the complete line items displayed in the layout

Former Member
0 Kudos

Hi,

Go to the conditions tab of the window in that check the check box "only after end of main window"

former_member673464
Active Contributor
0 Kudos

hi,

You can use the conditions tab in the window to check the number of lines.Based on which you can print the corresponding window.

regards,

Veeresh

Former Member
0 Kudos

Hi,

Actually the no. of lines are also dynamic to be taken from the tables