AdvEditbtn set the focus in AdvEdBtn.BtnMouseDown

Hi


If the user click the AdvEditbtn's button (OnClickBtn), my program do the work, then set the focus to a other control.
But in AdvEdBtn.BtnMouseDown set the focus to the AdvEditbtn again.

How i can set the focus in AdvEditbtn.OnClickBtn ?

Thanks in advance.

Delphi XE, TMS CP 6.4.2.0, WIN7

Notice: i have nothing problem with TMS CP setup program before i exec the 6.4.2.0 setup.
The setup program freeze, unistall, reinstall... till it's work perfect.

Try:


procedure TForm1.AdvEditBtn1ClickBtn(Sender: TObject);
begin
  OtherControl.SetFocus;
  Abort;
end;


We're not aware of issues with TMS Component Pack v6.4.2.0. What exact problem do you see ? Please contact us by email and the send log file it has generated under \My Documents.