View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001449 | JEDI VCL | 00 JVCL Components | public | 2004-03-07 23:11 | 2004-04-22 02:56 |
| Reporter | anonymous | Assigned To | user72 | ||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0001449: TjvFileNameEdit | ||||
| Description | I opened file "C:\Documents and Settings\ZENsan\Desktop\Opera.lnk" using TjvFileNameEdit, and then I accessed property FileName and I got "C:\Documents"! Is it correct??? Only Text property contains right value | ||||
| Tags | No tags attached. | ||||
|
|
Change the following method in JvToolEdit.pas: function TJvFilenameEdit.GetFileName: TFileName; begin if AddQuotes then Result := ClipFilename(inherited Text) else Result := inherited Text; end; |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-03-07 23:11 | anonymous | New Issue | |
| 2004-03-08 01:27 |
|
Status | new => resolved |
| 2004-03-08 01:27 |
|
Resolution | open => fixed |
| 2004-03-08 01:27 |
|
Assigned To | => user72 |
| 2004-03-08 01:27 |
|
Note Added: 0003259 | |
| 2004-04-22 02:56 |
|
Status | resolved => closed |