uf_conectar ();
require_once("../shared/class_folder/class_mensajes.php");
$msg=new class_mensajes();
require_once("../shared/class_folder/class_datastore.php");
$ds_prorep=new class_datastore();
if(array_key_exists("operacion",$_POST))
{
$ls_operacion=$_POST["operacion"];
}
else
{
$ls_operacion="";
}
if (array_key_exists("txtEnero",$_POST))
{
$ld_enero=$_POST["txtEnero"];
}
if (array_key_exists("txtFebrero",$_POST))
{
$ld_febrero=$_POST["txtFebrero"];
}
if (array_key_exists("txtMarzo",$_POST))
{
$ld_marzo=$_POST["txtMarzo"];
}
if (array_key_exists("txtAbril",$_POST))
{
$ld_abril=$_POST["txtAbril"];
}
if (array_key_exists("txtMayo",$_POST))
{
$ld_mayo=$_POST["txtMayo"];
}
if (array_key_exists("txtJunio",$_POST))
{
$ld_junio=$_POST["txtJunio"];
}
if (array_key_exists("txtJulio",$_POST))
{
$ld_julio=$_POST["txtJulio"];
}
if (array_key_exists("txtAgosto",$_POST))
{
$ld_agosto=$_POST["txtAgosto"];
}
if (array_key_exists("txtSeptiembre",$_POST))
{
$ld_septiembre=$_POST["txtSeptiembre"];
}
if (array_key_exists("txtOctubre",$_POST))
{
$ld_octubre=$_POST["txtOctubre"];
}
if (array_key_exists("txtNoviembre",$_POST))
{
$ld_noviembre=$_POST["txtNoviembre"];
}
if (array_key_exists("txtDiciembre",$_POST))
{
$ld_diciembre=$_POST["txtDiciembre"];
}
if (array_key_exists("txtTotal",$_POST))
{
$ld_total=$_POST["txtTotal"];
}
else
{
$ld_total=0.0000;
}
if (array_key_exists("txtAsignado",$_GET))
{
$ld_asignado=$_GET["txtAsignado"];
}
?>
getRowCount("cod_report");
$_SESSION["objact"]=$ds_prorep->data;
?>