Überprüfung WerteLookUpControl
This commit is contained in:
@@ -121,7 +121,14 @@ Public Class ClassPMWindream
|
||||
' 02.07. Änderung der Lock Methode, um eine Validierung auch zuzulassen, wenn das Recht "Datei ändern"
|
||||
' nicht gesetzt ist
|
||||
'oDocument.lock()
|
||||
oDocument.LockFor(WMObjectEditModeIndexEdit)
|
||||
|
||||
Try
|
||||
oDocument.LockFor(WMObjectEditModeIndexEdit)
|
||||
Catch ex As Exception
|
||||
LOGGER.Error(ex)
|
||||
frmValidator.idxerr_message = "Could not lock WMFile - Check Your rights and inform the admin!"
|
||||
Return False
|
||||
End Try
|
||||
|
||||
Dim i As Integer = 0
|
||||
Dim indexname As String
|
||||
|
||||
Reference in New Issue
Block a user