Components for Delphi and C++ Builder.

Go to Russian forum
Go to EhLib.com
It is currently 28 Mar 2024, 22:39

All times are UTC




Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: 11 Oct 2019, 14:44 
Offline

Joined: 25 Mar 2018, 14:34
Posts: 11
Hello,
when i clear the filter panel to force to see all records and i push the return key i obtain an Access Violation error.
I try to put in my code this :

procedure TFMyApp.GrigliaSearchPanelSearchEditChange(Grid: TCustomDBGridEh;
SearchEdit: TDBGridSearchPanelTextEditEh);
begin
if SearchEdit.Text = '' then
begin
Griglia.ClearFilter;
Griglia.ApplyFilter;
end;
end;

What i wrong ?

Thank you


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group