Compare commits
2 Commits
d96ed141c6
...
8aa16e7677
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8aa16e7677 | ||
|
|
92ef2464c2 |
@@ -13,7 +13,7 @@ Imports System.Runtime.InteropServices
|
|||||||
<Assembly: AssemblyCompany("Digital Data")>
|
<Assembly: AssemblyCompany("Digital Data")>
|
||||||
<Assembly: AssemblyProduct("TaskFlow")>
|
<Assembly: AssemblyProduct("TaskFlow")>
|
||||||
<Assembly: AssemblyCopyright("Copyright © Digital Data 2022")>
|
<Assembly: AssemblyCopyright("Copyright © Digital Data 2022")>
|
||||||
<Assembly: AssemblyTrademark("2.3.7.8")>
|
<Assembly: AssemblyTrademark("2.3.7.9")>
|
||||||
|
|
||||||
<Assembly: ComVisible(False)>
|
<Assembly: ComVisible(False)>
|
||||||
|
|
||||||
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
|||||||
' übernehmen, indem Sie "*" eingeben:
|
' übernehmen, indem Sie "*" eingeben:
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("2.3.7.8")>
|
<Assembly: AssemblyVersion("2.3.7.9")>
|
||||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||||
|
|||||||
@@ -4410,10 +4410,11 @@ 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"))
|
||||||
|
|
||||||
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 oControlType As String = oControlRow.Item("CTRL_TYPE")
|
||||||
Dim oIDBTyp As Integer
|
Dim oIDBTyp As Integer
|
||||||
If IDB_ACTIVE Then
|
If IDB_ACTIVE Then
|
||||||
|
|||||||
Reference in New Issue
Block a user