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

refresh screen

SG141
Active Participant
0 Likes
658

In a module pool program can we refresh the screen automatically........without leaving the current screen.

in my screen....i have a table control which displays data....i want that to be automatically refreshed and populate the latest entries....

4 REPLIES 4
Read only

Former Member
0 Likes
636

Hi,

Yes, it's possible by using timer.

Regards

Surya.

Read only

Former Member
0 Likes
636

Yes - just clear the values.

Rob

Read only

former_member194669
Active Contributor
0 Likes
636

Hi,

Check this

Read only

0 Likes
636

in my screen....i have a table control which displays data....i want that to be automatically refreshed and populate the latest entries....