олжності.ID), 1," + textBox1.Text.Length + ")) =" + int.Parse (textBox1.Text), con);. Fill (dt);. DataSource = dt;
} if (NameOfField == "Код підрозділу" && textBox1.Text.Length! = 0)
{dt = new DataTable (); da = new OleDbDataAdapter ("Select * from Посади where CInt (Mid (CStr (Должності. [Код підрозділу]), 1," + textBox1.Text . Length + ")) =" + int.Parse (textBox1.Text), con);. Fill (dt);. DataSource = dt;
} if (textBox1.Text.Length == 0)
{dt = new DataTable ("Посади"); da = new OleDbDataAdapter ("Select * from Посади", con);. Fill (dt);. DataSource = dt;
}
} (tabControl1.SelectedTab.Text == "Підрозділи")
{(NameOfField == "Код підрозділу" && textBox1.Text.Length! = 0)
{dt = new DataTable (); da = new OleDbDataAdapter ("Select * from Підрозділи where CInt (Mid (CStr (Подразделенія. [Код підрозділу]), 1," + textBox1.Text . Length + ")) =" + int.Parse (textBox1.Text), con);. Fill (dt);. DataSource = dt;
} if (textBox1.Text.Length == 0)
{dt = new DataTable ("Підрозділи"); da = new OleDbDataAdapter ("Select * from Підрозділи", con);. Fill (dt);. DataSource = dt;
}
} (tabControl1.SelectedTab.Text == "Бухгалтерія")
{(NameOfField == "ID" && textBox1.Text.Length! = 0)
{dt = new DataTable (); da = new OleDbDataAdapter ("Select * from Бухгалтерія where CInt (Mid (CStr (Бухгалтерія.ID), 1," + textBox1.Text.Length + ")) =" + int.Parse (textBox1.Text), con);. Fill (dt);. DataSource = dt;
} if (textBox1.Text.Length == 0)
{dt = new DataTable ("Бухгалтерія"); da = new OleDbDataAdapter ("Select * from Бухгалтерія", con);. Fill (dt);. DataSource = dt;
}
}
} void comboBox1_SelectedIndexChanged (object sender, EventArgs e)
{= comboBox1.SelectedItem.ToString ();. Enabled = true;
} void button1_Click (object sender, EventArgs e)
{
{insCom = new OleDbCommand ("Delete from Співробітники where ((Сотруднікі.ID) =" + int.Parse (textBox2.Text) + ");", con); ( insCom.ExecuteNonQuery () == 1). Show ("Запис видалено", "Видалення", MessageBoxButtons.OK, MessageBoxIcon.Information);. Show ("Запис не знято", "Видалення", MessageBoxButtons.OK , MessageBoxIcon.Error); dt = new DataTable ("Співробітники"); da = new OleDbDataAdapter ("Select * from Співробітники", con);. Fill (dt);. DataSource = dt; insCom2 = new OleDbCommand (" ; Delete from Бухгалтерія where ((Бухгалтерія.ID) = "+ int.Parse (textBox2.Text) +"); ", con);. ExecuteNonQuery (); dt2 = new DataTable (" Бухгалтерія "); da2 = new OleDbDataAdapter ("Select * from Бухгалтерія", con);. Fill (dt2);. DataSource = dt2; dt3 = new DataTable ("Підрозділи"); da3 = new OleDbDataAdapter ("Select * from Підрозділи" , con);. Fill (dt3);. DataSource = dt3; dt4 = new DataTable ("Посади"); da4 = new OleDbDataAdapter ("Select * from Посади", con);. Fill (dt4);. DataSource = dt4;
}
{. Show ("Введені некоректні дані", "Видалення", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
} void dg1_CellBeginEdit (object sender, DataGridViewCellCancelEventArgs e)
{= dg1.CurrentCell.Value; = (int) dg1.CurrentRow.Cells [0]. Value; = dg1.Columns [dg1.CurrentCellAddress.X]. HeaderText;
} void dg1_CellEndEdit (object sender, DataGridViewCellEventArgs e)
{
{(ColumnName == "ID")
{. Show ("Зміна цього поля неможливо", "Редагування", MessageBoxButtons.OK, MessageBoxIcon.Error);. CurrentCell.Value = edit;;
} if (ColumnName == "Дата надходження")
{. Show ("Зміна цього поля неможливо", "Редагування", MessageBoxButtons.OK, MessageBoxIcon.Error);. CurrentCell.Value = edit;;
} (edit.ToString ()! = dg1.CurrentCell.Value.ToString () && DialogResult.Yes == MessageBox.Show ("Прийняти зміни?", "Редагування" ;, MessageBoxButtons.YesNo, MessageBoxIcon.Question))
{com = new OleDbCommand ("Update Співробітники Set [" + ColumnName + "] = '" + dg1.CurrentCell.Value + "' Where ID =" + ID, con);. ExecuteNonQuery ();
}. CurrentCell.Value = edit;
}
{. Show ("Зміна цього поля неможливо", "Редагування", MessageBoxButtons.OK, MessageBoxIcon.Error);. CurrentCell.Value = edit;
}
} void dg2_CellBeginEdit (object sender, DataGridViewCellCancelEve...