Rework Patterns to allow for row based and final sql replacement when importing
This commit is contained in:
@@ -245,7 +245,7 @@ Public Class frmExportMain
|
||||
SplashScreenManager.SetWaitFormDescription(oMessage)
|
||||
|
||||
Await WebService.ExportDocumentFromWinline(oDocument, CurrentTemplate, oMandator)
|
||||
Dim oFinalSqlResult = Await Winline.ExecuteFinalSQL(oDocument, CurrentTemplate, oMandator)
|
||||
Dim oFinalSqlResult = Await Winline.ExecuteFinalSQLForExport(oDocument, CurrentTemplate, oMandator)
|
||||
|
||||
If oFinalSqlResult = False Then
|
||||
Throw New DatabaseException("FinalSQL was not executed successfully!")
|
||||
|
||||
Reference in New Issue
Block a user