Verweise Oracle

This commit is contained in:
Developer01
2026-04-21 09:26:46 +02:00
parent 942ce662ec
commit 5b9fbabf0d
4 changed files with 10 additions and 12 deletions

View File

@@ -112,7 +112,7 @@ Public Class frmNotification_Startup
RichEditControl1.Dock = Windows.Forms.DockStyle.Fill
Else
If IO.File.Exists(oMSG_STRING) Then
DocumentViewer1.LoadFile(oMSG_STRING)
DocumentViewer1.LoadFile_FromPath(oMSG_STRING)
DocumentViewer1.Visible = True
DocumentViewer1.Dock = Windows.Forms.DockStyle.Fill
Else