Zbiór zmian 483
- Data:
- 2009-03-24 16:24:33 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/BazaReklam/ClientsForm.cs (zmodyfikowane) (3 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/BazaReklam/ClientsForm.cs
r470 r483 644 644 command.CommandText += "left join dbo.KONTAKTY K2 on K.CustomerId = K2.CustomerID " + 645 645 "left join dbo.AGENCI A on K.UserName = A.Symbol " + 646 "group by K. kodKlienta, K.CustomerID, K.FirstName, K.LastName, K.OrganizationName, " +646 "group by K.AgentExpo, K.kodKlienta, K.CustomerID, K.FirstName, K.LastName, K.OrganizationName, " + 647 647 "K.Address, K.City, K.State, K.PostalCode, K.Country, K.Nip, K.ContactName, K.PhoneNumber, K.FaxNumber," + 648 648 "K.Note, K.data, K.Adres_Fkatura, K.Adres_Kor, K.Platnik_VAT, K.Aktywny, " + … … 2071 2071 PaymentForm2 pf2; 2072 2072 if (Convert.IsDBNull(row["idWplaty"])) 2073 {2074 2073 pf2 = new PaymentForm2(0, Convert.ToInt32(row["ID_FAKTURY"])); 2075 }2076 2074 else 2077 {2078 2075 pf2 = new PaymentForm2(Convert.ToInt32(row["idWplaty"]), Convert.ToInt32(row["ID_FAKTURY"])); 2079 }2076 2080 2077 if (pf2.ShowDialog() == DialogResult.OK) 2081 2078 { … … 2581 2578 private void cbKontaktTyp_SelectedIndexChanged(object sender, EventArgs e) 2582 2579 { 2580 if (sender == null) return; 2583 2581 if (((ToolStripComboBox)(sender)).ComboBox.SelectedItem is DataRowView || kLIENCIBindingSource.Current == null) return; 2584 2585 2582 2586 2583 rEKLAMADataSet.KONTAKTY.Clear();
