ms2
This commit is contained in:
BIN
app/DD-Record-Organiser/Resources/windream-Logo-transparent.png
Normal file
BIN
app/DD-Record-Organiser/Resources/windream-Logo-transparent.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 136 KiB |
@@ -1628,10 +1628,23 @@ Public Class frmForm_Constructor_Main
|
|||||||
End Try
|
End Try
|
||||||
|
|
||||||
If windreamSucheErgebnisse.Count > 0 Then
|
If windreamSucheErgebnisse.Count > 0 Then
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
TabWindream.Text = "windream-Dateien (" & windreamSucheErgebnisse.Count & ")"
|
TabWindream.Text = "windream-Dateien (" & windreamSucheErgebnisse.Count & ")"
|
||||||
|
|
||||||
AxObjectListControl.SetIconMode(True)
|
AxObjectListControl.SetIconMode(True)
|
||||||
AxObjectListControl.RemoveAllColumnHeader()
|
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)
|
Dim param As New List(Of String)
|
||||||
'The file name
|
'The file name
|
||||||
param.Add("szLongName")
|
param.Add("szLongName")
|
||||||
|
|||||||
Reference in New Issue
Block a user