jj fix encoding of subject

This commit is contained in:
Jonathan Jenne
2017-08-10 12:36:33 +02:00
parent 2252e6f055
commit c56e63d0c1
7 changed files with 31 additions and 33 deletions

View File

@@ -266,6 +266,7 @@ Public Class frmStart
DTACTUAL_FILES = Nothing
DTACTUAL_FILES = ClassDatabase.Return_Datatable(sql, True)
End If
For Each Filerow As DataRow In DTACTUAL_FILES.Rows
Dim filestring As String = Filerow.Item("FILENAME2WORK")
CURRENT_FILENAME = Filerow.Item("FILENAME2WORK")