2014 Feb 21 3:50 AM
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.
2014 Feb 21 4:03 AM
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.
2014 Feb 21 4:03 AM
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.