FSN#45107 Excel export 'Elke SQL bekijken
svn path=/Website/trunk/; revision=40644
This commit is contained in:
@@ -92,9 +92,6 @@ var showall = getQParamInt("showall", 0) == 1;
|
||||
var tm_start = hiresTimer.usTimer;
|
||||
var oRs = Oracle.RealConnection.Execute("SELECT * FROM ({0})".format(sql)); // de wrapper beschermt tegen INSERT, DELETE en UPDATE
|
||||
var tm = (hiresTimer.usTimer - tm_start) / 1000;
|
||||
|
||||
var message_bar = "<div class='message'><i style='color:blue' class='fa fa-clock-o fa-lg'></i> " + tm.toFixed(1) + " ms" + "</div>";
|
||||
Response.Write(message_bar);
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
@@ -107,7 +104,7 @@ var showall = getQParamInt("showall", 0) == 1;
|
||||
ID: "sqldatatable",
|
||||
showAll: true, //showall,
|
||||
outputmode: outputmode, //0,
|
||||
title: "SQL",
|
||||
title: "SQL <span style='font-size:0.75em'>({0}ms)</span>".format(tm.toFixed(1)),
|
||||
buttons: [{icon: "resrepeat.png", title: "Flip", action: "fliptable()"}] // print en excel komen vanzelf
|
||||
});
|
||||
function fnfnmyFloat(kolom)
|
||||
|
||||
Reference in New Issue
Block a user