Improve frmConfig, Fix missing loop in ApplyItemFunctionsForExport, Add support for SQL function
This commit is contained in:
@@ -59,7 +59,7 @@ Public Class frmExportMain
|
||||
|
||||
Winline = My.Winline
|
||||
FileEx = New DigitalData.Modules.Filesystem.File(LogConfig)
|
||||
WebService = New WebServiceData(LogConfig, Winline, My.GeneralConfiguration.Webservice, My.GeneralConfiguration)
|
||||
WebService = New WebServiceData(LogConfig, Database, Winline, My.GeneralConfiguration.Webservice, My.GeneralConfiguration)
|
||||
AddHandler WebService.WebServiceProgress, AddressOf WebService_Progress
|
||||
|
||||
Catch ex As Exception
|
||||
@@ -210,7 +210,7 @@ Public Class frmExportMain
|
||||
For Each oRowHandle In oRowHandles
|
||||
oExportCount += 1
|
||||
|
||||
Dim oDocument As Document = GridViewDocuments.GetRow(oRowHandle)
|
||||
Dim oDocument As ExportDocument = GridViewDocuments.GetRow(oRowHandle)
|
||||
Dim oMandator As Mandator = lookupMandator.EditValue
|
||||
|
||||
Dim oMessage = String.Format("Beleg {0} exportieren.. ({1}/{2})", oDocument.Number, oExportCount, oRowHandles.Length)
|
||||
|
||||
Reference in New Issue
Block a user