🎴 Flashcard Mode

JCL, Java Servlets, and PowerBuilder Programming Quiz

Card1 / 20
Mastered0
Review0
QuestionClick to flip

What will happen if itemerror event returns 3?

AnswerClick to flip back
A
Reject the data value but allow focus to change
💡 Explanation:

In PowerBuilder's ItemError event, return code 3 means 'Reject the value' (discard invalid data) while 'allow focus to change' (user can move to another field). This differs from return code 2 (reject with message box) and return code 1 (accept the value).

Change Mode