Browse Source

* Last change to make it compileable with 2.6.4

git-svn-id: trunk@38647 -
michael 7 years ago
parent
commit
9c28492bd1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-report/src/fpreport.pp

+ 1 - 1
packages/fcl-report/src/fpreport.pp

@@ -9028,7 +9028,7 @@ procedure TFPReportCustomBandWithData.Validate(aErrors: TStrings);
 begin
   inherited Validate(aErrors);
   if (Data=Nil) then
-    aErrors.Add('Band "%s" has no data assigned.',[Name]);
+    aErrors.Add(Format('Band "%s" has no data assigned.',[Name]));
 end;
 
 { TFPReportCustomGroupFooterBand }