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: 

How to extend vertical lines in Smartform

Former Member
0 Kudos

Hi,

1.I have designed a main window with some data, another window which has template having pattern which overwrites the main window so that the vertical lines would extend till the end of main window.

2. I also have Pricing data window  which prints after the  main window, before the footer window.

Point 1 would satisfy,  if items are printing only on first page.But, If there are more line items, say which extends to 2nd page, then the space which Pricing data window is occupying will remain empty. I don't want to print the empty space ( after the main window ) on first page.The main window should extend till the footer window.

Page 1 : main window ( which should extend till footer window ) and Footer window should be printed

Page 2: main window, pricing data window, footer window.

How do I achieve the above requirement?

Thanks..!!!!

7 REPLIES 7

ronaldo_aparecido
Contributor
0 Kudos

Hi Karthik.

Did you try in general atributtes of Page change the property next page.

Copy the current page and creating a second equal and call this page. I think that works.

0 Kudos

Hi Ronaldo,

I have already tried this...

I have created the second page and had put the event as well.

But still i am able to see the gap on the first page.

Thanks...!!!

0 Kudos

Hi Karthik

This is something which will always happen. When you want the prices stuff to be printed after your main data why dont you include it in footer in this way you will not need to reserve space for pricing window..

Nabheet

0 Kudos

Hi Nabheet,

My requirement is to have some space  say 4cm after the main window and then the Pricing data should be printed. I think I cannot include it in footer.

Thanks..!!!

0 Kudos

Just try once enter 4 empty lines in footer  and then put pricing stuff their. On footer put a condition on end of main of window checkbox it will work..

I do not see any reason for not working

ronaldo_aparecido
Contributor
0 Kudos

In windows condition you can select the pages where the window will appear.

See attach Image file.

0 Kudos

Hi Ronaldo,

I guess you might have misunderstood.

In the above provided screenhsot, you have an option to select a  page ( seperate new page ). My question is If item flow to the second page, then I need to print it on Second page, but not on seperate new page.

Thanks...!!!!