diff --git a/comp/src/gb.report/.src/Preview/ReportView.class b/comp/src/gb.report/.src/Preview/ReportView.class index 71fda7eda..2237e6769 100644 --- a/comp/src/gb.report/.src/Preview/ReportView.class +++ b/comp/src/gb.report/.src/Preview/ReportView.class @@ -320,7 +320,7 @@ Private Sub Layout() $iMinLine = FindPageLineByPos($fSpace + $View.ScrollY) - 1 $iMaxLine = Max(1, FindPageLineByPos($View.ClientHeight + $View.ScrollY)) - Print $iMinLine, $iMaxLine + 'Print $iMinLine, $iMaxLine $iFirstPage = $iMinLine * $iNbrePageByLine $iLastPage = Min($iMaxLine * $iNbrePageByLine, $iNbrePage - 1) If $iNbrePageByLine <= $iNbrePage Then