This commit is contained in:
cvaldes1201
2023-10-27 12:43:11 -06:00
parent 870b0c7514
commit abd651a342
3 changed files with 17 additions and 2 deletions

View File

@@ -73,6 +73,8 @@ Sub B4XPage_Appear
Log(NumberFormat2(sumatotal, 0, 2, 2, False))
Next
cursorprueba.Close
'LINEA JAVI
ListView1.AddTwoLines(c.GetString("PC_CLIENTE"),c.GetString("NOMBRE") &" Cant. #"& c.GetString("PC_NOART")& " SubTotal $"& sumatotal)
Next
End If