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

message

Former Member
0 Likes
749

i wrote a message

and i want after the message show when the user click o.k

i want to stay in the screen.

i made clear screen but it make everthing gray???

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
715

Not sure what you mean. Can you post the code and explain a little clearer?

REgards,

RIch Heilman

6 REPLIES 6
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
716

Not sure what you mean. Can you post the code and explain a little clearer?

REgards,

RIch Heilman

Read only

0 Likes
715

Hi

Change the message type to Information

and use SET SCREEN 0

LEAVE SCREEN 0 if it is the first screen.

Regards

PRabhu

Read only

Former Member
0 Likes
715

Hi Rani,

change the message type to "i" instead of "e"

Read only

Former Member
0 Likes
715

use information message <b>'i'</b> than error message <b>'e'</b>.

you can also use success message .

<b>message i000 with ' this is an error' .

STOP.</b>

Regards

Naresh

Read only

Former Member
0 Likes
715

u can give information message

<b>message ixxx with 'xxx'</b>

Read only

rahulkavuri
Active Contributor
0 Likes
715

MESSAGE I000 WITH ' YOU WILL STAY IN THE SCREEN'.