Jump to content

helpinterchange

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by helpinterchange

  1. 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;
  2. Controls like TUniEdit lost Focus in Internet Explorer
  3. Hi I have a problem, the control loses focus when the application runs on Internet Explorer 7, Mozilla Firefox works correctly. Regards Helpy
×
×
  • Create New...