Einzelnen Beitrag anzeigen

danten

Registriert seit: 19. Feb 2012
Ort: Czech Republic, Prag
126 Beiträge
 
Delphi 10.1 Berlin Architect
 
#13

AW: DBGrid filtering

  Alt 15. Aug 2012, 16:20
I am sorry, Sorry, I forgot to change the sign:

Accept := (Length(f.AsString)>0) and (f.AsString[1] > frm_export.sEdit1.Text) and (f.AsString[1] <= frm_export.sEdit2.Text);
new
Accept := (Length(f.AsString)>0) and (f.AsString[1] >= frm_export.sEdit1.Text) and (f.AsString[1] <= frm_export.sEdit2.Text);
is work.
Thanks all.
Daniel
  Mit Zitat antworten Zitat