Browse Source

+ Use fields.count instead of fieldcount testpop.pp

michael 21 years ago
parent
commit
d560eb5087
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fcl/db/memds/testpop.pp

+ 1 - 1
fcl/db/memds/testpop.pp

@@ -61,7 +61,7 @@ begin
         Inc(ACount);
         Writeln('Record ',ACount,' : ');
         Writeln('------------------------');
-        For I:=0 to FieldCount-1 do
+        For I:=0 to Fields.Count-1 do
           Writeln(Fields[I].FieldName,' : ',Fields[I].AsString);
         Writeln;  
         Next;