MS
This commit is contained in:
@@ -856,16 +856,10 @@ INNER JOIN IDB.dbo.VWIDB_DOCTYPE_LANGUAGE DL ON DT.IDB_DOCTYPE_ID = DL.Doctype_I
|
||||
Dim oResult = Await GlobixFlowNew(oDokart)
|
||||
If oResult = True Then
|
||||
oSuccess = True
|
||||
' Dim oArgs = GetMessageBoxArgs()
|
||||
' Dim oMessageResult = XtraMessageBox.Show(oArgs)
|
||||
Dim oDEL As String = "DELETE FROM TBGI_FILES_USER WHERE GUID = " & My.Application.Globix.CurrentWorkfile.Id
|
||||
My.DatabaseECM.ExecuteNonQuery(oDEL)
|
||||
|
||||
|
||||
DocumentViewer1.CloseDocument()
|
||||
DocumentViewer1.Done()
|
||||
|
||||
|
||||
CancelAttempts = MAX_CANCEL_ATTEMPTS
|
||||
|
||||
If My.Application.Globix.DeleteOriginalFile = True Or My.Application.Globix.CurrentWorkfile.HotfolderFile = True Then
|
||||
|
||||
Reference in New Issue
Block a user