mirror of
https://github.com/KeymonSoft/Mariana_Censos.git
synced 2026-04-21 06:39:14 +00:00
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user