hi,
You can use the following format .
MESSAGE msg TYPE mtype.
EX: MESSAGE 'DATA NOT FOUND' TYPE E.
tHE OUTPUT IS :
data not found .
regards,
hi,
use this.
message 'enter name' type 'I'. -> information.
message 'enter name' type 'E'. -> error.
message 'enter name' type 'S'. -> status bar.
rgds
anver
if hlped amrk pints
Add a comment