From 92ef2464c212c5e1969761afd3ddf500c503a680 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Fri, 8 Jul 2022 11:16:34 +0200 Subject: [PATCH] remove continue for for readonly controls --- app/DD_PM_WINDREAM/frmValidator.vb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/DD_PM_WINDREAM/frmValidator.vb b/app/DD_PM_WINDREAM/frmValidator.vb index 9f6df86..488eea3 100644 --- a/app/DD_PM_WINDREAM/frmValidator.vb +++ b/app/DD_PM_WINDREAM/frmValidator.vb @@ -4410,10 +4410,11 @@ Public Class frmValidator Dim oSQLCheckCommand As String = IIf(IsDBNull(oControlRow.Item("SQL_UEBERPRUEFUNG")), "", oControlRow.Item("SQL_UEBERPRUEFUNG")) Dim oIsReadOnly As Boolean = CBool(oControlRow.Item("READ_ONLY")) - If oIsReadOnly = True Then + ' WARUM HABEN SIE GEMACHT????!!!!!!einself11 + 'If oIsReadOnly = True Then + ' Continue For + 'End If - Continue For - End If Dim oControlType As String = oControlRow.Item("CTRL_TYPE") Dim oIDBTyp As Integer If IDB_ACTIVE Then