From 5ae1181e5ba0dc9aa989a368abd3903dc1ad816b Mon Sep 17 00:00:00 2001 From: Peter Feij Date: Thu, 14 Apr 2016 17:33:25 +0000 Subject: [PATCH] FSN#35146 printen in tiny variant ook svn path=/Website/trunk/; revision=28961 --- APPL/CNT/cnt_search_list.asp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/APPL/CNT/cnt_search_list.asp b/APPL/CNT/cnt_search_list.asp index cf23bfc655..cb641ba613 100644 --- a/APPL/CNT/cnt_search_list.asp +++ b/APPL/CNT/cnt_search_list.asp @@ -15,7 +15,7 @@ <% - // Vanuit ins_show_deel komen ze deze twee QParam + // Vanuit subframes zoals bij ins_show_deel komen ze deze via QParam var urole = getQParamSafe("urole", ""); var ins_key = getQParamInt("ins_key", -1); @@ -26,6 +26,9 @@ var cntFRap = getQParamInt("frap", 0); // Fase Rappel binnen status actief var cntFOpz = getQParamInt("fopz", 0); // Fase In opzegtermijn binnen status actief var cntAct = getQParamInt("sact", 0); + + var outputmode = getQParamInt("outputmode", 0); // 0 = screen, 1 = print, 2 = excel etc + var showall = getQParamInt("showall", 0); var urole = getFParamSafe("urole", urole); // Indien niet meegegeven, veronderstel dan frontend gebruik var fronto = (urole == "fo"); @@ -38,8 +41,8 @@ var frontend = (urole == "fe" || (!fronto & !backo & !minfo)); // als filter te worden toegepast. Dan is null dus gelijk aan -1, qua betekenis, // Vandaar dat een default van -1 ipv null ook mag // In eerste instantie identificeren we elk veld gewoon 1-op-1. -var outputmode = getFParamInt("outputmode", 0); // 0 = screen, 1 = print, 2 = excel etc -var showall = getFParamInt("showall", 0) == 1; +var outputmode = getFParamInt("outputmode", outputmode); +var showall = getFParamInt("showall", showall) == 1; var params = { urole : urole, outputmode: outputmode,