This commit is contained in:
SchreiberM
2016-09-29 16:46:21 +02:00
parent 93528062ba
commit b87def7b40
13 changed files with 191 additions and 323 deletions

View File

@@ -405,6 +405,7 @@
Dim del = "EXEC [dbo].[PRPMO_DELETE_DOCTYPE] " & GUIDTextBox.Text
If ClassDatabase.Execute_non_Query(del, True) = True Then
Refresh_Dokart(False)
Refresh_DokID_FORM_VIEW()
End If
End If
End Sub