Issue 1:
"Return 2" in itemerror event behave like "Return 1": the field regains
the focus! Is it right?
PB help:
Return value for itemerror event:
Long. Return code choices (specify in a RETURN statement):
0 (Default) Reject the data value and show an error message box
1 Reject the data value with no message box
2 Accept the data value (??????and allow focus to change or the
field regains the focus??????)
3 Reject the data value but allow focus to change
Issue 2:
"Return 3" in itemerror event: Messagebox() (called in itemerror
script) is displayed twice! Why?
Thanks.