Page 1 of 1

Message Box Text

Posted: Thu Aug 31, 2006 5:19 am
by Kashif
Dear Members
Asslam-o-Alaikum

I want to Dispaly ALERT MESSAGE TEXT in Multiple Lines.

Posted: Fri Sep 01, 2006 3:11 am
by mirza_rehan
Assalam-o-Alaikum

Kashif there are 2 technique for your

for example you display alert message

<b>You are working on
Oracle Developer 6i</b>

set_Alert_Property('ALT',ALERT_MESSAGE_TEXT,'You are working on' ||Chr(10)||'Oracle Developer 6i');

hope it will solve your problem

take care

Posted: Fri Sep 01, 2006 3:11 am
by mirza_rehan
Assalam-o-Alaikum

Kashif there are 2 technique for your

for example you display alert message

<b>You are working on
Oracle Developer 6i</b>

set_Alert_Property('ALT',ALERT_MESSAGE_TEXT,'You are working on' ||Chr(10)||'Oracle Developer 6i');

hope it will solve your problem

take care