KFHT#54491 Resultset table elke 1000 regels laten loggen, kun je iets beter zien wat er gebeurt

svn path=/Website/branches/v2018.1/; revision=39430
This commit is contained in:
Jos Groot Lipman
2018-10-17 11:58:12 +00:00
parent 5189b75d3e
commit 254978787f

View File

@@ -808,6 +808,8 @@ function __rsProcessResultset(processParams) // processParams wordt blind aan al
__Log("Response.IsClientConnected false, Resultset aborted.", "#00FF00");
Response.End;
}
if (cnt && cnt % 1000 == 0)
__Log("Records: " + cnt, "#E0E0FF");
var oRsFlex = null;
if ((isPrinting || isExcel || showProperties) && this.printFlex)