... 5.11.01

This commit is contained in:
cvaldes1201
2026-03-10 10:11:48 -06:00
parent a6bd4febba
commit 0c0e863e78
3 changed files with 5 additions and 5 deletions

View File

@@ -502,7 +502,7 @@ Sub B4XPage_Appear
' Log(NumberFormat2(rescant3, 0, 2, 2, False))
' r5.Close
Private r55 As Cursor = Starter.skmt.ExecQuery($"select HVD_COSTO_TOT from HIST_VENTAS where HVD_RECHAZO = '0' and BCAJAS = '0' "$)
Private r55 As Cursor = Starter.skmt.ExecQuery($"select IFNULL(HVD_COSTO_TOT,0) AS HVD_COSTO_TOT from HIST_VENTAS where HVD_RECHAZO = '0' and BCAJAS = '0' "$)
Private rescant3 As Double
If r55.RowCount > 0 Then
For r75 = 0 To r55.RowCount -1