neu
This commit is contained in:
@@ -160,6 +160,7 @@ Public Class frmSendungAnhangImport
|
||||
Function getPDFSplitName(FILE_NAME)
|
||||
getPDFSplitName = FILE_NAME
|
||||
If txtBezeichnung.Text <> "" Then
|
||||
txtBezeichnung.Text = txtBezeichnung.Text.Replace("/", "-").Replace("\", "-").Replace(":", "-").Replace("*", "-").Replace("?", "-").Replace("|", "-").Replace("<", "-").Replace(">", "-")
|
||||
getPDFSplitName = txtBezeichnung.Text
|
||||
End If
|
||||
|
||||
@@ -168,6 +169,7 @@ Public Class frmSendungAnhangImport
|
||||
End If
|
||||
|
||||
End Function
|
||||
|
||||
Dim tmpPageMove = 0
|
||||
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles btnAnfuegen.Click
|
||||
If txtSeiten.Text = "" Then Exit Sub
|
||||
|
||||
Reference in New Issue
Block a user