Application Development 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: 

Table Control - Setting the cursor to first row

Former Member
0 Kudos

Hi,

i have a screen in which there is table control .

I have a refresh button on the application bar , when i move the scroll bar down and hit the refresh button the scroll bar doesnt set to the first line of the table contol . Could you please help me how do i set it.

1 REPLY 1

Former Member
0 Kudos

use

statement

Refresh 'TC_NAME' FROM SCREEN 'scr_no'.

IT WILL SET CURSOR AT FIRST LINE.

Regards,

Alpesh