View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002407 | JEDI VCL | 00 JVCL Components | public | 2004-12-20 07:30 | 2004-12-22 14:47 |
| Reporter | carlosw | Assigned To | jfudickar | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.00 BETA 2 | ||||
| Target Version | Fixed in Version | 3.00 RC 1 | |||
| Summary | 0002407: Asigning a default value to a TJvDateParameter doesn't work | ||||
| Description | Par := TJvDateParameter.Create(Params); with TJvDateParameter(Par) do begin SearchName := 'BeginPeriode'; Caption := 'Periode'; LabelWidth := 50; EditWidth := 85; AsDate := Now - 30; ==>> DOESN'T WORK end; Params.AddParameter(Par); | ||||
| Additional Information | Possible fix: in TJvDynControlEngineJVCL: procedure TJvDynControlJVCLDateEdit.ControlSetValue(Value: Variant); begin // Text := Value; ==> Old DateTime := Value; ==> Should be end; function TJvDynControlJVCLDateEdit.ControlGetValue: Variant; begin // Result := Text; ==> Old Result := DateTime; ==> Should be end; | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-12-20 07:30 | carlosw | New Issue | |
| 2004-12-21 05:57 | jfudickar | Status | new => assigned |
| 2004-12-21 05:57 | jfudickar | Assigned To | => jfudickar |
| 2004-12-22 14:47 | jfudickar | Status | assigned => resolved |
| 2004-12-22 14:47 | jfudickar | Resolution | open => fixed |
| 2004-12-22 14:47 | jfudickar | Note Added: 0005991 |