mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Load DateTime from search template
This commit is contained in:
parent
e69ffe017d
commit
863cebc19a
1 changed files with 2 additions and 2 deletions
|
|
@ -330,8 +330,8 @@ begin
|
|||
if (WdxField.FType <> FT_MULTIPLECHOICE) then
|
||||
begin
|
||||
if (WdxField.FType < FT_DATE) then
|
||||
FEditValue.Text:=AValue
|
||||
else if (WdxField.FType < FT_STRING) then
|
||||
FEditValue.Text:= AValue
|
||||
else if (WdxField.FType in [FT_DATE, FT_TIME, FT_DATETIME]) then
|
||||
FDateTimeValue.DateTime:= AValue
|
||||
else
|
||||
FComboValue.Text := AValue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue