Icon View Incident Report

Minor Minor
Reported By: Uli Becker
Reported On: 10/13/2015
For: Version 2.02 Build 1
# 4262 OnLoad Error Message Incorrect for Non-Connection Errors

Using a module, I want to check user and password using the following code. In the OnLoadError of a dataset in the EWB client application I use a ShowMessage call to show the error message.

The ErrorMsg is: "Dataset load response error (Cannot connect to server)"

How can I pass a detailed error message to the EWB client?

if DatabaseAdapter.AuthenticateUser(Request) = false then
begin
   Request.SendError(401, 'Unauthorized user');
   exit;
end;



Resolution Resolution
Fixed Problem on 10/13/2015 in version 2.02 build 2


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image