ms_09052016

This commit is contained in:
SchreiberM
2016-05-10 08:49:16 +02:00
parent 1f374eb0f6
commit ddb2875614
2 changed files with 13 additions and 13 deletions

View File

@@ -831,6 +831,7 @@ Public Class frmConstructor_Main
'Next
Try
If LogErrorsOnly = False Then ClassLogger.Add(" >> RIGHT_ONLY_READ SQL: (When true then disable) '" & tempsql & "'", False)
RIGHT_ONLY_READ = CBool(ClassDatabase.Execute_Scalar(tempsql))
Catch ex As Exception
RIGHT_ONLY_READ = False