MS SQL NI

This commit is contained in:
2022-06-23 17:23:57 +02:00
parent 990ce9f01b
commit 146a329171
12 changed files with 460 additions and 304 deletions

View File

@@ -594,4 +594,14 @@ Public Class frmNIProfilhinzufuegen
Private Sub cmbInitialCatalog_Click(sender As Object, e As EventArgs) Handles cmbInitialCatalog.Click
Get_MSSQL_Databases()
End Sub
Private Sub RadioButton2_CheckedChanged(sender As Object, e As EventArgs) Handles RadioButton2.CheckedChanged
If RadioButton2.Checked Then
txtWindreamSuche.ReadOnly = False
btnWindreamSuche.Visible = False
Else
txtWindreamSuche.ReadOnly = True
btnWindreamSuche.Visible = False
End If
End Sub
End Class