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

catch system error

former_member224008
Active Participant
0 Likes
600

hi,

how to catch the system error in dialog program (PAI event).

Regards,

ARUN

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
554

What system error are you referring to? Depends on if it is catchable or not.

Try.

 catch <exception>.

endtry.

Regards,

Rich Heilman

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
555

What system error are you referring to? Depends on if it is catchable or not.

Try.

 catch <exception>.

endtry.

Regards,

Rich Heilman

Read only

0 Likes
554

hi,

Input must be in the format __.___.___.__~

Message no. 00088

and

Decimal places are not permitted

Message no. 00011

these are the errors.

regards,

ARUN.

Read only

0 Likes
554

Seems that your field is not typed correctly in the screen and/or the program. What is the data which is to be entered into this field, is it a date?, a decimal number? what exactly? In screen painter, you must set the field type, for example, if you need a decimal field, you need to make it DEC, or QUAN, instead of CHAR field. If it is to be a date field, then it must be set as DATS.

Regards,

Rich Heilman