MS DocumentResult with IDB and APPSERV
This commit is contained in:
parent
0c0c38c969
commit
0f93a8282a
@ -293,7 +293,9 @@ Public Class frmDocumentResultList
|
||||
If Datatable.Columns.Contains(COLUMN_DOCID) = False Then
|
||||
Throw New ApplicationException($"Datatable is missing DocId Column [{COLUMN_DOCID}]!")
|
||||
End If
|
||||
|
||||
If _IsLegacy Then
|
||||
sdsd
|
||||
End If
|
||||
If Datatable.Columns.Contains(COLUMN_FILEPATH) = False Then
|
||||
Throw New ApplicationException($"Datatable is missing Filepath Column [{COLUMN_FILEPATH}]!")
|
||||
End If
|
||||
@ -375,12 +377,13 @@ Public Class frmDocumentResultList
|
||||
|
||||
Try
|
||||
GridView.Columns.Item(COLUMN_DOCID).Visible = False
|
||||
GridView.Columns.Item(COLUMN_FILEPATH).Visible = False
|
||||
|
||||
GridView.Columns.Item(COLUMN_ICON).MaxWidth = 24
|
||||
GridView.Columns.Item(COLUMN_ICON).MinWidth = 24
|
||||
|
||||
If _IsLegacy = False Then
|
||||
' Hide Fullpath completely in IDB Mode
|
||||
GridView.Columns.Item(COLUMN_FILEPATH).Visible = False
|
||||
GridView.Columns.Item(COLUMN_FILEPATH).OptionsColumn.ShowInCustomizationForm = False
|
||||
End If
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user