Zooflow: fix doucmentresultlist types
This commit is contained in:
parent
c5f67ae26c
commit
a45a204084
@ -230,10 +230,10 @@ Public Class frmFlowSearch
|
||||
Dim oWindowGuid = $"FLOWSEARCH-{My.User.Name}"
|
||||
Dim oParams = New DocumentResultList.Params() With {
|
||||
.WindowGuid = oWindowGuid,
|
||||
.Results = New List(Of DocumentResultList) From {
|
||||
New DocumentResultList() With {
|
||||
.Results = New List(Of DocumentResultList.DocumentResult) From {
|
||||
New DocumentResultList.DocumentResult() With {
|
||||
.Title = "FlowSearchResult",
|
||||
.DataTable = pDTRESULT
|
||||
.Datatable = pDTRESULT
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user