mirror of
https://github.com/KeymonSoft/Mariana-Reparto-V5.git
synced 2026-04-22 07:00:07 +00:00
... 5.11.01
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user