‎2008 Sep 10 2:06 PM
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.
‎2008 Sep 10 2:11 PM
VIPIN
Put statement 'STOP' after you display Success Message...
Thanks
Amol Lohade
‎2008 Sep 10 2:10 PM
>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.
‎2008 Sep 10 2:11 PM
VIPIN
Put statement 'STOP' after you display Success Message...
Thanks
Amol Lohade