Correccion de reprogramados y envio de los rechazos

This commit is contained in:
cvaldes1201
2024-05-21 16:34:06 -06:00
parent 201ffb113f
commit 530971af11
3 changed files with 18 additions and 14 deletions

View File

@@ -134,7 +134,7 @@ Version=12.5
#Region Project Attributes
#ApplicationLabel: Intmex-Reparto
#VersionCode: 1
#VersionName: 4.05.08
#VersionName: 4.05.19
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: portrait
#CanInstallToExternalStorage: False
@@ -226,6 +226,7 @@ Sub Activity_Create(FirstTime As Boolean)
Starter.skmt.ExecNonQuery("CREATE TABLE IF NOT EXISTS RUTAA (RUTAA TEXT)")
Starter.skmt.ExecNonQuery("CREATE TABLE IF NOT EXISTS wayPoints (codigo TEXT, indice INT)")
Dim server As String = "http://187.189.244.154:1781"
' Dim server As String = "http://11.0.0.107:1781"
' server = "http://10.0.0.205:1782"
' server = "http://11.0.0.44:1782"
If FirstTime Then