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

Cursor in table control.

Former Member
0 Likes
295

Hello All,

I have two block in the screen,first block have few text field and other one having table control. Every time i press enter cursor moves to the first text field of the first block because i have defined that field in chain enchain for that field.

But i want cursor on the second block ( i.e. Table Control ) Every Time i press enter , and the cursor should move record wise.

Thankyou,

Shantanu Modi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
267

Hi,

Pls try SET CURSOR FIELD 'NAME'(field name in table control) LINE tc(table control name)-current_line.

Regards,

1 REPLY 1
Read only

Former Member
0 Likes
268

Hi,

Pls try SET CURSOR FIELD 'NAME'(field name in table control) LINE tc(table control name)-current_line.

Regards,