cancel
Showing results for 
Search instead for 
Did you mean: 

New page in Scripts

Former Member
0 Kudos

I am designing a form. Named first page as FIRST. If the data is large, table can extend to next page.For this to work , i have entered same page as the next page of FIRST.

After all these data are displayed, shud call a another page to Print all the details I filled in first few pages with little modification.

Kindly suggest me some ideas to implement the same.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

have textelements in ur window and make it to execute for the

ur conditions

for example if &page& eq '02' try some possible conditions

u will get it

Regards,

priya

Former Member
0 Kudos

Hi,

1.If you have two pages , then design two pages.

2.Call the second page as next page for the First page.

3.If you don't have the Second page , then design the First page then call as first as next.If data is more than first page ,then that can be extended to second page as for the main window.

4.If you want to call the next page manually ,then use the NEXT-PAGE system variable.

If you need Eg:

http://www.saptechnical.com/Tutorials/Smartforms/SFMain.htm

Regards,

If helpful reward with points(Don't forget).

Edited by: shiva kumar on Apr 11, 2008 6:17 AM

Former Member
0 Kudos

hi,

Welcome to SDN.

I think u make two page after that make a main window under Page1.

And display the data there. Make the next page of page1 as Page2.

In Page two u dsiplay the modified data u need.

Regards

Sandipan