MS_22.10.2015

This commit is contained in:
SchreiberM
2015-10-22 12:50:47 +02:00
parent 1d45aceb73
commit 26d9c50b8b
31 changed files with 3211 additions and 2106 deletions

View File

@@ -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