Browse Source

* Fix access violation. Notification must always call inherited notification

git-svn-id: trunk@15446 -
michael 15 years ago
parent
commit
d50802e52f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-web/src/webdata/sqldbwebdata.pp

+ 1 - 0
packages/fcl-web/src/webdata/sqldbwebdata.pp

@@ -179,6 +179,7 @@ procedure TCustomSQLDBWebDataProvider.Notification(AComponent: TComponent;
   Operation: TOperation);
   Operation: TOperation);
 
 
 begin
 begin
+  inherited;
   If (Operation=opRemove) then
   If (Operation=opRemove) then
     begin
     begin
     If (AComponent=FQuery) then
     If (AComponent=FQuery) then