mdm, div. Änderungen, etc.
This commit is contained in:
@@ -242,7 +242,7 @@ Public Class cSyska_Interface
|
||||
If dt_Stamm IsNot Nothing AndAlso dt_Stamm.Rows.Count > 0 Then
|
||||
If FiBuSchnittstelleNr = 19 Then postfix = "MDM_"
|
||||
Dim fileKD As System.IO.StreamWriter
|
||||
Dim DateinameKD = "AVISO_DEBI_" & postfix & Now.ToString("ddMMyyyy_HHmm") & ".txt"
|
||||
Dim DateinameKD = "AVISO_DEBI_" & Now.ToString("ddMMyyyy_HHmm") & postfix & ".txt"
|
||||
fileKD = My.Computer.FileSystem.OpenTextFileWriter(pathKD & DateinameKD, True, System.Text.Encoding.GetEncoding("iso-8859-15"))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user