Application Development and Automation 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: 
Read only

next page in scripts?

Former Member
0 Likes
405

Hi Experts,

I require ur sugestion.

here iam using scripts where it contains 2pages of same structure(windows). The footer window contains much text such that i cannot print it completely. so i divided the footer text into 2 parts(part-I and part-II).

Now for least items in the main window i should only display footer part-I and display part-II in the next page and for maximum items in the main window i should display the footer(p-I, p-II) in the next page.

so i used protect, endprotect for footer(part-I, part-II) such that depending upon the main window items footer gets adjusted but here main window items and footer text is getting overlapped in a single page and not trigerring next page.

So please suggest me what kind of precautions do i need to follow.

thanks in advance.

mahesh

3 REPLIES 3
Read only

Former Member
0 Likes
385

Hi,

Check the Layout design. using Settings->Form painter click on Graphical.

May be Mainwidow and Footer window are collisoned. Check Upper margin values.

Regards,

Sunil

Read only

0 Likes
385

Hi,

i like to ask one thing if i declare the footer window text (part-I and part-II) in the main window and if go for more no. of items will their be any effect as i tried it doing but only for few items and not tried for more no. of items. In futher will be any effect while working on this script.

Please let me know.

Read only

Former Member
0 Likes
385

i have resolved the problem