- VERSION 4.10.19

- Se corrigio un error que hacia que cuando se hacia FIN DIA, siempre avisaba que no habia buena conexion.
This commit is contained in:
Jose Alberto Guerra Ugalde
2024-10-21 16:00:35 -06:00
parent 47a85d427d
commit 6ee13b0d01
5 changed files with 84 additions and 66 deletions

View File

@@ -544,7 +544,8 @@ Sub B4XPage_Appear
If META2 < 1 Then
META2 = "CUBIERTO"
End If
la_saldooper.Text = numberformat2(META2, 0, 2, 2, True)
If IsNumber(META2) Then META2 = NumberFormat2(META2, 0, 2, 2, True)
la_saldooper.Text = META2
c=B4XPages.MainPage.skmt.ExecQuery("select ID_ALMACEN from CAT_ALMACEN")
If c.RowCount>0 Then
C.Position=0