MS_25052016
This commit is contained in:
@@ -3286,14 +3286,14 @@ Public Class frmConstructor_Main
|
||||
End If
|
||||
TabWindream.Text = stg & " (" & windreamSucheErgebnisse.Count & ")"
|
||||
|
||||
AxObjectListControl.SetIconMode(True)
|
||||
AxObjectListControl.RemoveAllColumnHeader()
|
||||
Me.AxObjectListControl.SetSession(ClassWindream.oSession, "", "")
|
||||
'AxObjectListControl.SetIconMode(True)
|
||||
'AxObjectListControl.RemoveAllColumnHeader()
|
||||
'Me.AxObjectListControl.SetSession(ClassWindream.oSession, "", "")
|
||||
'Change the status icon
|
||||
'ICON STATES:
|
||||
Me.AxObjectListControl.SetStatusIcon(0)
|
||||
'Me.AxObjectListControl.SetStatusIcon(0)
|
||||
'Change the icon
|
||||
Me.AxObjectListControl.SetStatusIcon(2)
|
||||
' Me.AxObjectListControl.SetStatusIcon(2)
|
||||
|
||||
Try
|
||||
Dim sql_ResultList = "select * from TBPMO_WINDREAM_RESULTLIST_CONFIG where guid = 1"
|
||||
@@ -3315,7 +3315,7 @@ Public Class frmConstructor_Main
|
||||
'You need to use the column name here
|
||||
'Please note that some attributes or indices will not be displayed
|
||||
'Try not to add the same header twice, it will throw cause problems if you do that
|
||||
Me.AxObjectListControl.AddColumnHeader(ColumnName, Width)
|
||||
' Me.AxObjectListControl.AddColumnHeader(ColumnName, Width)
|
||||
anzparam += 1
|
||||
End If
|
||||
End If
|
||||
@@ -3353,7 +3353,7 @@ Public Class frmConstructor_Main
|
||||
'You need to use the column name here
|
||||
'Please note that some attributes or indices will not be displayed
|
||||
'Try not to add the same header twice, it will throw cause problems if you do that
|
||||
Me.AxObjectListControl.AddColumnHeader(spar, width)
|
||||
' Me.AxObjectListControl.AddColumnHeader(spar, width)
|
||||
Next
|
||||
|
||||
End If
|
||||
@@ -3365,22 +3365,22 @@ Public Class frmConstructor_Main
|
||||
Dim results As WINDREAMLib.WMObjects = windreamSucheErgebnisse
|
||||
If LogErrorsOnly = False Then ClassLogger.Add(" >> results loaded ", False)
|
||||
'Set the contents without displaying them
|
||||
AxObjectListControl.SetContentsEx(results)
|
||||
'AxObjectListControl.SetContentsEx(results)
|
||||
'Change the icon
|
||||
AxObjectListControl.SetStatusIcon(5)
|
||||
' AxObjectListControl.SetStatusIcon(5)
|
||||
'Display the results...
|
||||
'The Previous Object Count
|
||||
Dim poc As Integer = 0
|
||||
'Display new objects, as long as the objectcount changes after displaying the objects
|
||||
|
||||
Do Until (poc <> AxObjectListControl.GetObjectCount)
|
||||
poc = AxObjectListControl.GetObjectCount
|
||||
'If you want, you can display more items at a timeRefresh_FollowUp_TabHeader
|
||||
'But do not display to many at a time or the user interface could freeze
|
||||
'Maybe try 50
|
||||
AxObjectListControl.DisplayResults(WDResultListCount)
|
||||
Loop
|
||||
AxObjectListControl.SetStatusIcon(3)
|
||||
'Do Until (poc <> AxObjectListControl.GetObjectCount)
|
||||
' poc = AxObjectListControl.GetObjectCount
|
||||
' 'If you want, you can display more items at a timeRefresh_FollowUp_TabHeader
|
||||
' 'But do not display to many at a time or the user interface could freeze
|
||||
' 'Maybe try 50
|
||||
' AxObjectListControl.DisplayResults(WDResultListCount)
|
||||
'Loop
|
||||
'AxObjectListControl.SetStatusIcon(3)
|
||||
Else
|
||||
Dim msg = "Windream-Dokumente für Record: " & RECORD_ID & " - Keine Dateien gefunden"
|
||||
If USER_LANGUAGE <> "de-DE" Then
|
||||
@@ -3915,17 +3915,17 @@ Public Class frmConstructor_Main
|
||||
ClassLogger.Add(" >> Undefined Search-pattern in windream-search config: " & content, True)
|
||||
End Select
|
||||
End Function
|
||||
Private Sub AxObjectListControl_ItemClicked(sender As Object, e As EventArgs) Handles AxObjectListControl.ItemClicked
|
||||
CheckDocView()
|
||||
End Sub
|
||||
'Private Sub AxObjectListControl_ItemClicked(sender As Object, e As EventArgs) Handles AxObjectListControl.ItemClicked
|
||||
' CheckDocView()
|
||||
'End Sub
|
||||
|
||||
Sub Clear_Windream_ResultList()
|
||||
Try
|
||||
Dim sw As New Stopwatch
|
||||
sw.Start()
|
||||
|
||||
AxObjectListControl.RemoveAllColumnHeader()
|
||||
Me.AxObjectListControl.ClearResultList()
|
||||
'AxObjectListControl.RemoveAllColumnHeader()
|
||||
'Me.AxObjectListControl.ClearResultList()
|
||||
Dim stg As String = "windream-Dateien"
|
||||
If USER_LANGUAGE <> "de-DE" Then
|
||||
stg = "windream-files"
|
||||
@@ -3942,10 +3942,10 @@ Public Class frmConstructor_Main
|
||||
|
||||
End Sub
|
||||
Sub CheckDocView()
|
||||
Dim _index = AxObjectListControl.GetFirstSelectedObject
|
||||
Dim path As String = AxObjectListControl.GetObjectPath(_index)
|
||||
path = path.Replace("?", vWLaufwerk)
|
||||
DocViewString = path
|
||||
'Dim _index = AxObjectListControl.GetFirstSelectedObject
|
||||
'Dim path As String = AxObjectListControl.GetObjectPath(_index)
|
||||
'path = path.Replace("?", vWLaufwerk)
|
||||
'DocViewString = path
|
||||
|
||||
If WD_ShowDocs = True Then
|
||||
CloseWDDocview()
|
||||
@@ -5018,17 +5018,17 @@ Public Class frmConstructor_Main
|
||||
' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
|
||||
End Sub
|
||||
|
||||
Private Sub AxObjectListControl_CausesValidationChanged(sender As Object, e As EventArgs) Handles AxObjectListControl.CausesValidationChanged
|
||||
Console.WriteLine("CausesValidationChanged")
|
||||
End Sub
|
||||
'Private Sub AxObjectListControl_CausesValidationChanged(sender As Object, e As EventArgs) Handles AxObjectListControl.CausesValidationChanged
|
||||
' Console.WriteLine("CausesValidationChanged")
|
||||
'End Sub
|
||||
|
||||
Private Sub AxObjectListControl_SettingFlagChanged(sender As Object, e As EventArgs) Handles AxObjectListControl.SettingFlagChanged
|
||||
Console.WriteLine("SettingFlagChanged")
|
||||
End Sub
|
||||
'Private Sub AxObjectListControl_SettingFlagChanged(sender As Object, e As EventArgs) Handles AxObjectListControl.SettingFlagChanged
|
||||
' Console.WriteLine("SettingFlagChanged")
|
||||
'End Sub
|
||||
|
||||
Private Sub AxObjectListControl_Validated(sender As Object, e As EventArgs) Handles AxObjectListControl.Validated
|
||||
Console.WriteLine("Validated")
|
||||
End Sub
|
||||
'Private Sub AxObjectListControl_Validated(sender As Object, e As EventArgs) Handles AxObjectListControl.Validated
|
||||
' Console.WriteLine("Validated")
|
||||
'End Sub
|
||||
|
||||
Private Sub tslblLocked_VisibleChanged(sender As Object, e As EventArgs) Handles tslblLocked.VisibleChanged
|
||||
If tslblLocked.Visible = True Then
|
||||
|
||||
Reference in New Issue
Block a user