cancel
Showing results for 
Search instead for 
Did you mean: 

adjusting window size dynamically at run time

Former Member
0 Kudos

Hello friends,

I had made smartform in which I am displaying data in tabular form. If on form painter the window size is small then all of the DATA is not getting displayed and if I am keeping window size big then data is repeated several times.

My question is how can the window size be adjusted according to DATA to be displayed.

Accepted Solutions (1)

Accepted Solutions (1)

brad_bohn
Active Contributor
0 Kudos

Use the MAIN window - that's what it's there for...

Former Member
0 Kudos

HI,

I am displaying data in MAIN window only but the window size is not adjusting according to data to be displayed.

brad_bohn
Active Contributor
0 Kudos

The size of the window does not adjust but a data overflow triggers a new page so that all of the data gets displayed, across several pages if necessary. If you have repeated data, it's a coding issue.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

for that you need to create a different windows with different sizes and in the conditions call the appropriate window according to the requirement and lenght.

Prabhudas