- VERSION 4.07.20

- Se cambio la base de datos que se manda al FTP, por error se estaba mandando desde "DirAssets" y debe de ser "DirInternal".
This commit is contained in:
Jose Alberto Guerra Ugalde
2024-07-22 20:08:07 -06:00
parent 9844f2a6c3
commit 37426d7adb
4 changed files with 9 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ Version=12.8
#Region Project Attributes
#ApplicationLabel: Lanterna
#VersionCode: 1
#VersionName: 4.07.16
#VersionName: 4.07.20
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: landscape
#CanInstallToExternalStorage: False
@@ -208,6 +208,11 @@ Sub Activity_Resume
Starter.imprimirTicket = ia
importaBDDesdeWhatsApp
'Esto para cambiar los tamaños y posiciones para pantallas chicas (celuar).
If GetDeviceLayoutValues.ApproximateScreenSize < 6 Then
l_version.Top = 20dip
l_version.Left = 10dip
End If
End Sub
Sub Activity_KeyPress (key As Int) As Boolean