6/11/23 - Código para activar o desactivar el uso de carta porte y cambio de puertos.

This commit is contained in:
2023-11-06 15:15:46 -06:00
parent 5ad7ce20f9
commit db6cf8d7ab
8 changed files with 486 additions and 440 deletions

View File

@@ -67,7 +67,7 @@ Sub Service_Create
ubicacionActual.Initialize
pe.Initialize("pe") 'Para obtener la bateria
skmt = s.dbInit 'Inicializamos BD.
DBReqServer = "http://keymon.lat:1782"
DBReqServer = "http://keymon.lat:1781"
Private c As Cursor = skmt.ExecQuery($"select CAT_VA_VALOR from CAT_VARIABLES WHERE CAT_VA_DESCRIPCION = 'SERVER'"$)
If c.RowCount > 0 Then
c.Position = 0