mirror of
https://github.com/KeymonSoft/Kelloggs_v4.git
synced 2026-04-22 04:10:07 +00:00
- VERSION 5.03.08
- Se corrigio Subs.revisaHora
This commit is contained in:
@@ -1782,8 +1782,8 @@ Sub JobDone(Job As HttpJob)
|
||||
If RESULT.Tag = "hora" Then 'query tag
|
||||
For Each records() As Object In RESULT.Rows
|
||||
Starter.HORA = records(RESULT.Columns.Get("HORA"))
|
||||
Starter.skmt.ExecNonQuery2("delete from CAT_VARIABLES where CAT_VA_DESCRIPCION = ?", Array As Object ("HORA"))
|
||||
Starter.skmt.ExecNonQuery2("INSERT INTO CAT_VARIABLES(CAT_VA_DESCRIPCION, CAT_VA_VALOR) VALUES (?,?)", Array As Object ("HORA", Starter.HORA))
|
||||
' Starter.skmt.ExecNonQuery2("delete from CAT_VARIABLES where CAT_VA_DESCRIPCION = ?", Array As Object ("HORA"))
|
||||
' Starter.skmt.ExecNonQuery2("INSERT INTO CAT_VARIABLES(CAT_VA_DESCRIPCION, CAT_VA_VALOR) VALUES (?,?)", Array As Object ("HORA", Starter.HORA))
|
||||
Next
|
||||
If Not(Subs.revisaHora) Then
|
||||
LogColor("***************** HORA INCORRECTA",Colors.red)
|
||||
|
||||
Reference in New Issue
Block a user