diff --git a/app/DD-Record-Organiser/Resources/delete1.png b/app/DD-Record-Organiser/Resources/delete1.png new file mode 100644 index 0000000..5e6c962 Binary files /dev/null and b/app/DD-Record-Organiser/Resources/delete1.png differ diff --git a/app/DD-Record-Organiser/Resources/delete_12x12.png b/app/DD-Record-Organiser/Resources/delete_12x12.png new file mode 100644 index 0000000..3987c11 Binary files /dev/null and b/app/DD-Record-Organiser/Resources/delete_12x12.png differ diff --git a/app/DD-Record-Organiser/frmForm_Constructor.vb b/app/DD-Record-Organiser/frmForm_Constructor.vb index 86e38f7..475e93b 100644 --- a/app/DD-Record-Organiser/frmForm_Constructor.vb +++ b/app/DD-Record-Organiser/frmForm_Constructor.vb @@ -257,7 +257,8 @@ Public Class frmForm_Constructor MsgBox("No Result for Level 2-Entities - Check logfile", MsgBoxStyle.Exclamation) Else If dt.Rows.Count = 0 Then - MsgBox("Not allowed: No Result for Level 2-Entities! Check Config FormConstructor.", MsgBoxStyle.Exclamation) + tslblStatusMain_show(True, "No Result for Level 2-Entities") + ' MsgBox("Not allowed: No Result for Level 2-Entities! Check Config FormConstructor.", MsgBoxStyle.Exclamation) Else For Each rowentity2 As DataRow In dt.Rows FATHERNODE = GRANDFATHERNODE1.Nodes.Add(rowentity2.Item("FORM_TITLE").ToString)