Hi,
My screen containing 7 input fields ( first 2 fields are mandatory).
case 1: After providing values to first 2 fields if I hit enter,
I am fetching entry from table and displaying other 5 field values in the screen respectively.-- working
case 2: If I am changing some value again in the screen for any one of the 5 fields and if I hit enter
(before saving) , its removing new value which I gave in screen and taking table (old value).
Since I have written code in PAI (for case 1) if ok_code = space to fetch enty from table and to display.
When hitting enter for case 2, It should be as it is in the screen.
Since both cases to hit enter, Please let me know any grouping or box should be added for first 2 fields
or any other way to handle this.
Regards,
Jack