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

clearing the input field

Former Member
0 Likes
1,322

After executing a report, the green arrow back key will takes us back to the selection screen with the original input on it.

However, I would like to see the selection screen without any previous input on it, so I could start entering new input without deleting/overwriting the old ones. Is it possible to do that?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,072

hi there...

everytime the selection screen is called, clear the field at the very first step. this can be achieved by clearing the field in the report program only. do it in the at selection screen. i hope it helps.....

do reward if it does or get back for further help.

After executing a report, the green arrow back key will takes us back to the selection screen with the original input on it.

However, I would like to see the selection screen without any previous input on it, so I could start entering new input without deleting/overwriting the old ones. Is it possible to do that?

5 REPLIES 5
Read only

Former Member
0 Likes
1,073

hi there...

everytime the selection screen is called, clear the field at the very first step. this can be achieved by clearing the field in the report program only. do it in the at selection screen. i hope it helps.....

do reward if it does or get back for further help.

Read only

0 Likes
1,072

Hi prem!!

I have one more doubt toooo....

In table control i select one row and edit the values of that row. When i save it the values should insert into database table. I want to do it using codes. can u solve this also very fast..................

Thanks in advance.........

Read only

Former Member
0 Likes
1,072

hi there...

wen we press the save command, the user command module gets executed in the PAI.

so wat you can do is, wen u press the save button, in the user command module, the work area contains the current values of the table that u updated. so simply modify or append the database table on the pressing of the save button. i hope this helps.

Do reward if helpful

Read only

0 Likes
1,072

Hi Prem!!!

I displayed that table control in display mode. When i select particular line and click 'change' push button it should change into edit mode. After that i ll change the datas in that row. and when save that it will insert into database table.. this is my logic. Can u tell the code for these whole logic....... Pls do the needful asap.

Read only

Former Member
0 Likes
1,072

hi there...

for the second part, the logic is as i gave above....

for the first part, you need to use screen end-screen.

set the attribute active inside the screen end screen to enabled on the press of the change button. before that, set it to disabled.

you can press f1 on screen to get the entire help on how to use screen end screen .

hope it helps.