- VERSION 5.01.18

- Se agregó "Cerrdao permanente" a las opciones en "No Venta"
This commit is contained in:
Jose Alberto Guerra Ugalde
2025-01-22 18:04:13 -06:00
parent 68623e79ea
commit 720ec7fd6d
11 changed files with 8 additions and 14 deletions

View File

@@ -153,11 +153,10 @@ End Sub
' c.Close
'End Sub
Sub JobDone(Job As HttpJob)
Log(Job.Success)
If Job.Success = False Then
' ToastMessageShow("Error: " & Job.ErrorMessage, True)
' ToastMessageShow("Error: " & Job.ErrorMessage, True)
Else
LogColor("JobDone: '" & reqManager.HandleJob(Job).tag & "' - Registros: " & reqManager.HandleJob(Job).Rows.Size, Colors.Green) 'Mod por CHV - 211027
If Job.JobName = "DBRequest" Then