View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005529 | JEDI VCL | 00 JVCL Components | public | 2011-03-30 10:46 | 2011-03-31 21:51 |
| Reporter | dcabale | Assigned To | jfudickar | ||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | resolved | Resolution | fixed | ||
| Product Version | Daily / GIT | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0005529: [TJvCustomCsvDataSet] Lookup function absence | ||||
| Description | Hi, Lookup function is absent from TJvCustomCsvDataSet NB: this explains this issue -> http://issuetracker.delphi-jedi.org/view.php?id=5468 | ||||
| Additional Information | I suggest to create a public Lookup function as follow: function TJvCustomCsvDataSet.Lookup(const KeyFields: string; const KeyValues: Variant; const ResultFields: string): Variant; begin Result := Null; if LocateRecord(KeyFields, KeyValues, []) then Result := FieldValues[ResultFields]; end; NB: this requires having a LocateRecord function as described here -> http://issuetracker.delphi-jedi.org/view.php?id=5528 | ||||
| Tags | lookup, TJvCsvDataSet | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2011-03-30 10:46 | dcabale | New Issue | |
| 2011-03-30 11:11 | dcabale | Tag Attached: lookup | |
| 2011-03-30 11:11 | dcabale | Tag Attached: TJvCsvDataSet | |
| 2011-03-31 21:51 | jfudickar | Status | new => resolved |
| 2011-03-31 21:51 | jfudickar | Resolution | open => fixed |
| 2011-03-31 21:51 | jfudickar | Assigned To | => jfudickar |