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 oWindowGuid = $"FLOWSEARCH-{My.User.Name}"
|
||||||
Dim oParams = New DocumentResultList.Params() With {
|
Dim oParams = New DocumentResultList.Params() With {
|
||||||
.WindowGuid = oWindowGuid,
|
.WindowGuid = oWindowGuid,
|
||||||
.Results = New List(Of DocumentResultList) From {
|
.Results = New List(Of DocumentResultList.DocumentResult) From {
|
||||||
New DocumentResultList() With {
|
New DocumentResultList.DocumentResult() With {
|
||||||
.Title = "FlowSearchResult",
|
.Title = "FlowSearchResult",
|
||||||
.DataTable = pDTRESULT
|
.Datatable = pDTRESULT
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user