Home » Developer & Programmer » Forms » alert problem
alert problem [message #275864] Tue, 23 October 2007 01:40 Go to next message
fam_bila
Messages: 43
Registered: August 2007
Location: pakistan
Member
how can messages show on multi line through the set alert property in an alert?
or what symbol is used in developer to go on next line?

plz reply urgently
thanx
Re: alert problem [message #275870 is a reply to message #275864] Tue, 23 October 2007 02:18 Go to previous messageGo to next message
musman
Messages: 147
Registered: July 2007
Location: Lahore
Senior Member

message for what you want to show ..
what type of check you want to apply ..
Re: alert problem [message #275874 is a reply to message #275864] Tue, 23 October 2007 02:34 Go to previous message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Concatenate message text with CHR(10) when you need a new line. Something like
message('This is the first line, ' 
      || chr(10)
      ||'and this is the second line'
       );
Previous Topic: Enter Query/Execute Query
Next Topic: how to send email from the database using Utl_Smtp package?
Goto Forum:
  


Current Time: Sun Feb 02 22:12:19 CST 2025