Sfoglia il codice sorgente

Call inherited method in InternalPost (check for required fields)

git-svn-id: trunk@31877 -
blikblum 10 anni fa
parent
commit
da66980766
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      packages/fcl-db/src/sqlite/customsqliteds.pas

+ 2 - 0
packages/fcl-db/src/sqlite/customsqliteds.pas

@@ -1037,6 +1037,8 @@ procedure TCustomSqliteDataset.InternalPost;
 var
   ActiveItem: PDataRecord;
 begin
+  inherited InternalPost;
+
   if State <> dsEdit then
     InternalAddRecord(ActiveBuffer, True)
   else