private void mostrar() { this.Configura(); this.Activo = 1; this.tomaTab(); this.Botones(true); this.dataListado.DataSource = NacfACFp_Activo_Fijo.Mostrar4("12010101"); lblTotal.Text = "Total de Registros: " + Convert.ToString(dataListado.Rows.Count); if (dataListado.Rows.Count == 0) { // BotonesSinReg(false); } else { // BotonesSinReg(true); // this.toolStripAgregar.Enabled = true; } this.dataListado.Select(); this.dataListado.Focus(); }
private void PrevDataGRid(String CMPid) { this.dataListado.DataSource = NacfACFp_Activo_Fijo.Mostrar4(CMPid); }