Fild editor msgbox

This commit is contained in:
Developer01
2025-07-02 13:18:01 +02:00
parent be51ca31dd
commit b14d9169f2
2 changed files with 6 additions and 3 deletions

View File

@@ -243,7 +243,7 @@ Partial Public Class frmFieldEditor
If oElement IsNot Nothing Then
oStickyNote.Tag = GetAnnotationTag(SelectedReceiver.Id, oPage, oElement.Id)
Else
MsgBox("No Element for Update found!")
'MsgBox("No Element for Update found!")
Logger.Error("No Element for Update found!")
End If
End If