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

error window

Former Member
0 Likes
505

Hi ,

I want to display an error message in a small window. can anyone tell me how to do that.

4 REPLIES 4
Read only

Former Member
0 Likes
488

Hi Camila,

Write this simple code, Where ever you want.

Message 'Its for Error Message' Type 'I'.

Thanks,

<b><REMOVED BY MODERATOR></b>

Message was edited by:

Alvaro Tejada Galindo

Read only

varma_narayana
Active Contributor
0 Likes
488

Hi..

You can try this ... to display Error message in a INFORMATION POPUP.

MESSAGE 'This is an Error Message ' type 'E' Display like 'I'.

<b><REMOVED BY MODERATOR></b>

Message was edited by:

Alvaro Tejada Galindo

Read only

Former Member
0 Likes
488

Hi

There are lot of POPUP fun modules

use one of them like

POPUP_TO_DISPLAY_TEXT

Regards

Anji

Read only

Former Member
0 Likes
488

hi camila

is it a system error that you want to display or some condition which is wrong as per your logic but not a system error.

plz clarify.