Zbiór zmian 102

Pokaż
Ignoruj:
Data:
2008-12-31 19:53:30 (17 years ago)
Autor:
dorota
Opis:

korekty poprawka

Lokalizacja:
Baza Reklam 2 - Faktury
Pliki:
3 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • Baza Reklam 2 - Faktury/ZamowieniaForm.Designer.cs

    r101 r102  
    101101            this.toolTip = new System.Windows.Forms.ToolTip(this.components); 
    102102            this.KlientLabel = new System.Windows.Forms.Label(); 
     103            this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components); 
    103104            ((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataGridView)).BeginInit(); 
    104105            ((System.ComponentModel.ISupportInitialize)(this.zamowieniaBindingSource)).BeginInit(); 
     
    113114            this.groupBox2.SuspendLayout(); 
    114115            this.groupBox3.SuspendLayout(); 
     116            ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); 
    115117            this.SuspendLayout(); 
    116118            //  
     
    768770            this.KlientLabel.Text = "----"; 
    769771            //  
     772            // errorProvider1 
     773            //  
     774            this.errorProvider1.ContainerControl = this; 
     775            //  
    770776            // ZamowieniaForm 
    771777            //  
     
    794800            this.groupBox2.ResumeLayout(false); 
    795801            this.groupBox3.ResumeLayout(false); 
     802            ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); 
    796803            this.ResumeLayout(false); 
    797804            this.PerformLayout(); 
     
    866873        private System.Windows.Forms.DataGridViewTextBoxColumn kodAgenta; 
    867874        private System.Windows.Forms.Button proformaButton; 
     875        private System.Windows.Forms.ErrorProvider errorProvider1; 
    868876    } 
    869877} 
  • Baza Reklam 2 - Faktury/ZamowieniaForm.cs

    r101 r102  
    795795                        naglowekKorekty.idFakturyKorekta = faktura.ID_FK_KOR; 
    796796                    } 
    797                      
    798                     faktura.ID_FK_KOR = naglowekKorekty.ID_FAKTURY; 
    799                     faktura.EndEdit(); 
    800  
     797             
    801798                    SqlConnection conn = new SqlConnection(ConnString.getConnString().Value); 
    802799 
     
    819816                    { 
    820817                        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 
    821824                        emisjeTableAdapter.Update(this.rEKLAMADataSet.UKAZE_SIE_W_NR); 
    822825                        fakturyDetailsTableAdapter.Update(this.rEKLAMADataSet.FAKTURA_DETAILS); 
     
    12971300            fakturyDetailsTableAdapter.Connection = conn; 
    12981301            rEKLAMATableAdapter.Connection = conn; 
     1302            wplatyTableAdapter.Connection = conn; 
    12991303 
    13001304            conn.Open(); 
     
    13061310            fakturyDetailsTableAdapter.AttachTransaction(transaction); 
    13071311            rEKLAMATableAdapter.AttachTransaction(transaction); 
     1312            wplatyTableAdapter.AttachTransaction(transaction); 
    13081313 
    13091314            try 
  • Baza Reklam 2 - Faktury/ZamowieniaForm.resx

    r101 r102  
    539539</value> 
    540540  </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> 
    541544  <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    542545    <value>183</value>