Dharmendra
New Member
Can anyone please explain how the following code works. I am not able to understand how LEAVE works here. I could not see either messages.
Code:
DO:
IF YES
THEN DO:
LEAVE.
END.
MESSAGE 123
VIEW-AS ALERT-BOX INFORMATION BUTTONS OK.
END.
MESSAGE 456
VIEW-AS ALERT-BOX INFORMATION BUTTONS OK.
Last edited by a moderator: