- VERSION 4.12.17

- Se cambio como se manda el DIA de la semana para descargar los clientes nuevos, porque daba problemas el miércoles.
This commit is contained in:
Jose Alberto Guerra Ugalde
2024-12-18 13:32:23 -06:00
parent c6b7506eed
commit 0ac815a41b
4 changed files with 9 additions and 6 deletions

View File

@@ -719,7 +719,7 @@ Private Sub b_mandaUsrs_Click
Private c As Cursor = Starter.skmt.ExecQuery($"select * from kmt_info"$)
Private dbr As DBRequestManager
Private cmd1 As DBCommand
dbr.Initialize(Me, "http://keymon.lat:9001")
dbr.Initialize(Me, "http://keymon.lat:1781")
If c.RowCount > 0 Then
subirClientes = c.RowCount - 1
Subs.centraPanel(p_avanceSubirUsrs, p_appUpdate.Width)