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

Data disappearing while scrolling down in table control

Former Member
0 Likes
536

HI,

I am using a table control in a screen which i designed. In the screen total 9 rows are appearing in the table control. After filling 9 rows , when I press page down, new blank rows are coming. When I enter data in the rows and, when I press page up..the data entered after pressing the page down is disappearing and only 9 rows are showing at a time. How I can save the data in the table control more than those 9 rows.

Thanks,

Kishore

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
368

Hi Kishore,

Scrolling in table control triggers PAI of the screen.Write one General Module in the PAI to update the records in the Table control(Without Checking OK_Code).

Hope this will help

Message Edited

Shibu

1 REPLY 1
Read only

Former Member
0 Likes
369

Hi Kishore,

Scrolling in table control triggers PAI of the screen.Write one General Module in the PAI to update the records in the Table control(Without Checking OK_Code).

Hope this will help

Message Edited

Shibu