mirror of
https://github.com/KeymonSoft/Guna_Preventa.git
synced 2026-04-17 21:06:32 +00:00
activacion geocerca y foto para encuestas
This commit is contained in:
@@ -117,7 +117,7 @@ Sub B4XPage_Appear
|
||||
s5.Position = 0
|
||||
|
||||
|
||||
L_TOTAL.Text = s.GetString("TOTAL_CLIE") + s5.GetString("TOTAL_CLIE")
|
||||
L_TOTAL.Text =NumberFormat2(s.GetString("TOTAL_CLIE") + s5.GetString("TOTAL_CLIE"),0,2,2,False)
|
||||
|
||||
|
||||
|
||||
@@ -128,7 +128,7 @@ Sub B4XPage_Appear
|
||||
Private s As Cursor=B4XPages.MainPage.skmt.ExecQuery("select iFNULL(sum(pe_costo_tot),0) as TOTAL_CLIE, SUM(PE_CANT) AS CANT_CLIE FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA from cuentaa)")
|
||||
s.Position=0
|
||||
|
||||
L_TOTAL.Text = s.GetString("TOTAL_CLIE")
|
||||
L_TOTAL.Text =NumberFormat2(s.GetString("TOTAL_CLIE"),0,2,2,False)
|
||||
|
||||
s.Close
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user