Page 1 of 1

Override the response in a WebBroker Application

Posted: Mon Mar 13, 2017 2:51 pm
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.

Re: Override the response in a WebBroker Application

Posted: Mon Mar 13, 2017 2:55 pm
by madshi
Maybe this, exported by madExcept.pas?

Code: Select all

var BugReportHtml  : function (const bugReport: UnicodeString; const settings: IMESettings) : UnicodeString = DefaultBugReportHtml;

Re: Override the response in a WebBroker Application

Posted: Mon Mar 13, 2017 7:15 pm
by russellweetch
Many thanks - that was it :-)