View Issue Details

IDProjectCategoryView StatusLast Update
0003119JEDI VCL00 JVCL Componentspublic2007-01-04 03:29
ReporteralghorAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version3.00 
Target VersionFixed in Version3.30 
Summary0003119: TJvDBFindEdit
Descriptionis :
procedure TJvDBFindEdit.FTimerTimer(Sender: TObject);
...
...
   else
         FDataLink.DataSet.Filtered := False;

should be:
...
     else
       begin
         FDataLink.DataSet.Filtered := False;
         FDataLink.DataSet.Filtered := True;
       end;

so I think :)
TagsNo tags attached.

Activities

obones

2005-07-28 00:41

administrator   ~0007637

Why?

anonymous

2005-07-28 06:19

viewer   ~0007645

1.
  Now is: FDataLink.DataSet.Filtered := true; ( sorry :) )
2.
  If you type ex. 5 letter and try after few seconds add next 5 letter
  filter would not filter anymore.
  If I add this:
     begin
         FDataLink.DataSet.Filtered := False;
         FDataLink.DataSet.Filtered := True;
     end;
  component is workig good.
  ( ex.
      Name:TJvDBFindEdit;
    if I type in this commponent 'Rob' the dataset is filtered
    and show data beginning 'Rob'
    next I type 'ert' ( whole word is 'Robert' )
    dataset is filtered like 'Rob' )

obones

2006-03-31 06:47

administrator   ~0008799

Do you still see this with the latest sources?
I don't.

obones

2006-06-27 03:40

administrator   ~0009662

Well, without any response, I'm assuming this is fixed in the latest development version. Should it not be the case, please provide a sample application and/or a diff file against the latest SVN content:

http://homepages.borland.com/jedi/wiki/index.php?title=Repository

alghor

2006-06-27 04:46

reporter   ~0009667

sorry, but in latest source doesn't work...
if I add
...
   begin
      FDataLink.DataSet.Filtered := False;
      FDataLink.DataSet.Filtered := True;
   end;
...

then work properly

obones

2006-06-29 07:02

administrator   ~0009726

Well, maybe, but without a sample application, I cannot help you.
I'm not even sure this is the proper place to do this.

alghor

2006-06-30 00:36

reporter   ~0009733

ok. In this or next week I send sample application.

obones

2006-10-06 03:53

administrator   ~0010312

Hello?

alghor

2006-10-06 05:51

reporter   ~0010319

sorry I have forgot..

obones

2007-01-04 03:29

administrator   ~0010517

Well, no news, I'm closing this, please create a new issue if this is still here.

Issue History

Date Modified Username Field Change
2005-07-27 17:11 alghor New Issue
2005-07-28 00:41 obones Note Added: 0007637
2005-07-28 00:41 obones Status new => feedback
2005-07-28 06:19 anonymous Note Added: 0007645
2006-03-31 06:47 obones Note Added: 0008799
2006-06-27 03:40 obones Status feedback => resolved
2006-06-27 03:40 obones Fixed in Version => Daily / SVN
2006-06-27 03:40 obones Resolution open => fixed
2006-06-27 03:40 obones Assigned To => obones
2006-06-27 03:40 obones Note Added: 0009662
2006-06-27 04:46 alghor Status resolved => feedback
2006-06-27 04:46 alghor Resolution fixed => reopened
2006-06-27 04:46 alghor Note Added: 0009667
2006-06-29 07:02 obones Note Added: 0009726
2006-06-30 00:36 alghor Note Added: 0009733
2006-10-06 03:53 obones Note Added: 0010312
2006-10-06 05:51 alghor Note Added: 0010319
2007-01-04 03:29 obones Status feedback => closed
2007-01-04 03:29 obones Note Added: 0010517
2007-01-04 03:29 obones Resolution reopened => fixed