helpinterchange Posted December 26, 2011 Posted December 26, 2011 Hi I have a problem, the control loses focus when the application runs on Internet Explorer 7, Mozilla Firefox works correctly. Regards Helpy Quote
Administrators Farshad Mohajeri Posted December 27, 2011 Administrators Posted December 27, 2011 Hi I have a problem, the control loses focus when the application runs on Internet Explorer 7, Mozilla Firefox works correctly. Regards Helpy Which control and in which case? More info needed. Quote
helpinterchange Posted December 27, 2011 Author Posted December 27, 2011 Controls like TUniEdit lost Focus in Internet Explorer Quote
Administrators Farshad Mohajeri Posted December 27, 2011 Administrators Posted December 27, 2011 In MainForm or child forms? Quote
helpinterchange Posted December 27, 2011 Author Posted December 27, 2011 in child forms the code procedure TIWFormTwo.UniButton3Click(Sender: TObject); begin UniPageControl1.ActivePageIndex := 0; btnAceptar.Visible := True; btnImprimir.Visible := False; btnCerrar.Visible := False; edtText.Text := ''; edtText.SetFocus; end; Quote
Administrators Farshad Mohajeri Posted December 27, 2011 Administrators Posted December 27, 2011 is it only IE7? What about IE8/9? can u send a test case? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.