MS_22.10.2015
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
txtwdSearch_Count.Text = WDResultListCount
|
||||
chkboxQuickMenue.Checked = Sett_ShowQuickMenue
|
||||
CheckBoxWD_ShowEnitityDocs.Checked = WD_ShowEnitityDocs
|
||||
Dim sql As String = "SELECT GUID, FORM_TITLE FROM TBPMO_FORM_CONSTRUCTOR ORDER BY SEQUENCE_MENU"
|
||||
Dim sql As String = "SELECT 0,'' UNION ALL SELECT T.GUID, T.FORM_TITLE FROM TBPMO_FORM_CONSTRUCTOR T"
|
||||
Dim DT As DataTable = ClassDatabase.Return_Datatable(sql, "ConstructorForms - from Config")
|
||||
If DT.Rows.Count > 0 Then
|
||||
cmbConstructor.Enabled = True
|
||||
|
||||
Reference in New Issue
Block a user