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: 

file creation

Former Member
0 Kudos

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

Former Member
0 Kudos

VIPIN

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

Thanks

Amol Lohade

2 REPLIES 2

former_member188685
Active Contributor
0 Kudos

>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.

Former Member
0 Kudos

VIPIN

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

Thanks

Amol Lohade