update 20250111

This commit is contained in:
Stefan Hutter
2025-01-11 18:28:18 +01:00
parent bd4598e4a8
commit 11b4f840f0
150 changed files with 3091 additions and 390 deletions

View File

@@ -4,6 +4,7 @@ Imports Model
Imports System.Drawing
Imports Database
Imports System.Runtime.CompilerServices
Imports System.Net
Public Class vbarcodes
@@ -91,6 +92,9 @@ Public Class vbarcodes
Textboxesi = Textboxesi + 1
objWord.ActiveWindow.ActivePane.View.SeekView = Microsoft.Office.Interop.Word.WdSeekView.wdSeekMainDocument
Next i
If docdata.barcode_type <> 0 Then
System.IO.File.Delete(Temppath + "\a_" + docdata.Dokumentid.ToString + ".png")
End If
End Sub
Sub Insert_Datamatrix()
Dim Form
@@ -132,7 +136,7 @@ Public Class vbarcodes
End Select
Form = Nothing
System.IO.File.Delete(Temppath + "\a_" + docdata.Dokumentid.ToString + ".png")
Exit Sub
Catch ex As Exception
End Try