fix admin bug
This commit is contained in:
parent
4dfde0478a
commit
6d8ddda5c0
@ -666,8 +666,8 @@ Public Class frmAdministration
|
|||||||
|
|
||||||
Dim oResult = oForm2.ShowDialog()
|
Dim oResult = oForm2.ShowDialog()
|
||||||
If oResult = DialogResult.OK Then
|
If oResult = DialogResult.OK Then
|
||||||
txtManIndexSQL.Text = oForm2.SQLCommand
|
txtAutomIndexSQLResult.Text = oForm2.SQLCommand
|
||||||
txtManIndexConnectionId.Text = oForm2.SQLConnection
|
txtAutomIndexConnectionId.Text = oForm2.SQLConnection
|
||||||
End If
|
End If
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LOGGER.Error(ex)
|
LOGGER.Error(ex)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user