cancel
Showing results for 
Search instead for 
Did you mean: 

Using multiple main windows

antony_paul2
Active Participant
0 Kudos

Hi all,

I have this requirement to display line items from billing document, my problem is that I have to show it at, as two different windows one in top and one down , in the same page.Till now I have been using two instance of the main window to display the same, but its not working as I thought.

Output changes depending on the no. of line item present in the billing document as well as the size of the Main Window, hope some on can help me out with this .

regards,

Antony

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member225631
Active Contributor
0 Kudos

Declare a set of variables in form (using define ) and before displaying first time in main window assign the values to variables. In next main window use these variables. You can display for the second time.

Former Member
0 Kudos

Hi..,

Can u be more clearer.., What is happening actually???

antony_paul2
Active Participant
0 Kudos

HI Sai,

I have 3 windows in my first page of my script one is a VAR window for title..and two main windows ie(window: TITLE, MAIN, MAIN 01) .

Here I want to display line items from billing document in window 'MAIN'....till here I am doing good.

Now in the same page I have to display what ever line items I have in window 'MAIN' once again in some other location, for this purpose am using an instance of main window 'MAIN 01', here is where my problem starts, I can do this only if I don't have a 'page break' in window.

My page should look something like I a showing below

-


Title

-


Sl No Item Quantity Price

10 a 10 100

20 b 20 200

""""now I need the above details displayed once more in the same page, note there will be several other windows in between """""""""""""""""""""""

Sl No Item Quantity Price

10 a 10 100

20 b 20 200