ms ProdAnpassung

This commit is contained in:
2021-12-15 15:31:09 +01:00
parent dfce1cea3b
commit 2128117a3e
14 changed files with 169 additions and 145 deletions

View File

@@ -276,7 +276,7 @@ Public Class frmAdmin_Start
Dim oPrimaryKey = Get_PrimaryKey(ViewMain.FocusedRowHandle)
If oPrimaryKey IsNot Nothing Then
If oPrimaryKey IsNot Nothing Or CurrentPage = PAGE_GI_RELATIONS Then
DetailForm.Handle_OpenDetail(oPrimaryKey, CurrentPage, False)
End If
Catch ex As Exception