// button2_Click Su unica funcion es refrescar los datos de todas las tablas Log. private void button2_Click(object sender, EventArgs e) { if (tab_TablasLog.SelectedTab == tabp_LogServicioWMSSAP) { grdv_LogServicioWMSSAP.DataSource = ClaseLogServicioWMSSAP.CargaLogError(); } else if (tab_TablasLog.SelectedTab == tabp_LogServicoEmail) { grdv_LogServicioEmail.DataSource = ClaseLogServicioMail.CargaLogError_ServicoMail(); } else if (tab_TablasLog.SelectedTab == tabp_LogServicioReplicaCD) { grdv_LogServicioReplicaCD.DataSource = ClaseLogServicioReplicaCD.CargaLogError_ServicoReplicaCD(); } else if (tab_TablasLog.SelectedTab == tabp_LogServicioWMSOleada) { grdv_LogServicioWMSOleada.DataSource = ClaseLogServicioWMSOleada.CargaLogError_ServicioWMSOleada(); } else if (tab_TablasLog.SelectedTab == tabp_LogServicioServInfo) { grdv_LogServicioServInfo.DataSource = ClaseLogServicioServInfo.CargaLogError_ServicioServInfo(); } else if (tab_TablasLog.SelectedTab == tabp_LogServicioSmartphone) { grdv_LogServicioSmartphone.DataSource = ClaseLogServicioSmartphone.CargaLogError_ServicioSmartphone(); } }
private void Cargar_Tablas_Logs() { if (tab_TablasLog.SelectedTab == tabp_LogServicioWMSSAP) { grdv_LogServicioWMSSAP.DataSource = ClaseLogServicioWMSSAP.CargaLogError(); } else if (tab_TablasLog.SelectedTab == tabp_LogServicoEmail) { grdv_LogServicioEmail.DataSource = ClaseLogServicioMail.CargaLogError_ServicoMail(); } else if (tab_TablasLog.SelectedTab == tabp_LogServicioReplicaCD) { grdv_LogServicioReplicaCD.DataSource = ClaseLogServicioReplicaCD.CargaLogError_ServicoReplicaCD(); } else if (tab_TablasLog.SelectedTab == tabp_LogServicioWMSOleada) { grdv_LogServicioWMSOleada.DataSource = ClaseLogServicioWMSOleada.CargaLogError_ServicioWMSOleada(); } else if (tab_TablasLog.SelectedTab == tabp_LogServicioServInfo) { grdv_LogServicioServInfo.DataSource = ClaseLogServicioServInfo.CargaLogError_ServicioServInfo(); } else if (tab_TablasLog.SelectedTab == tabp_LogServicioSmartphone) { grdv_LogServicioSmartphone.DataSource = ClaseLogServicioSmartphone.CargaLogError_ServicioSmartphone(); } }
private void buscar() { //Consulta cual tabPage esta selecionada para aplicarle el filtro seleccionado if (tab_TablasLog.SelectedTab == tabp_LogServicoEmail) { //verifica cual de las 3 opciones de friltro esta selecionada y al precionar el boton buscar carga el stored procedure correspondiente if (rdo_ErroresUltimas24Hrs.Checked == true) { grdv_LogServicioEmail.DataSource = ClaseLogServicioMail.Carga24hrs_ServicioMail(); } else if (rdo_Ultimos1000Errores.Checked == true) { grdv_LogServicioEmail.DataSource = ClaseLogServicioMail.Carga1000_ServicioMail(); } else if (rdo_Default.Checked == true) { grdv_LogServicioEmail.DataSource = ClaseLogServicioMail.CargaLogError_ServicoMail(); } } else if (tab_TablasLog.SelectedTab == tabp_LogServicioReplicaCD) { if (rdo_ErroresUltimas24Hrs.Checked == true) { grdv_LogServicioReplicaCD.DataSource = ClaseLogServicioReplicaCD.Carga24hrs_ServicioReplicaCD(); } else if (rdo_Ultimos1000Errores.Checked == true) { grdv_LogServicioReplicaCD.DataSource = ClaseLogServicioReplicaCD.Carga1000_ServicioReplicaCD(); } else if (rdo_Default.Checked == true) { grdv_LogServicioReplicaCD.DataSource = ClaseLogServicioReplicaCD.CargaLogError_ServicoReplicaCD(); } } else if (tab_TablasLog.SelectedTab == tabp_LogServicioWMSSAP) { if (rdo_ErroresUltimas24Hrs.Checked == true) { grdv_LogServicioWMSSAP.DataSource = ClaseLogServicioWMSSAP.Carga24hrs(); } else if (rdo_Ultimos1000Errores.Checked == true) { grdv_LogServicioWMSSAP.DataSource = ClaseLogServicioWMSSAP.Carga1000(); } else if (rdo_Default.Checked == true) { grdv_LogServicioWMSSAP.DataSource = ClaseLogServicioWMSSAP.CargaLogError(); } } else if (tab_TablasLog.SelectedTab == tabp_LogServicioWMSOleada) { if (rdo_ErroresUltimas24Hrs.Checked == true) { grdv_LogServicioWMSOleada.DataSource = ClaseLogServicioWMSOleada.carga24hrs_ServicioWMNSOleada(); } else if (rdo_Ultimos1000Errores.Checked == true) { grdv_LogServicioWMSOleada.DataSource = ClaseLogServicioWMSOleada.Carga1000_ServicioWMSOleada(); } else if (rdo_Default.Checked == true) { grdv_LogServicioWMSOleada.DataSource = ClaseLogServicioWMSOleada.CargaLogError_ServicioWMSOleada(); } } else if (tab_TablasLog.SelectedTab == tabp_LogServicioServInfo) { if (rdo_ErroresUltimas24Hrs.Checked == true) { grdv_LogServicioServInfo.DataSource = ClaseLogServicioServInfo.Carga24hrs_ServicioServInfo(); } else if (rdo_Ultimos1000Errores.Checked == true) { grdv_LogServicioServInfo.DataSource = ClaseLogServicioServInfo.Carga1000_ServicioServInfo(); } else if (rdo_Default.Checked == true) { grdv_LogServicioServInfo.DataSource = ClaseLogServicioServInfo.CargaLogError_ServicioServInfo(); } } else if (tab_TablasLog.SelectedTab == tabp_LogServicioSmartphone) { if (rdo_ErroresUltimas24Hrs.Checked == true) { grdv_LogServicioSmartphone.DataSource = ClaseLogServicioSmartphone.Carga24hrs_ServicioSmartphone(); } else if (rdo_Ultimos1000Errores.Checked == true) { grdv_LogServicioSmartphone.DataSource = ClaseLogServicioSmartphone.Carga1000_ServicioSmartphone(); } else if (rdo_Default.Checked == true) { grdv_LogServicioSmartphone.DataSource = ClaseLogServicioSmartphone.CargaLogError_ServicioSmartphone(); } } }
/*button1_Click_1 la funcion de este boton es enviar todos los datos a la capa entidad de la clase * TablaEntidad en el metodo errorEntity e inyectarles los valores correspondientes a los campos, los cuales * son consumidos por la clase ClaseUpdateServicioWMSSAP Para ejecutar el procedimiento de almacenado que * contiene. * porterior a eso siendo guardados con exitos los datos procede a refrescar los datos de su tabla Log. */ private void button1_Click_1(object sender, EventArgs e) { if (tab_TablasLog.SelectedTab == tabp_LogServicoEmail) { errorEntityMail oLog = new errorEntityMail(); oLog.LogI_id = Convert.ToInt32(ID); oLog.LogS_ObservSoporte = ObservacionSoporte; oLog.LogS_StatusSoporte = EstadoSoporte; try { Capa_Datos.ClaseUpdateServicioMail.Update_soporteMail(oLog); grdv_LogServicioEmail.DataSource = ClaseLogServicioMail.CargaLogError_ServicoMail(); } catch (Exception ex) { MessageBox.Show(ex.Message, "Monitor servicios", MessageBoxButtons.OK, MessageBoxIcon.Error); } } else if (tab_TablasLog.SelectedTab == tabp_LogServicioReplicaCD) { errorEntityReplicaCD oLog = new errorEntityReplicaCD(); oLog.LogS_id = Convert.ToInt32(ID); oLog.LogS_ObservSoporte = ObservacionSoporte; oLog.LogS_StatusSoporte = EstadoSoporte; try { Capa_Datos.ClaseUpdateServicioReplicaCD.Update_soporteReplicaCD(oLog); grdv_LogServicioReplicaCD.DataSource = ClaseLogServicioReplicaCD.CargaLogError_ServicoReplicaCD(); } catch (Exception ex) { MessageBox.Show(ex.Message, "Monitor servicios", MessageBoxButtons.OK, MessageBoxIcon.Error); } } else if (tab_TablasLog.SelectedTab == tabp_LogServicioWMSSAP) { errorEntity oLog = new errorEntity(); oLog.LogI_id = Convert.ToInt32(ID); oLog.LogI_ObservSoporte = ObservacionSoporte; oLog.LogI_StatusSoporte = EstadoSoporte; try { Capa_Datos.ClaseUpdateServicioWMSSAP.Update_soporte(oLog); grdv_LogServicioWMSSAP.DataSource = ClaseLogServicioWMSSAP.CargaLogError(); } catch (Exception ex) { MessageBox.Show(ex.Message, "Monitor servicios", MessageBoxButtons.OK, MessageBoxIcon.Error); } } else if (tab_TablasLog.SelectedTab == tabp_LogServicioWMSOleada) { errorEntityWMSOleada oLog = new errorEntityWMSOleada(); oLog.LogS_Id = Convert.ToInt32(ID); oLog.LogS_ObservSoporte = ObservacionSoporte; oLog.LogS_StatusSoporte = EstadoSoporte; try { Capa_Datos.ClaseUpdateServicioWMNSOleada.Update_soporte(oLog); grdv_LogServicioWMSOleada.DataSource = ClaseLogServicioWMSOleada.CargaLogError_ServicioWMSOleada(); } catch (Exception ex) { MessageBox.Show(ex.Message, "Monitor servicios", MessageBoxButtons.OK, MessageBoxIcon.Error); } } }