mirror of
https://github.com/KeymonSoft/ADM.git
synced 2026-04-20 12:49:23 +00:00
- VERSION 5.08.31
- Se modificó el codigo de MAPA_RUTAS para que muestre bien los marcadores
This commit is contained in:
@@ -321,9 +321,6 @@ Private Sub B4XPage_Created (Root1 As B4XView)
|
||||
SCROLL_RESDIA.Top = 0 : SCROLL_RESDIA.Left = 0
|
||||
SCROLL_RESDIA.Height = Root.Height * 0.9
|
||||
SCROLL_RESDIA.Left = (Root.Width / 2) - (SCROLL_RESDIA.Width / 2)
|
||||
p_transResumenDia.Left = 0 : p_transResumenDia.top = 0
|
||||
p_transResumenDia.Height = Root.Height : p_transResumenDia.Width = Root.Width
|
||||
Subs.centraPanel(p_resumenDia, Root.Width)
|
||||
Starter.Skmt.ExecNonQuery($"create table if not exists kmt_info2 (${getTableColumnList(Starter.skmt, "kmt_info")})"$)
|
||||
End Sub
|
||||
|
||||
@@ -385,6 +382,11 @@ Sub B4XPage_Appear
|
||||
rd.respaldaInventarios
|
||||
rd.respaldaPaquetes
|
||||
HORAINGRESO ="000000"
|
||||
|
||||
p_transResumenDia.Left = 0 : p_transResumenDia.top = 0
|
||||
p_transResumenDia.Height = Root.Height : p_transResumenDia.Width = Root.Width
|
||||
Subs.centraPanel(p_resumenDia, Root.Width)
|
||||
|
||||
' Private inicioL As Float = (nvo_cliente.Left + nvo_cliente.Width)
|
||||
' Private finR As Float = Panel9.Left
|
||||
' Btn_Ubicar.Left = ((nvo_cliente.Left + nvo_cliente.Width)) - (Btn_Ubicar.Width / 2) + ((finR - inicioL)/2) + 15
|
||||
@@ -2423,6 +2425,7 @@ Sub CARGA_Click
|
||||
End Sub
|
||||
|
||||
Sub resdia_Click
|
||||
|
||||
Private totalPesoActual As String = 0
|
||||
Private conVenta As String = 0
|
||||
Private visitados As String = 0
|
||||
|
||||
Reference in New Issue
Block a user