This commit is contained in:
2024-10-01 16:32:40 +02:00
parent 76fbf96823
commit fad2055152
2987 changed files with 13801 additions and 200 deletions

View File

@@ -1,19 +0,0 @@
Public Class Form3
Public AktivId As String
Private Sub txtBesonderheiten_TextChanged(sender As Object, e As EventArgs) Handles txtBesonderheiten.TextChanged
'txtBesonderheiten
'txtKdNr
End Sub
Friend Sub LoadOrders(ByVal AktivIdtmp As String)
'OrdersTableAdapter.FillByCustomerID(NorthwindDataSet.Orders, CustomerID)
AktivId = AktivIdtmp
' MsgBox(AktivId)
End Sub
Private Sub Form3_Load(sender As Object, e As EventArgs) Handles Me.Load
txtKdNr.Text = AktivId
End Sub
End Class