View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004628 | JEDI VCL | 00 JVCL Components | public | 2008-12-18 16:10 | 2008-12-19 01:03 |
Reporter | debose | Assigned To | obones | ||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.36 | |||
Summary | 0004628: TJvDBFindEdit.DataField cannot be removed if was set once | ||||
Description | that's because of SetDataField procedure: procedure TJvDBFindEdit.SetDataField(const Value: string); begin if Value > '' then FDataLink.FieldName := Value; end; It should be, because FDataLink can process empty FieldName. (checked in Delphi 2009 and Delphi 7) procedure TJvDBFindEdit.SetDataField(const Value: string); begin FDataLink.FieldName := Value; end; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2008-12-18 16:10 | debose | New Issue | |
2008-12-19 01:03 | obones | Note Added: 0015111 | |
2008-12-19 01:03 | obones | Status | new => resolved |
2008-12-19 01:03 | obones | Fixed in Version | => Daily / SVN |
2008-12-19 01:03 | obones | Resolution | open => fixed |
2008-12-19 01:03 | obones | Assigned To | => obones |