require_once("../shared/class_folder/grid_param.php"); require_once("../shared/class_folder/ddlb_conceptos.php"); require_once("../shared/class_folder/class_mensajes.php"); require_once("../shared/class_folder/sigesp_include.php"); require_once("../shared/class_folder/class_funciones.php"); require_once("../shared/class_folder/ddlb_operaciones_spg.php"); require_once("../shared/class_folder/ddlb_operaciones_spi.php"); require_once("class_folder/sigesp_scb_c_disponibilidad_financiera.php"); $io_msg = new class_mensajes(); $fun = new class_funciones(); $lb_guardar = true; $sig_inc = new sigesp_include(); $con = $sig_inc->uf_conectar(); $obj_spg = new ddlb_operaciones_spg($con); $obj_spi = new ddlb_operaciones_spi($con); $obj_con = new ddlb_conceptos($con); $io_grid = new grid_param(); $io_disfin = new sigesp_scb_c_disponibilidad_financiera("../"); $ls_tipvaldis = $io_disfin->uf_load_tipo_validacion(); require_once("sigesp_scb_c_movbanco.php"); $in_classmovbco=new sigesp_scb_c_movbanco($la_seguridad); if( array_key_exists("operacion",$_POST)) { $ls_operacion= $_POST["operacion"]; $ls_mov_operacion=$_POST["cmboperacion"]; $ls_numchequera = $_POST["txtchequera"];
<td class="toolbar" width="530"> </td> </tr> </table> <? include("../shared/class_folder/class_mensajes.php"); $msg=new class_mensajes(); include("../shared/class_folder/class_funciones.php"); $fun=new class_funciones(); $lb_guardar=true; require_once("../shared/class_folder/sigesp_include.php"); $sig_inc=new sigesp_include(); $con=$sig_inc->uf_conectar(); include("../shared/class_folder/ddlb_operaciones_spg.php"); $obj_spg=new ddlb_operaciones_spg($con); include("../shared/class_folder/ddlb_operaciones_spi.php"); $obj_spi=new ddlb_operaciones_spi($con); include("../shared/class_folder/ddlb_conceptos.php"); $obj_con=new ddlb_conceptos($con); include("../shared/class_folder/grid_param.php"); $io_grid=new grid_param(); ////////////////////////////////////////////// SEGURIDAD ///////////////////////////////////////////// require_once("../shared/class_folder/sigesp_c_seguridad.php"); $io_seguridad= new sigesp_c_seguridad(); $arre=$_SESSION["la_empresa"]; $ls_empresa=$arre["CodEmp"]; if(array_key_exists("la_logusr",$_SESSION)) { $ls_logusr=$_SESSION["la_logusr"]; } else