This commit is contained in:
cvaldes1201
2023-11-08 13:49:14 -06:00
parent acb76e9a76
commit ae6bca0c21
5 changed files with 12 additions and 16 deletions

View File

@@ -244,8 +244,8 @@ Private Sub B4XPage_Created (Root1 As B4XView)
p_mandaInfo.Height = Root.Height
s.centraPanel(P1, Root.Width)
l_version.Text = Application.VersionName
rd.Initialize 'Inicializamos el respaldo diario.
rd.vacuum
' rd.Initialize 'Inicializamos el respaldo diario.
' rd.vacuum
EJECUTANDO=1
Dim ruta As String
img2.Visible =False
@@ -318,9 +318,9 @@ Sub B4XPage_Appear
' s.reqManagerReInit 'Reiniciamos el DBReqManager de C_Subs por si hay modificacion en el servidor.
reqManager.Initialize(Me, Starter.DBReqServer)
' B4XPages.MainPage.cliente.mandaPendientes 'Ejecutamos mandaPendientes.
rd.respalda_pedido
rd.respalda_cat_gunaprod
rd.respalda_cat_detalle_paq
' rd.respalda_pedido
' rd.respalda_cat_gunaprod
' rd.respalda_cat_detalle_paq
nvo_cliente.Enabled = False
HORAINGRESO ="000000"
Btn_Ubicar.Left = (Root.Width/2) - (Btn_Ubicar.Width/2)