mirror of
https://github.com/KeymonSoft/Mariana_Censos.git
synced 2026-04-22 07:00:08 +00:00
20/10/23 - Corrección al hacer FIN DIA y no existía el directorio promotoria
This commit is contained in:
@@ -19,8 +19,6 @@ Version=9.85
|
|||||||
'###########################################################################################################
|
'###########################################################################################################
|
||||||
#End Region
|
#End Region
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
'Ctrl + click to export as zip: ide://run?File=%B4X%\Zipper.jar&Args=Project.zip
|
'Ctrl + click to export as zip: ide://run?File=%B4X%\Zipper.jar&Args=Project.zip
|
||||||
|
|
||||||
Sub Class_Globals
|
Sub Class_Globals
|
||||||
|
|||||||
@@ -930,14 +930,16 @@ Sub e_ruta_EnterPressed
|
|||||||
B4XPages.MainPage.skmt.ExecNonQuery("INSERT INTO HIST_STAY_OUT(HSO_INI, HSO_FIN) VALUES (0,0)")
|
B4XPages.MainPage.skmt.ExecNonQuery("INSERT INTO HIST_STAY_OUT(HSO_INI, HSO_FIN) VALUES (0,0)")
|
||||||
B4XPages.MainPage.skmt.ExecNonQuery("DELETE FROM HIST_CODIGO_BARRAS")
|
B4XPages.MainPage.skmt.ExecNonQuery("DELETE FROM HIST_CODIGO_BARRAS")
|
||||||
B4XPages.MainPage.skmt.ExecNonQuery("DELETE FROM HIST_FOTO_CLIENTE")
|
B4XPages.MainPage.skmt.ExecNonQuery("DELETE FROM HIST_FOTO_CLIENTE")
|
||||||
'Borramos las fotos del directorio promotoriakmts y reducciones
|
'Borramos las fotos del directorio promotoriakmts y reducciones.
|
||||||
Private MyList As List = File.ListFiles(File.DirInternal & "/promotoriakmts")
|
If File.Exists(File.DirInternal, "/promotoriakmts") Then
|
||||||
For i= MyList.Size-1 To 0 Step -1
|
Private MyList As List = File.ListFiles(File.DirInternal & "/promotoriakmts")
|
||||||
Private MyFile As String = MyList.Get(i)
|
For i= MyList.Size-1 To 0 Step -1
|
||||||
Log(MyFile)
|
Private MyFile As String = MyList.Get(i)
|
||||||
File.Delete(File.DirInternal & "/promotoriakmts", MyFile)
|
Log(MyFile)
|
||||||
Log(File.DirInternal & "/promotoriakmts/" & MyFile)
|
File.Delete(File.DirInternal & "/promotoriakmts", MyFile)
|
||||||
Next
|
Log(File.DirInternal & "/promotoriakmts/" & MyFile)
|
||||||
|
Next
|
||||||
|
End If
|
||||||
If File.Exists(File.DirInternal & "/promotoriakmts", "reduccion") Then
|
If File.Exists(File.DirInternal & "/promotoriakmts", "reduccion") Then
|
||||||
Log("SI hay reduccion")
|
Log("SI hay reduccion")
|
||||||
Private MyList As List = File.ListFiles(File.DirInternal & "/promotoriakmts/reduccion")
|
Private MyList As List = File.ListFiles(File.DirInternal & "/promotoriakmts/reduccion")
|
||||||
@@ -949,7 +951,6 @@ Sub e_ruta_EnterPressed
|
|||||||
Else
|
Else
|
||||||
Log("NO hay reduccion")
|
Log("NO hay reduccion")
|
||||||
End If
|
End If
|
||||||
|
|
||||||
B4XPage_Appear
|
B4XPage_Appear
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|||||||
@@ -748,7 +748,7 @@ Version=12.5
|
|||||||
#Region Project Attributes
|
#Region Project Attributes
|
||||||
#ApplicationLabel: Mariana Censos
|
#ApplicationLabel: Mariana Censos
|
||||||
#VersionCode: 1
|
#VersionCode: 1
|
||||||
#VersionName: 3.10.10
|
#VersionName: 3.10.19
|
||||||
'SupportedOrientations possible values: unspecified, landscape or portrait.
|
'SupportedOrientations possible values: unspecified, landscape or portrait.
|
||||||
#SupportedOrientations: portrait
|
#SupportedOrientations: portrait
|
||||||
#CanInstallToExternalStorage: False
|
#CanInstallToExternalStorage: False
|
||||||
|
|||||||
@@ -46,6 +46,6 @@ ModuleClosedNodes6=
|
|||||||
ModuleClosedNodes7=6,9,11,12,13,14,16,17,18
|
ModuleClosedNodes7=6,9,11,12,13,14,16,17,18
|
||||||
ModuleClosedNodes8=3
|
ModuleClosedNodes8=3
|
||||||
ModuleClosedNodes9=
|
ModuleClosedNodes9=
|
||||||
NavigationStack=C_Cliente,b_guardaCambios_Click,328,0,C_Cliente,mandaPendientes,369,0,C_NuevoCliente,Class_Globals,0,0,Visual Designer,nuevocliente.bal,-100,1,C_NuevoCliente,mandaPendientesNuevosClientes,398,0,C_NuevoCliente,b_guardar_Click,178,5,C_NuevoCliente,B4XPage_Appear,111,0,B4XMainPage,JobDone,353,0,Starter,JobDone,113,3,C_Principal,JobDone,538,0,C_Cliente,JobDone,382,0
|
NavigationStack=C_NuevoCliente,mandaPendientesNuevosClientes,398,0,C_NuevoCliente,b_guardar_Click,178,5,C_NuevoCliente,B4XPage_Appear,111,0,Starter,JobDone,113,3,C_Principal,JobDone,538,0,C_Cliente,JobDone,382,0,C_Cliente,mandaPendientes,378,0,B4XMainPage,JobDone,353,0,C_Principal,e_ruta_EnterPressed,946,3,B4XMainPage,B4XPage_Created,102,0
|
||||||
SelectedBuild=0
|
SelectedBuild=0
|
||||||
VisibleModules=2,13,8,4,5,14,7,11,15
|
VisibleModules=2,13,8,4,5,14,7,11,15
|
||||||
|
|||||||
Reference in New Issue
Block a user