mirror of
https://github.com/KeymonSoft/DBCheck.git
synced 2026-04-17 19:37:09 +00:00
- VERSION 4.11.01
- Se agregó Durakelo al envio y validación
This commit is contained in:
@@ -17,7 +17,7 @@ Sub Class_Globals
|
||||
Dim t1 As Timer
|
||||
' Dim COUNT_CLIE As Int
|
||||
Dim enviando As Boolean = False
|
||||
dim validando as Boolean = False
|
||||
Dim validando As Boolean = False
|
||||
End Sub
|
||||
|
||||
'Initializes the object. You can add parameters to this method if needed.
|
||||
@@ -217,7 +217,6 @@ Sub JobDone(Job As HttpJob)
|
||||
LogColor("Error: " & reqManager.HandleJob(Job).tag & " : " & Job.ErrorMessage, Colors.red)
|
||||
' Job.Release
|
||||
Else 'If Job Success then ...
|
||||
Log(3)
|
||||
LogColor("JobDone: '" & reqManager.HandleJob(Job).tag & "' - Registros: " & reqManager.HandleJob(Job).Rows.Size, Colors.RGB(0,160,0)) 'Mod por CHV - 211027
|
||||
'Verificamos que el usuario guardado en BD sea VALIDO.
|
||||
If Job.JobName = "DBRequest" Then
|
||||
|
||||
Reference in New Issue
Block a user