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: 

Cursor Position In table control

former_member585865
Contributor
0 Kudos

Hi all,

I have an requirement that when i presses enter in the first row of the table control the cursor should come in to second row how i can achieve this.also how to make a particular row in colour.kindly help me regarding this issue.

2 REPLIES 2

Former Member
0 Kudos

hi,

Use SET CURSOR statment point cursor in a row and field.Check screen element attribute in SCREEN table at run time for change color.

L.Velu

0 Kudos

Hi Velu,

Could you provide me a sample code regarding this issue.