reactivate control placeholders for grid column sql
This commit is contained in:
parent
d8287bc135
commit
6d6f8e15ac
@ -58,7 +58,6 @@ Public Class frmSQL_DESIGNER
|
||||
|
||||
|
||||
End If
|
||||
If CURRENT_DESIGN_TYPE <> "SQL_SOURCE_TABLE_COLUMN" Then
|
||||
Dim oSQL = String.Format("SELECT NAME FROM TBPM_PROFILE_CONTROLS WHERE PROFIL_ID = {0} AND CTRL_TYPE <> 'LBL' ORDER BY NAME", CURRENT_ProfilGUID)
|
||||
Dim oDatatable As DataTable = Database_ECM.GetDatatable(oSQL) ', "frmSQL_FINAL_INDICES_Load3")
|
||||
cmbControls.DataSource = oDatatable
|
||||
@ -91,9 +90,6 @@ Public Class frmSQL_DESIGNER
|
||||
'lbIndexe.Enabled = False
|
||||
'btnAddIndex.Enabled = False
|
||||
End If
|
||||
End If
|
||||
|
||||
|
||||
Else
|
||||
cmbControls.Visible = False
|
||||
lblControls.Visible = False
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user