diff --git a/GUIs.ZooFlow/Search/frmFlowSearch.vb b/GUIs.ZooFlow/Search/frmFlowSearch.vb index 65334d70..c92c2449 100644 --- a/GUIs.ZooFlow/Search/frmFlowSearch.vb +++ b/GUIs.ZooFlow/Search/frmFlowSearch.vb @@ -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 } } }