Merge mit Branch 2.5.4.0
This commit is contained in:
commit
c4f77ed2e8
@ -0,0 +1 @@
|
|||||||
|
Aber El Raho ist cooler!
|
||||||
@ -1,5 +1,5 @@
|
|||||||
<?define ProgramName="TaskFlow"?>
|
<?define ProgramName="taskFLOW"?>
|
||||||
<?define ProductName="TaskFlow"?>
|
<?define ProductName="taskFLOW"?>
|
||||||
<?define Manufacturer="Digital Data"?>
|
<?define Manufacturer="Digital Data"?>
|
||||||
<?define Description="Beschreibung des Programms"?>
|
<?define Description="Beschreibung des Programms"?>
|
||||||
<?define Comments="Kommentar wie Copyright-Hinweis"?>
|
<?define Comments="Kommentar wie Copyright-Hinweis"?>
|
||||||
@ -42,7 +42,7 @@
|
|||||||
</Upgrade>
|
</Upgrade>
|
||||||
|
|
||||||
<!-- Legt das Icon fest -->
|
<!-- Legt das Icon fest -->
|
||||||
<Icon Id="AppIcon.exe" SourceFile="..\TaskFlow\bin\$(var.Configuration)\$(var.ProgramName).exe" />
|
<Icon Id="AppIcon.exe" SourceFile="..\taskFLOW\bin\$(var.Configuration)\$(var.ProgramName).exe" />
|
||||||
<!-- Zeige Icon in Systemsteuerung > Programme entfernen -->
|
<!-- Zeige Icon in Systemsteuerung > Programme entfernen -->
|
||||||
<Property Id="ARPPRODUCTICON" Value="AppIcon.exe" />
|
<Property Id="ARPPRODUCTICON" Value="AppIcon.exe" />
|
||||||
|
|
||||||
@ -85,8 +85,8 @@
|
|||||||
<DirectoryRef Id="INSTALLDIR">
|
<DirectoryRef Id="INSTALLDIR">
|
||||||
|
|
||||||
<Component Id="MainApplicationExe" Guid="71B06048-F595-40CE-B429-79C2F2D6001B" KeyPath="yes">
|
<Component Id="MainApplicationExe" Guid="71B06048-F595-40CE-B429-79C2F2D6001B" KeyPath="yes">
|
||||||
<File Id="MainApplicationExe" Source="..\TaskFlow\bin\$(var.Configuration)\$(var.ProgramName).exe" Name="$(var.ProgramName).exe" KeyPath="no" Checksum="yes" />
|
<File Id="MainApplicationExe" Source="..\taskFLOW\bin\$(var.Configuration)\$(var.ProgramName).exe" Name="$(var.ProgramName).exe" KeyPath="no" Checksum="yes" />
|
||||||
<File Id="MainApplicationExeConfig" Source="..\TaskFlow\bin\$(var.Configuration)\$(var.ProgramName).exe.config" Name="$(var.ProgramName).exe.config" KeyPath="no" Checksum="yes" />
|
<File Id="MainApplicationExeConfig" Source="..\taskFLOW\bin\$(var.Configuration)\$(var.ProgramName).exe.config" Name="$(var.ProgramName).exe.config" KeyPath="no" Checksum="yes" />
|
||||||
<!--
|
<!--
|
||||||
<Shortcut Id="DesktopShortcut" Directory="DesktopFolder" Name="$(var.ProductName)" WorkingDirectory="INSTALLDIR" Icon="AppIcon.exe" IconIndex="0" Advertise="no" Target="[#MainApplicationExe]" />
|
<Shortcut Id="DesktopShortcut" Directory="DesktopFolder" Name="$(var.ProductName)" WorkingDirectory="INSTALLDIR" Icon="AppIcon.exe" IconIndex="0" Advertise="no" Target="[#MainApplicationExe]" />
|
||||||
<Shortcut Id="StartMenuShortcut" Directory="ProgramMenuDir" Name="$(var.ProductName)" WorkingDirectory="INSTALLDIR" Icon="AppIcon.exe" IconIndex="0" Advertise="no" Target="[#MainApplicationExe]" />
|
<Shortcut Id="StartMenuShortcut" Directory="ProgramMenuDir" Name="$(var.ProductName)" WorkingDirectory="INSTALLDIR" Icon="AppIcon.exe" IconIndex="0" Advertise="no" Target="[#MainApplicationExe]" />
|
||||||
@ -158,6 +158,15 @@
|
|||||||
<File Id="GdPicture.NET.14.Imaging" Name="GdPicture.NET.14.Imaging.dll" />
|
<File Id="GdPicture.NET.14.Imaging" Name="GdPicture.NET.14.Imaging.dll" />
|
||||||
<File Id="GdPicture.NET.14.Common" Name="GdPicture.NET.14.Common.dll" />
|
<File Id="GdPicture.NET.14.Common" Name="GdPicture.NET.14.Common.dll" />
|
||||||
<File Id="GdPicture.NET.14.Imaging.Rendering" Name="GdPicture.NET.14.Imaging.Rendering.dll" />
|
<File Id="GdPicture.NET.14.Imaging.Rendering" Name="GdPicture.NET.14.Imaging.Rendering.dll" />
|
||||||
|
<File Id="GdPicture.NET.14.Document" Name="GdPicture.NET.14.Document.dll" />
|
||||||
|
<File Id="GdPicture.NET.14.PDF" Name="GdPicture.NET.14.PDF.dll" />
|
||||||
|
<File Id="GdPicture.NET.14.Imaging.Formats" Name="GdPicture.NET.14.Imaging.Formats.dll" />
|
||||||
|
<File Id="GdPicture.NET.14.RTF" Name="GdPicture.NET.14.RTF.dll" />
|
||||||
|
<File Id="GdPicture.NET.14.OpenDocument" Name="GdPicture.NET.14.OpenDocument.dll" />
|
||||||
|
<File Id="GdPicture.NET.14.OpenXML" Name="GdPicture.NET.14.OpenXML.dll" />
|
||||||
|
<File Id="GdPicture.NET.14.Email" Name="GdPicture.NET.14.Email.dll" />
|
||||||
|
<File Id="GdPicture.NET.14.HTML" Name="GdPicture.NET.14.HTML.dll" />
|
||||||
|
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
<Component Id="DevExpressLibs" Guid="CB40DAAE-348E-4BD3-B275-9A526EB8F191">
|
<Component Id="DevExpressLibs" Guid="CB40DAAE-348E-4BD3-B275-9A526EB8F191">
|
||||||
|
|||||||
@ -13,12 +13,12 @@
|
|||||||
<OutputPath>bin\$(Configuration)\</OutputPath>
|
<OutputPath>bin\$(Configuration)\</OutputPath>
|
||||||
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
||||||
<DefineConstants>Debug</DefineConstants>
|
<DefineConstants>Debug</DefineConstants>
|
||||||
<LinkerAdditionalOptions>-b "$(SolutionDir)TaskFlow\bin\$(Configuration)"</LinkerAdditionalOptions>
|
<LinkerAdditionalOptions>-b "$(SolutionDir)taskFLOW\bin\$(Configuration)"</LinkerAdditionalOptions>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||||||
<OutputPath>bin\$(Configuration)\</OutputPath>
|
<OutputPath>bin\$(Configuration)\</OutputPath>
|
||||||
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
||||||
<LinkerAdditionalOptions>-b "$(SolutionDir)TaskFlow\bin\$(Configuration)"</LinkerAdditionalOptions>
|
<LinkerAdditionalOptions>-b "$(SolutionDir)taskFLOW\bin\$(Configuration)"</LinkerAdditionalOptions>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Product.wxs" />
|
<Compile Include="Product.wxs" />
|
||||||
@ -43,7 +43,7 @@
|
|||||||
</Target>
|
</Target>
|
||||||
<Target Name="BeforeBuild">
|
<Target Name="BeforeBuild">
|
||||||
<!-- Get the programs assembly version from the .exe file -->
|
<!-- Get the programs assembly version from the .exe file -->
|
||||||
<GetAssemblyIdentity AssemblyFiles="..\TaskFlow\bin\$(Configuration)\TaskFlow.exe">
|
<GetAssemblyIdentity AssemblyFiles="..\taskFLOW\bin\$(Configuration)\TaskFlow.exe">
|
||||||
<Output TaskParameter="Assemblies" ItemName="AsmInfo" />
|
<Output TaskParameter="Assemblies" ItemName="AsmInfo" />
|
||||||
</GetAssemblyIdentity>
|
</GetAssemblyIdentity>
|
||||||
<!-- Store the assembly version number in ProductVersion preprocessor variable -->
|
<!-- Store the assembly version number in ProductVersion preprocessor variable -->
|
||||||
|
|||||||
@ -7,6 +7,10 @@ Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "SetupVS19", "SetupVS19\Setu
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "taskFLOW", "TaskFlow\taskFLOW.vbproj", "{6ACA1432-09A2-47EF-A704-C0AA73905756}"
|
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "taskFLOW", "TaskFlow\taskFLOW.vbproj", "{6ACA1432-09A2-47EF-A704-C0AA73905756}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Windream", "..\..\..\2_DLL Projekte\DDModules\Windream\Windream.vbproj", "{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}"
|
||||||
|
EndProject
|
||||||
|
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "LookupControl", "..\..\..\2_DLL Projekte\DDMonorepo\Controls.LookupGrid\LookupControl.vbproj", "{3DCD6D1A-C830-4241-B7E4-27430E7EA483}"
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
CD_ROM|Any CPU = CD_ROM|Any CPU
|
CD_ROM|Any CPU = CD_ROM|Any CPU
|
||||||
@ -61,6 +65,46 @@ Global
|
|||||||
{6ACA1432-09A2-47EF-A704-C0AA73905756}.SingleImage|Any CPU.Build.0 = Release|x86
|
{6ACA1432-09A2-47EF-A704-C0AA73905756}.SingleImage|Any CPU.Build.0 = Release|x86
|
||||||
{6ACA1432-09A2-47EF-A704-C0AA73905756}.SingleImage|x86.ActiveCfg = Debug|x86
|
{6ACA1432-09A2-47EF-A704-C0AA73905756}.SingleImage|x86.ActiveCfg = Debug|x86
|
||||||
{6ACA1432-09A2-47EF-A704-C0AA73905756}.SingleImage|x86.Build.0 = Debug|x86
|
{6ACA1432-09A2-47EF-A704-C0AA73905756}.SingleImage|x86.Build.0 = Debug|x86
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.CD_ROM|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.CD_ROM|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.CD_ROM|x86.ActiveCfg = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.CD_ROM|x86.Build.0 = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.Debug|x86.Build.0 = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.DVD-5|x86.Build.0 = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.Release|x86.ActiveCfg = Release|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.Release|x86.Build.0 = Release|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.SingleImage|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.SingleImage|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.SingleImage|x86.ActiveCfg = Debug|Any CPU
|
||||||
|
{4C86DF8F-A280-40D4-85B0-10B1BF66C15C}.SingleImage|x86.Build.0 = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.CD_ROM|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.CD_ROM|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.CD_ROM|x86.ActiveCfg = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.CD_ROM|x86.Build.0 = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.Debug|x86.Build.0 = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.DVD-5|x86.Build.0 = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.Release|x86.ActiveCfg = Release|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.Release|x86.Build.0 = Release|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.SingleImage|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.SingleImage|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.SingleImage|x86.ActiveCfg = Debug|Any CPU
|
||||||
|
{3DCD6D1A-C830-4241-B7E4-27430E7EA483}.SingleImage|x86.Build.0 = Debug|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
|||||||
@ -512,7 +512,7 @@ Public Class ClassControlCreator
|
|||||||
oView.OptionsSelection.MultiSelectMode = GridMultiSelectMode.CellSelect
|
oView.OptionsSelection.MultiSelectMode = GridMultiSelectMode.CellSelect
|
||||||
oView.OptionsSelection.MultiSelect = True
|
oView.OptionsSelection.MultiSelect = True
|
||||||
oView.OptionsClipboard.CopyColumnHeaders = DefaultBoolean.False
|
oView.OptionsClipboard.CopyColumnHeaders = DefaultBoolean.False
|
||||||
|
'oView.OptionsView.ColumnAutoWidth = True
|
||||||
If oView.OptionsBehavior.ReadOnly = False Then
|
If oView.OptionsBehavior.ReadOnly = False Then
|
||||||
If row.Item("VKT_ADD_ITEM") = True Then
|
If row.Item("VKT_ADD_ITEM") = True Then
|
||||||
oView.OptionsBehavior.AllowAddRows = DefaultBoolean.True
|
oView.OptionsBehavior.AllowAddRows = DefaultBoolean.True
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
Imports DigitalData.Modules.EDMI.API.Constants
|
Imports DevExpress.DataAccess.Native.Json
|
||||||
|
Imports DigitalData.Modules.EDMI.API.Constants
|
||||||
Imports DigitalData.Modules.EDMI.API.DatabaseWithFallback
|
Imports DigitalData.Modules.EDMI.API.DatabaseWithFallback
|
||||||
|
|
||||||
Public Class ClassFinalizeDoc
|
Public Class ClassFinalizeDoc
|
||||||
@ -18,10 +19,11 @@ Public Class ClassFinalizeDoc
|
|||||||
'Jetzt finale Indexe setzen
|
'Jetzt finale Indexe setzen
|
||||||
LOGGER.Debug("working final indices for doc: " & WMObject.aName)
|
LOGGER.Debug("working final indices for doc: " & WMObject.aName)
|
||||||
For Each dr As DataRow In CURRENT_DT_FINAL_INDEXING.Rows
|
For Each dr As DataRow In CURRENT_DT_FINAL_INDEXING.Rows
|
||||||
Dim value As String = dr.Item("VALUE").ToString
|
Dim ovalueString As String = dr.Item("VALUE").ToString
|
||||||
Dim INDEXNAME = dr.Item("INDEXNAME").ToString
|
Dim INDEXNAME = dr.Item("INDEXNAME").ToString
|
||||||
Dim oContinueOnIndifferentState As Boolean = CBool(dr.Item("CONTINUE_INDETERMINED"))
|
Dim oContinueOnIndifferentState As Boolean = CBool(dr.Item("CONTINUE_INDETERMINED"))
|
||||||
If value.ToUpper = "SQL-Command".ToUpper Then '###### Indexierung mit variablen SQL ###
|
Dim VektorBeahaviour = dr.Item("IF_VEKTOR_BEHAVIOUR").ToString
|
||||||
|
If ovalueString.ToUpper = "SQL-Command".ToUpper Then '###### Indexierung mit variablen SQL ###
|
||||||
LOGGER.Debug("indexing with dynamic sql...")
|
LOGGER.Debug("indexing with dynamic sql...")
|
||||||
'Dim SQL_COMMAND = dr.Item("SQL_COMMAND")
|
'Dim SQL_COMMAND = dr.Item("SQL_COMMAND")
|
||||||
'' Regulären Ausdruck zum Auslesen der Indexe definieren
|
'' Regulären Ausdruck zum Auslesen der Indexe definieren
|
||||||
@ -52,32 +54,32 @@ Public Class ClassFinalizeDoc
|
|||||||
LOGGER.Debug("sql after ReplaceAllValues: " & sql_Statement)
|
LOGGER.Debug("sql after ReplaceAllValues: " & sql_Statement)
|
||||||
Dim oDynamic_value = DatabaseFallback.GetScalarValueECM(sql_Statement) ', CONNECTION_STRING_ECM, "Write_Final_Metadata/dynamic_value")
|
Dim oDynamic_value = DatabaseFallback.GetScalarValueECM(sql_Statement) ', CONNECTION_STRING_ECM, "Write_Final_Metadata/dynamic_value")
|
||||||
If Not IsNothing(oDynamic_value) Then
|
If Not IsNothing(oDynamic_value) Then
|
||||||
value = oDynamic_value
|
ovalueString = oDynamic_value
|
||||||
Else
|
Else
|
||||||
Continue For
|
Continue For
|
||||||
End If
|
End If
|
||||||
Else
|
Else
|
||||||
If value.StartsWith("v") Then
|
If ovalueString.StartsWith("v") Then
|
||||||
Select Case dr.Item("VALUE").ToString
|
Select Case dr.Item("VALUE").ToString
|
||||||
Case "vDate"
|
Case "vDate"
|
||||||
value = Now.ToShortDateString
|
ovalueString = Now.ToShortDateString
|
||||||
Case "vUserName"
|
Case "vUserName"
|
||||||
value = USER_USERNAME
|
ovalueString = USER_USERNAME
|
||||||
Case Else
|
Case Else
|
||||||
value = dr.Item("VALUE")
|
ovalueString = dr.Item("VALUE")
|
||||||
End Select
|
End Select
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Dim result() As String
|
Dim result() As String
|
||||||
ReDim Preserve result(0)
|
ReDim Preserve result(0)
|
||||||
result(0) = value
|
result(0) = ovalueString
|
||||||
|
|
||||||
Dim oIndexType = WINDREAM.GetTypeOfIndex(INDEXNAME)
|
Dim oIndexType = WINDREAM.GetTypeOfIndex(INDEXNAME)
|
||||||
LOGGER.Debug($"oIndexType {oIndexType.ToString}")
|
LOGGER.Debug($"oIndexType {oIndexType.ToString}")
|
||||||
If oIndexType > 4000 And oIndexType < 5000 Then
|
If oIndexType > 4000 And oIndexType < 5000 Then
|
||||||
'Hier muss nun separat als Vektorfeld indexiert werden
|
'Hier muss nun separat als Vektorfeld indexiert werden
|
||||||
If Indexiere_VektorfeldPM(value, INDEXNAME, WMObject) = True Then
|
If Indexiere_VektorfeldPM(ovalueString, INDEXNAME, WMObject) = True Then
|
||||||
LOGGER.Debug("FINALER INDEX '" & INDEXNAME.Replace("[%VKT", "") & "' WURDE ERFOLGREICH GESETZT")
|
LOGGER.Debug("FINALER INDEX '" & INDEXNAME.Replace("[%VKT", "") & "' WURDE ERFOLGREICH GESETZT")
|
||||||
Else
|
Else
|
||||||
|
|
||||||
@ -87,12 +89,13 @@ Public Class ClassFinalizeDoc
|
|||||||
End If
|
End If
|
||||||
Else
|
Else
|
||||||
LOGGER.Debug("now indexing..")
|
LOGGER.Debug("now indexing..")
|
||||||
If Indexiere_File(INDEXNAME, result, WMObject) = True Then
|
|
||||||
|
If WINDREAM_MOD.SetFileIndex(CURRENT_DOC_PATH, INDEXNAME, ovalueString, CURRENT_WMObjecttype) = True Then 'Indexiere_File(INDEXNAME, result, WMObject) = True Then
|
||||||
LOGGER.Debug("FINALER INDEX '" & INDEXNAME & "' WURDE ERFOLGREICH GESETZT")
|
LOGGER.Debug("FINALER INDEX '" & INDEXNAME & "' WURDE ERFOLGREICH GESETZT")
|
||||||
LOGGER.Debug("")
|
LOGGER.Debug("")
|
||||||
'Nun das Logging
|
'Nun das Logging
|
||||||
If CURRENT_PROFILE_LOG_INDEX <> "" Then
|
If CURRENT_PROFILE_LOG_INDEX <> "" Then
|
||||||
Dim logstr = Return_LOGString(value, "DDFINALINDEX", INDEXNAME)
|
Dim logstr = Return_LOGString(ovalueString, "DDFINALINDEX", INDEXNAME)
|
||||||
Indexiere_VektorfeldPM(logstr, CURRENT_PROFILE_LOG_INDEX, WMObject)
|
Indexiere_VektorfeldPM(logstr, CURRENT_PROFILE_LOG_INDEX, WMObject)
|
||||||
End If
|
End If
|
||||||
|
|
||||||
@ -120,39 +123,73 @@ Public Class ClassFinalizeDoc
|
|||||||
End Try
|
End Try
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
Private Shared Function Indexiere_File(idxxname As String, idxvalue As Object, WMObject As WINDREAMLib.WMObject)
|
Private Shared Function Indexiere_File(pIndexName As String, pIndexValues As Object, WMObject As WINDREAMLib.WMObject) As Boolean
|
||||||
Dim File_indexiert As Boolean = False
|
LOGGER.Debug("### Indexiere_File Begin ###")
|
||||||
|
Dim indexierung_erfolgreich As Boolean = False
|
||||||
|
Try
|
||||||
|
Dim oIndexType As Integer = WINDREAM_MOD.GetIndexType(pIndexName)
|
||||||
|
If oIndexType > 4095 Then
|
||||||
|
LOGGER.Debug("Es Handelt sich um einen VektorIndex...")
|
||||||
|
Dim oExistingItems = WINDREAM_MOD.GetIndexValue(CURRENT_DOC_PATH, pIndexName)
|
||||||
|
|
||||||
|
Dim oListofString As New List(Of String)
|
||||||
|
If pIndexValues.Length = 0 Then
|
||||||
|
LOGGER.Debug("oSplitArray.Length = 0")
|
||||||
|
oListofString.Add(pIndexValues(0))
|
||||||
|
Else
|
||||||
|
LOGGER.Debug($"pIndexValues.Length is > 0 [{pIndexValues.length}] ...")
|
||||||
|
For Each oStr In pIndexValues
|
||||||
|
LOGGER.Debug("pIndexValues - oString : {0}", oStr)
|
||||||
|
oListofString.Add(oStr)
|
||||||
|
Next
|
||||||
|
End If
|
||||||
|
|
||||||
|
If oExistingItems.Count > 0 Then
|
||||||
|
LOGGER.Debug("oOverwrite = False and WMObject already contains [{0}] values in attribute,Values will be concatted", oExistingItems.Count)
|
||||||
|
oListofString = oExistingItems.Concat(oListofString).ToList()
|
||||||
|
End If
|
||||||
|
oListofString = oListofString.Distinct().ToList()
|
||||||
|
indexierung_erfolgreich = WINDREAM_MOD.SetFileIndexLoS(CURRENT_DOC_PATH, pIndexName, oListofString, CURRENT_WMObjecttype)
|
||||||
|
Else
|
||||||
|
Dim oStringValue As String = pIndexValues(0).ToString
|
||||||
|
indexierung_erfolgreich = WINDREAM_MOD.SetFileIndex(CURRENT_DOC_PATH, pIndexName, oStringValue, CURRENT_WMObjecttype)
|
||||||
|
End If
|
||||||
|
Return indexierung_erfolgreich
|
||||||
|
Catch ex As Exception
|
||||||
|
LOGGER.Warn("Unvorhergesehener Fehler bei Indexiere_File: " & ex.Message.ToString)
|
||||||
|
Return False
|
||||||
|
End Try
|
||||||
|
|
||||||
' Try
|
' Try
|
||||||
'Die Arrays vorbereiten
|
''Die Arrays vorbereiten
|
||||||
Dim arrIndex() As String = Nothing
|
'Dim arrIndex() As String = Nothing
|
||||||
Dim arrValue() As String = Nothing
|
'Dim arrValue() As String = Nothing
|
||||||
arrIndex = Nothing
|
'arrIndex = Nothing
|
||||||
arrValue = Nothing
|
'arrValue = Nothing
|
||||||
'Den Indexnamen übergeben
|
''Den Indexnamen übergeben
|
||||||
ReDim Preserve arrIndex(0)
|
'ReDim Preserve arrIndex(0)
|
||||||
arrIndex(0) = idxxname
|
'arrIndex(0) = idxxname
|
||||||
'Das Array der Idnexwerte überprüfen
|
''Das Array der Idnexwerte überprüfen
|
||||||
If idxvalue Is Nothing = False Then
|
'If idxvalue Is Nothing = False Then
|
||||||
If idxvalue.Length() > 1 Then
|
' If idxvalue.Length() > 1 Then
|
||||||
LOGGER.Debug("Indexing Index '" & idxxname & "' with Arrayvalue")
|
' LOGGER.Debug("Indexing Index '" & idxxname & "' with Arrayvalue")
|
||||||
Dim anzahl As Integer = 0
|
' Dim anzahl As Integer = 0
|
||||||
For Each indexvalue As String In idxvalue
|
' For Each indexvalue As String In idxvalue
|
||||||
ReDim Preserve arrValue(anzahl)
|
' ReDim Preserve arrValue(anzahl)
|
||||||
arrValue(anzahl) = indexvalue
|
' arrValue(anzahl) = indexvalue
|
||||||
anzahl += 1
|
' anzahl += 1
|
||||||
Next
|
' Next
|
||||||
Else
|
' Else
|
||||||
LOGGER.Debug("Indexing Index '" & idxxname & "' with value '" & idxvalue(0) & "'")
|
' LOGGER.Debug("Indexing Index '" & idxxname & "' with value '" & idxvalue(0) & "'")
|
||||||
ReDim Preserve arrValue(0)
|
' ReDim Preserve arrValue(0)
|
||||||
arrValue(0) = idxvalue(0).ToString
|
' arrValue(0) = idxvalue(0).ToString
|
||||||
End If
|
' End If
|
||||||
'Dim _windreamPM As New ClassPMWindream
|
' 'Dim _windreamPM As New ClassPMWindream
|
||||||
'Jetzt das eigentliche Indexieren der Datei
|
' 'Jetzt das eigentliche Indexieren der Datei
|
||||||
File_indexiert = WINDREAM.RunIndexing(WMObject, arrIndex, arrValue)
|
'File_indexiert = WINDREAM.RunIndexing(WMObject, arrIndex, arrValue)
|
||||||
|
|
||||||
Return File_indexiert
|
'Return File_indexiert
|
||||||
End If
|
' End If
|
||||||
|
|
||||||
'Catch ex As Exception
|
'Catch ex As Exception
|
||||||
' LOGGER.Info("Unvorhergesehener Fehler bei Indexiere_File: " & ex.Message.ToString, True)
|
' LOGGER.Info("Unvorhergesehener Fehler bei Indexiere_File: " & ex.Message.ToString, True)
|
||||||
|
|||||||
@ -208,6 +208,7 @@ Public Class ClassInit
|
|||||||
' We initialize the Class in anycase.
|
' We initialize the Class in anycase.
|
||||||
' If there is no client, it will fall back to the db by itself
|
' If there is no client, it will fall back to the db by itself
|
||||||
DatabaseFallback = New DatabaseWithFallback(LOGCONFIG, _Client, Database_ECM, Database_IDB)
|
DatabaseFallback = New DatabaseWithFallback(LOGCONFIG, _Client, Database_ECM, Database_IDB)
|
||||||
|
|
||||||
If dbECMInitialized = True And CONNECTION_STRING_IDB = String.Empty Then
|
If dbECMInitialized = True And CONNECTION_STRING_IDB = String.Empty Then
|
||||||
Return True
|
Return True
|
||||||
ElseIf dbECMInitialized = True And CONNECTION_STRING_IDB <> String.Empty Then
|
ElseIf dbECMInitialized = True And CONNECTION_STRING_IDB <> String.Empty Then
|
||||||
@ -501,7 +502,6 @@ Public Class ClassInit
|
|||||||
BASEDATA_DT_GUI_LANGUAGE_PHRASES = DatabaseFallback.GetDatatable("TBDD_GUI_LANGUAGE_PHRASE", New GetDatatableOptions(oSql, DatabaseType.ECM))
|
BASEDATA_DT_GUI_LANGUAGE_PHRASES = DatabaseFallback.GetDatatable("TBDD_GUI_LANGUAGE_PHRASE", New GetDatatableOptions(oSql, DatabaseType.ECM))
|
||||||
oStep = "TBPM_PROFILE_SEARCH"
|
oStep = "TBPM_PROFILE_SEARCH"
|
||||||
oSql = "select * from TBPM_PROFILE_SEARCH where TYPE = 'DOC' AND ACTIVE = 1 ORDER BY PROFILE_ID,TAB_INDEX"
|
oSql = "select * from TBPM_PROFILE_SEARCH where TYPE = 'DOC' AND ACTIVE = 1 ORDER BY PROFILE_ID,TAB_INDEX"
|
||||||
'BASEDATA_DT_PROFILES_SEARCHES_DOC = DataASorDB.GetDatatable("DD_ECM", oSql, "TBPM_PROFILE_SEARCH", "TYPE = 'DOC'", "PROFILE_ID,TAB_INDEX")
|
|
||||||
BASEDATA_DT_PROFILES_SEARCHES_DOC = DatabaseFallback.GetDatatable("TBPM_PROFILE_SEARCH", New GetDatatableOptions(oSql, DatabaseType.ECM) With {
|
BASEDATA_DT_PROFILES_SEARCHES_DOC = DatabaseFallback.GetDatatable("TBPM_PROFILE_SEARCH", New GetDatatableOptions(oSql, DatabaseType.ECM) With {
|
||||||
.SortByColumn = "PROFILE_ID,TAB_INDEX"
|
.SortByColumn = "PROFILE_ID,TAB_INDEX"
|
||||||
})
|
})
|
||||||
|
|||||||
@ -159,13 +159,19 @@ Public Class ClassPMWindream
|
|||||||
Case WMObjectVariableValueTypeInteger
|
Case WMObjectVariableValueTypeInteger
|
||||||
LOGGER.Debug("Typ des windream-Indexes: WMObjectVariableValueTypeInteger")
|
LOGGER.Debug("Typ des windream-Indexes: WMObjectVariableValueTypeInteger")
|
||||||
If IsNumeric(value) = False Then
|
If IsNumeric(value) = False Then
|
||||||
frmValidator.idxerr_message = "Unerlaubte Eingabe in Numerisches Feld: " & value
|
If value = "String.Empty" Then
|
||||||
LOGGER.Debug("Achtung: Value " & value & " kann nicht in Zahl konvertiert werden!")
|
convertValue = vbEmpty
|
||||||
oDocument.Save()
|
Else
|
||||||
oDocument.unlock()
|
frmValidator.idxerr_message = "Unerlaubte Eingabe in Numerisches Feld: " & value
|
||||||
Return False
|
LOGGER.Debug("Achtung: Value " & value & " kann nicht in Zahl konvertiert werden!")
|
||||||
|
oDocument.Save()
|
||||||
|
oDocument.unlock()
|
||||||
|
Return False
|
||||||
|
End If
|
||||||
|
Else
|
||||||
|
convertValue = CInt(value)
|
||||||
End If
|
End If
|
||||||
convertValue = CInt(value)
|
|
||||||
_int = True
|
_int = True
|
||||||
Case WMObjectVariableValueTypeInteger64bit
|
Case WMObjectVariableValueTypeInteger64bit
|
||||||
LOGGER.Debug("Typ des windream-Indexes: Integer64bit")
|
LOGGER.Debug("Typ des windream-Indexes: Integer64bit")
|
||||||
@ -289,7 +295,10 @@ Public Class ClassPMWindream
|
|||||||
'ReDim ArrName(0)
|
'ReDim ArrName(0)
|
||||||
'ArrName(0) = "Tournr"
|
'ArrName(0) = "Tournr"
|
||||||
'oDocument.SetValues(ArrName, ArrValues)
|
'oDocument.SetValues(ArrName, ArrValues)
|
||||||
If _int = True Then
|
If convertValue = "String.Empty" Or convertValue = vbEmpty Then
|
||||||
|
LOGGER.Debug("Now Indexing simpleAttribute with vbEmpty ...")
|
||||||
|
oDocument.SetVariableValue(aName, String.Empty)
|
||||||
|
ElseIf _int = True Then
|
||||||
oDocument.SetVariableValue(aName, CInt(convertValue))
|
oDocument.SetVariableValue(aName, CInt(convertValue))
|
||||||
ElseIf _date = True Then
|
ElseIf _date = True Then
|
||||||
oDocument.SetVariableValue(aName, CDate(convertValue))
|
oDocument.SetVariableValue(aName, CDate(convertValue))
|
||||||
@ -414,7 +423,13 @@ Public Class ClassPMWindream
|
|||||||
LOGGER.Debug("Wert für Index vor Indexierung: [{0}]", myArray)
|
LOGGER.Debug("Wert für Index vor Indexierung: [{0}]", myArray)
|
||||||
|
|
||||||
'Jetzt die Nachindexierung für Vektor-Felder
|
'Jetzt die Nachindexierung für Vektor-Felder
|
||||||
oDocument.SetVariableValue(aName, myArray)
|
If myArray(0) = "String.Empty" Then
|
||||||
|
LOGGER.Debug("Now Indexing vektor-attribute with vbEmpty ...")
|
||||||
|
oDocument.SetVariableValue(aName, vbEmpty)
|
||||||
|
Else
|
||||||
|
oDocument.SetVariableValue(aName, myArray)
|
||||||
|
End If
|
||||||
|
|
||||||
LOGGER.Debug("'SetVariableValue' für VEKTOR erfolgreich", False)
|
LOGGER.Debug("'SetVariableValue' für VEKTOR erfolgreich", False)
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|||||||
@ -62,7 +62,7 @@ Public Class ClassParamRefresh
|
|||||||
LOGGER.Debug($"FORCE_LAYOUT_OVERVIEW [{FORCE_LAYOUT_OVERVIEW}]")
|
LOGGER.Debug($"FORCE_LAYOUT_OVERVIEW [{FORCE_LAYOUT_OVERVIEW}]")
|
||||||
ElseIf oMode = "PM.NO_MASS_VALIDATOR" Then
|
ElseIf oMode = "PM.NO_MASS_VALIDATOR" Then
|
||||||
SHOW_MASS_VALIDATOR = False
|
SHOW_MASS_VALIDATOR = False
|
||||||
LOGGER.Debug($"SHOW_MASS_VALIDATOR [{SHOW_MASS_VALIDATOR}]")
|
LOGGER.Info($"SHOW_MASS_VALIDATOR [{SHOW_MASS_VALIDATOR}]")
|
||||||
ElseIf oMode = "PM.NO_CHARTS" Then
|
ElseIf oMode = "PM.NO_CHARTS" Then
|
||||||
SHOW_CHARTS = False
|
SHOW_CHARTS = False
|
||||||
LOGGER.Debug($"SHOW_CHARTS [{SHOW_CHARTS}]")
|
LOGGER.Debug($"SHOW_CHARTS [{SHOW_CHARTS}]")
|
||||||
@ -79,7 +79,7 @@ Public Class ClassParamRefresh
|
|||||||
IDB_USES_WMFILESTORE = True
|
IDB_USES_WMFILESTORE = True
|
||||||
ElseIf oMode = "PM.NO_BASICCONF" Then
|
ElseIf oMode = "PM.NO_BASICCONF" Then
|
||||||
BASIC_CONF_VISIBLE = False
|
BASIC_CONF_VISIBLE = False
|
||||||
LOGGER.Debug($"BASIC_CONF_VISIBLE [{BASIC_CONF_VISIBLE}]")
|
LOGGER.Info($"BASIC_CONF_VISIBLE [{BASIC_CONF_VISIBLE}]")
|
||||||
ElseIf oMode = "PM.SYS_LOCKED_MAINTENANCE" Then
|
ElseIf oMode = "PM.SYS_LOCKED_MAINTENANCE" Then
|
||||||
SYS_LOCKED_MAINTENANCE = True
|
SYS_LOCKED_MAINTENANCE = True
|
||||||
ElseIf oMode.StartsWith("PM.IDB_CONID!") Then
|
ElseIf oMode.StartsWith("PM.IDB_CONID!") Then
|
||||||
@ -104,13 +104,13 @@ Public Class ClassParamRefresh
|
|||||||
End If
|
End If
|
||||||
ElseIf oMode = "PM.EXCEL_OVERVIEW" Then
|
ElseIf oMode = "PM.EXCEL_OVERVIEW" Then
|
||||||
EXCEL_OVERVIEW = True
|
EXCEL_OVERVIEW = True
|
||||||
LOGGER.Debug($"EXCEL_OVERVIEW [{EXCEL_OVERVIEW}]")
|
LOGGER.Info($"EXCEL_OVERVIEW [{EXCEL_OVERVIEW}]")
|
||||||
ElseIf oMode = "PM.MONITORING" Then
|
ElseIf oMode = "PM.MONITORING" Then
|
||||||
MONITORING_ACTIVE = True
|
MONITORING_ACTIVE = True
|
||||||
LOGGER.Debug($"MONITORING_ACTIVE [{MONITORING_ACTIVE}]")
|
LOGGER.Debug($"MONITORING_ACTIVE [{MONITORING_ACTIVE}]")
|
||||||
ElseIf oMode = "PM.GHOSTMODE" Then
|
ElseIf oMode = "PM.GHOSTMODE" Then
|
||||||
GHOSTMODE_ACTIVE = True
|
GHOSTMODE_ACTIVE = True
|
||||||
LOGGER.Debug($"GHOSTMODE_ACTIVE [{GHOSTMODE_ACTIVE}]")
|
LOGGER.Info($"GHOSTMODE_ACTIVE [{GHOSTMODE_ACTIVE}]")
|
||||||
ElseIf oMode.StartsWith("PM.COLORSCHEME") Then
|
ElseIf oMode.StartsWith("PM.COLORSCHEME") Then
|
||||||
Dim oColorScheme = oMode.Replace("PM.COLORSCHEME=", "")
|
Dim oColorScheme = oMode.Replace("PM.COLORSCHEME=", "")
|
||||||
RIBBON_COLOR_SCHEME = oColorScheme.ToUpper
|
RIBBON_COLOR_SCHEME = oColorScheme.ToUpper
|
||||||
@ -158,6 +158,24 @@ Public Class ClassParamRefresh
|
|||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LAST_ADDED_COLUMN = ""
|
LAST_ADDED_COLUMN = ""
|
||||||
|
|
||||||
|
End Try
|
||||||
|
ElseIf oMode.StartsWith("PM.MON_COL_CHANGED_WHEN") Then
|
||||||
|
Dim oLEDITEDCOL = oMode.Replace("PM.MON_COL_CHANGED_WHEN=", "")
|
||||||
|
Try
|
||||||
|
MON_EDITED_COLUMN = oLEDITEDCOL
|
||||||
|
LOGGER.Debug($"MON_EDITED_COLUMN: {oLEDITEDCOL}")
|
||||||
|
Catch ex As Exception
|
||||||
|
|
||||||
|
|
||||||
|
End Try
|
||||||
|
ElseIf oMode.StartsWith("PM.MON_COL_ADDED_WHEN") Then
|
||||||
|
Dim oLEDITEDCOL = oMode.Replace("PM.MON_COL_ADDED_WHEN=", "")
|
||||||
|
Try
|
||||||
|
MON_ADDED_COLUMN = oLEDITEDCOL
|
||||||
|
LOGGER.Debug($"MON_COL_ADDED_WHEN: {oLEDITEDCOL}")
|
||||||
|
Catch ex As Exception
|
||||||
|
|
||||||
|
|
||||||
End Try
|
End Try
|
||||||
ElseIf oMode.StartsWith("PM.USE_APPSERVER") Then
|
ElseIf oMode.StartsWith("PM.USE_APPSERVER") Then
|
||||||
Dim oUSE_APPSERVER = oMode.Replace("PM.USE_APPSERVER=", "")
|
Dim oUSE_APPSERVER = oMode.Replace("PM.USE_APPSERVER=", "")
|
||||||
|
|||||||
@ -16,26 +16,34 @@ Public Class ClassSQLEditor
|
|||||||
|
|
||||||
Dim oValueObject = DirectCast(value, SQLValue)
|
Dim oValueObject = DirectCast(value, SQLValue)
|
||||||
Dim oSQLString As String = oValueObject.Value
|
Dim oSQLString As String = oValueObject.Value
|
||||||
Dim oSQLConnection As Integer = oValueObject.ConnectionId
|
'Dim oSQLConnection As Integer = oValueObject.ConnectionId
|
||||||
|
|
||||||
If oService IsNot Nothing AndAlso oSQLString IsNot Nothing Then
|
If oService IsNot Nothing AndAlso oSQLString IsNot Nothing Then
|
||||||
'CURRENT_DESIGN_TYPE = "INPUT_INDEX"
|
'CURRENT_DESIGN_TYPE = "INPUT_INDEX"
|
||||||
Using oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM)
|
Using oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM)
|
||||||
oForm.SQLCommand = oSQLString
|
oForm.SQLCommand = oSQLString
|
||||||
oForm.SQLConnection = oSQLConnection
|
oForm.SQLConnection = 0 'oSQLConnection
|
||||||
|
|
||||||
oForm.PlaceholdersManualPrefix = "CTRL"
|
oForm.PlaceholdersManualPrefix = "CTRL"
|
||||||
oForm.PlaceholdersManualTitle = "Controls"
|
oForm.PlaceholdersManualTitle = "Controls"
|
||||||
oForm.PlaceholdersManual = CURRENT_CONTROL_NAME_LIST.
|
oForm.PlaceholdersManual = CURRENT_CONTROL_NAME_LIST.
|
||||||
ToDictionary(Function(name) name, Function(name) name)
|
ToDictionary(Function(name) name, Function(name) name)
|
||||||
|
|
||||||
|
If IDB_ACTIVE = False Then
|
||||||
|
oForm.ATTRIBUTE_STORE = "WM"
|
||||||
|
oForm.PlaceholdersWindream = MVSource_AllIndicies
|
||||||
|
Else
|
||||||
|
oForm.ATTRIBUTE_STORE = "IDB"
|
||||||
|
End If
|
||||||
If oService.ShowDialog(oForm) = DialogResult.OK Then
|
If oService.ShowDialog(oForm) = DialogResult.OK Then
|
||||||
Dim sql As New SQLValue(oForm.SQLCommand, oForm.SQLConnection)
|
Dim sql As New SQLValue(oForm.SQLCommand) ', oForm.SQLConnection
|
||||||
' CURRENT_CONN_ID_FINAL_INDEX = oForm.SQLConnection
|
' CURRENT_CONN_ID_FINAL_INDEX = oForm.SQLConnection
|
||||||
' CURRENT_CONN_ID = oForm.SQLConnection
|
' CURRENT_CONN_ID = oForm.SQLConnection
|
||||||
value = sql
|
value = sql
|
||||||
End If
|
End If
|
||||||
|
|
||||||
End Using
|
End Using
|
||||||
|
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Return value
|
Return value
|
||||||
|
|||||||
@ -7,18 +7,18 @@ Imports System.Drawing.Design
|
|||||||
<TypeConverter(GetType(SQLTypeConverter))>
|
<TypeConverter(GetType(SQLTypeConverter))>
|
||||||
Public Class SQLValue
|
Public Class SQLValue
|
||||||
Public Property Value As String
|
Public Property Value As String
|
||||||
Public Property ConnectionId As Integer
|
'Public Property ConnectionId As Integer
|
||||||
|
|
||||||
Public Sub New()
|
Public Sub New()
|
||||||
Value = ""
|
Value = ""
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Public Sub New(value As String)
|
'Public Sub New(value As String)
|
||||||
Me.Value = value
|
' Me.Value = value
|
||||||
End Sub
|
'End Sub
|
||||||
|
|
||||||
Public Sub New(pValue As String, pConnectionId As Integer)
|
Public Sub New(pValue As String) ', pConnectionId As Integer)
|
||||||
Value = pValue
|
Value = pValue
|
||||||
ConnectionId = pConnectionId
|
' ConnectionId = pConnectionId
|
||||||
End Sub
|
End Sub
|
||||||
End Class
|
End Class
|
||||||
@ -4,7 +4,7 @@
|
|||||||
Changes to this file may cause incorrect behavior and will be lost if
|
Changes to this file may cause incorrect behavior and will be lost if
|
||||||
the code is regenerated.
|
the code is regenerated.
|
||||||
</autogenerated>-->
|
</autogenerated>-->
|
||||||
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="0" ViewPortY="0" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
<DiagramLayout xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ex:showrelationlabel="False" ViewPortX="0" ViewPortY="0" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||||
<Shapes>
|
<Shapes>
|
||||||
<Shape ID="DesignTable:TBPM_PROFILE_FINAL_INDEXING" ZOrder="1" X="93" Y="35" Height="362" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="292" />
|
<Shape ID="DesignTable:TBPM_PROFILE_FINAL_INDEXING" ZOrder="1" X="93" Y="35" Height="362" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="292" />
|
||||||
</Shapes>
|
</Shapes>
|
||||||
|
|||||||
BIN
app/TaskFlow/GdPicture.NET.14.Imaging.ML.64.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.Imaging.ML.64.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.Imaging.ML.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.Imaging.ML.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.Imaging.Rendering.Skia.64.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.Imaging.Rendering.Skia.64.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.Imaging.Rendering.Skia.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.Imaging.Rendering.Skia.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.barcode.1d.reader.64.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.barcode.1d.reader.64.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.barcode.1d.reader.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.barcode.1d.reader.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.barcode.2d.reader.64.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.barcode.2d.reader.64.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.barcode.2d.reader.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.barcode.2d.reader.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.filters.64.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.filters.64.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.filters.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.filters.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.image.gdimgplug.64.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.image.gdimgplug.64.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.image.gdimgplug.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.image.gdimgplug.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.machine.vision.64.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.machine.vision.64.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.machine.vision.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.machine.vision.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.twain.client.64.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.twain.client.64.dll
Normal file
Binary file not shown.
BIN
app/TaskFlow/GdPicture.NET.14.twain.client.dll
Normal file
BIN
app/TaskFlow/GdPicture.NET.14.twain.client.dll
Normal file
Binary file not shown.
@ -84,7 +84,7 @@ Public Module ModuleControlProperties
|
|||||||
|
|
||||||
Private _index_type As String
|
Private _index_type As String
|
||||||
Private _sql_command As String
|
Private _sql_command As String
|
||||||
Friend _sql_connection As Integer = 0
|
'Friend _sql_connection As Integer = 0
|
||||||
Private _Enable_SQL As String
|
Private _Enable_SQL As String
|
||||||
Private _Enable_SQL_ONLOAD As String
|
Private _Enable_SQL_ONLOAD As String
|
||||||
Private _default_value
|
Private _default_value
|
||||||
@ -124,36 +124,37 @@ Public Module ModuleControlProperties
|
|||||||
<Category(ClassConstants.CAT_DATA)>
|
<Category(ClassConstants.CAT_DATA)>
|
||||||
Public Property SQLCommand() As SQLValue
|
Public Property SQLCommand() As SQLValue
|
||||||
Get
|
Get
|
||||||
Return New SQLValue(NotNull(_sql_command, ""), _sql_connection)
|
Return New SQLValue(NotNull(_sql_command, "")) ', _sql_connection
|
||||||
End Get
|
End Get
|
||||||
Set(ByVal value As SQLValue)
|
Set(ByVal value As SQLValue)
|
||||||
_sql_command = value.Value
|
_sql_command = value.Value
|
||||||
SQLConnection = value.ConnectionId
|
'SQLConnection = value.ConnectionId
|
||||||
|
|
||||||
End Set
|
End Set
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
<DisplayName("SQL Connection")>
|
'<DisplayName("SQL Connection")>
|
||||||
<Category(ClassConstants.CAT_INFORMATION)>
|
'<Category(ClassConstants.CAT_INFORMATION)>
|
||||||
<[ReadOnly](True)>
|
'<[ReadOnly](True)>
|
||||||
Public Property SQLConnection() As Integer
|
'Public Property SQLConnection() As Integer
|
||||||
Get
|
' Get
|
||||||
Return _sql_connection
|
' Return _sql_connection
|
||||||
End Get
|
' End Get
|
||||||
Set(value As Integer)
|
' Set(value As Integer)
|
||||||
_sql_connection = value
|
' _sql_connection = value
|
||||||
End Set
|
' End Set
|
||||||
End Property
|
'End Property
|
||||||
|
|
||||||
<DisplayName("Enable On Change SQL")>
|
<DisplayName("Enable On Change SQL")>
|
||||||
<Description("SQL Command that determines if a control should be enabled/disabled when another, referenced control changes. Should return 0 or 1. Can include a Control-Placeholder.")>
|
<Description("SQL Command that determines if a control should be enabled/disabled when another, referenced control changes. Should return 0 or 1. Can include a Control-Placeholder.")>
|
||||||
<Category(ClassConstants.CAT_BEHAVIOUR)>
|
<Category(ClassConstants.CAT_BEHAVIOUR)>
|
||||||
Public Property Enable_SQL() As SQLValue
|
Public Property Enable_SQL() As SQLValue
|
||||||
Get
|
Get
|
||||||
Return New SQLValue(NotNull(_Enable_SQL, ""), _sql_connection)
|
Return New SQLValue(NotNull(_Enable_SQL, "")) ', _sql_connection
|
||||||
End Get
|
End Get
|
||||||
Set(ByVal value As SQLValue)
|
Set(ByVal value As SQLValue)
|
||||||
_Enable_SQL = value.Value
|
_Enable_SQL = value.Value
|
||||||
SQLConnection = value.ConnectionId
|
'SQLConnection = value.ConnectionId
|
||||||
End Set
|
End Set
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
@ -162,11 +163,11 @@ Public Module ModuleControlProperties
|
|||||||
<Category(ClassConstants.CAT_BEHAVIOUR)>
|
<Category(ClassConstants.CAT_BEHAVIOUR)>
|
||||||
Public Property Enable_SQL_OnLoad() As SQLValue
|
Public Property Enable_SQL_OnLoad() As SQLValue
|
||||||
Get
|
Get
|
||||||
Return New SQLValue(NotNull(_Enable_SQL_ONLOAD, ""), _sql_connection)
|
Return New SQLValue(NotNull(_Enable_SQL_ONLOAD, "")) ', _sql_connection
|
||||||
End Get
|
End Get
|
||||||
Set(ByVal value As SQLValue)
|
Set(ByVal value As SQLValue)
|
||||||
_Enable_SQL_ONLOAD = value.Value
|
_Enable_SQL_ONLOAD = value.Value
|
||||||
SQLConnection = value.ConnectionId
|
'SQLConnection = value.ConnectionId
|
||||||
End Set
|
End Set
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
@ -189,11 +190,11 @@ Public Module ModuleControlProperties
|
|||||||
<Category(ClassConstants.CAT_BEHAVIOUR)>
|
<Category(ClassConstants.CAT_BEHAVIOUR)>
|
||||||
Public Property SetControlData As SQLValue
|
Public Property SetControlData As SQLValue
|
||||||
Get
|
Get
|
||||||
Return New SQLValue(_set_control_data, _sql_connection)
|
Return New SQLValue(_set_control_data) ', _sql_connection
|
||||||
End Get
|
End Get
|
||||||
Set(value As SQLValue)
|
Set(value As SQLValue)
|
||||||
_set_control_data = value.Value
|
_set_control_data = value.Value
|
||||||
SQLConnection = value.ConnectionId
|
'SQLConnection = value.ConnectionId
|
||||||
End Set
|
End Set
|
||||||
End Property
|
End Property
|
||||||
End Class
|
End Class
|
||||||
@ -345,11 +346,11 @@ Public Module ModuleControlProperties
|
|||||||
<Category(ClassConstants.CAT_VALIDATION)>
|
<Category(ClassConstants.CAT_VALIDATION)>
|
||||||
Public Property Override_SQL() As SQLValue
|
Public Property Override_SQL() As SQLValue
|
||||||
Get
|
Get
|
||||||
Return New SQLValue(NotNull(_Override_SQL, ""), _sql_connection)
|
Return New SQLValue(NotNull(_Override_SQL, "")) ', _sql_connection
|
||||||
End Get
|
End Get
|
||||||
Set(ByVal value As SQLValue)
|
Set(ByVal value As SQLValue)
|
||||||
_Override_SQL = value.Value
|
_Override_SQL = value.Value
|
||||||
SQLConnection = value.ConnectionId
|
'SQLConnection = value.ConnectionId
|
||||||
End Set
|
End Set
|
||||||
End Property
|
End Property
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
@ -11,10 +11,10 @@ Module ModuleFinalIndexProperties
|
|||||||
<[ReadOnly](True)>
|
<[ReadOnly](True)>
|
||||||
Public Property GUID As Integer
|
Public Property GUID As Integer
|
||||||
|
|
||||||
<DisplayName("Connection ID")>
|
'<DisplayName("Connection ID")>
|
||||||
<Category(ClassConstants.CAT_INFORMATION)>
|
'<Category(ClassConstants.CAT_INFORMATION)>
|
||||||
<[ReadOnly](True)>
|
'<[ReadOnly](True)>
|
||||||
Public Property ConnectionId As Integer
|
'Public Property ConnectionId As Integer
|
||||||
|
|
||||||
<Category(ClassConstants.CAT_GENERAL)>
|
<Category(ClassConstants.CAT_GENERAL)>
|
||||||
Public Property Description As String
|
Public Property Description As String
|
||||||
@ -97,6 +97,7 @@ Module ModuleFinalIndexProperties
|
|||||||
Public Property VectorBehaviourType As List(Of String)
|
Public Property VectorBehaviourType As List(Of String)
|
||||||
|
|
||||||
Public Sub VectorIndexBooleanProvider(attrs As PropertyAttributes)
|
Public Sub VectorIndexBooleanProvider(attrs As PropertyAttributes)
|
||||||
|
'Sd
|
||||||
MaybeSetReadOnlyIfNotVectorIndex(attrs)
|
MaybeSetReadOnlyIfNotVectorIndex(attrs)
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
@ -182,7 +183,12 @@ Module ModuleFinalIndexProperties
|
|||||||
If indexType.Contains(type) Then
|
If indexType.Contains(type) Then
|
||||||
attrs.IsBrowsable = True
|
attrs.IsBrowsable = True
|
||||||
Else
|
Else
|
||||||
attrs.IsBrowsable = False
|
If attrs.DisplayName = "Index Behaviour" Then
|
||||||
|
attrs.IsBrowsable = True
|
||||||
|
Else
|
||||||
|
attrs.IsBrowsable = False
|
||||||
|
End If
|
||||||
|
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
|||||||
@ -91,6 +91,8 @@ Module ModuleRuntimeVariables
|
|||||||
Public Property INACTIVITYRecognized As Boolean = False
|
Public Property INACTIVITYRecognized As Boolean = False
|
||||||
Public Property LAST_EDITED_COLUMN As String = "NONE"
|
Public Property LAST_EDITED_COLUMN As String = "NONE"
|
||||||
Public Property LAST_ADDED_COLUMN As String = "NONE"
|
Public Property LAST_ADDED_COLUMN As String = "NONE"
|
||||||
|
Public Property MON_EDITED_COLUMN As String = "NONE"
|
||||||
|
Public Property MON_ADDED_COLUMN As String = "NONE"
|
||||||
Public Property USE_APPSERVER As Boolean = False
|
Public Property USE_APPSERVER As Boolean = False
|
||||||
Public Property SEARCH1 As String = ""
|
Public Property SEARCH1 As String = ""
|
||||||
Public Property SEARCH2 As String = ""
|
Public Property SEARCH2 As String = ""
|
||||||
@ -181,4 +183,6 @@ Module ModuleRuntimeVariables
|
|||||||
|
|
||||||
Public LIC_MODULES As String = "NONE"
|
Public LIC_MODULES As String = "NONE"
|
||||||
Public oSQLLoginAttempt As String
|
Public oSQLLoginAttempt As String
|
||||||
|
|
||||||
|
Public MVSource_AllIndicies As List(Of String)
|
||||||
End Module
|
End Module
|
||||||
|
|||||||
5
app/TaskFlow/README.txt
Normal file
5
app/TaskFlow/README.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
BASE MODULE
|
||||||
|
===========
|
||||||
|
|
||||||
|
This module is intended for often used constants and datastructures.
|
||||||
|
Therefor it is important that this module does not have any dependencies on other modules!!
|
||||||
@ -1,5 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
||||||
@ -159,25 +160,28 @@
|
|||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.GUIs.Common, Version=2.5.8.1, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="DigitalData.GUIs.Common, Version=2.5.8.1, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\..\..\2_DLL Projekte\DDMonorepo\GUIs.Common\bin\Debug\DigitalData.GUIs.Common.dll</HintPath>
|
<HintPath>..\..\..\..\2_DLL Projekte\DDMonorepo\Controls.SnapPanel\bin\Debug\DigitalData.Controls.SnapPanel.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.Modules.Base">
|
<Reference Include="DigitalData.GUIs.Common, Version=2.6.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\Base\bin\Debug\DigitalData.Modules.Base.dll</HintPath>
|
<HintPath>..\packages\DigitalData.GUIs.Common.2.6.2\lib\net462\DigitalData.GUIs.Common.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.Modules.Config, Version=1.2.2.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="DigitalData.Modules.Base, Version=1.3.8.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\packages\DigitalData.Modules.Base.1.3.8\lib\net462\DigitalData.Modules.Base.dll</HintPath>
|
||||||
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\Config\bin\Debug\DigitalData.Modules.Config.dll</HintPath>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.Modules.Database, Version=2.3.5.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="DigitalData.Modules.Config, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\packages\DigitalData.Modules.Config.1.3.0\lib\net462\DigitalData.Modules.Config.dll</HintPath>
|
||||||
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\Database\bin\Debug\DigitalData.Modules.Database.dll</HintPath>
|
</Reference>
|
||||||
|
<Reference Include="DigitalData.Modules.Database, Version=2.3.5.4, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\DigitalData.Modules.Database.2.3.5.4\lib\net462\DigitalData.Modules.Database.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.Modules.EDMI.API">
|
<Reference Include="DigitalData.Modules.EDMI.API">
|
||||||
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\EDMIAPI\bin\Debug\DigitalData.Modules.EDMI.API.dll</HintPath>
|
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\EDMIAPI\bin\Debug\DigitalData.Modules.EDMI.API.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.Modules.Encryption, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="DigitalData.Modules.Encryption, Version=1.3.1.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\packages\DigitalData.Modules.Encryption.1.3.1\lib\net462\DigitalData.Modules.Encryption.dll</HintPath>
|
||||||
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\Encryption\bin\Debug\DigitalData.Modules.Encryption.dll</HintPath>
|
</Reference>
|
||||||
|
<Reference Include="DigitalData.Modules.Filesystem, Version=1.3.3.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\DigitalData.Modules.Filesystem.1.3.3\lib\net462\DigitalData.Modules.Filesystem.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.Modules.Interfaces">
|
<Reference Include="DigitalData.Modules.Interfaces">
|
||||||
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\Interfaces\bin\Debug\DigitalData.Modules.Interfaces.dll</HintPath>
|
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\Interfaces\bin\Debug\DigitalData.Modules.Interfaces.dll</HintPath>
|
||||||
@ -188,14 +192,21 @@
|
|||||||
<Reference Include="DigitalData.Modules.License">
|
<Reference Include="DigitalData.Modules.License">
|
||||||
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\License\bin\Debug\DigitalData.Modules.License.dll</HintPath>
|
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\License\bin\Debug\DigitalData.Modules.License.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.Modules.Logging, Version=2.6.3.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="DigitalData.Modules.Logging, Version=2.6.5.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\DigitalData.Modules.Logging.2.6.5\lib\net462\DigitalData.Modules.Logging.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="DigitalData.Modules.Messaging, Version=1.9.8.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\Logging\bin\Debug\DigitalData.Modules.Logging.dll</HintPath>
|
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\Messaging\bin\Debug\DigitalData.Modules.Messaging.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.Modules.Patterns">
|
<Reference Include="DigitalData.Modules.Patterns, Version=1.3.1.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\Patterns\bin\Debug\DigitalData.Modules.Patterns.dll</HintPath>
|
<HintPath>..\packages\DigitalData.Modules.Patterns.1.3.1\lib\net462\DigitalData.Modules.Patterns.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.Modules.Windream">
|
<Reference Include="DigitalData.Modules.Windows, Version=1.5.1.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\DigitalData.Modules.Windows.1.5.1\lib\net462\DigitalData.Modules.Windows.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="DigitalData.Modules.Windream, Version=1.9.6.2, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\Windream\bin\Debug\DigitalData.Modules.Windream.dll</HintPath>
|
<HintPath>..\..\..\..\2_DLL Projekte\DDModules\Windream\bin\Debug\DigitalData.Modules.Windream.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.Modules.ZooFlow">
|
<Reference Include="DigitalData.Modules.ZooFlow">
|
||||||
@ -210,9 +221,85 @@
|
|||||||
<Reference Include="DocumentFormat.OpenXml.Framework, Version=3.2.0.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17, processorArchitecture=MSIL">
|
<Reference Include="DocumentFormat.OpenXml.Framework, Version=3.2.0.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\DocumentFormat.OpenXml.Framework.3.2.0\lib\net46\DocumentFormat.OpenXml.Framework.dll</HintPath>
|
<HintPath>..\packages\DocumentFormat.OpenXml.Framework.3.2.0\lib\net46\DocumentFormat.OpenXml.Framework.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="EntityFramework.Firebird, Version=6.4.0.0, Culture=neutral, PublicKeyToken=42d22d092898e5f8, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\EntityFramework.Firebird.6.4.0\lib\net452\EntityFramework.Firebird.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="FirebirdSql.Data.FirebirdClient, Version=7.5.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\FirebirdSql.Data.FirebirdClient.7.5.0\lib\net452\FirebirdSql.Data.FirebirdClient.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="FormsUtils">
|
<Reference Include="FormsUtils">
|
||||||
<HintPath>P:\Visual Studio Projekte\Bibliotheken\FormsUtils.dll</HintPath>
|
<HintPath>P:\Visual Studio Projekte\Bibliotheken\FormsUtils.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.barcode.1d.writer, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.barcode.1d.writer.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.barcode.2d.writer, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.barcode.2d.writer.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.CAD, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.CAD.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.CAD.DWG, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.CAD.DWG.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.Common, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.Common.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.Document, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.Document.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.Email, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.Email.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.HTML, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.HTML.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.Imaging, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.Imaging.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.Imaging.Formats, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.Imaging.Formats.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.Imaging.Formats.Conversion, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.Imaging.Formats.Conversion.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.Imaging.Rendering, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.Imaging.Rendering.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.MSOfficeBinary, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.MSOfficeBinary.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.OpenDocument, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.OpenDocument.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.OpenXML, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.OpenXML.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.OpenXML.Templating, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.OpenXML.Templating.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.PDF, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.PDF.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.RTF, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.RTF.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.SVG, Version=14.3.3.0, Culture=neutral, PublicKeyToken=f52a2e60ad468dbb, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.SVG.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="GdPicture.NET.14.wia.gateway, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6973b5c22dcf45f7, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\GdPicture.14.3.3\lib\net462\GdPicture.NET.14.wia.gateway.dll</HintPath>
|
||||||
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||||||
|
</Reference>
|
||||||
<Reference Include="Interop.WINDREAMLib">
|
<Reference Include="Interop.WINDREAMLib">
|
||||||
<HintPath>P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WINDREAMLib.dll</HintPath>
|
<HintPath>P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WINDREAMLib.dll</HintPath>
|
||||||
<EmbedInteropTypes>False</EmbedInteropTypes>
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
||||||
@ -229,6 +316,9 @@
|
|||||||
<HintPath>P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WMOTOOLLib.dll</HintPath>
|
<HintPath>P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WMOTOOLLib.dll</HintPath>
|
||||||
<EmbedInteropTypes>True</EmbedInteropTypes>
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="Mail">
|
||||||
|
<HintPath>P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\Limilabs\Mail.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
@ -236,6 +326,12 @@
|
|||||||
<HintPath>..\packages\Microsoft.Bcl.Cryptography.9.0.0\lib\net462\Microsoft.Bcl.Cryptography.dll</HintPath>
|
<HintPath>..\packages\Microsoft.Bcl.Cryptography.9.0.0\lib\net462\Microsoft.Bcl.Cryptography.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="Microsoft.CSharp" />
|
||||||
|
<Reference Include="Microsoft.Identity.Client, Version=4.55.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\Microsoft.Identity.Client.4.55.0\lib\net461\Microsoft.Identity.Client.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=6.22.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.6.22.0\lib\net461\Microsoft.IdentityModel.Abstractions.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
@ -263,6 +359,9 @@
|
|||||||
<Reference Include="RtfPipe, Version=2.0.7677.4303, Culture=neutral, PublicKeyToken=5f6ab4ce530296d2, processorArchitecture=MSIL">
|
<Reference Include="RtfPipe, Version=2.0.7677.4303, Culture=neutral, PublicKeyToken=5f6ab4ce530296d2, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\RtfPipe.2.0.7677.4303\lib\net45\RtfPipe.dll</HintPath>
|
<HintPath>..\packages\RtfPipe.2.0.7677.4303\lib\net45\RtfPipe.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="S22.Imap, Version=3.6.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\S22.Imap.3.6.0.0\lib\net40\S22.Imap.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Buffers, Version=4.0.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
<Reference Include="System.Buffers, Version=4.0.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\System.Buffers.4.6.0\lib\net462\System.Buffers.dll</HintPath>
|
<HintPath>..\packages\System.Buffers.4.6.0\lib\net462\System.Buffers.dll</HintPath>
|
||||||
@ -277,6 +376,9 @@
|
|||||||
<Reference Include="System.Configuration" />
|
<Reference Include="System.Configuration" />
|
||||||
<Reference Include="System.Data" />
|
<Reference Include="System.Data" />
|
||||||
<Reference Include="System.Data.Linq" />
|
<Reference Include="System.Data.Linq" />
|
||||||
|
<Reference Include="System.Data.Odbc, Version=6.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.Data.Odbc.6.0.1\lib\net461\System.Data.Odbc.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="System.Data.OracleClient" />
|
<Reference Include="System.Data.OracleClient" />
|
||||||
<Reference Include="System.Deployment" />
|
<Reference Include="System.Deployment" />
|
||||||
<Reference Include="System.Design" />
|
<Reference Include="System.Design" />
|
||||||
@ -286,6 +388,7 @@
|
|||||||
<Reference Include="System.Formats.Asn1, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
<Reference Include="System.Formats.Asn1, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\System.Formats.Asn1.9.0.0\lib\net462\System.Formats.Asn1.dll</HintPath>
|
<HintPath>..\packages\System.Formats.Asn1.9.0.0\lib\net462\System.Formats.Asn1.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="System.IdentityModel" />
|
||||||
<Reference Include="System.IO.Compression" />
|
<Reference Include="System.IO.Compression" />
|
||||||
<Reference Include="System.IO.Packaging, Version=8.0.0.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
<Reference Include="System.IO.Packaging, Version=8.0.0.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\System.IO.Packaging.8.0.1\lib\net462\System.IO.Packaging.dll</HintPath>
|
<HintPath>..\packages\System.IO.Packaging.8.0.1\lib\net462\System.IO.Packaging.dll</HintPath>
|
||||||
@ -1145,6 +1248,22 @@
|
|||||||
<None Include="Changelog.md" />
|
<None Include="Changelog.md" />
|
||||||
<Content Include="DD_Icons_ICO_PMANAGER_48px.ico" />
|
<Content Include="DD_Icons_ICO_PMANAGER_48px.ico" />
|
||||||
<Content Include="DD_taskFLOW_ICON.ico" />
|
<Content Include="DD_taskFLOW_ICON.ico" />
|
||||||
|
<Content Include="GdPicture.NET.14.barcode.1d.reader.64.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.barcode.1d.reader.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.barcode.2d.reader.64.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.barcode.2d.reader.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.filters.64.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.filters.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.image.gdimgplug.64.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.image.gdimgplug.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.Imaging.ML.64.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.Imaging.ML.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.Imaging.Rendering.Skia.64.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.Imaging.Rendering.Skia.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.machine.vision.64.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.machine.vision.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.twain.client.64.dll" />
|
||||||
|
<Content Include="GdPicture.NET.14.twain.client.dll" />
|
||||||
<Content Include="MailLicense.xml">
|
<Content Include="MailLicense.xml">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
@ -1172,6 +1291,7 @@
|
|||||||
<None Include="Resources\DD_taskFLOW_BOOT.png" />
|
<None Include="Resources\DD_taskFLOW_BOOT.png" />
|
||||||
<None Include="Resources\DD_taskFLOW_ICON.png" />
|
<None Include="Resources\DD_taskFLOW_ICON.png" />
|
||||||
<None Include="Resources\AttachFileHS.png" />
|
<None Include="Resources\AttachFileHS.png" />
|
||||||
|
<Content Include="README.txt" />
|
||||||
<Content Include="task.ico" />
|
<Content Include="task.ico" />
|
||||||
<None Include="Resources\searchFlow_icon.png" />
|
<None Include="Resources\searchFlow_icon.png" />
|
||||||
<None Include="Resources\taskFlow_icon.png" />
|
<None Include="Resources\taskFlow_icon.png" />
|
||||||
@ -1250,7 +1370,10 @@
|
|||||||
<ErrorText>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}".</ErrorText>
|
<ErrorText>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}".</ErrorText>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Error Condition="!Exists('..\packages\GdPicture.runtimes.windows.14.3.3\build\net462\GdPicture.runtimes.windows.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\GdPicture.runtimes.windows.14.3.3\build\net462\GdPicture.runtimes.windows.targets'))" />
|
<Error Condition="!Exists('..\packages\GdPicture.runtimes.windows.14.3.3\build\net462\GdPicture.runtimes.windows.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\GdPicture.runtimes.windows.14.3.3\build\net462\GdPicture.runtimes.windows.targets'))" />
|
||||||
|
<Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
|
||||||
|
<Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
|
||||||
</Target>
|
</Target>
|
||||||
|
<Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
Other similar extension points exist, see Microsoft.Common.targets.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
<Target Name="BeforeBuild">
|
<Target Name="BeforeBuild">
|
||||||
|
|||||||
@ -48,6 +48,8 @@ Public Class clsPatterns
|
|||||||
Public Const INT_VALUE_MACHINE = "MACHINE"
|
Public Const INT_VALUE_MACHINE = "MACHINE"
|
||||||
Public Const INT_VALUE_DOMAIN = "DOMAIN"
|
Public Const INT_VALUE_DOMAIN = "DOMAIN"
|
||||||
Public Const INT_VALUE_DATE = "DATE"
|
Public Const INT_VALUE_DATE = "DATE"
|
||||||
|
Public Const INT_VALUE_WMDocID = "WMDocID"
|
||||||
|
Public Const INT_VALUE_IDBID = "IDBObjID"
|
||||||
|
|
||||||
Public Const MAX_TRY_COUNT = 20
|
Public Const MAX_TRY_COUNT = 20
|
||||||
|
|
||||||
@ -125,6 +127,12 @@ Public Class clsPatterns
|
|||||||
While ContainsPatternAndValue(oResult, PATTERN_INT, INT_VALUE_DATE)
|
While ContainsPatternAndValue(oResult, PATTERN_INT, INT_VALUE_DATE)
|
||||||
oResult = ReplacePattern(oResult, PATTERN_INT, Now.ToShortDateString)
|
oResult = ReplacePattern(oResult, PATTERN_INT, Now.ToShortDateString)
|
||||||
End While
|
End While
|
||||||
|
While ContainsPatternAndValue(oResult, PATTERN_INT, INT_VALUE_WMDocID)
|
||||||
|
oResult = ReplacePattern(oResult, PATTERN_INT, CURRENT_DOC_ID)
|
||||||
|
End While
|
||||||
|
While ContainsPatternAndValue(oResult, PATTERN_INT, INT_VALUE_IDBID)
|
||||||
|
oResult = ReplacePattern(oResult, PATTERN_INT, CURRENT_DOC_ID)
|
||||||
|
End While
|
||||||
|
|
||||||
Return oResult
|
Return oResult
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
|
|||||||
@ -109,7 +109,7 @@ Public Class frmAdmin_notResponsibleConfig
|
|||||||
Dim oldSQL = oNotResponsible_SQL
|
Dim oldSQL = oNotResponsible_SQL
|
||||||
Dim oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
Dim oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
||||||
.SQLCommand = oNotResponsible_SQL,
|
.SQLCommand = oNotResponsible_SQL,
|
||||||
.SQLConnection = 1,
|
.SQLConnection = 0,
|
||||||
.PlaceholdersManualPrefix = "CTRL",
|
.PlaceholdersManualPrefix = "CTRL",
|
||||||
.PlaceholdersManualTitle = "Controls",
|
.PlaceholdersManualTitle = "Controls",
|
||||||
.PlaceholdersManual = CURRENT_CONTROL_NAME_LIST.ToDictionary(Function(name) name, Function(name) name)
|
.PlaceholdersManual = CURRENT_CONTROL_NAME_LIST.ToDictionary(Function(name) name, Function(name) name)
|
||||||
|
|||||||
@ -38,7 +38,7 @@ Public Class frmAdmin_rejectionConfig
|
|||||||
Dim oldSQL = oRej_SQL
|
Dim oldSQL = oRej_SQL
|
||||||
Dim oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
Dim oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
||||||
.SQLCommand = oldSQL,
|
.SQLCommand = oldSQL,
|
||||||
.SQLConnection = 1,
|
.SQLConnection = 0,
|
||||||
.PlaceholdersManualPrefix = "CTRL",
|
.PlaceholdersManualPrefix = "CTRL",
|
||||||
.PlaceholdersManualTitle = "Controls",
|
.PlaceholdersManualTitle = "Controls",
|
||||||
.PlaceholdersManual = CURRENT_CONTROL_NAME_LIST.ToDictionary(Function(name) name, Function(name) name)
|
.PlaceholdersManual = CURRENT_CONTROL_NAME_LIST.ToDictionary(Function(name) name, Function(name) name)
|
||||||
@ -71,7 +71,7 @@ Public Class frmAdmin_rejectionConfig
|
|||||||
Dim oldSQL = oRej_SQL_Reasons
|
Dim oldSQL = oRej_SQL_Reasons
|
||||||
Dim oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
Dim oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
||||||
.SQLCommand = oRej_SQL_Reasons,
|
.SQLCommand = oRej_SQL_Reasons,
|
||||||
.SQLConnection = 1,
|
.SQLConnection = 0,
|
||||||
.PlaceholdersManualPrefix = "CTRL",
|
.PlaceholdersManualPrefix = "CTRL",
|
||||||
.PlaceholdersManualTitle = "Controls",
|
.PlaceholdersManualTitle = "Controls",
|
||||||
.PlaceholdersManual = CURRENT_CONTROL_NAME_LIST.ToDictionary(Function(name) name, Function(name) name)
|
.PlaceholdersManual = CURRENT_CONTROL_NAME_LIST.ToDictionary(Function(name) name, Function(name) name)
|
||||||
|
|||||||
3
app/TaskFlow/frmAdministration.Designer.vb
generated
3
app/TaskFlow/frmAdministration.Designer.vb
generated
@ -685,6 +685,7 @@ Partial Class frmAdministration
|
|||||||
Me.viewFinalIndex.Name = "viewFinalIndex"
|
Me.viewFinalIndex.Name = "viewFinalIndex"
|
||||||
Me.viewFinalIndex.OptionsBehavior.Editable = False
|
Me.viewFinalIndex.OptionsBehavior.Editable = False
|
||||||
Me.viewFinalIndex.OptionsBehavior.ReadOnly = True
|
Me.viewFinalIndex.OptionsBehavior.ReadOnly = True
|
||||||
|
Me.viewFinalIndex.OptionsSelection.EnableAppearanceFocusedRow = False
|
||||||
Me.viewFinalIndex.OptionsView.EnableAppearanceEvenRow = True
|
Me.viewFinalIndex.OptionsView.EnableAppearanceEvenRow = True
|
||||||
Me.viewFinalIndex.OptionsView.ShowGroupPanel = False
|
Me.viewFinalIndex.OptionsView.ShowGroupPanel = False
|
||||||
'
|
'
|
||||||
@ -757,7 +758,7 @@ Partial Class frmAdministration
|
|||||||
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
||||||
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.BarButtonItemRefreshProfileData, Me.BarButtonItem2, Me.BarButtonItem3, Me.BarButtonItem4, Me.BarButtonItem5, Me.BarButtonItem6, Me.BarButtonItem7, Me.BarButtonItem8, Me.BarButtonItem9, Me.BarButtonItem10, Me.BarButtonItem11, Me.BarButtonItem12, Me.BarButtonItem13, Me.BarButtonItem14, Me.BarButtonItem15, Me.BarButtonItem16, Me.BarButtonItem17, Me.BarButtonItem18, Me.BarButtonItem19, Me.tsbStaticInfo, Me.BarButtonItem20, Me.BarButtonItem21, Me.bbtnItemFinishSQL, Me.BarButtonItem22, Me.BarButtonItem23, Me.BarButtonItem24, Me.BarButtonItem25, Me.BarButtonItem26, Me.BarToggleSwitchItemEdit, Me.bbtnitmReject, Me.bbtnitmNotResponsible})
|
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.BarButtonItemRefreshProfileData, Me.BarButtonItem2, Me.BarButtonItem3, Me.BarButtonItem4, Me.BarButtonItem5, Me.BarButtonItem6, Me.BarButtonItem7, Me.BarButtonItem8, Me.BarButtonItem9, Me.BarButtonItem10, Me.BarButtonItem11, Me.BarButtonItem12, Me.BarButtonItem13, Me.BarButtonItem14, Me.BarButtonItem15, Me.BarButtonItem16, Me.BarButtonItem17, Me.BarButtonItem18, Me.BarButtonItem19, Me.tsbStaticInfo, Me.BarButtonItem20, Me.BarButtonItem21, Me.bbtnItemFinishSQL, Me.BarButtonItem22, Me.BarButtonItem23, Me.BarButtonItem24, Me.BarButtonItem25, Me.BarButtonItem26, Me.BarToggleSwitchItemEdit, Me.bbtnitmReject, Me.bbtnitmNotResponsible})
|
||||||
resources.ApplyResources(Me.RibbonControl1, "RibbonControl1")
|
resources.ApplyResources(Me.RibbonControl1, "RibbonControl1")
|
||||||
Me.RibbonControl1.MaxItemId = 32
|
Me.RibbonControl1.MaxItemId = 33
|
||||||
Me.RibbonControl1.Name = "RibbonControl1"
|
Me.RibbonControl1.Name = "RibbonControl1"
|
||||||
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1, Me.RibbonPage3})
|
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1, Me.RibbonPage3})
|
||||||
Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
|
Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
|
||||||
|
|||||||
@ -565,7 +565,7 @@
|
|||||||
<value>58</value>
|
<value>58</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="gridAssignedGroups.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="gridAssignedGroups.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>1002, 202</value>
|
<value>1002, 203</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="gridAssignedGroups.TabIndex" type="System.Int32, mscorlib">
|
<data name="gridAssignedGroups.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>3</value>
|
<value>3</value>
|
||||||
@ -688,7 +688,7 @@
|
|||||||
<value>58</value>
|
<value>58</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="gridAvailableGroups.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="gridAvailableGroups.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>1002, 237</value>
|
<value>1002, 236</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="gridAvailableGroups.TabIndex" type="System.Int32, mscorlib">
|
<data name="gridAvailableGroups.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
@ -778,7 +778,7 @@
|
|||||||
<value>1002, 493</value>
|
<value>1002, 493</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SplitContainer1.SplitterDistance" type="System.Int32, mscorlib">
|
<data name="SplitContainer1.SplitterDistance" type="System.Int32, mscorlib">
|
||||||
<value>227</value>
|
<value>228</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SplitContainer1.TabIndex" type="System.Int32, mscorlib">
|
<data name="SplitContainer1.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
@ -4630,7 +4630,7 @@
|
|||||||
<value>6, 89</value>
|
<value>6, 89</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GroupBox2.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="GroupBox2.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>1, 0</value>
|
<value>0, 0</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GroupBox2.TabIndex" type="System.Int32, mscorlib">
|
<data name="GroupBox2.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
@ -4938,7 +4938,7 @@ Top Kreditoren: </value>
|
|||||||
<value>True</value>
|
<value>True</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>180</value>
|
<value>91</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||||
<value>7, 16</value>
|
<value>7, 16</value>
|
||||||
|
|||||||
@ -25,6 +25,7 @@ Public Class frmAdministration
|
|||||||
Private Property profile_guid As Integer = 0
|
Private Property profile_guid As Integer = 0
|
||||||
Private Property DT_CHART_CONFIG As DataTable
|
Private Property DT_CHART_CONFIG As DataTable
|
||||||
Private Property PROF_ORIGIN As DataTable
|
Private Property PROF_ORIGIN As DataTable
|
||||||
|
Private focusedRowHandle As Integer = 199
|
||||||
|
|
||||||
Private Sub frmAdministration_Load(sender As Object, e As System.EventArgs) Handles Me.Load
|
Private Sub frmAdministration_Load(sender As Object, e As System.EventArgs) Handles Me.Load
|
||||||
_Logger.Debug("Loading Administration")
|
_Logger.Debug("Loading Administration")
|
||||||
@ -429,6 +430,7 @@ Public Class frmAdministration
|
|||||||
pgFinalIndexes.SelectedObject = Nothing
|
pgFinalIndexes.SelectedObject = Nothing
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
tsbStaticInfo.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei Refresh_Final_indexe:")
|
MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei Refresh_Final_indexe:")
|
||||||
Finally
|
Finally
|
||||||
@ -658,21 +660,23 @@ Public Class frmAdministration
|
|||||||
Dim view As GridView = sender
|
Dim view As GridView = sender
|
||||||
Dim focusedRow As DataRow = view.GetFocusedDataRow()
|
Dim focusedRow As DataRow = view.GetFocusedDataRow()
|
||||||
|
|
||||||
|
|
||||||
If IsNothing(focusedRow) Then
|
If IsNothing(focusedRow) Then
|
||||||
Exit Sub
|
Exit Sub
|
||||||
|
ElseIf INSERT_ACTIVE = True Then
|
||||||
|
'Exit Sub
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Dim oShouldRefreshGrid = False
|
Dim oShouldRefreshGrid = False
|
||||||
If UNSAVED_CHANGES_FI = True Then
|
If UNSAVED_CHANGES_FI = True Then
|
||||||
oShouldRefreshGrid = CHECK_QUESTION_CHANGES()
|
oShouldRefreshGrid = CHECK_QUESTION_CHANGES()
|
||||||
End If
|
End If
|
||||||
|
pgFinalIndexes.SelectedObject = Nothing
|
||||||
|
|
||||||
|
|
||||||
Dim guid As Integer = focusedRow.Item("GUID")
|
Dim guid As Integer = focusedRow.Item("GUID")
|
||||||
Dim index As String = NotNull(focusedRow.Item("INDEXNAME"), Nothing)
|
Dim index As String = NotNull(focusedRow.Item("INDEXNAME"), Nothing)
|
||||||
Dim sqlCommand As String = NotNull(focusedRow.Item("SQL_COMMAND"), "")
|
Dim sqlCommand As String = NotNull(focusedRow.Item("SQL_COMMAND"), "")
|
||||||
Dim connectionId As Integer = NotNull(focusedRow.Item("CONNECTION_ID"), 0)
|
' Dim connectionId As Integer = NotNull(focusedRow.Item("CONNECTION_ID"), 0)
|
||||||
Dim value As String = NotNull(focusedRow.Item("VALUE"), "")
|
Dim value As String = NotNull(focusedRow.Item("VALUE"), "")
|
||||||
Dim active As Boolean = NotNull(focusedRow.Item("ACTIVE"), True)
|
Dim active As Boolean = NotNull(focusedRow.Item("ACTIVE"), True)
|
||||||
Dim description As String = NotNull(focusedRow.Item("DESCRIPTION"), "")
|
Dim description As String = NotNull(focusedRow.Item("DESCRIPTION"), "")
|
||||||
@ -686,8 +690,7 @@ Public Class frmAdministration
|
|||||||
Dim obj As New FinalIndexProperties With {
|
Dim obj As New FinalIndexProperties With {
|
||||||
.GUID = guid,
|
.GUID = guid,
|
||||||
.IndexName = index,
|
.IndexName = index,
|
||||||
.SQLCommand = New SQLValue(sqlCommand, connectionId),
|
.SQLCommand = New SQLValue(sqlCommand),
|
||||||
.ConnectionId = connectionId,
|
|
||||||
.Description = description,
|
.Description = description,
|
||||||
.Active = active,
|
.Active = active,
|
||||||
.AllowAddNewValues = allowNewValues,
|
.AllowAddNewValues = allowNewValues,
|
||||||
@ -711,7 +714,8 @@ Public Class frmAdministration
|
|||||||
obj.IndexName = index
|
obj.IndexName = index
|
||||||
obj.VectorBehaviourType = New List(Of String) From {
|
obj.VectorBehaviourType = New List(Of String) From {
|
||||||
"Add",
|
"Add",
|
||||||
"Overwrite"
|
"Overwrite",
|
||||||
|
"Delete"
|
||||||
}
|
}
|
||||||
|
|
||||||
If index IsNot Nothing Then
|
If index IsNot Nothing Then
|
||||||
@ -725,9 +729,9 @@ Public Class frmAdministration
|
|||||||
pgFinalIndexes.SelectedObject = obj
|
pgFinalIndexes.SelectedObject = obj
|
||||||
pgFinalIndexes.Refresh()
|
pgFinalIndexes.Refresh()
|
||||||
|
|
||||||
If oShouldRefreshGrid Then
|
'If oShouldRefreshGrid Then
|
||||||
Refresh_Final_Indexes()
|
' Refresh_Final_Indexes()
|
||||||
End If
|
'End If
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
_Logger.Error(ex)
|
_Logger.Error(ex)
|
||||||
MsgBox($"Error while loading Final Index properties: {ex.Message}", MsgBoxStyle.Critical)
|
MsgBox($"Error while loading Final Index properties: {ex.Message}", MsgBoxStyle.Critical)
|
||||||
@ -755,12 +759,8 @@ Public Class frmAdministration
|
|||||||
Dim value As SQLValue = oValue
|
Dim value As SQLValue = oValue
|
||||||
|
|
||||||
If value.Value <> String.Empty Then
|
If value.Value <> String.Empty Then
|
||||||
'obj.ConnectionId = CURRENT_CONN_ID_FINAL_INDEX
|
|
||||||
obj.StringValue = "SQL-Command"
|
obj.StringValue = "SQL-Command"
|
||||||
obj.ConnectionId = value.ConnectionId
|
'obj.ConnectionId = value.ConnectionId
|
||||||
|
|
||||||
'obj.FloatValue = 0
|
|
||||||
' obj.IntegerValue = 0
|
|
||||||
End If
|
End If
|
||||||
|
|
||||||
pgFinalIndexes.Refresh()
|
pgFinalIndexes.Refresh()
|
||||||
@ -775,6 +775,17 @@ Public Class frmAdministration
|
|||||||
obj.Sequence = oValue
|
obj.Sequence = oValue
|
||||||
ElseIf oName = "ContinueOnIndifferentState" Then
|
ElseIf oName = "ContinueOnIndifferentState" Then
|
||||||
obj.ContinueOnIndifferentState = oValue
|
obj.ContinueOnIndifferentState = oValue
|
||||||
|
ElseIf oName = "VectorBehaviour" Then
|
||||||
|
If Not IsNothing(oValue) Then
|
||||||
|
If oValue = "Delete" Then
|
||||||
|
obj.StringValue = "DeleteWMAttributeValue"
|
||||||
|
obj.SQLCommand.Value = ""
|
||||||
|
|
||||||
|
ElseIf oValue = "Add" And obj.StringValue = "" Then
|
||||||
|
obj.StringValue = "Your value to set"
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
|
||||||
End If
|
End If
|
||||||
pgFinalIndexes.Refresh()
|
pgFinalIndexes.Refresh()
|
||||||
End If
|
End If
|
||||||
@ -799,12 +810,8 @@ Public Class frmAdministration
|
|||||||
Dim value As SQLValue = e.ChangedItem.Value
|
Dim value As SQLValue = e.ChangedItem.Value
|
||||||
|
|
||||||
If value.Value <> String.Empty Then
|
If value.Value <> String.Empty Then
|
||||||
'obj.ConnectionId = CURRENT_CONN_ID_FINAL_INDEX
|
|
||||||
obj.StringValue = "SQL-Command"
|
obj.StringValue = "SQL-Command"
|
||||||
obj.ConnectionId = value.ConnectionId
|
'obj.ConnectionId = value.ConnectionId
|
||||||
|
|
||||||
'obj.FloatValue = 0
|
|
||||||
' obj.IntegerValue = 0
|
|
||||||
End If
|
End If
|
||||||
|
|
||||||
propertyGrid.Refresh()
|
propertyGrid.Refresh()
|
||||||
@ -1006,7 +1013,7 @@ Public Class frmAdministration
|
|||||||
Dim oSQL = BASEDATA_DT_CONFIG.Rows(0).Item("SQL_PROFILE_MAIN_VIEW")
|
Dim oSQL = BASEDATA_DT_CONFIG.Rows(0).Item("SQL_PROFILE_MAIN_VIEW")
|
||||||
Dim oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
Dim oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
||||||
.SQLCommand = oSQL,
|
.SQLCommand = oSQL,
|
||||||
.SQLConnection = 1
|
.SQLConnection = 0
|
||||||
}
|
}
|
||||||
oForm.ShowDialog()
|
oForm.ShowDialog()
|
||||||
|
|
||||||
@ -1048,10 +1055,14 @@ Public Class frmAdministration
|
|||||||
Private Sub BarButtonItem18_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem18.ItemClick
|
Private Sub BarButtonItem18_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem18.ItemClick
|
||||||
Save_Final_Indexes()
|
Save_Final_Indexes()
|
||||||
Refresh_Final_Indexes()
|
Refresh_Final_Indexes()
|
||||||
|
If focusedRowHandle <> 199 Then
|
||||||
|
viewFinalIndex.FocusedRowHandle = focusedRowHandle
|
||||||
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub Save_Final_Indexes()
|
Private Sub Save_Final_Indexes()
|
||||||
Try
|
Try
|
||||||
'Dim obj As FinalIndexProperties = PropertyGrid1.SelectedObject
|
'Dim obj As FinalIndexProperties = PropertyGrid1.SelectedObject
|
||||||
|
pgFinalIndexes.EndUpdate()
|
||||||
Dim obj As FinalIndexProperties = pgFinalIndexes.SelectedObject
|
Dim obj As FinalIndexProperties = pgFinalIndexes.SelectedObject
|
||||||
|
|
||||||
If Not IsNothing(obj) Then
|
If Not IsNothing(obj) Then
|
||||||
@ -1067,9 +1078,10 @@ Public Class frmAdministration
|
|||||||
|
|
||||||
Dim guid = obj.GUID
|
Dim guid = obj.GUID
|
||||||
Dim oProfileId As Integer = PROFILGUIDTextBox.Text
|
Dim oProfileId As Integer = PROFILGUIDTextBox.Text
|
||||||
|
focusedRowHandle = 199
|
||||||
|
focusedRowHandle = viewFinalIndex.FocusedRowHandle
|
||||||
'Dim connectionId As Integer = obj.ConnectionId
|
'Dim connectionId As Integer = obj.ConnectionId
|
||||||
Dim connectionId As Integer = NotNull(obj.SQLCommand.ConnectionId, 1)
|
' Dim connectionId As Integer = NotNull(obj.SQLCommand.ConnectionId, 1)
|
||||||
Dim sqlCommand As String = NotNull(obj.SQLCommand.Value, String.Empty).Replace("'", "''")
|
Dim sqlCommand As String = NotNull(obj.SQLCommand.Value, String.Empty).Replace("'", "''")
|
||||||
|
|
||||||
Dim indexName As String = NotNull(obj.IndexName, String.Empty)
|
Dim indexName As String = NotNull(obj.IndexName, String.Empty)
|
||||||
@ -1108,20 +1120,26 @@ Public Class frmAdministration
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
Dim sql As String = $"INSERT INTO TBPM_PROFILE_FINAL_INDEXING (PROFIL_ID, CONNECTION_ID, SQL_COMMAND, INDEXNAME, VALUE, ACTIVE, PREVENT_DUPLICATES, ALLOW_NEW_VALUES, ADDED_WHO,IF_VEKTOR_BEHAVIOUR,DESCRIPTION,SEQUENCE,CONTINUE_INDETERMINED)
|
Dim sql As String = $"INSERT INTO TBPM_PROFILE_FINAL_INDEXING (PROFIL_ID, CONNECTION_ID, SQL_COMMAND, INDEXNAME, VALUE, ACTIVE, PREVENT_DUPLICATES, ALLOW_NEW_VALUES, ADDED_WHO,IF_VEKTOR_BEHAVIOUR,DESCRIPTION,SEQUENCE,CONTINUE_INDETERMINED)
|
||||||
VALUES ({oProfileId}, {connectionId}, '{sqlCommand}', '{indexName}', '{value}', {active}, {preventDuplicates}, {AllowAddNewValues}, '{addedWho}','{IF_VEKTOR_BEHAVIOUR}','{oDescription}',{pSequence},{oContinueOIdS})"
|
VALUES ({oProfileId}, 0, '{sqlCommand}', '{indexName}', '{value}', {active}, {preventDuplicates}, {AllowAddNewValues}, '{addedWho}','{IF_VEKTOR_BEHAVIOUR}','{oDescription}',{pSequence},{oContinueOIdS})"
|
||||||
|
|
||||||
If DatabaseFallback.ExecuteNonQueryECM(sql) Then
|
If DatabaseFallback.ExecuteNonQueryECM(sql) Then
|
||||||
tsbStaticInfo.Caption = $"Final index added - {Now.ToLongTimeString}"
|
tsbStaticInfo.Caption = $"Final index added - {Now.ToLongTimeString}"
|
||||||
INSERT_ACTIVE = False
|
INSERT_ACTIVE = False
|
||||||
|
'Refresh_Final_Indexes()
|
||||||
End If
|
End If
|
||||||
Else
|
Else
|
||||||
Dim sql As String = $"UPDATE TBPM_PROFILE_FINAL_INDEXING
|
Dim sql As String = $"UPDATE TBPM_PROFILE_FINAL_INDEXING
|
||||||
SET CONNECTION_ID = {connectionId}, SQL_COMMAND = '{sqlCommand}', INDEXNAME = '{indexName}', CHANGED_WHO = '{addedWho}', DESCRIPTION = '{oDescription}',
|
SET CONNECTION_ID = 0, SQL_COMMAND = '{sqlCommand}', INDEXNAME = '{indexName}', CHANGED_WHO = '{addedWho}', DESCRIPTION = '{oDescription}',
|
||||||
VALUE = '{value}', ACTIVE = {active}, ALLOW_NEW_VALUES = {AllowAddNewValues}, PREVENT_DUPLICATES = {preventDuplicates},IF_VEKTOR_BEHAVIOUR = '{IF_VEKTOR_BEHAVIOUR}', [SEQUENCE] = {oSequence}, CONTINUE_INDETERMINED = {oContinueOIdS}
|
VALUE = '{value}', ACTIVE = {active}, ALLOW_NEW_VALUES = {AllowAddNewValues}, PREVENT_DUPLICATES = {preventDuplicates},
|
||||||
|
IF_VEKTOR_BEHAVIOUR = '{IF_VEKTOR_BEHAVIOUR}',
|
||||||
|
[SEQUENCE] = {oSequence}, CONTINUE_INDETERMINED = {oContinueOIdS}
|
||||||
WHERE GUID = {guid}"
|
WHERE GUID = {guid}"
|
||||||
|
|
||||||
If DatabaseFallback.ExecuteNonQueryECM(sql) Then
|
If DatabaseFallback.ExecuteNonQueryECM(sql) Then
|
||||||
tsbStaticInfo.Caption = $"Final index saved - {Now.ToLongTimeString} - RESTART NECESSARY"
|
tsbStaticInfo.Caption = $"Final index saved - {Now.ToLongTimeString} - RESTART/REFRESH NECESSARY"
|
||||||
|
tsbStaticInfo.Visibility = DevExpress.XtraBars.BarItemVisibility.Always
|
||||||
|
Else
|
||||||
|
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
@ -1136,7 +1154,10 @@ Public Class frmAdministration
|
|||||||
Finally
|
Finally
|
||||||
BarButtonItem19.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
|
BarButtonItem19.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
|
||||||
BarButtonItem16.Visibility = DevExpress.XtraBars.BarItemVisibility.Always
|
BarButtonItem16.Visibility = DevExpress.XtraBars.BarItemVisibility.Always
|
||||||
INSERT_ACTIVE = False
|
If INSERT_ACTIVE Then
|
||||||
|
INSERT_ACTIVE = False
|
||||||
|
End If
|
||||||
|
|
||||||
UNSAVED_CHANGES_FI = False
|
UNSAVED_CHANGES_FI = False
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
@ -1156,7 +1177,7 @@ Public Class frmAdministration
|
|||||||
Try
|
Try
|
||||||
Dim oSQL = BASEDATA_DT_CONFIG.Rows(0).Item("SQL_PROFILE_MAIN_VIEW")
|
Dim oSQL = BASEDATA_DT_CONFIG.Rows(0).Item("SQL_PROFILE_MAIN_VIEW")
|
||||||
CURRENT_DESIGN_TYPE = "SQL_OVERVIEW"
|
CURRENT_DESIGN_TYPE = "SQL_OVERVIEW"
|
||||||
Dim oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {.SQLCommand = oSQL, .SQLConnection = 1}
|
Dim oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {.SQLCommand = oSQL, .SQLConnection = 0}
|
||||||
oForm.ShowDialog()
|
oForm.ShowDialog()
|
||||||
|
|
||||||
If oForm.DialogResult = DialogResult.OK Then
|
If oForm.DialogResult = DialogResult.OK Then
|
||||||
@ -1178,7 +1199,7 @@ Public Class frmAdministration
|
|||||||
Dim oldSQL = DatabaseFallback.GetScalarValueECM(oSQL)
|
Dim oldSQL = DatabaseFallback.GetScalarValueECM(oSQL)
|
||||||
Dim oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
Dim oForm As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
||||||
.SQLCommand = oldSQL,
|
.SQLCommand = oldSQL,
|
||||||
.SQLConnection = 1,
|
.SQLConnection = 0,
|
||||||
.PlaceholdersManualPrefix = "CTRL",
|
.PlaceholdersManualPrefix = "CTRL",
|
||||||
.PlaceholdersManualTitle = "Controls",
|
.PlaceholdersManualTitle = "Controls",
|
||||||
.PlaceholdersManual = CURRENT_CONTROL_NAME_LIST.ToDictionary(Function(name) name, Function(name) name)
|
.PlaceholdersManual = CURRENT_CONTROL_NAME_LIST.ToDictionary(Function(name) name, Function(name) name)
|
||||||
@ -1253,6 +1274,7 @@ Public Class frmAdministration
|
|||||||
|
|
||||||
If UNSAVED_CHANGES_FI Then
|
If UNSAVED_CHANGES_FI Then
|
||||||
Save_Final_Indexes()
|
Save_Final_Indexes()
|
||||||
|
'Refresh_Final_Indexes()
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Return True
|
Return True
|
||||||
@ -1587,4 +1609,8 @@ Public Class frmAdministration
|
|||||||
Dim ofrm As New frmAdmin_notResponsibleConfig(PROFILGUIDTextBox.Text)
|
Dim ofrm As New frmAdmin_notResponsibleConfig(PROFILGUIDTextBox.Text)
|
||||||
ofrm.ShowDialog()
|
ofrm.ShowDialog()
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
Private Sub BarButtonItem1_ItemClick_2(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs)
|
||||||
|
viewFinalIndex.FocusedRowHandle() = 2
|
||||||
|
End Sub
|
||||||
End Class
|
End Class
|
||||||
@ -758,7 +758,7 @@
|
|||||||
<value>Caption Auswahldialog:</value>
|
<value>Caption Auswahldialog:</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LayoutControlItem21.Text" xml:space="preserve">
|
<data name="LayoutControlItem21.Text" xml:space="preserve">
|
||||||
<value>Datentyp:</value>
|
<value>Formatierung:</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LayoutControl1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="LayoutControl1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>573, 668</value>
|
<value>573, 668</value>
|
||||||
|
|||||||
@ -123,7 +123,7 @@ Public Class frmColumn_Detail
|
|||||||
CURRENT_INDEX_ID = GUIDTextBox.Text
|
CURRENT_INDEX_ID = GUIDTextBox.Text
|
||||||
Dim oForm2 As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
Dim oForm2 As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
||||||
.SQLCommand = SQL_COMMANDTextBox.Text,
|
.SQLCommand = SQL_COMMANDTextBox.Text,
|
||||||
.SQLConnection = 1
|
.SQLConnection = 0
|
||||||
}
|
}
|
||||||
oForm2.ShowDialog()
|
oForm2.ShowDialog()
|
||||||
|
|
||||||
@ -172,7 +172,7 @@ Public Class frmColumn_Detail
|
|||||||
CURRENT_INDEX_ID = GUIDTextBox.Text
|
CURRENT_INDEX_ID = GUIDTextBox.Text
|
||||||
Dim oForm2 As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
Dim oForm2 As New frmSQLEditor(LOGCONFIG, DatabaseECM) With {
|
||||||
.SQLCommand = SQL_COMMANDTextBox.Text,
|
.SQLCommand = SQL_COMMANDTextBox.Text,
|
||||||
.SQLConnection = 1
|
.SQLConnection = 0
|
||||||
}
|
}
|
||||||
oForm2.ShowDialog()
|
oForm2.ShowDialog()
|
||||||
|
|
||||||
|
|||||||
@ -442,7 +442,7 @@
|
|||||||
<value>8, 156</value>
|
<value>8, 156</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="txtActualConnection.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="txtActualConnection.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>624, 25</value>
|
<value>744, 25</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="txtActualConnection.TabIndex" type="System.Int32, mscorlib">
|
<data name="txtActualConnection.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>33</value>
|
<value>33</value>
|
||||||
@ -487,7 +487,7 @@
|
|||||||
<value>3, 3, 3, 3</value>
|
<value>3, 3, 3, 3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPage2.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="TabPage2.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>712, 318</value>
|
<value>832, 318</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPage2.TabIndex" type="System.Int32, mscorlib">
|
<data name="TabPage2.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
@ -511,7 +511,7 @@
|
|||||||
<value>236, 162</value>
|
<value>236, 162</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NumericUpDown1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="NumericUpDown1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>120, 25</value>
|
<value>42, 25</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NumericUpDown1.TabIndex" type="System.Int32, mscorlib">
|
<data name="NumericUpDown1.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>49</value>
|
<value>49</value>
|
||||||
@ -693,7 +693,7 @@
|
|||||||
<data name="btnOpenLogFolder.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="btnOpenLogFolder.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||||
vAAADrwBlbxySQAAAR5JREFUWEfF1LENwjAQBVBGYRSULdIhGCBDgFImI1CmIxukIjVNGmAIoElrfBZG
|
vQAADr0BR/uQrQAAAR5JREFUWEfF1LENwjAQBVBGYRSULdIhGCBDgFImI1CmIxukIjVNGmAIoElrfBZG
|
||||||
h/1NomAOS0+RPuLfRcjMlFJ/BUNJMJQEQ0kwlARDSTCUBEMy9vR9v9PUJ243B0My5ujyweHE7eZgSPhB
|
h/1NomAOS0+RPuLfRcjMlFJ/BUNJMJQEQ0kwlARDSTCUBEMy9vR9v9PUJ243B0My5ujyweHE7eZgSPhB
|
||||||
pVye5ypJEo/93O3mYEj44cNcNHyz2arb9f7mJwu4b0j4cJv9dAE7bMjXC+gv1rbAkl5gaQss6QXmfPBY
|
pVye5ypJEo/93O3mYEj44cNcNHyz2arb9f7mJwu4b0j4cJv9dAE7bMjXC+gv1rbAkl5gaQss6QXmfPBY
|
||||||
0RZ4/vZHKsiyzBsU0h7aqAuUVFBVlTcopCjKqAssqKDrOm9QyHq1jrcAHV1wpZI0Tb1hIefTxTxjLWCu
|
0RZ4/vZHKsiyzBsU0h7aqAuUVFBVlTcopCjKqAssqKDrOm9QyHq1jrcAHV1wpZI0Tb1hIefTxTxjLWCu
|
||||||
@ -758,7 +758,7 @@
|
|||||||
<data name="btnOpenAppDataFolder.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="btnOpenAppDataFolder.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||||
vAAADrwBlbxySQAAAR5JREFUWEfF1LENwjAQBVBGYRSULdIhGCBDgFImI1CmIxukIjVNGmAIoElrfBZG
|
vQAADr0BR/uQrQAAAR5JREFUWEfF1LENwjAQBVBGYRSULdIhGCBDgFImI1CmIxukIjVNGmAIoElrfBZG
|
||||||
h/1NomAOS0+RPuLfRcjMlFJ/BUNJMJQEQ0kwlARDSTCUBEMy9vR9v9PUJ243B0My5ujyweHE7eZgSPhB
|
h/1NomAOS0+RPuLfRcjMlFJ/BUNJMJQEQ0kwlARDSTCUBEMy9vR9v9PUJ243B0My5ujyweHE7eZgSPhB
|
||||||
pVye5ypJEo/93O3mYEj44cNcNHyz2arb9f7mJwu4b0j4cJv9dAE7bMjXC+gv1rbAkl5gaQss6QXmfPBY
|
pVye5ypJEo/93O3mYEj44cNcNHyz2arb9f7mJwu4b0j4cJv9dAE7bMjXC+gv1rbAkl5gaQss6QXmfPBY
|
||||||
0RZ4/vZHKsiyzBsU0h7aqAuUVFBVlTcopCjKqAssqKDrOm9QyHq1jrcAHV1wpZI0Tb1hIefTxTxjLWCu
|
0RZ4/vZHKsiyzBsU0h7aqAuUVFBVlTcopCjKqAssqKDrOm9QyHq1jrcAHV1wpZI0Tb1hIefTxTxjLWCu
|
||||||
@ -851,7 +851,7 @@
|
|||||||
<value>3, 3, 3, 3</value>
|
<value>3, 3, 3, 3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPage3.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="TabPage3.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>712, 318</value>
|
<value>832, 318</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPage3.TabIndex" type="System.Int32, mscorlib">
|
<data name="TabPage3.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>2</value>
|
<value>2</value>
|
||||||
@ -905,7 +905,7 @@
|
|||||||
<value>3, 3</value>
|
<value>3, 3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GridControlLogs.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="GridControlLogs.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>706, 312</value>
|
<value>826, 312</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GridControlLogs.TabIndex" type="System.Int32, mscorlib">
|
<data name="GridControlLogs.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
@ -929,7 +929,7 @@
|
|||||||
<value>3, 3, 3, 3</value>
|
<value>3, 3, 3, 3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPage4.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="TabPage4.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>712, 318</value>
|
<value>832, 318</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabPage4.TabIndex" type="System.Int32, mscorlib">
|
<data name="TabPage4.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>3</value>
|
<value>3</value>
|
||||||
@ -956,7 +956,7 @@
|
|||||||
<value>0, 0</value>
|
<value>0, 0</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabControl1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="TabControl1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>720, 348</value>
|
<value>840, 348</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TabControl1.TabIndex" type="System.Int32, mscorlib">
|
<data name="TabControl1.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>21</value>
|
<value>21</value>
|
||||||
@ -998,7 +998,7 @@
|
|||||||
<value>7, 17</value>
|
<value>7, 17</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
|
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>720, 348</value>
|
<value>840, 348</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="$this.Font" type="System.Drawing.Font, System.Drawing">
|
<data name="$this.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
<value>Segoe UI, 9.75pt</value>
|
<value>Segoe UI, 9.75pt</value>
|
||||||
@ -1040,7 +1040,7 @@
|
|||||||
<value>DD_DMSLiteDataSet</value>
|
<value>DD_DMSLiteDataSet</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>DD_DMSLiteDataSet.Type" xml:space="preserve">
|
<data name=">>DD_DMSLiteDataSet.Type" xml:space="preserve">
|
||||||
<value>taskFLOW.DD_DMSLiteDataSet, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
<value>DD_ProcessManager.DD_DMSLiteDataSet, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>TBPM_KONFIGURATIONBindingSource.Name" xml:space="preserve">
|
<data name=">>TBPM_KONFIGURATIONBindingSource.Name" xml:space="preserve">
|
||||||
<value>TBPM_KONFIGURATIONBindingSource</value>
|
<value>TBPM_KONFIGURATIONBindingSource</value>
|
||||||
@ -1052,13 +1052,13 @@
|
|||||||
<value>TBPM_KONFIGURATIONTableAdapter</value>
|
<value>TBPM_KONFIGURATIONTableAdapter</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>TBPM_KONFIGURATIONTableAdapter.Type" xml:space="preserve">
|
<data name=">>TBPM_KONFIGURATIONTableAdapter.Type" xml:space="preserve">
|
||||||
<value>taskFLOW.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
<value>DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>TableAdapterManager.Name" xml:space="preserve">
|
<data name=">>TableAdapterManager.Name" xml:space="preserve">
|
||||||
<value>TableAdapterManager</value>
|
<value>TableAdapterManager</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>TableAdapterManager.Type" xml:space="preserve">
|
<data name=">>TableAdapterManager.Type" xml:space="preserve">
|
||||||
<value>taskFLOW.DD_DMSLiteDataSetTableAdapters.TableAdapterManager, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
<value>DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TableAdapterManager, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>SaveFileDialog1.Name" xml:space="preserve">
|
<data name=">>SaveFileDialog1.Name" xml:space="preserve">
|
||||||
<value>SaveFileDialog1</value>
|
<value>SaveFileDialog1</value>
|
||||||
|
|||||||
@ -168,9 +168,9 @@ Public Class frmKonfig
|
|||||||
End Function
|
End Function
|
||||||
|
|
||||||
Private Sub LinkLabel1_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
|
Private Sub LinkLabel1_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
|
||||||
|
' Specify that the link was visited.
|
||||||
|
Me.LinkLabel1.LinkVisited = True
|
||||||
Try
|
Try
|
||||||
Me.LinkLabel1.LinkVisited = True
|
|
||||||
|
|
||||||
Using connection As New SqlClient.SqlConnection(CONNECTION_STRING_ECM)
|
Using connection As New SqlClient.SqlConnection(CONNECTION_STRING_ECM)
|
||||||
connection.Open()
|
connection.Open()
|
||||||
|
|
||||||
|
|||||||
1
app/TaskFlow/frmMain.Designer.vb
generated
1
app/TaskFlow/frmMain.Designer.vb
generated
@ -685,6 +685,7 @@ Partial Class frmMain
|
|||||||
'
|
'
|
||||||
resources.ApplyResources(Me.bbtnitmLanguage_Change, "bbtnitmLanguage_Change")
|
resources.ApplyResources(Me.bbtnitmLanguage_Change, "bbtnitmLanguage_Change")
|
||||||
Me.bbtnitmLanguage_Change.Id = 51
|
Me.bbtnitmLanguage_Change.Id = 51
|
||||||
|
Me.bbtnitmLanguage_Change.ImageOptions.SvgImage = CType(resources.GetObject("bbtnitmLanguage_Change.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
Me.bbtnitmLanguage_Change.Name = "bbtnitmLanguage_Change"
|
Me.bbtnitmLanguage_Change.Name = "bbtnitmLanguage_Change"
|
||||||
'
|
'
|
||||||
'BarButtonItem10
|
'BarButtonItem10
|
||||||
|
|||||||
@ -1278,6 +1278,43 @@
|
|||||||
<data name="bbtnitmLanguage_Change.Caption" xml:space="preserve">
|
<data name="bbtnitmLanguage_Change.Caption" xml:space="preserve">
|
||||||
<value>Sprache ändern</value>
|
<value>Sprache ändern</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="bbtnitmLanguage_Change.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
|
||||||
|
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
||||||
|
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAPIGAAAC77u/
|
||||||
|
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
||||||
|
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
|
||||||
|
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
|
||||||
|
Y2U9InByZXNlcnZlIiBpZD0iTGFuZ3VhZ2UiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAw
|
||||||
|
IDMyIDMyIj4NCiAgPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5CbGFja3tmaWxsOiM3MjcyNzI7fQoJ
|
||||||
|
LlllbGxvd3tmaWxsOiNGRkIxMTU7fQoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KPC9zdHlsZT4NCiAgPHBh
|
||||||
|
dGggZD0iTTMuMywyOGMxLjMtMS4xLDIuOS0xLjcsNC43LTEuOXYzLjlDNi4yLDI5LjcsNC42LDI5LjEs
|
||||||
|
My4zLDI4eiBNMTQuOSwxOGwtMiwyaDUuMWMtMC4xLTAuNy0wLjMtMS40LTAuNS0yICBIMTQuOXogTTEw
|
||||||
|
LDIydjIuMWMyLjMsMC4yLDQuNCwxLjEsNi4xLDIuNWMxLTEuMywxLjctMi45LDEuOS00LjZoLTcuMUgx
|
||||||
|
MHogTTEuOSwyNi42YzEuNy0xLjQsMy44LTIuMyw2LjEtMi41VjIySDAuMSAgQzAuMiwyMy43LDAuOSwy
|
||||||
|
NS4zLDEuOSwyNi42eiBNMTAsMjkuOWMxLjgtMC4yLDMuNC0wLjksNC43LTEuOWMtMS4zLTEuMS0yLjkt
|
||||||
|
MS43LTQuNy0xLjlWMjkuOXogTTUsMThjLTEuNSwwLTIuNy0xLjEtMi45LTIuNSAgYzAsMC0wLjEtMC4x
|
||||||
|
LTAuMS0wLjFjLTEsMS4zLTEuNywyLjktMS45LDQuNkg4di0ySDdINXoiIGNsYXNzPSJCbHVlIiAvPg0K
|
||||||
|
ICA8cGF0aCBkPSJNMjksMEg1QzQuNSwwLDQsMC41LDQsMXYxNGMwLDAuNSwwLjUsMSwxLDFoNXY0bDQt
|
||||||
|
NGgxNWMwLjUsMCwxLTAuNSwxLTFWMUMzMCwwLjUsMjkuNSwwLDI5LDB6IiBjbGFzcz0iWWVsbG93IiAv
|
||||||
|
Pg0KICA8cGF0aCBkPSJNMTMuOSwxMmgtMmwtMC42LTEuOEg4LjVMOCwxMkg2bDIuOS04SDExTDEzLjks
|
||||||
|
MTJ6IE0xMC45LDguOGwtMC45LTIuN0MxMCw1LjksMTAsNS43LDEwLDUuNGgwICBjMCwwLjItMC4xLDAu
|
||||||
|
NS0wLjEsMC43TDguOSw4LjhIMTAuOXogTTE0LjksMTJWNGgyLjljMC45LDAsMS42LDAuMiwyLjEsMC41
|
||||||
|
YzAuNSwwLjMsMC43LDAuOCwwLjcsMS40YzAsMC40LTAuMSwwLjgtMC40LDEuMSAgYy0wLjMsMC4zLTAu
|
||||||
|
NywwLjUtMS4xLDAuN3YwYzAuNiwwLjEsMSwwLjMsMS40LDAuNmMwLjMsMC4zLDAuNSwwLjgsMC41LDEu
|
||||||
|
M2MwLDAuNy0wLjMsMS4zLTAuOCwxLjdDMTkuNiwxMS44LDE4LjksMTIsMTgsMTJIMTQuOXogICBNMTYu
|
||||||
|
Nyw1LjN2MS45aDAuOGMwLjQsMCwwLjctMC4xLDAuOS0wLjNzMC4zLTAuNCwwLjMtMC43YzAtMC42LTAu
|
||||||
|
NC0wLjktMS4zLTAuOUgxNi43eiBNMTYuNyw4LjZ2Mi4xaDFjMC40LDAsMC43LTAuMSwxLTAuMyAgYzAu
|
||||||
|
Mi0wLjIsMC40LTAuNSwwLjQtMC44YzAtMC4zLTAuMS0wLjYtMC4zLTAuOGMtMC4yLTAuMi0wLjYtMC4z
|
||||||
|
LTEtMC4zSDE2Ljd6IE0yNy45LDExLjdjLTAuNiwwLjMtMS4zLDAuNC0yLjMsMC40ICBjLTEuMiwwLTIu
|
||||||
|
Mi0wLjQtMi45LTEuMWMtMC43LTAuNy0xLjEtMS43LTEuMS0yLjljMC0xLjMsMC40LTIuMywxLjItMy4x
|
||||||
|
YzAuOC0wLjgsMS44LTEuMiwzLjEtMS4yYzAuOCwwLDEuNCwwLjEsMiwwLjN2MS43ICBjLTAuNS0wLjMt
|
||||||
|
MS4xLTAuNS0xLjgtMC41Yy0wLjgsMC0xLjQsMC4yLTEuOCwwLjdjLTAuNSwwLjUtMC43LDEuMS0wLjcs
|
||||||
|
MS45YzAsMC44LDAuMiwxLjQsMC43LDEuOHMxLDAuNywxLjgsMC43ICBjMC43LDAsMS4zLTAuMiwxLjkt
|
||||||
|
MC41VjExLjd6IiBjbGFzcz0iQmxhY2siIC8+DQo8L3N2Zz4L
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
<data name="BarButtonItem10.Caption" xml:space="preserve">
|
<data name="BarButtonItem10.Caption" xml:space="preserve">
|
||||||
<value>BarButtonItem10</value>
|
<value>BarButtonItem10</value>
|
||||||
</data>
|
</data>
|
||||||
@ -2246,7 +2283,7 @@
|
|||||||
<value>Manual</value>
|
<value>Manual</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="$this.Text" xml:space="preserve">
|
<data name="$this.Text" xml:space="preserve">
|
||||||
<value>Digital Data - TaskFlow</value>
|
<value>Digital Data - taskFLOW</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>ImageListProfile.Name" xml:space="preserve">
|
<data name=">>ImageListProfile.Name" xml:space="preserve">
|
||||||
<value>ImageListProfile</value>
|
<value>ImageListProfile</value>
|
||||||
|
|||||||
@ -135,7 +135,7 @@ Public Class frmMain
|
|||||||
End If
|
End If
|
||||||
Try
|
Try
|
||||||
ClassAllgemeineFunktionen.LoginOut("LOGOUT")
|
ClassAllgemeineFunktionen.LoginOut("LOGOUT")
|
||||||
LOGGER.Info("TaskFlow closed - " & Now, False)
|
LOGGER.Info("taskFLOW closed - " & Now, False)
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LOGGER.Error(ex)
|
LOGGER.Error(ex)
|
||||||
End Try
|
End Try
|
||||||
@ -1404,8 +1404,8 @@ Public Class frmMain
|
|||||||
cultureInfo.DateTimeFormat.ShortDatePattern = USER_DATE_FORMAT
|
cultureInfo.DateTimeFormat.ShortDatePattern = USER_DATE_FORMAT
|
||||||
Thread.CurrentThread.CurrentCulture = cultureInfo
|
Thread.CurrentThread.CurrentCulture = cultureInfo
|
||||||
Thread.CurrentThread.CurrentUICulture = cultureInfo
|
Thread.CurrentThread.CurrentUICulture = cultureInfo
|
||||||
CultureInfo.DefaultThreadCurrentCulture = cultureInfo
|
cultureInfo.DefaultThreadCurrentCulture = cultureInfo
|
||||||
CultureInfo.DefaultThreadCurrentUICulture = cultureInfo
|
cultureInfo.DefaultThreadCurrentUICulture = cultureInfo
|
||||||
End If
|
End If
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LOGGER.Error(ex)
|
LOGGER.Error(ex)
|
||||||
@ -2444,12 +2444,9 @@ FROM VWPM_PROFILE_ACTIVE T WHERE T.GUID IN (SELECT PROFILE_ID FROM [dbo].[FNPM_G
|
|||||||
SQL_VALIDATOR_SEARCHES = SQL_VALIDATOR_SEARCHES.Replace("@USR_LANG_CODE", User.Language)
|
SQL_VALIDATOR_SEARCHES = SQL_VALIDATOR_SEARCHES.Replace("@USR_LANG_CODE", User.Language)
|
||||||
oSQL = SQL_VALIDATOR_SEARCHES
|
oSQL = SQL_VALIDATOR_SEARCHES
|
||||||
End If
|
End If
|
||||||
'BASEDATA_DT_PROFILES_SEARCHES_DOC = DataASorDB.GetDatatable("DD_ECM", oSQL, "TBPM_PROFILE_SEARCH", "TYPE = 'DOC'", "PROFILE_ID,TAB_INDEX")
|
|
||||||
BASEDATA_DT_PROFILES_SEARCHES_DOC = DatabaseECM.GetDatatable(oSQL)
|
BASEDATA_DT_PROFILES_SEARCHES_DOC = DatabaseECM.GetDatatable(oSQL)
|
||||||
'.GetDatatable("TBPM_PROFILE_SEARCH", New GetDatatableOptions(oSQL, DatabaseType.ECM) With {
|
|
||||||
' .FilterExpression = "TYPE = 'DOC'",
|
|
||||||
' .SortByColumn = "PROFILE_ID,TAB_INDEX"
|
|
||||||
'})
|
|
||||||
If pMode = "Load" Then
|
If pMode = "Load" Then
|
||||||
DT_FILTERED_PROFILE_SEARCHES_DOC = BASEDATA_DT_PROFILES_SEARCHES_DOC.Clone()
|
DT_FILTERED_PROFILE_SEARCHES_DOC = BASEDATA_DT_PROFILES_SEARCHES_DOC.Clone()
|
||||||
End If
|
End If
|
||||||
@ -3071,7 +3068,7 @@ FROM VWPM_PROFILE_ACTIVE T WHERE T.GUID IN (SELECT PROFILE_ID FROM [dbo].[FNPM_G
|
|||||||
Dim oLink = "<HTML><body><p><a href=" + "file:///" + oFilePath + ">Link zur Datei</a></p></body></HTML>"
|
Dim oLink = "<HTML><body><p><a href=" + "file:///" + oFilePath + ">Link zur Datei</a></p></body></HTML>"
|
||||||
Dim oLink2 = "<a href=" + "file:///" + oFilePath + ">Link zur Datei</a>"
|
Dim oLink2 = "<a href=" + "file:///" + oFilePath + ">Link zur Datei</a>"
|
||||||
If Not IsNothing(oFilePath) Then
|
If Not IsNothing(oFilePath) Then
|
||||||
Process.Start($"mailto:{oReceipiant}?subject=Link aus TaskFlow Manager&body={oLink}")
|
Process.Start($"mailto:{oReceipiant}?subject=Link aus taskFLOW Manager&body={oLink}")
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
@ -3257,6 +3254,7 @@ FROM VWPM_PROFILE_ACTIVE T WHERE T.GUID IN (SELECT PROFILE_ID FROM [dbo].[FNPM_G
|
|||||||
LOGGER.Debug($"oTargetPath: {oTargetPath}")
|
LOGGER.Debug($"oTargetPath: {oTargetPath}")
|
||||||
LOGGER.Debug($"oSourcePath: {oSourcePath}")
|
LOGGER.Debug($"oSourcePath: {oSourcePath}")
|
||||||
If oTargetPath = String.Empty Or oSourcePath = String.Empty Then
|
If oTargetPath = String.Empty Or oSourcePath = String.Empty Then
|
||||||
|
LOGGER.Warn($"oTargetPath is nothing - PRofile can not be startet . Check TARGET_PATH_BLIND_FILE Column in Profile")
|
||||||
Exit Sub
|
Exit Sub
|
||||||
End If
|
End If
|
||||||
oTargetPath = $"{oTargetPath}\{Now.Year}\{Now.Month}\{Now.Day}"
|
oTargetPath = $"{oTargetPath}\{Now.Year}\{Now.Month}\{Now.Day}"
|
||||||
|
|||||||
@ -64,13 +64,7 @@ Public Class frmMonitor
|
|||||||
LOGGER.Debug($"Found {oDT2.Rows.Count} rows for GridView2")
|
LOGGER.Debug($"Found {oDT2.Rows.Count} rows for GridView2")
|
||||||
GridView2.Columns.Clear()
|
GridView2.Columns.Clear()
|
||||||
GridControl2.DataSource = oDT2
|
GridControl2.DataSource = oDT2
|
||||||
Try
|
Format_Datetime_Columns(GridView2, "Grid 2")
|
||||||
GridView2.Columns("Wann").DisplayFormat.FormatType = FormatType.DateTime
|
|
||||||
GridView2.Columns("Wann").DisplayFormat.FormatString = "dd.MM.yyyy HH:MM:ss"
|
|
||||||
Catch ex As Exception
|
|
||||||
GridView2.Columns("When").DisplayFormat.FormatType = FormatType.DateTime
|
|
||||||
GridView2.Columns("When").DisplayFormat.FormatString = "dd.MM.yyyy HH:MM:ss"
|
|
||||||
End Try
|
|
||||||
|
|
||||||
End If
|
End If
|
||||||
If DT_MONITOR_KONFIG.Rows.Count > 2 Then
|
If DT_MONITOR_KONFIG.Rows.Count > 2 Then
|
||||||
@ -86,6 +80,7 @@ Public Class frmMonitor
|
|||||||
LOGGER.Debug($"Found {oDT3.Rows.Count} rows for GridView3")
|
LOGGER.Debug($"Found {oDT3.Rows.Count} rows for GridView3")
|
||||||
GridView3.Columns.Clear()
|
GridView3.Columns.Clear()
|
||||||
GridControl3.DataSource = oDT3
|
GridControl3.DataSource = oDT3
|
||||||
|
Format_Datetime_Columns(GridView3, "Grid 3")
|
||||||
End If
|
End If
|
||||||
If DT_MONITOR_KONFIG.Rows.Count = 4 Then
|
If DT_MONITOR_KONFIG.Rows.Count = 4 Then
|
||||||
LOGGER.Debug($"DT_MONITOR_KONFIG.Rows.Count = 4")
|
LOGGER.Debug($"DT_MONITOR_KONFIG.Rows.Count = 4")
|
||||||
@ -100,13 +95,14 @@ Public Class frmMonitor
|
|||||||
LOGGER.Debug($"Found {oDT4.Rows.Count} rows for GridView4")
|
LOGGER.Debug($"Found {oDT4.Rows.Count} rows for GridView4")
|
||||||
GridView4.Columns.Clear()
|
GridView4.Columns.Clear()
|
||||||
GridControl4.DataSource = oDT4
|
GridControl4.DataSource = oDT4
|
||||||
Try
|
Format_Datetime_Columns(GridView4, "Grid 4")
|
||||||
GridView4.Columns("Geändert wann").DisplayFormat.FormatType = FormatType.DateTime
|
'Try
|
||||||
GridView4.Columns("Geändert wann").DisplayFormat.FormatString = "dd.MM.yyyy HH:MM:ss"
|
' GridView4.Columns("Geändert wann").DisplayFormat.FormatType = FormatType.DateTime
|
||||||
Catch ex As Exception
|
' GridView4.Columns("Geändert wann").DisplayFormat.FormatString = "dd.MM.yyyy HH:MM:ss"
|
||||||
GridView4.Columns("Changed when").DisplayFormat.FormatType = FormatType.DateTime
|
'Catch ex As Exception
|
||||||
GridView4.Columns("Changed when").DisplayFormat.FormatString = "dd.MM.yyyy HH:MM:ss"
|
' GridView4.Columns("Changed when").DisplayFormat.FormatType = FormatType.DateTime
|
||||||
End Try
|
' GridView4.Columns("Changed when").DisplayFormat.FormatString = "dd.MM.yyyy HH:MM:ss"
|
||||||
|
'End Try
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
@ -125,6 +121,49 @@ Public Class frmMonitor
|
|||||||
End Try
|
End Try
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
Sub Format_Datetime_Columns(pGridView As GridView, pWhichGridView As String)
|
||||||
|
Dim oColExists As Boolean = False
|
||||||
|
Try
|
||||||
|
|
||||||
|
If MON_ADDED_COLUMN <> "None" Then
|
||||||
|
MON_ADDED_COLUMN = MON_ADDED_COLUMN.Replace("[", "")
|
||||||
|
MON_ADDED_COLUMN = MON_ADDED_COLUMN.Replace("]", "")
|
||||||
|
For Each ocol As Columns.GridColumn In pGridView.Columns
|
||||||
|
If ocol.ToString = MON_ADDED_COLUMN Then
|
||||||
|
oColExists = True
|
||||||
|
Exit For
|
||||||
|
End If
|
||||||
|
Next
|
||||||
|
If oColExists Then
|
||||||
|
pGridView.Columns(MON_ADDED_COLUMN).DisplayFormat.FormatType = FormatType.DateTime
|
||||||
|
pGridView.Columns(MON_ADDED_COLUMN).DisplayFormat.FormatString = "dd.MM.yyyy HH:MM:ss"
|
||||||
|
End If
|
||||||
|
|
||||||
|
End If
|
||||||
|
|
||||||
|
Catch ex As Exception
|
||||||
|
LOGGER.Warn($"Error formatting column [{MON_ADDED_COLUMN}] {ex.Message} - Check wether it exists in columns of GridView [{pWhichGridView}]!")
|
||||||
|
End Try
|
||||||
|
Try
|
||||||
|
If MON_EDITED_COLUMN <> "None" Then
|
||||||
|
oColExists = False
|
||||||
|
For Each ocol As Columns.GridColumn In pGridView.Columns
|
||||||
|
If ocol.ToString = MON_EDITED_COLUMN Then
|
||||||
|
oColExists = True
|
||||||
|
Exit For
|
||||||
|
End If
|
||||||
|
Next
|
||||||
|
If oColExists Then
|
||||||
|
pGridView.Columns(MON_EDITED_COLUMN).DisplayFormat.FormatType = FormatType.DateTime
|
||||||
|
pGridView.Columns(MON_EDITED_COLUMN).DisplayFormat.FormatString = "dd.MM.yyyy HH:MM:ss"
|
||||||
|
End If
|
||||||
|
|
||||||
|
End If
|
||||||
|
|
||||||
|
Catch ex As Exception
|
||||||
|
LOGGER.Warn($"Error formatting column [{MON_EDITED_COLUMN}] {ex.Message} - Check wether it exists in columns of GridView [{pWhichGridView}]!")
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
Sub Load_Doc(oDocPath As String)
|
Sub Load_Doc(oDocPath As String)
|
||||||
Try
|
Try
|
||||||
If SplitContainerControlMain.Collapsed = False And oDocPath <> String.Empty Then
|
If SplitContainerControlMain.Collapsed = False And oDocPath <> String.Empty Then
|
||||||
@ -215,6 +254,7 @@ Public Class frmMonitor
|
|||||||
|
|
||||||
GRID1_TITLE = DT_MONITOR_KONFIG.Rows(0).Item("GRID_TITLE")
|
GRID1_TITLE = DT_MONITOR_KONFIG.Rows(0).Item("GRID_TITLE")
|
||||||
GridView1.ViewCaption = GRID1_TITLE
|
GridView1.ViewCaption = GRID1_TITLE
|
||||||
|
Format_Datetime_Columns(GridView1, "Grid 1")
|
||||||
Try
|
Try
|
||||||
'GridView1.Columns.Item("FULL_FILE_PATH").Visible = False
|
'GridView1.Columns.Item("FULL_FILE_PATH").Visible = False
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
|
|||||||
2
app/TaskFlow/frmRejectionCommit.Designer.vb
generated
2
app/TaskFlow/frmRejectionCommit.Designer.vb
generated
@ -89,6 +89,8 @@ Partial Class frmRejectionCommit
|
|||||||
'
|
'
|
||||||
'txtComment
|
'txtComment
|
||||||
'
|
'
|
||||||
|
Me.txtComment.AcceptsReturn = True
|
||||||
|
Me.txtComment.AcceptsTab = True
|
||||||
resources.ApplyResources(Me.txtComment, "txtComment")
|
resources.ApplyResources(Me.txtComment, "txtComment")
|
||||||
Me.txtComment.Name = "txtComment"
|
Me.txtComment.Name = "txtComment"
|
||||||
'
|
'
|
||||||
|
|||||||
@ -339,7 +339,7 @@
|
|||||||
<value>586, 24</value>
|
<value>586, 24</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="cmbReason.TabIndex" type="System.Int32, mscorlib">
|
<data name="cmbReason.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>5</value>
|
<value>0</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>cmbReason.Name" xml:space="preserve">
|
<data name=">>cmbReason.Name" xml:space="preserve">
|
||||||
<value>cmbReason</value>
|
<value>cmbReason</value>
|
||||||
@ -390,7 +390,7 @@
|
|||||||
<value>586, 158</value>
|
<value>586, 158</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="txtComment.TabIndex" type="System.Int32, mscorlib">
|
<data name="txtComment.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>8</value>
|
<value>1</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>txtComment.Name" xml:space="preserve">
|
<data name=">>txtComment.Name" xml:space="preserve">
|
||||||
<value>txtComment</value>
|
<value>txtComment</value>
|
||||||
|
|||||||
7
app/TaskFlow/frmYesNo.Designer.vb
generated
7
app/TaskFlow/frmYesNo.Designer.vb
generated
@ -1,6 +1,6 @@
|
|||||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||||
Partial Class frmYesNo
|
Partial Class frmYesNo
|
||||||
Inherits System.Windows.Forms.Form
|
Inherits DevExpress.XtraEditors.XtraForm
|
||||||
|
|
||||||
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
||||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||||
@ -79,15 +79,16 @@ Partial Class frmYesNo
|
|||||||
'
|
'
|
||||||
'txtReason
|
'txtReason
|
||||||
'
|
'
|
||||||
|
Me.txtReason.AcceptsReturn = True
|
||||||
|
Me.txtReason.AcceptsTab = True
|
||||||
resources.ApplyResources(Me.txtReason, "txtReason")
|
resources.ApplyResources(Me.txtReason, "txtReason")
|
||||||
Me.txtReason.Name = "txtReason"
|
Me.txtReason.Name = "txtReason"
|
||||||
'
|
'
|
||||||
'frmYesNo
|
'frmYesNo
|
||||||
'
|
'
|
||||||
Me.AcceptButton = Me.OK_Button
|
Me.Appearance.Options.UseFont = True
|
||||||
resources.ApplyResources(Me, "$this")
|
resources.ApplyResources(Me, "$this")
|
||||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
Me.CancelButton = Me.Cancel_Button
|
|
||||||
Me.Controls.Add(Me.txtReason)
|
Me.Controls.Add(Me.txtReason)
|
||||||
Me.Controls.Add(Me.LabelControl1)
|
Me.Controls.Add(Me.LabelControl1)
|
||||||
Me.Controls.Add(Me.txtQuestion)
|
Me.Controls.Add(Me.txtQuestion)
|
||||||
|
|||||||
@ -199,7 +199,7 @@
|
|||||||
<value>209, 48</value>
|
<value>209, 48</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TableLayoutPanel1.TabIndex" type="System.Int32, mscorlib">
|
<data name="TableLayoutPanel1.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>0</value>
|
<value>1</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>TableLayoutPanel1.Name" xml:space="preserve">
|
<data name=">>TableLayoutPanel1.Name" xml:space="preserve">
|
||||||
<value>TableLayoutPanel1</value>
|
<value>TableLayoutPanel1</value>
|
||||||
@ -333,7 +333,7 @@
|
|||||||
<value>428, 139</value>
|
<value>428, 139</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="txtReason.TabIndex" type="System.Int32, mscorlib">
|
<data name="txtReason.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>5</value>
|
<value>0</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>txtReason.Name" xml:space="preserve">
|
<data name=">>txtReason.Name" xml:space="preserve">
|
||||||
<value>txtReason</value>
|
<value>txtReason</value>
|
||||||
@ -372,6 +372,6 @@
|
|||||||
<value>frmYesNo</value>
|
<value>frmYesNo</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>$this.Type" xml:space="preserve">
|
<data name=">>$this.Type" xml:space="preserve">
|
||||||
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>DevExpress.XtraEditors.XtraForm, DevExpress.Utils.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@ -1,6 +1,17 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="BouncyCastle.Cryptography" version="2.5.0" targetFramework="net462" />
|
<package id="BouncyCastle.Cryptography" version="2.5.0" targetFramework="net462" />
|
||||||
|
<package id="DigitalData.Controls.DocumentViewer" version="1.9.8" targetFramework="net462" />
|
||||||
|
<package id="DigitalData.GUIs.Common" version="2.6.2" targetFramework="net462" />
|
||||||
|
<package id="DigitalData.Modules.Base" version="1.3.8" targetFramework="net462" />
|
||||||
|
<package id="DigitalData.Modules.Config" version="1.3.0" targetFramework="net462" />
|
||||||
|
<package id="DigitalData.Modules.Database" version="2.3.5.4" targetFramework="net462" />
|
||||||
|
<package id="DigitalData.Modules.Encryption" version="1.3.1" targetFramework="net462" />
|
||||||
|
<package id="DigitalData.Modules.Filesystem" version="1.3.3" targetFramework="net462" />
|
||||||
|
<package id="DigitalData.Modules.Logging" version="2.6.5" targetFramework="net462" />
|
||||||
|
<package id="DigitalData.Modules.Messaging" version="1.9.8" targetFramework="net462" />
|
||||||
|
<package id="DigitalData.Modules.Patterns" version="1.3.1" targetFramework="net462" />
|
||||||
|
<package id="DigitalData.Modules.Windows" version="1.5.1" targetFramework="net462" />
|
||||||
<package id="DocumentFormat.OpenXml" version="3.2.0" targetFramework="net462" />
|
<package id="DocumentFormat.OpenXml" version="3.2.0" targetFramework="net462" />
|
||||||
<package id="DocumentFormat.OpenXml.Framework" version="3.2.0" targetFramework="net462" />
|
<package id="DocumentFormat.OpenXml.Framework" version="3.2.0" targetFramework="net462" />
|
||||||
<package id="GdPicture.runtimes.windows" version="14.3.3" targetFramework="net462" />
|
<package id="GdPicture.runtimes.windows" version="14.3.3" targetFramework="net462" />
|
||||||
@ -8,6 +19,8 @@
|
|||||||
<package id="Microsoft.Bcl.AsyncInterfaces" version="9.0.0" targetFramework="net462" />
|
<package id="Microsoft.Bcl.AsyncInterfaces" version="9.0.0" targetFramework="net462" />
|
||||||
<package id="Microsoft.Bcl.Cryptography" version="9.0.0" targetFramework="net462" />
|
<package id="Microsoft.Bcl.Cryptography" version="9.0.0" targetFramework="net462" />
|
||||||
<package id="Microsoft.CSharp" version="4.7.0" targetFramework="net462" />
|
<package id="Microsoft.CSharp" version="4.7.0" targetFramework="net462" />
|
||||||
|
<package id="Microsoft.Identity.Client" version="4.55.0" targetFramework="net462" />
|
||||||
|
<package id="Microsoft.IdentityModel.Abstractions" version="6.22.0" targetFramework="net462" />
|
||||||
<package id="Microsoft.VisualBasic" version="10.3.0" targetFramework="net462" />
|
<package id="Microsoft.VisualBasic" version="10.3.0" targetFramework="net462" />
|
||||||
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net462" />
|
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net462" />
|
||||||
<package id="Newtonsoft.Json.Bson" version="1.0.2" targetFramework="net462" />
|
<package id="Newtonsoft.Json.Bson" version="1.0.2" targetFramework="net462" />
|
||||||
@ -16,9 +29,11 @@
|
|||||||
<package id="protobuf-net" version="3.2.46" targetFramework="net462" />
|
<package id="protobuf-net" version="3.2.46" targetFramework="net462" />
|
||||||
<package id="protobuf-net.Core" version="3.2.46" targetFramework="net462" />
|
<package id="protobuf-net.Core" version="3.2.46" targetFramework="net462" />
|
||||||
<package id="RtfPipe" version="2.0.7677.4303" targetFramework="net462" />
|
<package id="RtfPipe" version="2.0.7677.4303" targetFramework="net462" />
|
||||||
|
<package id="S22.Imap" version="3.6.0.0" targetFramework="net462" />
|
||||||
<package id="System.Buffers" version="4.6.0" targetFramework="net462" />
|
<package id="System.Buffers" version="4.6.0" targetFramework="net462" />
|
||||||
<package id="System.CodeDom" version="9.0.0" targetFramework="net462" />
|
<package id="System.CodeDom" version="9.0.0" targetFramework="net462" />
|
||||||
<package id="System.Collections.Immutable" version="9.0.0" targetFramework="net462" />
|
<package id="System.Collections.Immutable" version="9.0.0" targetFramework="net462" />
|
||||||
|
<package id="System.Data.Odbc" version="6.0.1" targetFramework="net462" />
|
||||||
<package id="System.Formats.Asn1" version="9.0.0" targetFramework="net462" />
|
<package id="System.Formats.Asn1" version="9.0.0" targetFramework="net462" />
|
||||||
<package id="System.IO.Packaging" version="8.0.1" targetFramework="net462" />
|
<package id="System.IO.Packaging" version="8.0.1" targetFramework="net462" />
|
||||||
<package id="System.IO.Pipelines" version="9.0.0" targetFramework="net462" />
|
<package id="System.IO.Pipelines" version="9.0.0" targetFramework="net462" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user