- Se agregaron validaciones de conexion al hacer clic en el boton de CONECTAR en la pantalla principal

This commit is contained in:
2024-04-23 19:17:20 -06:00
parent 028678e1f2
commit 24584631bc
7 changed files with 99 additions and 26 deletions

View File

@@ -52,6 +52,8 @@ Sub Process_Globals
Dim sesion As Map
' dim cp_running as Boolean = false
Dim enVenta As Boolean = False
Dim pingShell As Boolean = False
Dim errorConnDBReq As Boolean = False
End Sub
Sub Service_Create