فهرست منبع

* Last change to make it compileable with 2.6.4

git-svn-id: trunk@38647 -
michael 7 سال پیش
والد
کامیت
9c28492bd1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 }