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
|
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 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")
|
Dim oDatatable As DataTable = Database_ECM.GetDatatable(oSQL) ', "frmSQL_FINAL_INDICES_Load3")
|
||||||
cmbControls.DataSource = oDatatable
|
cmbControls.DataSource = oDatatable
|
||||||
@ -91,9 +90,6 @@ Public Class frmSQL_DESIGNER
|
|||||||
'lbIndexe.Enabled = False
|
'lbIndexe.Enabled = False
|
||||||
'btnAddIndex.Enabled = False
|
'btnAddIndex.Enabled = False
|
||||||
End If
|
End If
|
||||||
End If
|
|
||||||
|
|
||||||
|
|
||||||
Else
|
Else
|
||||||
cmbControls.Visible = False
|
cmbControls.Visible = False
|
||||||
lblControls.Visible = False
|
lblControls.Visible = False
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user