Browse Source

Sign Report Online: Limit 200 pages

MaiXinRong 8 years ago
parent
commit
9e1795254e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Forms/SignOnlineReportsFrm.pas

+ 1 - 1
Forms/SignOnlineReportsFrm.pas

@@ -1063,7 +1063,7 @@ var
 begin
   if PreviewComXML.TotalPages > 200 then
   begin
-    HintMessage('该报表不支持在线签署功能。');
+    TipMessage('该报表不支持在线签署功能。');
     Exit;
   end;