srw.message [message #142333] |
Fri, 14 October 2005 03:40 |
frankieotk
Messages: 4 Registered: September 2005
|
Junior Member |
|
|
Good day all,
I tried 2 use srw.message to cater for the errors. This work in report builder. But i am not sure whether after i deploy to report server, will this massage being showed to the user?
If it's not, then how can I cater for this?
Thanks
|
|
|
Re: srw.message [message #143740 is a reply to message #142333] |
Fri, 21 October 2005 14:51 |
Steve Corey
Messages: 336 Registered: February 2005 Location: RI
|
Senior Member |
|
|
No it will not show when running through web applications. The web application suppresses all SRW.message outputs. You will have to do some reading on how to use the web based application error messages. I am still a novice and will be attempting something similar to this in about a week. In a normal database package, I use the OUT variable retcode to know the concurrent request status that the request finished with. I'm not sure if this is what you are looking for. Just out of curiousity, what was your usage of the SRW.message package call in your report?
Cheers!
Steve
|
|
|