Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PAI Error message

Former Member
0 Likes
1,111

Hi

When I am trying to validate a screen field in a screen and try to give an error message, after the message, total screen becoming grey out. I need to enter a correct value after the error message.

Could you help please

<REMOVED BY MODERATOR - REQUEST OR OFFER POINTS ARE FORBIDDEN>

Cheers

Edited by: Alvaro Tejada Galindo on Sep 19, 2008 3:16 PM

1 ACCEPTED SOLUTION
Read only

valter_oliveira
Active Contributor
0 Likes
766

In PAI of screen:


FIELD: <your_screen_field> MODULE check_input.

Module code:


MODULE check_input INPUT.
  CHECK <condition>.
*  ERROR MESSAGE
ENDMODULE.

Regards,

Valter Oliveira.

1 REPLY 1
Read only

valter_oliveira
Active Contributor
0 Likes
767

In PAI of screen:


FIELD: <your_screen_field> MODULE check_input.

Module code:


MODULE check_input INPUT.
  CHECK <condition>.
*  ERROR MESSAGE
ENDMODULE.

Regards,

Valter Oliveira.