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

Display window based on lines displayed in smartforms,

Former Member
0 Likes
3,158

Dear Experts,

I have one requirement

In smartform i have two windows (Main & Secondary)

Secondary window should display,  based on lines displayed in pages.

Dear Experts,

I have one requirement

In smartform i have two windows (Main & Secondary)

Secondary window should display,  based on lines displayed in pages.

12 REPLIES 12
Read only

Former Member
0 Likes
3,035

Hi Ganesh,

can u be more precise on below point.

"Secondary window should display,  based on lines displayed in pages."

Read only

0 Likes
3,035

My internal table have 7 values

in main window only six values will display

it is working file, but if values are more than 10

it is showing like this

Read only

0 Likes
3,035

Hi,

Make a Window after the main window in your page, put all your terms and conditions in it.

In the conditions tab of that window, you can set it as ONLY AFTER THE END OF MAIN WINDOW. Once this is set all the Terms and conditions will print at the end.

Regards,

Jeffin

Read only

Former Member
0 Likes
3,035

Hi Ganesh,

I think its not possible because we use secondary window  for output with a fixed length,

it is possible only wih main window.

Read only

0 Likes
3,035

Hi,

You can display your terms and conditions in a template inside the main window.

U can remove the secondary window and put ur terms and conditions inside a template. Now put the template inside the main window after the table.

Read only

Former Member
0 Likes
3,035

HI,

As per your explanation, I think you have to shift your 2ndary window as per lines displayed in Main window. Better you should minimize size of Main window.. so that it will not overlapped OR takes 'terms & conditions' in Main window only. So it will go to next page.

Regards

Tejas

Read only

Former Member
0 Likes
3,035

Hi,

     I think in the main window you are displaying the main content(Variable content) and the string

'Terms and condition' in the secondary window the problem here is that you want to adjust the secondary window size. Move the sencondary window a little bit down.

Note :

Variable content must be in the main window.

Read only

Former Member
0 Likes
3,035

Hi,

U can do the same without a secondary window,

create template with two cell, one for diplaying record and another for 'Terms & Condions'.

Read only

Former Member
0 Likes
3,035

Hi Ganesh,

Reduce the size of ur main window and make sure both the windows are not overlapping each other in the layout. After this, in the secondary window Condition Tab u can select the "Only after the end of main window" check box.

Read only

0 Likes
3,035

Hi Praveen Kumar,

My Terms and conditions are half of the page.

Read only

0 Likes
3,035

Hi Ganesh,

As per my understanding, if u dont want to reduce the size of the main window. its always better to display the terms & condition in separate page. And most of the users do prefer that. 

1. By following above method u can restrict any over lap of the main window and terms and conditions. But if the line items gonna end up in such a way that only one line is extended to 2nd page then ur terms and condition will be in 3rd page. In this case its better to use template inside Main window.

You can decide this based on ur requirement.

Read only

Former Member
0 Likes
3,035

Hi Ganesh,

Include the Terms & Conditions also inside the Main window using a template. Then automatically, T & C will be displayed after the end of the records.

Note: Normally, we display T & C in a separate page.