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

file creation

Former Member
0 Likes
404

hi all, i am creating a file on application server, and file is creating succcessfully.

what i want,once i execute my program a message shold display at status bar 'File creation successful in application server' .

i am doing the same with

MESSAGE 'File creation successful in application server' TYPE 'S'.

but here output screen is also displaying, i do not wnat the output screen , i only want the message.

pls suggest me.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
375

VIPIN

Put statement 'STOP' after you display Success Message...

Thanks

Amol Lohade

2 REPLIES 2
Read only

Former Member
0 Likes
375

>but here output screen is also displaying, i do not wnat the >output screen , i only want the message.

What are you doing ...apart from message statement.

are you writing any output to the list. if so then it will appear. if you don't want that then don;t use any write statements.

Read only

Former Member
0 Likes
376

VIPIN

Put statement 'STOP' after you display Success Message...

Thanks

Amol Lohade