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 screen input lock

Former Member
0 Likes
501

Hi,

After user enter data, screen input = 0 ie entered line should be get lock and cursor should move to next line 1 position. the next line screen input = 1. As of now screen behave in oppsite manner.

Please help. Reward point sure.

regards

chethan

2 REPLIES 2
Read only

former_member188827
Active Contributor
0 Likes
384

try to formulate lgic by associating with a key press or add a button in toolbar..

e.g a button saying lock input.then use the ok code of this button to lock the row..i.e

case ok_code.

when 'lock'.

........

set screen-input for da row 0.

....

endcase.

Read only

0 Likes
384

Dear

thanks for valuable reply.

those rows having DATA getting interchange. but other rows not having DATA getting lock ie screen-input = 0

Please help

regards

chethan