2008 Apr 07 9:50 AM
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?
2008 Apr 07 9:52 AM
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.
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.
2008 Apr 07 9:52 AM
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.
2008 Apr 07 10:11 AM
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.........
2008 Apr 07 10:15 AM
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
2008 Apr 07 10:21 AM
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.
2008 Apr 07 10:25 AM
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.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |