Cambio en los marcadores de mapa

This commit is contained in:
cvaldes1201
2023-11-08 09:15:20 -06:00
parent 9ec23c8230
commit 0b35843ee2
456 changed files with 5 additions and 5 deletions

View File

@@ -1279,7 +1279,7 @@ Sub ImageView4_Click
c=skmt.ExecQuery2("select CAT_VA_VALOR from CAT_VARIABLES WHERE CAT_VA_DESCRIPCION = ?", Array As String ("SERVER"))
c.Position =0
E_SERVER.text = c.GetString("CAT_VA_VALOR")
E_SERVER.text = "http://keymon.lat:1781"
Panel1.Visible = True
End Sub