This commit is contained in:
SchreiberM
2017-03-28 08:50:20 +02:00
parent 3eac89a9a3
commit 266af3f0aa
8 changed files with 17 additions and 17 deletions

View File

@@ -132,7 +132,7 @@ Public Class ClassControlValues
Continue For
End If
If IsNothing(metadata.Required) OrElse metadata.Required = False Then
Continue For
@@ -571,7 +571,7 @@ Public Class ClassControlValues
MsgBox("Unexpected Error in ReplaceSqlCommandPlaceholders:" & vbNewLine & ex.Message, MsgBoxStyle.Critical)
Return sqlCommand
End Try
End Function
Public Shared Sub UnloadControlValuesList(RecordID As Integer, FormID As Integer, controls As Control.ControlCollection)