diff --git a/app/TaskFlow/ClassInit.vb b/app/TaskFlow/ClassInit.vb index 684b613..31870ac 100644 --- a/app/TaskFlow/ClassInit.vb +++ b/app/TaskFlow/ClassInit.vb @@ -380,6 +380,7 @@ Public Class ClassInit LOGGER.Debug("User Info:") LOGGER.Debug("Language: [{0}]", USER_LANGUAGE) LOGGER.Debug("Username: [{0}]", USER_USERNAME) + LOGGER.Debug("Environment.MachineName: [{0}]", Environment.MachineName) Try USER_RIGHT_FILE_DELETE = IIf(IsDBNull(DT_CHECKUSER_MODULE.Rows(0).Item("USER_RIGHT_FILE_DEL")), False, DT_CHECKUSER_MODULE.Rows(0).Item("USER_RIGHT_FILE_DEL")) diff --git a/app/TaskFlow/ControlCreator/GridControl.vb b/app/TaskFlow/ControlCreator/GridControl.vb index 63935e9..86c1221 100644 --- a/app/TaskFlow/ControlCreator/GridControl.vb +++ b/app/TaskFlow/ControlCreator/GridControl.vb @@ -343,6 +343,10 @@ Namespace ControlCreator Private Sub View_PopupMenuShowing(sender As Object, e As PopupMenuShowingEventArgs) Dim view As GridView = TryCast(sender, GridView) Dim oFocusedColumn As GridColumn = view.FocusedColumn + If IsNothing(oFocusedColumn) Then + MsgBox("Please focus a column first.", MsgBoxStyle.Information, "No Column focused") + Exit Sub + End If Dim oColumnType As Type = oFocusedColumn.ColumnType Dim oColumnName As String = oFocusedColumn.FieldName diff --git a/app/TaskFlow/frmValidator.v b/app/TaskFlow/frmValidator.v new file mode 100644 index 0000000..e69de29 diff --git a/app/TaskFlow/frmValidator.vb b/app/TaskFlow/frmValidator.vb index f6259ec..8d3e99b 100644 --- a/app/TaskFlow/frmValidator.vb +++ b/app/TaskFlow/frmValidator.vb @@ -3585,11 +3585,16 @@ Public Class frmValidator For Each Zeile As Object In oValueFromSource MyValidationLogger.Debug($"vektorrow Value {Zeile.ToString}...") oColValuesfromSource = Split(Zeile, PMDelimiter) - + 'If oColValuesfromSource.Length >= 1 Then + ' Continue For + 'End If Dim oNewRow = oDataSource.NewRow() MyValidationLogger.Debug("Creating new row..") For index = 0 To oDTColumnsPerDevExGrid.Rows.Count - 1 + Dim rawValue As String = If(index < oColValuesfromSource.Length, oColValuesfromSource(index), String.Empty) + Dim targetColumn As DataColumn = oDataSource.Columns(index) + MyValidationLogger.Debug("Column Index {0}", index) If oColValuesfromSource.Length > index Then MyValidationLogger.Debug("Value: {0}", oColValuesfromSource(index)) diff --git a/app/TaskFlow/taskFLOW.vbproj b/app/TaskFlow/taskFLOW.vbproj new file mode 100644 index 0000000..ba80ec5 --- /dev/null +++ b/app/TaskFlow/taskFLOW.vbproj @@ -0,0 +1,1352 @@ + + + + + Debug + x86 + + + 2.0 + {6ACA1432-09A2-47EF-A704-C0AA73905756} + WinExe + taskFLOW.My.MyApplication + taskFLOW + taskFLOW + 512 + WindowsForms + v4.6.2 + + + false + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + true + + + + + x86 + true + full + true + true + bin\Debug\ + taskFLOW.xml + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + false + UnusedCode.ruleset + false + + + x86 + pdbonly + false + true + true + bin\Release\ + taskFLOW.xml + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + false + + + On + + + Binary + + + Off + + + On + + + DD_taskFLOW_ICON.ico + + + My Project\app.manifest + + + + + + + + + + ..\packages\BouncyCastle.Cryptography.2.5.0\lib\net461\BouncyCastle.Cryptography.dll + + + False + + + + + + + + + False + + + + False + + + + + + + + + + + + False + + + + False + + + False + + + False + + + False + + + False + + + + + + + + + False + + + False + + + + + + + False + + + + False + ..\..\..\..\2_DLL Projekte\DDMonorepo\Controls.DocumentViewer\bin\Debug\DigitalData.Controls.DocumentViewer.dll + + + ..\..\..\..\2_DLL Projekte\DDMonorepo\Controls.LookupGrid\bin\Debug\DigitalData.Controls.LookupGrid.dll + + + ..\..\..\..\2_DLL Projekte\DDMonorepo\Controls.SnapPanel\bin\Debug\DigitalData.Controls.SnapPanel.dll + + + False + ..\..\..\..\2_DLL Projekte\DDMonorepo\GUIs.Common\bin\Debug\DigitalData.GUIs.Common.dll + + + False + ..\..\..\..\2_DLL Projekte\DDModules\Base\bin\Debug\DigitalData.Modules.Base.dll + + + False + ..\..\..\..\2_DLL Projekte\DDModules\Config\bin\Debug\DigitalData.Modules.Config.dll + + + False + ..\..\..\..\2_DLL Projekte\DDModules\Database\bin\Debug\DigitalData.Modules.Database.dll + + + ..\..\..\..\2_DLL Projekte\DDModules\EDMIAPI\bin\Debug\DigitalData.Modules.EDMI.API.dll + + + False + ..\..\..\..\2_DLL Projekte\DDModules\Encryption\bin\Debug\DigitalData.Modules.Encryption.dll + + + False + P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\Digital Data\DD_Modules\DigitalData.Modules.Interfaces.dll + + + ..\..\..\..\2_DLL Projekte\DDModules\License\bin\Debug\DigitalData.Modules.License.dll + + + False + ..\..\..\..\2_DLL Projekte\DDModules\Logging\bin\Debug\DigitalData.Modules.Logging.dll + + + False + ..\..\..\..\2_DLL Projekte\DDModules\Patterns\bin\Debug\DigitalData.Modules.Patterns.dll + + + False + ..\..\..\..\2_DLL Projekte\DDModules\Windream\bin\Debug\DigitalData.Modules.Windream.dll + + + ..\..\..\..\2_DLL Projekte\DDModules\ZooFlow\bin\Debug\DigitalData.Modules.ZooFlow.dll + + + P:\Visual Studio Projekte\Bibliotheken\DLLLicenseManager.dll + + + ..\packages\DocumentFormat.OpenXml.3.2.0\lib\net46\DocumentFormat.OpenXml.dll + + + ..\packages\DocumentFormat.OpenXml.Framework.3.2.0\lib\net46\DocumentFormat.OpenXml.Framework.dll + + + ..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll + + + ..\packages\EntityFramework.Firebird.6.4.0\lib\net452\EntityFramework.Firebird.dll + + + ..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll + + + ..\packages\FirebirdSql.Data.FirebirdClient.7.5.0\lib\net452\FirebirdSql.Data.FirebirdClient.dll + + + P:\Visual Studio Projekte\Bibliotheken\FormsUtils.dll + + + ..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.dll + + + ..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.barcode.1d.writer.dll + + + ..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.barcode.2d.writer.dll + + + ..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.CAD.dll + + + ..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.CAD.DWG.dll + + + ..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.Common.dll + + + ..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.Document.dll + + + ..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.Email.dll + + + ..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.HTML.dll + + + ..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.Imaging.dll + + + ..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.Imaging.Formats.dll + + + ..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.Imaging.Formats.Conversion.dll + + + ..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.Imaging.Rendering.dll + + + ..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.MSOfficeBinary.dll + + + ..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.OpenDocument.dll + + + ..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.OpenXML.dll + + + ..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.OpenXML.Templating.dll + + + ..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.PDF.dll + + + ..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.RTF.dll + + + ..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.SVG.dll + + + ..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.wia.gateway.dll + True + + + P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WINDREAMLib.dll + False + + + P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WMOBRWSLib.dll + True + + + P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WMOSRCHLib.dll + True + + + P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WMOTOOLLib.dll + True + + + P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\Limilabs\Mail.dll + + + ..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + + + ..\packages\Microsoft.Bcl.Cryptography.9.0.0\lib\net462\Microsoft.Bcl.Cryptography.dll + + + + ..\packages\Microsoft.Identity.Client.4.55.0\lib\net461\Microsoft.Identity.Client.dll + + + ..\packages\Microsoft.IdentityModel.Abstractions.6.22.0\lib\net461\Microsoft.IdentityModel.Abstractions.dll + + + ..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll + + + ..\packages\Newtonsoft.Json.Bson.1.0.2\lib\net45\Newtonsoft.Json.Bson.dll + + + ..\packages\NLog.5.0.5\lib\net46\NLog.dll + + + ..\packages\OpenMcdf.2.4.1\lib\net40\OpenMcdf.dll + + + P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\Oracle.ManagedDataAccess.dll + + + P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\PdfSharp-gdi.dll + + + ..\packages\protobuf-net.3.2.46\lib\net462\protobuf-net.dll + + + ..\packages\protobuf-net.Core.3.2.46\lib\net462\protobuf-net.Core.dll + + + ..\packages\RtfPipe.2.0.7677.4303\lib\net45\RtfPipe.dll + + + ..\packages\S22.Imap.3.6.0.0\lib\net40\S22.Imap.dll + + + + ..\packages\System.Buffers.4.6.0\lib\net462\System.Buffers.dll + + + ..\packages\System.CodeDom.9.0.0\lib\net462\System.CodeDom.dll + + + ..\packages\System.Collections.Immutable.9.0.0\lib\net462\System.Collections.Immutable.dll + + + + + + + ..\packages\System.Data.Odbc.6.0.1\lib\net461\System.Data.Odbc.dll + + + + + + + + + ..\packages\System.Formats.Asn1.9.0.0\lib\net462\System.Formats.Asn1.dll + + + + + ..\packages\System.IO.Packaging.9.0.0\lib\net462\System.IO.Packaging.dll + + + ..\packages\System.IO.Pipelines.9.0.0\lib\net462\System.IO.Pipelines.dll + + + + ..\packages\System.Memory.4.6.0\lib\net462\System.Memory.dll + + + + ..\packages\Microsoft.AspNet.WebApi.Client.6.0.0\lib\net45\System.Net.Http.Formatting.dll + + + + ..\packages\System.Numerics.Vectors.4.6.0\lib\net462\System.Numerics.Vectors.dll + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.0\lib\net462\System.Runtime.CompilerServices.Unsafe.dll + + + + + ..\packages\System.Security.Cryptography.Pkcs.9.0.0\lib\net462\System.Security.Cryptography.Pkcs.dll + + + + ..\packages\System.Text.Encodings.Web.9.0.0\lib\net462\System.Text.Encodings.Web.dll + + + ..\packages\System.Text.Json.9.0.0\lib\net462\System.Text.Json.dll + + + ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + + + + ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + True + True + FinalIndexDataSet.xsd + + + frmAbout.vb + + + Form + + + + + + + + + True + True + DD_DMSLiteDataSet.xsd + + + DD_DMSLiteDataSet.xsd + + + frmAdmin2.vb + + + Form + + + frmAdminPasswort.vb + + + Form + + + frmAdmin_notResponsibleConfig.vb + + + Form + + + frmAdmin_rejectionConfig.vb + + + Form + + + frmAnnotations.vb + + + Form + + + frmClientLogin.vb + + + Form + + + frmConnection.vb + + + Form + + + frmColumn_Detail.vb + + + Form + + + frmDesignerLayout.vb + + + Form + + + + + frmDatasourceEditor.vb + + + Form + + + frmStaticListEditor.vb + + + Form + + + + + + + + + + + + + + frmError.vb + + + Form + + + frmFileInfo.vb + + + Form + + + frmFormDesigner.vb + + + Form + + + frmGhostMode.vb + + + Form + + + frmInvDashboard.vb + + + Form + + + frmLicense.vb + + + Form + + + frmLoginAdmin.vb + + + Form + + + frmMassValidator.vb + + + Form + + + frmAdministration.vb + + + Form + + + frmKonfig.vb + + + Form + + + frmMetadataFile.vb + + + Form + + + frmMonitor.vb + + + Form + + + frmPreviewHtml.vb + + + Form + + + frmRegexEditor.vb + + + Form + + + frmRejectionCommit.vb + + + Form + + + frmSplash.vb + + + Form + + + frmSQL_Admin.vb + + + Form + + + frmMain.vb + + + Form + + + frmValidator.vb + + + Form + + + frmValidatorSearch.vb + + + Form + + + frmValidator_Messages.vb + + + Form + + + frmWorkflow.vb + + + Form + + + frmYesNo.vb + + + Form + + + + + + + + + True + Application.myapp + True + + + True + True + Resources.resx + + + True + True + Settings.settings + + + True + True + frmMain_Strings.resx + + + True + True + frmValidator_Strings.resx + + + + XtraReport1.vb + + + Component + + + + + frmAbout.vb + Designer + + + frmAdmin2.vb + Designer + + + frmAdministration.vb + Designer + + + frmAdministration.vb + Designer + + + frmAdminPasswort.vb + Designer + + + frmAdmin_notResponsibleConfig.vb + Designer + + + frmAdmin_rejectionConfig.vb + Designer + + + frmAnnotations.vb + Designer + + + frmClientLogin.vb + Designer + + + frmClientLogin.vb + Designer + + + frmConnection.vb + Designer + + + frmColumn_Detail.vb + Designer + + + frmDesignerLayout.vb + Designer + + + frmDatasourceEditor.vb + Designer + + + frmStaticListEditor.vb + Designer + + + frmError.vb + Designer + + + frmError.vb + Designer + + + frmError.vb + Designer + + + frmFileInfo.vb + Designer + + + frmFormDesigner.vb + Designer + + + frmGhostMode.vb + Designer + + + frmGhostMode.vb + Designer + + + frmInvDashboard.vb + Designer + + + frmLicense.vb + Designer + + + frmLoginAdmin.vb + Designer + + + frmMain.vb + Designer + + + frmMain.vb + Designer + + + frmMassValidator.vb + Designer + + + frmAdministration.vb + Designer + + + frmKonfig.vb + Designer + + + frmKonfig.vb + Designer + + + frmKonfig.vb + Designer + + + frmMetadataFile.vb + Designer + + + frmMonitor.vb + + + frmPreviewHtml.vb + Designer + + + frmRegexEditor.vb + Designer + + + frmRejectionCommit.vb + Designer + + + frmRejectionCommit.vb + Designer + + + frmRejectionCommit.vb + Designer + + + frmSplash.vb + Designer + + + frmSQL_Admin.vb + Designer + + + frmSQL_Admin.vb + Designer + + + frmSQL_Admin.vb + Designer + + + frmMain.vb + Designer + + + frmValidator.vb + Designer + + + frmValidator.vb + Designer + + + frmValidator.vb + Designer + + + frmValidatorSearch.vb + Designer + + + frmValidatorSearch.vb + + + frmValidatorSearch.vb + Designer + + + frmValidatorSearch.vb + Designer + + + frmValidator_Messages.vb + Designer + + + frmWorkflow.vb + Designer + + + frmYesNo.vb + Designer + + + frmYesNo.vb + Designer + + + frmYesNo.vb + Designer + + + + VbMyResourcesResXFileCodeGenerator + My.Resources + Designer + Resources.Designer.vb + + + Designer + + + Designer + + + My.Resources + ResXFileCodeGenerator + frmMain_Strings.Designer.vb + Designer + + + Designer + + + Designer + + + My.Resources + ResXFileCodeGenerator + frmValidator_Strings.Designer.vb + Designer + + + XtraReport1.vb + Designer + + + + + + DD_DMSLiteDataSet.xsd + + + MSDataSetGenerator + Designer + DD_DMSLiteDataSet.Designer.vb + + + DD_DMSLiteDataSet.xsd + + + FinalIndexDataSet.xsd + + + Designer + MSDataSetGenerator + FinalIndexDataSet.Designer.vb + + + FinalIndexDataSet.xsd + + + + + MyApplicationCodeGenerator + Application.Designer.vb + + + SettingsSingleFileGenerator + My + Settings.Designer.vb + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PreserveNewest + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + Microsoft .NET Framework 4.6.1 %28x86 und x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + + + + + Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}". + + + + + + + + + \ No newline at end of file