ms2
This commit is contained in:
parent
fb5d323c98
commit
69b738413a
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
|
||||
|
||||
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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user