svn path=/Website/trunk/; revision=1910
This commit is contained in:
Maykel Geerdink
2010-07-07 11:27:26 +00:00
parent 11db290192
commit f6387b86c1
4 changed files with 238 additions and 239 deletions

View File

@@ -1,6 +1,6 @@
<% /*
$Revision: 4 $
$Modtime: 17-06-10 13:40 $
$Revision: 5 $
$Modtime: 7-07-10 8:46 $
*/ %>
<%
@@ -437,7 +437,7 @@ function flexHeader(oRsFlex)
return flexHeader;
}
function flexValue(oRsFlex)
function flexValue(oRsFlex, showProperties)
{
// We do never want dimension suffixed to the value. use it in the labels instead
// Voor afdruk naar excel is de dimensies achter de kolom header geplakt.
@@ -446,7 +446,7 @@ function flexValue(oRsFlex)
if ('' + oRsFlex("waarde").value != 'null')
flexValue = oRsFlex("waarde").value;
if (isPrinting && flexValue != "")
if ((isPrinting || showProperties) && flexValue != "")
flexValue = (oRsFlex("omschrijving").value? oRsFlex("omschrijving").value : "")
+ ('' + oRsFlex("dimensie").value != 'null'
? ' (' + oRsFlex("dimensie").value + ')'