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 window problem

Former Member
0 Likes
781

Hi All!

I have two windows in a form one after the other,i made the second window as a main window.The first window is also a dynamic one having a table.The problem is when the data rows in the first window is exceeding its window height they are getting covered underneath and its not pushing down the second main window to display the data.

i mean when the data in the first window fits to its height it is displaying otherwise its displays only what fits into it and rest of it is ignored.

Any body have idea to get this.

Regards

Pavan

1 ACCEPTED SOLUTION
Read only

Former Member
5 REPLIES 5
Read only

Former Member
0 Likes
742

Hi pavan,

in that case ,u have to use main window for that purpose.

In main window, if data exceeds its limit it will be displayed in the same window in the next page.

hope this helps.

regards,

keerthi.

Read only

Former Member
0 Likes
742

only in case of main windows does the data automatically moves on to the second page if it exceeds the window size.. even here, note that the size of the window remains the same, just the data moves onto the next page , not that the window height increases.. n ther is no way that data from one window can come to 2nd window..so u need to declare the 1st window itself as the main window n proceed.. including the 2nd window data within this window itself...u can create multiple tables within this main window though...

hope it helps..

Read only

Former Member
Read only

Former Member
0 Likes
742

Hii

You need to create the MAIN window in the NEXT page. Then I believe the data will flow into the NEXT page.

Create the MAIN window the same way you created it in the FIRST page.

check this link

<b></b>

Regards

Naresh

Read only

Former Member
0 Likes
742

Hi Pawan,

i can suggest u one thing in this case

rather than using the two different windows in the form like dynamic and mainwindow just desing the same dynamic one in the mainwindow itself

if the data exists in that particula dynamic window then depending upon the size of the data in the table the size of the main window also changes

becz u set the size of mainwindow to some particular point(lenght and height) so it will not move from that point to other point eventhough other window is overlapping on to it.

so i think its better to use mainwindow rather than making it so complicated

Regards,

Naveen