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

Table Control - Setting the cursor to first row

Former Member
0 Likes
475

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
Read only

Former Member
0 Likes
372

use

statement

Refresh 'TC_NAME' FROM SCREEN 'scr_no'.

IT WILL SET CURSOR AT FIRST LINE.

Regards,

Alpesh