Zbiór zmian 73 dla Baza Reklam 2 - Faktury/FacturesFormNEW.cs
- Data:
- 2008-12-21 14:48:25 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
Baza Reklam 2 - Faktury/FacturesFormNEW.cs (zmodyfikowane) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
Baza Reklam 2 - Faktury/FacturesFormNEW.cs
r72 r73 532 532 foreach (DataGridViewRow r in fakturyDataGridView.Rows) 533 533 { 534 if (r.Cells[ 8].Value != DBNull.Value && r.Cells[9].Value != DBNull.Value)534 if (r.Cells[7].Value != DBNull.Value && r.Cells[8].Value != DBNull.Value) 535 535 { 536 if (Convert.ToDecimal(r.Cells[ 8].Value) != Convert.ToDecimal(r.Cells[9].Value))536 if (Convert.ToDecimal(r.Cells[7].Value) != Convert.ToDecimal(r.Cells[8].Value)) 537 537 { 538 538 r.DefaultCellStyle.ForeColor = Color.Red; … … 582 582 } 583 583 } 584 585 private void toolStripButton2_Click(object sender, EventArgs e)586 {587 this.zestawienieFakturNEWTableAdapter.FillBy(this.rEKLAMADataSet.ZestawienieFakturNEW);588 }589 590 584 } 591 585 }
