Skip to Content
0
Former Member
Nov 29, 2006 at 12:35 AM

Displaying error message in a dilog box.

35 Views

Hello experts.

I'm trying to display an error message with the following statements. It displays the error message but not the variable pa_taxno.

I want my goes back to the parameter field after displaying the error message. User shouldn't pass through the next field until the condition satisfied.

Thanks in advance.


if x = 1.
  "do some thing.
else
  MESSAGE e003(zbc400) WITH pa_taxno
endif