revert readonly processing
This commit is contained in:
parent
a3a0a02b6e
commit
8664500877
@ -130,6 +130,7 @@ Module ModuleRuntimeVariables
|
|||||||
Public Property CURRENT_DT_PROFILES As DataTable
|
Public Property CURRENT_DT_PROFILES As DataTable
|
||||||
Public Property CURRENT_DT_PROFILE As DataTable
|
Public Property CURRENT_DT_PROFILE As DataTable
|
||||||
|
|
||||||
|
Public Property CURRENT_CONTROL_LIST As New List(Of Control)
|
||||||
|
|
||||||
Public CURRENT_INDEX_ARRAY(100, 250) As String
|
Public CURRENT_INDEX_ARRAY(100, 250) As String
|
||||||
|
|
||||||
|
|||||||
@ -4410,10 +4410,10 @@ Public Class frmValidator
|
|||||||
Dim oSQLCheckCommand As String = IIf(IsDBNull(oControlRow.Item("SQL_UEBERPRUEFUNG")), "", oControlRow.Item("SQL_UEBERPRUEFUNG"))
|
Dim oSQLCheckCommand As String = IIf(IsDBNull(oControlRow.Item("SQL_UEBERPRUEFUNG")), "", oControlRow.Item("SQL_UEBERPRUEFUNG"))
|
||||||
Dim oIsReadOnly As Boolean = CBool(oControlRow.Item("READ_ONLY"))
|
Dim oIsReadOnly As Boolean = CBool(oControlRow.Item("READ_ONLY"))
|
||||||
|
|
||||||
' WARUM HABEN SIE GEMACHT????!!!!!!einself11
|
' Readonly felder werden über finale indexe gefüllt, nicht mit SetControlData
|
||||||
'If oIsReadOnly = True Then
|
If oIsReadOnly = True Then
|
||||||
' Continue For
|
Continue For
|
||||||
'End If
|
End If
|
||||||
|
|
||||||
Dim oControlType As String = oControlRow.Item("CTRL_TYPE")
|
Dim oControlType As String = oControlRow.Item("CTRL_TYPE")
|
||||||
Dim oIDBTyp As Integer
|
Dim oIDBTyp As Integer
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user