2009 May 06 4:10 PM
This si hoepfully a simple one, but its been a while since I did any screen programming. I have created a simple user input screen as part of a dialog program, and I have set some of the fields to 'required' i.e. mandatory. But beucase of these fields I can not leave the transaction via back, exit or cancel until I populate these fields. I only want these fields to be checked when trying to save the data.
Any ideas?
This si hoepfully a simple one, but its been a while since I did any screen programming. I have created a simple user input screen as part of a dialog program, and I have set some of the fields to 'required' i.e. mandatory. But beucase of these fields I can not leave the transaction via back, exit or cancel until I populate these fields. I only want these fields to be checked when trying to save the data.
Any ideas?
2009 May 06 4:11 PM
Handle BACK,EXIT buttons in AT-EXIT-COMMAND in your screen.
Then it should work.
PROCESS AFTER INPUT.
CHAIN.
FIELD <field name>.
MODULE exit_9100 AT EXIT-COMMAND.
ENDCHAIN.
2009 May 06 4:22 PM
On top of the at-exit command I hadn;t set me fucntion buttons to type 'E'.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |