Beispiel #1
0
        private void Btn_Borrar_Click(object sender, EventArgs e)
        {
            this.accion = null;
            Dialogo dialogo      = new Dialogo();
            bool    confirmacion = dialogo.dialogoSiNo("Confirmacion", "Desea eliminar?");

            if (confirmacion)
            {
                reporteAppControl.eliminarReporteApp(this.reporteApp.APLICACION.APLICACION, this.reporteApp.MODULO.MODULO);
                this.reporteApp = new ReporteAplicacion();

                iniciazliarTbpConsulta();
                Tbc_RptApp.SelectedTab = Tbp_Consulta;
                llenarDgv();
            }
        }
Beispiel #2
0
        private void Btn_Borrar_Click(object sender, EventArgs e)
        {
            deshabilitarBotones();
            propiedadReporte        = llenarPropiedadRpt();
            propiedadReporte.ESTADO = 0;
            this.accion             = null;
            Dialogo dialogo      = new Dialogo();
            bool    confirmacion = dialogo.dialogoSiNo("Confirmacion", "Desea eliminar?");

            if (confirmacion)
            {
                propiedadReporteControl.modificarPropiedadReporte(propiedadReporte);
                reporteAppControl.eliminarReporteApp(this.reporteApp.APLICACION.APLICACION, this.reporteApp.MODULO.MODULO);
                this.reporteApp = new ReporteAplicacion();

                iniciazliarTbpConsulta();
                Tbc_RptApp.SelectedTab = Tbp_Consulta;
                llenarDgv();
            }
        }