Override the response in a WebBroker Application

delphi package - automated exception handling
Post Reply
russellweetch
Posts: 20
Joined: Mon Feb 07, 2011 3:39 pm

Override the response in a WebBroker Application

Post by russellweetch »

When we worked through the webbroker issues a while back I thought I spotted something that looked like I could set a template for what was returned to the browser, rather than the default bug report.

Now I look I can't seem to fond what I was looking at then.

Can anyone point in the right direction?

Thanks.
madshi
Site Admin
Posts: 10749
Joined: Sun Mar 21, 2004 5:25 pm

Re: Override the response in a WebBroker Application

Post by madshi »

Maybe this, exported by madExcept.pas?

Code: Select all

var BugReportHtml  : function (const bugReport: UnicodeString; const settings: IMESettings) : UnicodeString = DefaultBugReportHtml;
russellweetch
Posts: 20
Joined: Mon Feb 07, 2011 3:39 pm

Re: Override the response in a WebBroker Application

Post by russellweetch »

Many thanks - that was it :-)
Post Reply