jj: prevent opening of same window twice

This commit is contained in:
Jonathan Jenne
2018-07-12 14:20:05 +02:00
parent 8103f5d055
commit ceda3be741
3 changed files with 8 additions and 1 deletions

View File

@@ -230,6 +230,8 @@ Public Class frmConstructor_Main
End If
ClassWindowLocation.SaveFormLocationSize(Me, CONSTRUCTORID, CURRENT_SCREEN_ID, "CONSTRUCTOR_MAIN")
CURRENT_OPEN_CONSTRUCTOR_FORMS.Remove(CONSTRUCTORID)
' Verhindert, das noch geöffnete Records für immer gelockt sind
If Not IsNothing(CURRENT_DOCVIEW) Then
Try