Browse Source

Sign Report Online: Limit 200 pages

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

+ 1 - 1
Forms/SignOnlineReportsFrm.pas

@@ -1061,7 +1061,7 @@ var
   vInFields, vInValues: array [0..5] of string;
   vUpFileFields, vUpFileNames: array [0..1] of string;
 begin
-  if PreviewComXML.TotalPages > 100 then
+  if PreviewComXML.TotalPages > 200 then
   begin
     HintMessage('该报表不支持在线签署功能。');
     Exit;