Zbiór zmian 102
- Data:
- 2008-12-31 19:53:30 (17 years ago)
- Lokalizacja:
- Baza Reklam 2 - Faktury
- Pliki:
-
- 3 zmodyfikowane
-
ZamowieniaForm.Designer.cs (zmodyfikowane) (5 diffs)
-
ZamowieniaForm.cs (zmodyfikowane) (4 diffs)
-
ZamowieniaForm.resx (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
Baza Reklam 2 - Faktury/ZamowieniaForm.Designer.cs
r101 r102 101 101 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 102 102 this.KlientLabel = new System.Windows.Forms.Label(); 103 this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components); 103 104 ((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataGridView)).BeginInit(); 104 105 ((System.ComponentModel.ISupportInitialize)(this.zamowieniaBindingSource)).BeginInit(); … … 113 114 this.groupBox2.SuspendLayout(); 114 115 this.groupBox3.SuspendLayout(); 116 ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); 115 117 this.SuspendLayout(); 116 118 // … … 768 770 this.KlientLabel.Text = "----"; 769 771 // 772 // errorProvider1 773 // 774 this.errorProvider1.ContainerControl = this; 775 // 770 776 // ZamowieniaForm 771 777 // … … 794 800 this.groupBox2.ResumeLayout(false); 795 801 this.groupBox3.ResumeLayout(false); 802 ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); 796 803 this.ResumeLayout(false); 797 804 this.PerformLayout(); … … 866 873 private System.Windows.Forms.DataGridViewTextBoxColumn kodAgenta; 867 874 private System.Windows.Forms.Button proformaButton; 875 private System.Windows.Forms.ErrorProvider errorProvider1; 868 876 } 869 877 } -
Baza Reklam 2 - Faktury/ZamowieniaForm.cs
r101 r102 795 795 naglowekKorekty.idFakturyKorekta = faktura.ID_FK_KOR; 796 796 } 797 798 faktura.ID_FK_KOR = naglowekKorekty.ID_FAKTURY; 799 faktura.EndEdit(); 800 797 801 798 SqlConnection conn = new SqlConnection(ConnString.getConnString().Value); 802 799 … … 819 816 { 820 817 fAKTURYTableAdapter.Update(this.rEKLAMADataSet.FAKTURY); 818 819 faktura.ID_FK_KOR = naglowekKorekty.ID_FAKTURY; 820 faktura.EndEdit(); 821 822 fAKTURYTableAdapter.Update(this.rEKLAMADataSet.FAKTURY); 823 821 824 emisjeTableAdapter.Update(this.rEKLAMADataSet.UKAZE_SIE_W_NR); 822 825 fakturyDetailsTableAdapter.Update(this.rEKLAMADataSet.FAKTURA_DETAILS); … … 1297 1300 fakturyDetailsTableAdapter.Connection = conn; 1298 1301 rEKLAMATableAdapter.Connection = conn; 1302 wplatyTableAdapter.Connection = conn; 1299 1303 1300 1304 conn.Open(); … … 1306 1310 fakturyDetailsTableAdapter.AttachTransaction(transaction); 1307 1311 rEKLAMATableAdapter.AttachTransaction(transaction); 1312 wplatyTableAdapter.AttachTransaction(transaction); 1308 1313 1309 1314 try -
Baza Reklam 2 - Faktury/ZamowieniaForm.resx
r101 r102 539 539 </value> 540 540 </data> 541 <metadata name="errorProvider1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 542 <value>17, 91</value> 543 </metadata> 541 544 <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 542 545 <value>183</value>
