cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding mainwindow problem

former_member195383
Active Contributor
0 Kudos

Hi,

I have the following requirement.We hav one main window.Inside that we need to have two sections.

The data in each section should flow to next page if the content is more.My requirement is like

PAGE1

1

2

3

a

b

c

Page2

4

5

6

d

e

f

Notice the data overflows to the next page.There are two sections.If thr were one section we could hav used one text element in main window and the data would hav flown.But hw to go about two sections??

Regards

Rudra

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

u may use Do n times insted of LOOP , so u will be able to display both simultaneously .

i.e. if u can display 30 rows on a page then

do 15 times .

//data for first display.

enddo.

do 15 times.

//data for second display.

enddo.

reward if helpful.

former_member196280
Active Contributor
0 Kudos

1) Does a ,b , c displayed in main window??

If yes, try to populate your internal table in the below format or modify your print program accroding to your requirment.

2) if a,b,c is not displayed in main window.

place a condition new-page after displaying

1

2

3

Regards,

SaiRam