Fix SQL Command for Column config not updating in UI

This commit is contained in:
Jonathan Jenne 2022-04-04 15:59:02 +02:00
parent 41e0a240ec
commit a705621ec8

View File

@ -170,6 +170,7 @@ Public Class frmColumn_Detail
If DatabaseFallback.ExecuteNonQueryECM(oUpdate) = True Then
tslblAenderungen.Visibility = DevExpress.XtraBars.BarItemVisibility.Always
tslblAenderungen.Caption = "Changes saved - " & Now
SQL_COMMANDTextBox.Text = oForm.SQLCommand
End If
End If