Home » Developer & Programmer » Reports & Discoverer » Insert new or next line in error message
Insert new or next line in error message [message #85686] Wed, 21 July 2004 05:50 Go to next message
Antro
Messages: 10
Registered: March 2004
Junior Member
Hello All,

I am using Oracle Reports 6i I need to display an error message like the following:

Select one of the following:

1. Stats

2. Maths

Can you please let me know how do I do that in report, is there any built-in function to do it? I tried show_alert but it seems to be not working for reports (only forms?). Also please let me know how do I insert next line character (enter key) in error message string?

This is very urgent, any reply is greatly appreciated.

Thanks,

Antro
Re: Insert new or next line in error message [message #85693 is a reply to message #85686] Wed, 21 July 2004 10:35 Go to previous messageGo to next message
Tak Tang
Messages: 142
Registered: May 2004
Senior Member
If you were using forms, I would sugguest using || CHR(10) ||. I dont know if this will work for reports.
Re: Insert new or next line in error message [message #200124 is a reply to message #85693] Sat, 28 October 2006 06:08 Go to previous messageGo to next message
hrforafaq
Messages: 8
Registered: July 2005
Junior Member
Peace
I use it whith message() and it doesn't work ?

Re: Insert new or next line in error message [message #200147 is a reply to message #200124] Sat, 28 October 2006 10:56 Go to previous messageGo to next message
Littlefoot
Messages: 21813
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Don't hide your code; we won't steal it from you. How could anyone help if you don't provide actual statement?
Re: Insert new or next line in error message [message #200237 is a reply to message #85686] Sun, 29 October 2006 19:41 Go to previous message
wency
Messages: 450
Registered: April 2006
Location: Philippines
Senior Member

I use this and is working.
srw.message(1, chr(10) || 'wency' || chr(10) || 'page' || chr(10) || 'msg');
Previous Topic: Running Report Web layout in Arabic
Next Topic: Calling form from Reports
Goto Forum:
  


Current Time: Tue Jul 02 08:45:43 CDT 2024