MS Doctype Config

This commit is contained in:
2022-02-04 10:12:59 +01:00
parent 66599efcbf
commit e57f3309e4
20 changed files with 2268 additions and 245 deletions

View File

@@ -62,6 +62,13 @@ Public Class ClassDetailForm
.NewRecordTitle = "",
.[Module] = MODULE_GI,
.Entity = PAGE_GI_RELATIONS
}},
{PAGE_IDB_DOCTYPE_CONFIG,
New DetailSettings With {
.GridTitle = "Doctype Configuration",
.NewRecordTitle = "New Configuration",
.[Module] = MODULE_IDB,
.Entity = PAGE_IDB_DOCTYPE_CONFIG
}}
}
@@ -103,6 +110,9 @@ Public Class ClassDetailForm
Dim oForm As New frmAdmin_GlobixRelations
oForm.ShowDialog()
Return True
Case PAGE_IDB_DOCTYPE_CONFIG
Dim oForm As New frmAdmin_DoctypeConfig(PrimaryKey) With {.IsInsert = IsInsert}
oForm.ShowDialog()
Case Else
Return False
End Select