Hi,
Our customer has defined their RPG application main menu as a Destination in RAMP.
Screens after end users navigate main menu are handled as UNKNOWN FORM.
In the RPG application, display file shows error messages. i.e. https://www.ibm.com/docs/en/i/7.3?topic ... r-messages
These display file error messages are shown as Terminal errors in RAMP.
Messages such as using an invalid function key or attempting to page up/down beyond the available data in a subfile are also shown as Terminal errors.
These Terminal errors accumulate each time they are output in unknown form screen.
We have added CLEAR_MESSAGES(); to the vHandle_ARRIVE function in UNKNOWN FORM script, but as a result, the Terminal error messages are not shown at all.
By checking the VLF-ONE trace, we have confirmed that vHandle_ARRIVE is executed after Terminal error is issue. Therefore, we think this approach is not suitable.
We would like to clear existing messages while still displaying the latest Terminal error in RAMP.
If anyone has experienced a similar issue, we would greatly appreciate your advice.
Thank you.
RAMP (VLF-ONE) : how to clear existing Terminal error in unknown form
-
Kazunori Kasahara
- Posts: 20
- Joined: Wed May 25, 2016 5:26 pm