瀏覽代碼

* patch for mantis #22371 TTimeField.SetAsString stores data as NativeFormat corrupting time fields

git-svn-id: trunk@22471 -
marco 13 年之前
父節點
當前提交
aa7a980a6f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/fcl-db/src/base/fields.inc

+ 1 - 1
packages/fcl-db/src/base/fields.inc

@@ -2179,7 +2179,7 @@ begin
   else
     begin
     R:=StrToTime(AVAlue);
-    SetData(@R);
+    SetData(@R,False);
     end;
 end;