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

Smartform variable height of window

0 Likes
1,108

I am currently designing a smartform for process order.

I have made a template for header data, plus a table for summary of the components in that process order.

Below the summary, i want to display the item details. I have made another window in which i have displayed the table for item details.

Here, if the number of items in the summary increase, and go beyond the limit of the window, the excess items are not shown.

Is there anything i can do to make the height of the window variable.

Ninad Joshi.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
630

Secondary window can not expand dynamically,

you have to put those items(item details) into main window. then only it will react dynamically if number of row increase or decrease.

I am currently designing a smartform for process order.

I have made a template for header data, plus a table for summary of the components in that process order.

Below the summary, i want to display the item details. I have made another window in which i have displayed the table for item details.

Here, if the number of items in the summary increase, and go beyond the limit of the window, the excess items are not shown.

Is there anything i can do to make the height of the window variable.

Ninad Joshi.

1 REPLY 1
Read only

Former Member
0 Likes
631

Secondary window can not expand dynamically,

you have to put those items(item details) into main window. then only it will react dynamically if number of row increase or decrease.