zooflow: msgbox
This commit is contained in:
@@ -288,7 +288,7 @@ Public Class frmDocumentResultList
|
||||
DocumentViewer1.LoadFile(oFileName, New MemoryStream(oDocument.Contents))
|
||||
If IsNothing(oDocument) Then
|
||||
DocumentViewer1.CloseDocument()
|
||||
FormHelper.ShowErrorMessage("File could not be loaded!", "GridView_FocusedRowChanged")
|
||||
FormHelper.ShowErrorMessage(New IOException("File could not be loaded!"), "GridView_FocusedRowChanged")
|
||||
|
||||
Exit Sub
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user