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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user