2008 Jan 29 8:47 AM
Is it possible insert a warning message in a method?
If it is possible canyou send me an example?
Thanks a lot.
CV
2008 Jan 29 9:14 AM
Hello
There is nothing special about warning messages in methods, e.g.:
METHOD my_method.
MESSAGE 'This is a warning with MY_METHOD' TYPE 'W'.
ENDMETHOD.
The question is how will your class react if the user pushes the ESCAPE button in order to cancel the further processing.
Regards
Uwe
2008 Jan 29 9:14 AM
Hello
There is nothing special about warning messages in methods, e.g.:
METHOD my_method.
MESSAGE 'This is a warning with MY_METHOD' TYPE 'W'.
ENDMETHOD.
The question is how will your class react if the user pushes the ESCAPE button in order to cancel the further processing.
Regards
Uwe
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |