Icon View Incident Report

Minor Minor
Reported By: Christian Kaufmann
Reported On: 5/1/2013
For: Version 1.01 Build 5
# 3790 Cannot Set the Focus to a Specific Control in the OnShow Event Handler for a Form

Since there is no ActiveControl property I tried to use SetFocus in OnShow. But when I look at WebForms TForm.Show, then FirstControl() is called again after the OnShow event.

procedure TFBSLoginDlg.FBSLoginDlgShow(Sender: TObject);
begin
 if EUsername.Text <> ''
   then EPassword.SetFocus;
end;



Resolution Resolution
Fixed Problem on 5/3/2013 in version 1.02 build 1


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image