Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Script new-page continuation.

Former Member
0 Kudos

Dear all,

In my script scenario i need to bring all the customers for a particular company.In my main window i am printing the customer name1,name2,street,city,country all details line by line.

My query here is if in a page1 name1,name2, street comes in a page and remaining city, country carry overs to next page2.

Its should not happen if in case of carry over of address to next page occurs it should come in a new fresh page.

How can i call a new page here in this case.

Hope i am clear wit my query.

Regards,

Rakesh.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

use command

/: protect

"write u r fields here.

/: endprotect.

read the documentation for further .

Regards,

R K.

3 REPLIES 3

Former Member
0 Kudos

Hi,

U can use the IF Condition in which ever window u want based on your data.

Like

/: IF <data> EQ <wa-data>

  • FIRST PAGE

/: ELSE

  • OTHER PAGE

/: ENDIF

Thanks,

amit

Edited by: amit kumar on Apr 8, 2009 10:38 AM

Former Member
0 Kudos

Hi,

use PROTECT.....ENDPROTECT to protect the paragraph..

Hope it resolves ur problem

Regards,

Pavan

Former Member
0 Kudos

hi,

use command

/: protect

"write u r fields here.

/: endprotect.

read the documentation for further .

Regards,

R K.