Beispiel #1
0
        void ofrmFiltro_FormClosed(object sender, FormClosedEventArgs e)
        {
            frmFiltroConsultaExistencia ofrm = (frmFiltroConsultaExistencia)sender;

            if (ofrm.DialogResult == System.Windows.Forms.DialogResult.OK)
            {
                this.sProductos   = ofrm.getLstFiltro("Producto");
                this.sLotes       = ofrm.getLstFiltro("Lote");
                this.sBodegas     = ofrm.getLstFiltro("Bodega");
                this.sClasif1     = ofrm.getLstFiltro("Clasif1");
                this.sClasif2     = ofrm.getLstFiltro("Clasif2");
                this.sClasif3     = ofrm.getLstFiltro("Clasif3");
                this.sClasif4     = ofrm.getLstFiltro("Clasif4");
                this.sClasif5     = ofrm.getLstFiltro("Clasif5");
                this.sClasif6     = ofrm.getLstFiltro("Clasif6");
                this.bDetallaLote = ofrm.DetallaLote;
            }
        }
Beispiel #2
0
        void ofrmFiltro_FormClosed(object sender, FormClosedEventArgs e)
        {
            frmFiltroConsultaExistencia ofrm = (frmFiltroConsultaExistencia)sender;

            if (ofrm.DialogResult == System.Windows.Forms.DialogResult.OK)
            {
                this.sProductos   = ofrm.getLstFiltro("Producto");
                this.sLotes       = ofrm.getLstFiltro("Lote");
                this.sBodegas     = ofrm.getLstFiltro("Bodega");
                this.sClasif1     = ofrm.getLstFiltro("Clasif1");
                this.sClasif2     = ofrm.getLstFiltro("Clasif2");
                this.sClasif3     = ofrm.getLstFiltro("Clasif3");
                this.sClasif4     = ofrm.getLstFiltro("Clasif4");
                this.sClasif5     = ofrm.getLstFiltro("Clasif5");
                this.sClasif6     = ofrm.getLstFiltro("Clasif6");
                this.FechaInicial = ofrm.GetFechaInicial();
                this.FechaFinal   = ofrm.GetFechaFinal();
                this.sAplicacion  = ofrm.GetAplicacion();
                this.sReferencia  = ofrm.GetReferencia();
                this.sTransaccion = ofrm.getLstFiltro("Transaccion");
                this.sPaquete     = ofrm.getLstFiltro("Paquete");
                this.bDetallaLote = ofrm.DetallaLote;
            }
        }