FCLT#73994 Elke SQL mag best exporteren naar CSV

svn path=/Website/branches/v2022.3/; revision=58621
This commit is contained in:
Jos Groot Lipman
2023-01-11 13:46:06 +00:00
parent 9d75e26dae
commit 7293012f23

View File

@@ -102,6 +102,7 @@ var showall = getFParamInt("showall", 0) == 1;
var rst = new ResultsetTable({ sql: "dummy",
pRs: oRs, // oRs is al eerder bepaald
ID: "sqldatatable",
canCSV: true,
showAll: true, //showall,
outputmode: outputmode, //0,
title: "SQL ({0}ms)".format(tm.toFixed(1)),