void GrdSolicitudes_ItemCommand(object sender, GridCommandEventArgs e) { if (e.CommandName == "CmdVer") { if (e.Item.OwnerTableView.DataKeyValues[e.Item.ItemIndex]["ModuloId"].ToString() == "3") { int Actividad = ClGestion.Get_Actividad_RegistroId(Convert.ToInt32(e.Item.OwnerTableView.DataKeyValues[e.Item.ItemIndex]["GestionId"].ToString())); if ((Actividad == 1) || (Actividad == 2) || (Actividad == 3) || (Actividad == 16)) { DataSet ds = ClGestion.Formulario_Profesional(Convert.ToInt32(e.Item.OwnerTableView.DataKeyValues[e.Item.ItemIndex]["GestionId"])); Ds_Profesionales Ds_Inscripcion = new Ds_Profesionales(); Ds_Inscripcion.Tables["Dt_Formulario"].Clear(); DataRow row = Ds_Inscripcion.Tables["Dt_Formulario"].NewRow(); if (ds.Tables["Datos"].Rows[0]["CategoriaProfesionId"].ToString() == "1") { row["Requisitos"] = "Requisitos:\n1) Copia legalizada del título; \n2) Constancia de inscripción en el Registro Tributario Unificado (RTU); y \n3) Copia de documento personal de identificación (DPI)."; } else if (ds.Tables["Datos"].Rows[0]["CategoriaProfesionId"].ToString() == "2") { row["Requisitos"] = "Requisitos:\n1) Constancia original de colegiado activo vigente; \n2) Constancia de inscripción en el Registro Tributario Unificado (RTU); y \n3) Copia de documento personal de identificación (DPI).\nPara profesionales con post grado en materia forestal, presentar el documento extendido por la universidad que lo avala."; } if (ds.Tables["Datos"].Rows[0]["SubCategoriaId"].ToString() == "1" || ds.Tables["Datos"].Rows[0]["SubCategoriaId"].ToString() == "16") { row["Requisitos"] = row["Requisitos"] + "\nademás de los requisitos anteriores, copia del diploma de aprobación del curso correspondiente."; } row["Region"] = ds.Tables["Datos"].Rows[0]["region"].ToString(); row["SubRegion"] = ds.Tables["Datos"].Rows[0]["Subregion"].ToString(); row["NUG"] = ds.Tables["Datos"].Rows[0]["NUG"].ToString(); row["Fecha"] = ds.Tables["Datos"].Rows[0]["Fecha_Gestion"].ToString(); row["Actividad"] = ds.Tables["Datos"].Rows[0]["Nombre_Subcategoria"].ToString(); row["Nombres"] = ds.Tables["Datos"].Rows[0]["Nombres"].ToString(); row["Apellidos"] = ds.Tables["Datos"].Rows[0]["Apellidos"].ToString(); row["DPI"] = ds.Tables["Datos"].Rows[0]["DPI"].ToString(); if (ds.Tables["Datos"].Rows[0]["CategoriaProfesionId"].ToString() == "") { row["NIT"] = ""; } else { row["NIT"] = ds.Tables["Datos"].Rows[0]["NIT"].ToString(); } if (ds.Tables["Datos"].Rows[0]["telefono"].ToString() == "") { row["Telefono"] = ""; } else { row["Telefono"] = ds.Tables["Datos"].Rows[0]["telefono"].ToString(); } if (ds.Tables["Datos"].Rows[0]["celular"].ToString() == "") { row["Celular"] = ""; } else { row["Celular"] = ds.Tables["Datos"].Rows[0]["celular"].ToString(); } row["Correo"] = ds.Tables["Datos"].Rows[0]["Correo"].ToString(); row["Direccion"] = ds.Tables["Datos"].Rows[0]["Direccion"].ToString(); row["Municipio"] = ds.Tables["Datos"].Rows[0]["MunVivienda"].ToString(); row["Departamento"] = ds.Tables["Datos"].Rows[0]["DepaVivienda"].ToString(); row["CategoriaProfesion"] = ds.Tables["Datos"].Rows[0]["CategoriaProfesion"].ToString(); if (ds.Tables["Datos"].Rows[0]["CategoriaProfesionId"].ToString() == "1") { row["No_Colegiado"] = "---------------"; } else { row["No_Colegiado"] = ds.Tables["Datos"].Rows[0]["No_Colegiado"].ToString(); } if (ds.Tables["Datos"].Rows[0]["SubCategoriaId"].ToString() == "1" || ds.Tables["Datos"].Rows[0]["SubCategoriaId"].ToString() == "16") { row["No_Diploma"] = ds.Tables["Datos"].Rows[0]["No_Diploma"].ToString(); } else { row["No_Diploma"] = "-----------------"; } row["Direccion_Notifica"] = ds.Tables["Datos"].Rows[0]["Direccion_Notificacion"].ToString(); if (ds.Tables["Datos"].Rows[0]["Aldea_Notificacion"].ToString() == "") { row["Aldea_Notifica"] = ""; } else { row["Aldea_Notifica"] = ds.Tables["Datos"].Rows[0]["Aldea_Notificacion"].ToString(); } row["Municipio_Notifica"] = ds.Tables["Datos"].Rows[0]["MunNotifica"].ToString(); row["Departamento_Notifica"] = ds.Tables["Datos"].Rows[0]["DepNotifica"].ToString(); row["Observaciones"] = ds.Tables["Datos"].Rows[0]["Observaciones"].ToString(); row["Nombre"] = ds.Tables["Datos"].Rows[0]["Nombre_Firma"].ToString(); row["Profesion"] = ds.Tables["Datos"].Rows[0]["Profesion"].ToString(); if (ds.Tables["Datos"].Rows[0]["Origen_PersonaId"].ToString() == "1") { row["LabelId"] = "2.3 Número de DPI:"; } else { row["LabelId"] = "2.3 Número de Pasaporte:"; } Ds_Inscripcion.Tables["Dt_Formulario"].Rows.Add(row); ds.Tables.Clear(); Session["DataFormulario"] = Ds_Inscripcion; RadWindow1.Title = "Formulario de Inscripción"; RadWindow1.NavigateUrl = "~/WeForms_Reportes/Wfrm_RepFormularioProfesional.aspx?appel=" + HttpUtility.UrlEncode(ClUtilitarios.Encrypt("0", true)) + "&traite=" + HttpUtility.UrlEncode(ClUtilitarios.Encrypt("00", true)) + ""; ScriptManager.RegisterStartupScript(this, this.GetType(), "key", "function f(){$find('" + RadWindow1.ClientID + "').show();Sys.Application.remove_load(f);}Sys.Application.add_load(f);", true); } else if ((Actividad == 4) || (Actividad == 5) || (Actividad == 19) || (Actividad == 20) || (Actividad == 21)) { Session["Ds_Formulario_Plantacion_Voluntaria"] = ClGestion.ImpresionFormularioPlantacionVoluntaria(Convert.ToInt32(e.Item.OwnerTableView.DataKeyValues[e.Item.ItemIndex]["GestionId"]), 1); RadWindow1.Title = "Formulario de Inscripción"; RadWindow1.NavigateUrl = "~/WeForms_Reportes/Wfrm_RepFormularioPlantacion.aspx?appel=" + HttpUtility.UrlEncode(ClUtilitarios.Encrypt("1", true)) + "&traite=" + HttpUtility.UrlEncode(Request.QueryString["traite"]) + ""; ScriptManager.RegisterStartupScript(this, this.GetType(), "key", "function f(){$find('" + RadWindow1.ClientID + "').show();Sys.Application.remove_load(f);}Sys.Application.add_load(f);", true); } else if (Actividad == 18) { Session["Ds_Formulario_Plantacion_Voluntaria"] = ClGestion.ImpresionFormularioPlantacionVoluntaria(Convert.ToInt32(e.Item.OwnerTableView.DataKeyValues[e.Item.ItemIndex]["GestionId"]), 2); RadWindow1.Title = "Formulario de Inscripción"; RadWindow1.NavigateUrl = "~/WeForms_Reportes/Wfrm_RepFormularioPlantacion.aspx?appel=" + HttpUtility.UrlEncode(ClUtilitarios.Encrypt("1", true)) + "&traite=" + HttpUtility.UrlEncode(Request.QueryString["traite"]) + ""; ScriptManager.RegisterStartupScript(this, this.GetType(), "key", "function f(){$find('" + RadWindow1.ClientID + "').show();Sys.Application.remove_load(f);}Sys.Application.add_load(f);", true); } } } else if (e.CommandName == "CmdSolComple") { TxtGestionId.Text = e.Item.OwnerTableView.DataKeyValues[e.Item.ItemIndex]["GestionId"].ToString(); GrdDetalle.Rebind(); ScriptManager.RegisterStartupScript(this, this.GetType(), "key", "function f(){$find('" + RadWindowDetalle.ClientID + "').show();Sys.Application.remove_load(f);}Sys.Application.add_load(f);", true); } else if (e.CommandName == "DocAceptacion") { RadWindow1.Title = "Constancia de Admisión de Expediente"; string Admision_GestionId = ClGestion.Get_DocumentoId(1, Convert.ToInt32(e.Item.OwnerTableView.DataKeyValues[e.Item.ItemIndex]["GestionId"])).ToString(); string SubCategoria = ClGestion.Get_SubCategoria_Gestion(Convert.ToInt32(e.Item.OwnerTableView.DataKeyValues[e.Item.ItemIndex]["GestionId"])).ToString(); RadWindow1.NavigateUrl = "~/WeForms_Reportes/Wfrm_RepConstanciaAdmisionExp.aspx?gestion=" + HttpUtility.UrlEncode(ClUtilitarios.Encrypt(Admision_GestionId, true)) + "&subcategoria=" + HttpUtility.UrlEncode(ClUtilitarios.Encrypt(SubCategoria.ToString(), true)) + ""; ScriptManager.RegisterStartupScript(this, this.GetType(), "key", "function f(){$find('" + RadWindow1.ClientID + "').show();Sys.Application.remove_load(f);}Sys.Application.add_load(f);", true); } else if (e.CommandName == "DocProvidencia") { RadWindow1.Title = "Providencia para traslado de Expediente"; string ProvidenciaId = ClGestion.Get_DocumentoId(2, Convert.ToInt32(e.Item.OwnerTableView.DataKeyValues[e.Item.ItemIndex]["GestionId"])).ToString(); DataSet DatosProvidencia = ClGestion.ImpresionProvidenciaGestion(2, Convert.ToInt32(ProvidenciaId), "", "", Convert.ToInt32(Session["UsuarioId"]), 0); Session["DatosProvidencia"] = DatosProvidencia; RadWindow1.NavigateUrl = "~/WeForms_Reportes/Wfrm_RepProvidenciaTrasladoExp.aspx"; ScriptManager.RegisterStartupScript(this, this.GetType(), "key", "function f(){$find('" + RadWindow1.ClientID + "').show();Sys.Application.remove_load(f);}Sys.Application.add_load(f);", true); } else if (e.CommandName == "DocJurudico") { RadWindow1.Title = "Dictamen Juridico"; string Dictamen_Juridico_Id = ClGestion.Get_DocumentoId(3, Convert.ToInt32(e.Item.OwnerTableView.DataKeyValues[e.Item.ItemIndex]["GestionId"])).ToString(); DataSet dsTemp = new DataSet(); DataSet DatosDictamenJuridico = ClGestion.ImpresionDictamenJuridicoGestion(2, Convert.ToInt32(Dictamen_Juridico_Id), 0, "", "", "", "", "", 0, "", "", "", dsTemp, ""); Session["DatosDictamenJuridico"] = DatosDictamenJuridico; RadWindow1.NavigateUrl = "~/WeForms_Reportes/Wfrm_RepDictamenJuridico.aspx"; ScriptManager.RegisterStartupScript(this, this.GetType(), "key", "function f(){$find('" + RadWindow1.ClientID + "').show();Sys.Application.remove_load(f);}Sys.Application.add_load(f);", true); } else if (e.CommandName == "DocResolucion") { RadWindow1.Title = "Resolución de Aprobación de Inscripción"; string ResolucionId = ClGestion.Get_DocumentoId(4, Convert.ToInt32(e.Item.OwnerTableView.DataKeyValues[e.Item.ItemIndex]["GestionId"])).ToString(); DataSet DatosResolucion = ClGestion.ImpresionResolucion_Aprobacion(2, Convert.ToInt32(ResolucionId), Convert.ToInt32(Session["UsuarioId"]), 0); Session["DatosResolucion"] = DatosResolucion; RadWindow1.NavigateUrl = "~/WeForms_Reportes/Wfrm_RepResolucionAprobacion.aspx"; ScriptManager.RegisterStartupScript(this, this.GetType(), "key", "function f(){$find('" + RadWindow1.ClientID + "').show();Sys.Application.remove_load(f);}Sys.Application.add_load(f);", true); } else if (e.CommandName == "DocEnmiendas") { RadWindow1.Title = "Oficio de enmiendas jurídicas"; string OficioEnmiendaId = ClGestion.Get_DocumentoId(5, Convert.ToInt32(e.Item.OwnerTableView.DataKeyValues[e.Item.ItemIndex]["GestionId"])).ToString(); DataSet DatosOficioEnmiendas = ClGestion.ImpresionOficioEnmiendasJuridico(2, Convert.ToInt32(OficioEnmiendaId), Convert.ToInt32(Session["UsuarioId"])); Session["DatosOficioEnmiendasJuridico"] = DatosOficioEnmiendas; RadWindow1.NavigateUrl = "~/WeForms_Reportes/Wfrm_RepOficioEnmiendaJuridica.aspx"; ScriptManager.RegisterStartupScript(this, this.GetType(), "key", "function f(){$find('" + RadWindow1.ClientID + "').show();Sys.Application.remove_load(f);}Sys.Application.add_load(f);", true); } else if (e.CommandName == "DocOficioDev") { RadWindow1.Title = "Oficio de Devolución"; string OficioDevolucionId = ClGestion.Get_DocumentoId(6, Convert.ToInt32(e.Item.OwnerTableView.DataKeyValues[e.Item.ItemIndex]["GestionId"])).ToString(); DataSet dsTemp = new DataSet(); DataSet DatosOficioDevolucion = ClGestion.ImpresionOficioDevolucion(2, Convert.ToInt32(OficioDevolucionId), 0, dsTemp, "", 0, 0); Session["DatosOficioDevolucion"] = DatosOficioDevolucion; RadWindow1.NavigateUrl = "~/WeForms_Reportes/Wfrm_RepOficioDevolucion.aspx"; ScriptManager.RegisterStartupScript(this, this.GetType(), "key", "function f(){$find('" + RadWindow1.ClientID + "').show();Sys.Application.remove_load(f);}Sys.Application.add_load(f);", true); } else if (e.CommandName == "DocRnf") { RadWindow1.Title = "Constancia RNF"; string RegistroId = ClGestion.Get_DocumentoId(7, Convert.ToInt32(e.Item.OwnerTableView.DataKeyValues[e.Item.ItemIndex]["GestionId"])).ToString(); DataSet DatosRegistro = ClGestion.ImpresionConstanciaRFF(2, Convert.ToInt32(RegistroId), 0, 0, DateTime.Now, "01/01/2000", DateTime.Now); Session["DatosConstanciaRRF"] = DatosRegistro; RadWindow1.NavigateUrl = "~/WeForms_Reportes/Wfrm_ConstanciaRRF.aspx"; ScriptManager.RegisterStartupScript(this, this.GetType(), "key", "function f(){$find('" + RadWindow1.ClientID + "').show();Sys.Application.remove_load(f);}Sys.Application.add_load(f);", true); } }