MS Relations Doctype

This commit is contained in:
2021-12-14 17:27:10 +01:00
parent 9d60bd8e56
commit 0b93b71f92
15 changed files with 974 additions and 81 deletions

View File

@@ -53,8 +53,15 @@ Public Class ClassDetailForm
New DetailSettings With {
.GridTitle = "Attribute-Relations",
.NewRecordTitle = "",
.[Module] = MODULE_CW,
.Entity = PAGE_CW_PROFILES
.[Module] = MODULE_IDB,
.Entity = PAGE_IDB_ATTRIBUTES
}},
{PAGE_GI_RELATIONS,
New DetailSettings With {
.GridTitle = "Profile-Relations",
.NewRecordTitle = "",
.[Module] = MODULE_GI,
.Entity = PAGE_GI_RELATIONS
}}
}
@@ -92,6 +99,10 @@ Public Class ClassDetailForm
Dim oForm As New frmAdmin_IDBBERelations
oForm.ShowDialog()
Return True
Case PAGE_GI_RELATIONS
Dim oForm As New frmAdmin_GlobixRelations
oForm.ShowDialog()
Return True
Case Else
Return False
End Select