cancel
Showing results for 
Search instead for 
Did you mean: 

Two different main windows in one form?

Former Member
0 Kudos

Hello -

I have a requirement to print a list at the end of an invoice printout. The invoice can cover multiple pages, and the secondary list can also cover multiple pages, one page per material. So essentially I need two different definitions of a main window. I tried defining my form like this:

Page...............Next Page.......Main Window

FIRST..............FIRST.............MAIN

LIST.................LIST...............MAIN_L

The first part prints fine, but I can't get the second part to print. I tried adding a command after the first main window to go to page 'LIST', but nothing in window MAIN_L will print. All the secondary windows on page LIST print, but nothing from MAIN_L.

Then I tried changing MAIN_L to be a secondary window and I can see my data, but in this case it will not allow me to enter the command to start a new LIST page.

Help! Is this even possible?

Edited by: Susanna Kohlmyer on Aug 20, 2008 2:39 PM

Accepted Solutions (1)

Accepted Solutions (1)

naimesh_patel
Active Contributor
0 Kudos

Try to create two Table Nodes in the Same Main window.

Like:


FIRST  ... next is FIRST
.. MAIN
.... TABLE1
.......HEADER (table1)
.......MAIN (table1) 
.......FOOTER (table1)
.... TABLE2
.......HEADER (table2)
.......MAIN (table2) 
.......FOOTER (table2)

Regards,

Naimesh Patel

Former Member
0 Kudos

I think this is going to work - thank you!!!

Answers (0)