- VERSION 4.11.01

- Se agregó Durakelo al envio y validación
This commit is contained in:
Jose Alberto Guerra Ugalde
2024-11-02 14:48:22 -06:00
parent 397cb0fe22
commit bfb0417594
5 changed files with 56 additions and 152 deletions

View File

@@ -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