Application Development 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: 

message

Former Member
0 Kudos

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

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

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

REgards,

RIch Heilman

6 REPLIES 6

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

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

REgards,

RIch Heilman

0 Kudos

Hi

Change the message type to Information

and use SET SCREEN 0

LEAVE SCREEN 0 if it is the first screen.

Regards

PRabhu

Former Member
0 Kudos

Hi Rani,

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

Former Member
0 Kudos

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

Former Member
0 Kudos

u can give information message

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

rahulkavuri
Active Contributor
0 Kudos

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