Topic: Increm. Search

Can i put two or three buttons in increm.search to get data of two details tablegrid?
thanks

Re: Increm. Search

You should use script for that instead increm.search, example:


procedure Form1_Edit1_OnChange (Sender: string);
begin
    Form1.ButtonSearch1.Click;
    Form1.ButtonSearch2.Click;
end;
Dmitry.