This commit is contained in:
SchreiberM 2015-11-16 10:06:20 +01:00
parent fb5d323c98
commit 69b738413a
2 changed files with 13 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

View File

@ -1628,10 +1628,23 @@ Public Class frmForm_Constructor_Main
End Try
If windreamSucheErgebnisse.Count > 0 Then
TabWindream.Text = "windream-Dateien (" & windreamSucheErgebnisse.Count & ")"
AxObjectListControl.SetIconMode(True)
AxObjectListControl.RemoveAllColumnHeader()
Try
Dim sql_ResultList = "select * from TBPMO_WINDREAM_RESULTLIST_CONFIG where guid = 1"
Dim DT As DataTable = ClassDatabase.Return_Datatable(sql_ResultList, "GET RESULTLIST KONFIG")
If Not DT Is Nothing Then
End If
Catch ex As Exception
End Try
Dim param As New List(Of String)
'The file name
param.Add("szLongName")