This commit is contained in:
SchreiberM
2016-05-04 14:35:14 +02:00
parent a14801748b
commit 7ec031388f
14 changed files with 5779 additions and 5537 deletions

View File

@@ -304,6 +304,8 @@ Public Class frmConstructorDesigner
Select Case XtraTabControl2.SelectedTabPageIndex
Case 0
Load_QuickDisplay()
Case 1
Case 2
RecordSearch_Config()
Case 3
@@ -864,7 +866,7 @@ Public Class frmConstructorDesigner
If Not USERID Is Nothing Then
Me.TBPMO_CONSTRUCTOR_USER_SQLTableAdapter.Connection.ConnectionString = MyConnectionString
Me.TBPMO_CONSTRUCTOR_USER_SQLTableAdapter.Fill(Me.DD_DMSDataSet.TBPMO_CONSTRUCTOR_USER_SQL, SELECTED_CONSTRUCTOR_DETAIL_ID, USERID)
If SQL_COMMANDTextBox.Text <> "" Then
If SQL_COMMANDTextBox.Text <> "" Or ADDED_WHOTextBox2.Text <> "" Then
SQL_COMMANDTextBox.Enabled = True
Else
SQL_COMMANDTextBox.Enabled = False