Compare commits

...

2 Commits

Author SHA1 Message Date
Jonathan Jenne
7d1a231bde Merge branch 'master' of http://dd-vmp07-com04:3000/SchreiberM/GlobalIndexer 2022-04-04 13:14:46 +02:00
Jonathan Jenne
6240254324 Fix file preview 2022-04-04 13:08:16 +02:00

View File

@@ -2272,7 +2272,7 @@ Public Class frmIndex
Sub PreviewFile()
Try
'DocumentViewer1.LoadFile(CURRENT_WORKFILE)
DocumentViewer1.LoadFile(CURRENT_WORKFILE)
Catch ex As Exception
ShowErrorMessage(ex, "PreviewFile")
End Try