$strNumDesdeAnio = $_GET['strNumDesdeAnio'];
$strNumHasta = $_GET['strNumHasta'];
if ($strNumHasta != '') {
    $long = strlen($strNumHasta);
    for ($i = 1; $i <= 7 - $long; $i++) {
        $strNumHasta = '0' . $strNumHasta;
    }
}
$strNumHastaAnio = $_GET['strNumHastaAnio'];
$datAltaDesde = $_GET['datAltaDesde'];
$datAltaHasta = $_GET['datAltaHasta'];
$strProductos2 = $_GET['strProductos2'];
require_once '../CN/clsCNNCS.php';
$clsCNNCS = new clsCNNCS();
$clsCNNCS->setStrBD($_SESSION['mapeo']);
$arResult = $clsCNNCS->ObtieneListaSolMod($strNumDesde, $strNumDesdeAnio, $strNumHasta, $strNumHastaAnio, $datAltaDesde, $datAltaHasta, $strProductos2);
?>
<!--            <h3 align="center" color="#FFCC66"><font size="3px">Comentarios para Modificar Solución</font></h3>-->
            
            <br/>
            <table id="datatablesMod" class="display">
                <thead>
                    <tr>
                        <th>Nº</th>
                        <th>Fecha Alta</th>
                        <th>Req.Incumplido</th>
                        <th>Area Afectada</th>
                        <th>Accion C/P</th>
                    </tr>
                </thead>
                <tbody>