2023-09-25

This commit is contained in:
2023-09-25 14:27:47 +02:00
parent 0533ccef63
commit d7b3cae218
14 changed files with 368 additions and 381 deletions

View File

@@ -199,7 +199,12 @@ Partial Public Class frmFieldEditor
If oInfo.Guid = -1 Then
Dim oElement = Controller.GetElement(oStickyNote)
oStickyNote.Tag = GetAnnotationTag(SelectedReceiver.Id, oPage, oElement.Id)
If oElement IsNot Nothing Then
oStickyNote.Tag = GetAnnotationTag(SelectedReceiver.Id, oPage, oElement.Id)
Else
MsgBox("No Element for Update found!")
Logger.Error("No Element for Update found!")
End If
End If
End If
Next