This commit is contained in:
2026-06-26 16:10:06 +02:00
parent 3504fa862c
commit caa3f6cf1e

View File

@@ -478,7 +478,7 @@ Public Class cProgramFunctions
Catch ex As Exception
MsgBox("ValidateSQLFieldLengths:" & vbCrLf & ex.Message)
Return False
Return False
End Try
End Function