MassValidator
This commit is contained in:
parent
be0f652c31
commit
adf094fd19
@ -1409,7 +1409,7 @@ Public Class frmMassValidator
|
||||
If oMyControlInput = "Unexp. error in GetWM_Value_Multiple_Docs" Then
|
||||
Continue For
|
||||
End If
|
||||
If oMyControlInput = "(Untersch. Werte)" Then
|
||||
If oMyControlInput = "(Untersch. Werte)" Or oMyControlInput = "(Different values)" Then
|
||||
Continue For
|
||||
End If
|
||||
If oIndexname.StartsWith("[%VKT") Then
|
||||
@ -1421,7 +1421,7 @@ Public Class frmMassValidator
|
||||
Exit For
|
||||
End If
|
||||
Else
|
||||
If oMyControlInput = "(Untersch. Werte)" Then
|
||||
If oMyControlInput = "(Untersch. Werte)" Or oMyControlInput = "(Different values)" Then
|
||||
Continue For
|
||||
End If
|
||||
Dim result() As String
|
||||
@ -1455,6 +1455,9 @@ Public Class frmMassValidator
|
||||
Exit For
|
||||
Else
|
||||
oMyControlInput = oControl.Text
|
||||
If oMyControlInput = "(Untersch. Werte)" Or oMyControlInput = "(Different values)" Then
|
||||
Continue For
|
||||
End If
|
||||
'Wenn der Wert in ein Vektorfeld geschrieben wird
|
||||
If oIndexname.StartsWith("[%VKT") Then
|
||||
oMyControlInput = Return_PM_VEKTOR(oMyControlInput, oIndexname)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user