- VERSION 5.01.27

- Se cambio que en la lista de clientes no se muestren los inactivos.
- Se agregó en clientes, un boton de "Todos" para buscar en TODOS los clientes y no solo en los activos.
- Se cambio que en el mapa, en los visitados no se vean los "inactivos".
- Se cambio que en el mapa, en los cerrados no se vean los "activos" con secuencia 0.
This commit is contained in:
Jose Alberto Guerra Ugalde
2025-01-29 12:51:00 -06:00
parent c552deef89
commit 5eadd2ffb6
6 changed files with 35 additions and 14 deletions

View File

@@ -246,6 +246,7 @@ Private Sub B4XPage_Created (Root1 As B4XView)
Root = Root1
'load the layout to Root
Root.LoadLayout("principal")
B4XPages.SetTitle(Me, $"Principal - ${Application.VersionName}"$)
EJECUTANDO=1
Dim ruta As String
' img2.Visible = False
@@ -320,7 +321,7 @@ Sub B4XPage_Appear
mapTiempos.Initialize
HORAINGRESO ="000000"
reqs.Initialize
B4XPages.SetTitle(Me, $"Principal"$)
' B4XPages.SetTitle(Me, $"Principal"$)
' Btn_Ubicar.Left = (Root.Width/2) - (Btn_Ubicar.Width/2)
' B4XPages.MainPage.reqManager.Initialize(Me, B4XPages.MainPage.SERVER)
PASO = 0