‎2007 Aug 24 11:15 AM
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
‎2007 Aug 24 11:20 AM
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.
‎2007 Aug 24 11:30 AM
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