diff --git a/B4A/B4XMainPage.bas b/B4A/B4XMainPage.bas
index d6eca9c..186c392 100644
--- a/B4A/B4XMainPage.bas
+++ b/B4A/B4XMainPage.bas
@@ -237,6 +237,7 @@ Private Sub B4XPage_Created (Root1 As B4XView)
Subs.agregaColumna("HIST_ENCUESTA", "HE_FOTO", "BLOB")
Subs.agregaColumna("kmt_info3", "foto", "BLOB")
Subs.agregaColumna("PEDIDO", "PE_RECALCULO", "TEXT")
+ Subs.agregaColumna("PEDIDO", "PE_DESC", "TEXT")
Subs.agregaColumna("PEDIDO", "PE_RECALCULADO", "TEXT")
Subs.agregaColumna("CODIGOS_CREDITO", "CLIENTE", "TEXT")
Subs.agregaColumna("PEDIDO", "PE_RECCEDIS", "TEXT")
diff --git a/B4A/C_Cliente.bas b/B4A/C_Cliente.bas
index 28ec468..f7c677a 100644
--- a/B4A/C_Cliente.bas
+++ b/B4A/C_Cliente.bas
@@ -1404,7 +1404,7 @@ End Sub
' Recalcula y pone en PEDIDO si el producto cumple lascondiciones para tener descuento
Sub recalculoXcant
' Private c As Cursor = B4XPages.MainPage.skmt.ExecQuery2("SELECT* FROM PEDIDO JOIN CAT_PROMOS_DESCUENTOS ON CAT_PD_PRODUCTO = PE_PROID WHERE PE_CLIENTE IN (Select CUENTA FROM CUENTAA) AND PE_CEDIS = ? AND PE_CANT >= CAT_PD_RANGO AND CAT_PD_RANGO2 <= PE_CANT", Array As String(Subs.traeAlmacen))
- Private c As Cursor = B4XPages.MainPage.skmt.ExecQuery2("SELECT * FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA FROM CUENTAA) AND PE_CEDIS = ? ", Array As String(Subs.traeAlmacen))
+ Private c As Cursor = B4XPages.MainPage.skmt.ExecQuery2("SELECT * FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA FROM CUENTAA) AND PE_CEDIS = ? AND PE_DESC = '0' ", Array As String(Subs.traeAlmacen))
If c.RowCount > 0 Then
For promespdes = 0 To c.RowCount -1
c.Position = promespdes
@@ -1421,7 +1421,7 @@ Sub recalculoXcant
Log(NumberFormat2(((c.GetString("PE_COSTOU") * rangosel.GetString("CAT_PD_DESCUENTO"))/100),0,2,2,False))
Log(rangosel.GetString("CAT_PD_DESCUENTO"))
Private recalculototal As Float =c.GetString("PE_CANT") * recalculo
- skmt.ExecNonQuery2("UPDATE PEDIDO set PE_RECALCULO = ?, PE_RECALCULOTOT = ?, PE_RECCEDIS = ?, PE_RECCANT = PE_CANT WHERE PE_PROID = ? AND PE_CLIENTE IN (SELECT CUENTA FROM CUENTAA) AND PE_CEDIS = ? and PE_FOLIO = ? ",Array As String(NumberFormat2(recalculo,0,2,2,False) ,NumberFormat2(recalculototal,0,2,2,False), rangosel.GetString("CAT_PD_COD_PROMO"),c.GetString("PE_PROID"), Subs.traeAlmacen, c.GetString("PE_FOLIO")))
+ skmt.ExecNonQuery2("UPDATE PEDIDO set PE_RECALCULO = ?, PE_RECALCULOTOT = ?, PE_RECCEDIS = ?, PE_RECCANT = PE_CANT WHERE PE_PROID = ? AND PE_CLIENTE IN (SELECT CUENTA FROM CUENTAA) AND PE_CEDIS = ? and PE_FOLIO = ? AND IFNULL(PE_DESC,0) = 0",Array As String(NumberFormat2(recalculo,0,2,2,False) ,NumberFormat2(recalculototal,0,2,2,False), rangosel.GetString("CAT_PD_COD_PROMO"),c.GetString("PE_PROID"), Subs.traeAlmacen, c.GetString("PE_FOLIO")))
End If
Next
Else ' No cumple el rango ...
@@ -1446,13 +1446,18 @@ Sub recalculoXcant
End If
Next
Else
- skmt.ExecNonQuery2("UPDATE PEDIDO set PE_RECALCULO = NULL, PE_RECALCULOTOT = NULL, PE_RECCEDIS = NULL, PE_RECCANT = NULL WHERE PE_PROID = ? AND PE_CLIENTE IN (SELECT CUENTA FROM CUENTAA) AND PE_CEDIS = ? AND PE_FOLIO = ?",Array As String(c.GetString("PE_PROID"), Subs.traeAlmacen, c.GetString("PE_FOLIO")))
+ skmt.ExecNonQuery2("UPDATE PEDIDO set PE_RECALCULO = NULL, PE_RECALCULOTOT = NULL, PE_RECCEDIS = NULL, PE_RECCANT = NULL WHERE PE_PROID = ? AND PE_CLIENTE IN (SELECT CUENTA FROM CUENTAA) AND PE_CEDIS = ? AND PE_FOLIO = ? AND IFNULL(PE_DESC,0) = 0",Array As String(c.GetString("PE_PROID"), Subs.traeAlmacen, c.GetString("PE_FOLIO")))
End If
rangosel2.Close
End If
rangosel.Close
Next
End If
+
+ Private c As Cursor = B4XPages.MainPage.skmt.ExecQuery2("SELECT * FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA FROM CUENTAA) AND PE_CEDIS = ? AND PE_DESC = '1' ", Array As String(Subs.traeAlmacen))
+ If c.RowCount > 0 Then
+ skmt.ExecNonQuery2("UPDATE PEDIDO set PE_RECALCULO = NULL, PE_RECALCULOTOT = NULL, PE_RECCEDIS = NULL, PE_RECCANT = NULL WHERE PE_CLIENTE IN (SELECT CUENTA FROM CUENTAA) AND PE_CEDIS = ? AND PE_DESC = '1'",Array As String(Subs.traeAlmacen))
+ End If
skmt.ExecNonQuery2("UPDATE PEDIDO set PE_RECALCULO = NULL, PE_RECALCULOTOT = NULL, PE_RECCEDIS = NULL, PE_RECCANT = NULL WHERE PE_CLIENTE IN (SELECT CUENTA FROM CUENTAA) AND PE_CEDIS <> ?",Array As String(Subs.traeAlmacen))
End Sub
@@ -3168,10 +3173,10 @@ Sub B_IMP_Click
Else
Impresion
End If
- Else If ALMACEN = 88 Then
+ Else If ALMACEN = 88 Or ALMACEN = 94 Then
Impresion4
- Else If ALMACEN = 81 Or ALMACEN = 102 Or ALMACEN = 94 Then
+ Else If ALMACEN = 81 Or ALMACEN = 102 Then
c=B4XPages.MainPage.skmt.ExecQuery("select IFNULL(CAT_CL_BCREDITO,0) AS CAT_CL_BCREDITO, CAT_CL_LIMITECREDITO, IFNULL(CONFIRMADO,0) AS CONFIRMADO from kmt_info3 where CAT_CL_CODIGO In (Select cuenta from cuentaa)")
c.Position = 0
@@ -3235,7 +3240,7 @@ End Sub
Sub Impresion4
Dim pedinow As Cursor = skmt.ExecQuery("select * FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA from cuentaa) AND PE_FUTURO = '0' ")
If pedinow.RowCount > 0 Then
- Mandap
+ Mandapedido
c=skmt.ExecQuery("select USUARIO from usuarioa")
c.Position=0
@@ -3534,7 +3539,7 @@ Sub Impresion4
End If
End Sub
-Sub Mandap
+Sub Mandapedido
' PEDIDO
c=B4XPages.MainPage.skmt.ExecQuery2("SELECT PE_CEDIS,PE_COSTO_TOT,PE_COSTOU,PE_CANT,PE_PRONOMBRE,PE_PROID,PE_CLIENTE,PE_FECHA,PE_USUARIO, PE_COSTO_SIN, PE_RUTA, PE_DESC, PE_FOLIO FROM PEDIDO WHERE (PE_RECALCULO = ? or PE_RECALCULO = ? or PE_RECALCULO IS NULL)",Array As String("","null"))
Dim d As Cursor=B4XPages.MainPage.skmt.ExecQuery("SELECT COUNT(*) as CUANTOS_PEDIDO FROM PEDIDO")
diff --git a/B4A/C_Principal.bas b/B4A/C_Principal.bas
index 2a2a731..b53e648 100644
--- a/B4A/C_Principal.bas
+++ b/B4A/C_Principal.bas
@@ -587,7 +587,7 @@ End Sub
Sub recalculoXcant
' Private c As Cursor = B4XPages.MainPage.skmt.ExecQuery2("SELECT* FROM PEDIDO JOIN CAT_PROMOS_DESCUENTOS ON CAT_PD_PRODUCTO = PE_PROID WHERE PE_CLIENTE IN (Select CUENTA FROM CUENTAA) AND PE_CEDIS = ? AND PE_CANT >= CAT_PD_RANGO AND CAT_PD_RANGO2 <= PE_CANT", Array As String(Subs.traeAlmacen))
- Private c As Cursor = B4XPages.MainPage.skmt.ExecQuery2("SELECT * FROM PEDIDO WHERE PE_CEDIS = ? and PE_RECCEDIS IS NOT NULL AND PE_RECALCULADO IS NULL ", Array As String(Subs.traeAlmacen))
+ Private c As Cursor = B4XPages.MainPage.skmt.ExecQuery2("SELECT * FROM PEDIDO WHERE PE_CEDIS = ? and PE_RECCEDIS IS NOT NULL AND PE_RECALCULADO IS NULL AND PE_DESC = '0'", Array As String(Subs.traeAlmacen))
If c.RowCount > 0 Then
For promespdes = 0 To c.RowCount -1
c.Position = promespdes
@@ -1629,7 +1629,7 @@ Sub JobDone(Job As HttpJob)
If n = "OKActivo" Then
Dim cmd As DBCommand
cmd.Initialize
- cmd.Name = "select_ruta_GV2_70_15"
+ cmd.Name = "select_ruta_GV2_70_16"
cmd.Parameters = Array As Object(ALMACEN,e_ruta.text, usuario)
B4XPages.MainPage.reqManager.ExecuteQuery(cmd , 0, "ruta")
'Log("Usuario guardado en BD es 'Valido'")
diff --git a/B4A/C_Productos.bas b/B4A/C_Productos.bas
index 22dfdbe..b87873d 100644
--- a/B4A/C_Productos.bas
+++ b/B4A/C_Productos.bas
@@ -108,6 +108,8 @@ Sub Class_Globals
Dim preciodev As Double
Dim nombredev As String
+
+ Private cb_descuento As CheckBox
End Sub
'You can add more parameters here.
@@ -751,6 +753,8 @@ Sub b_prodMenos_Click
Dim lProdX As B4XView = pnl.GetView(1)
' Dim panelcajas As B4XView = pnl.GetView(3)
Dim panelpiezas As B4XView = pnl.GetView(2)
+ Dim cb_des As CheckBox = pnl.GetView(4)
+ Dim aplicades As String
' Log($"precio|stock:${laCant.tag}"$)
If laCant.Text = "" Then laCant.Text = 0
' Log("lacant.text="&laCant.text)
@@ -775,13 +779,22 @@ Sub b_prodMenos_Click
' Else
' totalcajasmaspiezas = laCant.Text
' End If
+
+ If cb_des.Checked Then
+ Log(" descuento igual a True")
+ aplicades = "1"
+ Else
+ Log("descuento igual a false")
+ aplicades = "0"
+ End If
+
LogColor("prodsMap="&prodsMap, Colors.blue)
' (Subs.traeAlmacen, p1.Get("precio"), p1.Get("cant"), pn, p, clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta)
Log($"${Subs.traeAlmacen}, ${precio}, ${laCant.text}, ${Subs.traeProdNombre(id)}, ${id}, ${clienteId}"$)
If B4XPages.MainPage.tipo_venta = "PREVENTA_FUTURA" Then
- Subs.actualizaProducto(Subs.traeAlmacen, precio, laCant.Text, Subs.traeProdNombre(id), id, clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,0,1)
+ Subs.actualizaProducto(Subs.traeAlmacen, precio, laCant.Text, Subs.traeProdNombre(id), id, clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,0,1,aplicades)
Else
- Subs.actualizaProducto(Subs.traeAlmacen, precio, laCant.Text, Subs.traeProdNombre(id), id, clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,0,0)
+ Subs.actualizaProducto(Subs.traeAlmacen, precio, laCant.Text, Subs.traeProdNombre(id), id, clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,0,0,aplicades)
End If
cuentaProds
LogColor("prodsMap="&prodsMap, Colors.blue)
@@ -895,7 +908,8 @@ Sub b_prodMas_Click
Dim panelpiezas As B4XView = pnl.GetView(2)
' Dim laCant2 As B4XView = pnl.GetView(3).GetView(2)
Dim lProdX As B4XView = pnl.GetView(1)
-
+ Dim cb_des As CheckBox = pnl.GetView(4)
+ Dim aplicades As String
' Private tmpMap As Map = clv_prods_ll.GetValue(index).As(Map)
Private precio As String=clv_prods_ll.GetValue(index).As(Map).Get("precio")
Private inv As String=clv_prods_ll.GetValue(index).As(Map).Get("almacen")
@@ -938,6 +952,14 @@ Sub b_prodMas_Click
' panelcajas.Visible = True
' End If
+ If cb_des.Checked Then
+ Log(" descuento igual a True")
+ aplicades = "1"
+ Else
+ Log("descuento igual a false")
+ aplicades = "0"
+ End If
+
LogColor(laCant.Text,Colors.Red)
' If laCant2.IsInitialized Then
' totalcajasmaspiezas = laCant.Text + laCant2.Text
@@ -946,9 +968,10 @@ Sub b_prodMas_Click
' End If
Log(B4XPages.MainPage.tipo_venta)
If B4XPages.MainPage.tipo_venta = "PREVENTA_FUTURA" Then
- Subs.actualizaProducto(Subs.traeAlmacen, precio, laCant.Text, Subs.traeProdNombre(id), id, clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,0,1)
+
+ Subs.actualizaProducto(Subs.traeAlmacen, precio, laCant.Text, Subs.traeProdNombre(id), id, clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,0,1,aplicades)
Else
- Subs.actualizaProducto(Subs.traeAlmacen, precio, laCant.Text, Subs.traeProdNombre(id), id, clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,0,0)
+ Subs.actualizaProducto(Subs.traeAlmacen, precio, laCant.Text, Subs.traeProdNombre(id), id, clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,0,0,aplicades)
End If
' Subs.actualizaProducto( Subs.traeAlmacen, precio, laCant.Text, Subs.traeProdNombre(id), id, clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,0)
cuentaProds
@@ -1020,6 +1043,8 @@ Private Sub et_pCant_TextChanged (Old As String, New As String)
Dim laCant As B4XView = pnl.GetView(2).GetView(2)
' Dim laCant2 As B4XView = pnl.GetView(3).GetView(2)
Dim lProdX As B4XView = pnl.GetView(1)
+ Dim cb_des As CheckBox = pnl.GetView(4)
+ Dim aplicades As String
Private id As String=clv_prods_ll.GetValue(index).As(Map).Get("id")
Private precio As String=clv_prods_ll.GetValue(index).As(Map).Get("precio")
Private inv As String=clv_prods_ll.GetValue(index).As(Map).Get("almacen")
@@ -1046,6 +1071,15 @@ Private Sub et_pCant_TextChanged (Old As String, New As String)
'
' panelcajas.Visible = True
' End If
+
+ If cb_des.Checked Then
+ Log(" descuento igual a True")
+ aplicades = "1"
+ Else
+ Log("descuento igual a false")
+ aplicades = "0"
+ End If
+
' If laCant2.IsInitialized Then
' totalcajasmaspiezas = laCant.Text + laCant2.Text
@@ -1055,9 +1089,9 @@ Private Sub et_pCant_TextChanged (Old As String, New As String)
If Not(Old = "0" And New = "") And laCant.Text <> Null And laCant.Text <> "" And etCantHasFocus Then
Log("actualizamos producto")
If B4XPages.MainPage.tipo_venta = "PREVENTA_FUTURA" Then
- Subs.actualizaProducto(Subs.traeAlmacen, precio, laCant.Text, Subs.traeProdNombre(id), id, clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,0,1)
+ Subs.actualizaProducto(Subs.traeAlmacen, precio, laCant.Text, Subs.traeProdNombre(id), id, clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,0,1,aplicades)
Else
- Subs.actualizaProducto(Subs.traeAlmacen, precio, laCant.Text, Subs.traeProdNombre(id), id, clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,0,0)
+ Subs.actualizaProducto(Subs.traeAlmacen, precio, laCant.Text, Subs.traeProdNombre(id), id, clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,0,0,aplicades)
End If
' Subs.actualizaProducto(Subs.traeAlmacen, precio, laCant.Text, Subs.traeProdNombre(id), id, clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,0)
cuentaProds
@@ -1652,6 +1686,19 @@ Private Sub clv_prods_ll_VisibleRangeChanged (FirstIndex As Int, LastIndex As In
If clv_prods_ll.GetValue(i).As(Map).Get("cant") <> Null And clv_prods_ll.GetValue(i).As(Map).Get("cant") > 0 Then
p_prods.Color=0xFFE2EEFF
+ Dim descped As Cursor = Starter.skmt.ExecQuery($"SELECT IFNULL(PE_DESC,0) AS PE_DESC FROM PEDIDO WHERE PE_PROID = '${listaProds.get(i).As(Map).Get("id")}' AND PE_CLIENTE IN (SELECT CUENTA FROM CUENTAA)"$)
+ Log(listaProds.get(i).As(Map).Get("id"))
+ If descped.RowCount > 0 Then
+ descped.Position = 0
+ If descped.GetString("PE_DESC") = 1 Then
+ cb_descuento.Checked = True
+ Else
+ cb_descuento.Checked = False
+ End If
+ Log("true")
+
+ End If
+ cb_descuento.Tag = listaProds.get(i).As(Map).Get("id")
@@ -1664,8 +1711,15 @@ Private Sub clv_prods_ll_VisibleRangeChanged (FirstIndex As Int, LastIndex As In
b_prodMenos.Enabled = False
End If
Else
+
+ cb_descuento.Visible = False
+
If clv_prods_ll.GetValue(i).As(Map).Get("prioridad") = "PRIORITARIO" Then
p_prods.Color = Colors.RGB(255, 212, 163) 'naranja
+ cb_descuento.Visible = True
+ cb_descuento.Tag = listaProds.get(i).As(Map).Get("id")
+' cb_descuento.Checked = False
+' LogColor(listaProds.get(i).As(Map).Get("id"),Colors.red)
Else If clv_prods_ll.GetValue(i).As(Map).Get("prioridad") = "COMPLEMENTARIO" Then
p_prods.Color = Colors.RGB(177, 200, 249)'azul
@@ -1882,8 +1936,11 @@ Sub LlenaProdsLL(p As ResultSet)
' listaProds.Add(tempMap)
' Loop
- Dim coloressaldo As Cursor=B4XPages.MainPage.skmt.ExecQuery("select IFNULL(CAT_CL_CLASIFICADOR2,0) AS CAT_CL_CLASIFICADOR2 from kmt_info3 where CAT_CL_CODIGO In (Select cuenta from cuentaa)")
- coloressaldo.Position = 0
+
+
+
+ Dim coloressaldo2 As Cursor=B4XPages.MainPage.skmt.ExecQuery("select IFNULL(CAT_CL_CLASIFICADOR2,0) AS CAT_CL_CLASIFICADOR2 from kmt_info3 where CAT_CL_CODIGO In (Select cuenta from cuentaa)")
+ coloressaldo2.Position = 0
Do While p.NextRow
Private cant As Int = 0
@@ -1891,7 +1948,7 @@ Sub LlenaProdsLL(p As ResultSet)
Log(p.GetString("CAT_GP_ID"))
cant = cantsMap.Get(p.GetString("CAT_GP_ID"))
End If
- If coloressaldo.GetString("CAT_CL_CLASIFICADOR2") = "LP222_D" Then
+ If coloressaldo2.GetString("CAT_CL_CLASIFICADOR2") = "LP222_D" Then
If p.GetString("CAT_GP_ID") <> "GUN141" And p.GetString("CAT_GP_ID") <> "GUN142" Then
' Log(p.GetString("CAT_GP_NOMBRE"))
' ¡Importante! Crear un NUEVO mapa en cada iteración.
@@ -1948,7 +2005,7 @@ Sub LlenaProdsLL(p As ResultSet)
For pr0=0 To listaProdsConCant.Size - 1 'Agregamos los productos con cantidad previa.
Private Pnl As B4XView = xui.CreatePanel("")
' Pnl.SetLayoutAnimated(0, 0, 0, clv_prods_ll.AsView.Width, 300dip)
- Pnl.SetLayoutAnimated(0, 0, 0, clv_prods_ll.AsView.Width, 65dip)
+ Pnl.SetLayoutAnimated(0, 0, 0, clv_prods_ll.AsView.Width, 130dip)''aqui se mueve el tamaño del item
clv_prods_ll.Add(Pnl, listaProdsConCant.Get(pr0))
listaHints.Add(listaProdsConCant.get(pr0).As(Map).Get("prod"))
cont = cont + 1
@@ -1958,9 +2015,7 @@ Sub LlenaProdsLL(p As ResultSet)
For pr=0 To listaProds.Size-1
If listaProdsConCantIndex.IndexOf(pr) = -1 Then
Private Pnl As B4XView = xui.CreatePanel("")
- Pnl.SetLayoutAnimated(0, 0, 0, clv_prods_ll.AsView.Width, 65dip)
-
-
+ Pnl.SetLayoutAnimated(0, 0, 0, clv_prods_ll.AsView.Width, 130dip) ''aqui se mueve el tamaño del item
listaHints.Add(listaProds.get(pr).As(Map).Get("prod"))
clv_prods_ll.Add(Pnl, listaProds.Get(pr))
'
@@ -2404,9 +2459,9 @@ Private Sub b_devmenos_Click
l_cantdev.Text = NumberFormat2((l_cantdev.Text - 1),0,0,0, False)
If B4XPages.MainPage.tipo_venta = "PREVENTA_FUTURA" Then
' Subs.actualizaProducto(Subs.traeAlmacen, precio, laCant.Text, Subs.traeProdNombre(id), id, clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,0,1)
- Subs.actualizaProducto( "DUR", (preciodev * -1), l_cantdev.Text, nombredev, dev2.GetString("CAT_GP_ID"), clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,1,1)
+ Subs.actualizaProducto( "DUR", (preciodev * -1), l_cantdev.Text, nombredev, dev2.GetString("CAT_GP_ID"), clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,1,1,1)
Else
- Subs.actualizaProducto( "DUR", (preciodev * -1), l_cantdev.Text, nombredev, dev2.GetString("CAT_GP_ID"), clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,1,0)
+ Subs.actualizaProducto( "DUR", (preciodev * -1), l_cantdev.Text, nombredev, dev2.GetString("CAT_GP_ID"), clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,1,0,1)
' Subs.actualizaProducto(Subs.traeAlmacen, precio, laCant.Text, Subs.traeProdNombre(id), id, clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,0,0)
End If
End If
@@ -2429,9 +2484,9 @@ Private Sub b_devmas_Click
If B4XPages.MainPage.tipo_venta = "PREVENTA_FUTURA" Then
' Subs.actualizaProducto(Subs.traeAlmacen, precio, laCant.Text, Subs.traeProdNombre(id), id, clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,0,1)
- Subs.actualizaProducto( "DUR", (preciodev * -1), l_cantdev.Text, nombredev, dev2.GetString("CAT_GP_ID"), clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,1,1)
+ Subs.actualizaProducto( "DUR", (preciodev * -1), l_cantdev.Text, nombredev, dev2.GetString("CAT_GP_ID"), clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,1,1,1)
Else
- Subs.actualizaProducto( "DUR", (preciodev * -1), l_cantdev.Text, nombredev, dev2.GetString("CAT_GP_ID"), clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,1,0)
+ Subs.actualizaProducto( "DUR", (preciodev * -1), l_cantdev.Text, nombredev, dev2.GetString("CAT_GP_ID"), clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,1,0,1)
' Subs.actualizaProducto( "DUR", (preciodev * -1), l_cantdev.Text, nombredev, dev2.GetString("CAT_GP_ID"), clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,1)
' Subs.actualizaProducto(Subs.traeAlmacen, precio, laCant.Text, Subs.traeProdNombre(id), id, clienteId, Subs.traeFecha, Subs.traeUsuarioDeBD, rutaUsuario, 0, B4XPages.MainPage.tipo_venta,0,0)
End If
@@ -2452,4 +2507,14 @@ End Sub
Private Sub p_devo_Click
+End Sub
+
+Private Sub cb_descuento_CheckedChange(Checked As Boolean)
+ Log(Sender.As(CheckBox).Tag)
+ If Sender.As(CheckBox).Checked Then
+ B4XPages.MainPage.skmt.ExecNonQuery($"UPDATE pedido SET PE_DESC = 1 WHERE PE_CLIENTE In (select cuenta from cuentaa) AND PE_PROID = '${Sender.As(CheckBox).Tag}' AND PE_CEDIS = '${Subs.traeAlmacen}'"$)
+ Else
+ B4XPages.MainPage.skmt.ExecNonQuery($"UPDATE pedido SET PE_DESC = 0 WHERE PE_CLIENTE In (select cuenta from cuentaa) AND PE_PROID = '${Sender.As(CheckBox).Tag}' AND PE_CEDIS = '${Subs.traeAlmacen}'"$)
+ End If
+
End Sub
\ No newline at end of file
diff --git a/B4A/C_Promos.bas b/B4A/C_Promos.bas
index fcd971d..dc2807c 100644
--- a/B4A/C_Promos.bas
+++ b/B4A/C_Promos.bas
@@ -982,18 +982,18 @@ Private Sub b_terminar1_Click
Private pn As String = Subs.traeProdNombre(prodsIds.Get(t))
If prodsCants.Get(t) > 0 Then
If B4XPages.MainPage.tipo_venta = "PREVENTA_FUTURA" Then
- Subs.guardaProductoSinGestion(estaPromo, prodsPrecios.Get(t), prodsCants.Get(t), pn, prodsIds.Get(t), Subs.traeCliente, Subs.traeFecha, Subs.traeUsuarioDeBD, Subs.traeRuta, 0, B4XPages.MainPage.tipo_venta, 1)
+ Subs.guardaProductoSinGestion(estaPromo, prodsPrecios.Get(t), prodsCants.Get(t), pn, prodsIds.Get(t), Subs.traeCliente, Subs.traeFecha, Subs.traeUsuarioDeBD, Subs.traeRuta, 0, B4XPages.MainPage.tipo_venta, 1,1)
Else
- Subs.guardaProductoSinGestion(estaPromo, prodsPrecios.Get(t), prodsCants.Get(t), pn, prodsIds.Get(t), Subs.traeCliente, Subs.traeFecha, Subs.traeUsuarioDeBD, Subs.traeRuta, 0, B4XPages.MainPage.tipo_venta,0)
+ Subs.guardaProductoSinGestion(estaPromo, prodsPrecios.Get(t), prodsCants.Get(t), pn, prodsIds.Get(t), Subs.traeCliente, Subs.traeFecha, Subs.traeUsuarioDeBD, Subs.traeRuta, 0, B4XPages.MainPage.tipo_venta,0,1)
End If
End If
Next
For t = 0 To prodsIds2.Size - 1 'Guardamos los productos variables de la promocion en pedido.
Private pn As String = Subs.traeProdNombre(prodsIds2.Get(t))
If B4XPages.MainPage.tipo_venta = "PREVENTA_FUTURA" Then
- Subs.guardaProductoSinGestion(estaPromo, prodsPrecios2.Get(t), prodsCants2.Get(t), pn, prodsIds2.Get(t), Subs.traeCliente, Subs.traeFecha, Subs.traeUsuarioDeBD, Subs.traeRuta, 0, B4XPages.MainPage.tipo_venta,1)
+ Subs.guardaProductoSinGestion(estaPromo, prodsPrecios2.Get(t), prodsCants2.Get(t), pn, prodsIds2.Get(t), Subs.traeCliente, Subs.traeFecha, Subs.traeUsuarioDeBD, Subs.traeRuta, 0, B4XPages.MainPage.tipo_venta,1,1)
Else
- Subs.guardaProductoSinGestion(estaPromo, prodsPrecios2.Get(t), prodsCants2.Get(t), pn, prodsIds2.Get(t), Subs.traeCliente, Subs.traeFecha, Subs.traeUsuarioDeBD, Subs.traeRuta, 0, B4XPages.MainPage.tipo_venta,0)
+ Subs.guardaProductoSinGestion(estaPromo, prodsPrecios2.Get(t), prodsCants2.Get(t), pn, prodsIds2.Get(t), Subs.traeCliente, Subs.traeFecha, Subs.traeUsuarioDeBD, Subs.traeRuta, 0, B4XPages.MainPage.tipo_venta,0,1)
End If
Next
' Log(B4XPages.MainPage.productos.prodsMap)
@@ -1020,17 +1020,17 @@ Private Sub b_continuar_Click
For t = 0 To prodsIds.Size - 1 'Guardamos los productos fijos de la promocion en pedido.
Private pn As String = Subs.traeProdNombre(prodsIds.Get(t))
If B4XPages.MainPage.tipo_venta = "PREVENTA_FUTURA" Then
- Subs.guardaProductoSinGestion(estaPromo, prodsPrecios.Get(t), prodsCants.Get(t), pn, prodsIds.Get(t), Subs.traeCliente, Subs.traeFecha, Subs.traeUsuarioDeBD, Subs.traeRuta, 0, B4XPages.MainPage.tipo_venta,1)
+ Subs.guardaProductoSinGestion(estaPromo, prodsPrecios.Get(t), prodsCants.Get(t), pn, prodsIds.Get(t), Subs.traeCliente, Subs.traeFecha, Subs.traeUsuarioDeBD, Subs.traeRuta, 0, B4XPages.MainPage.tipo_venta,1,1)
Else
- Subs.guardaProductoSinGestion(estaPromo, prodsPrecios.Get(t), prodsCants.Get(t), pn, prodsIds.Get(t), Subs.traeCliente, Subs.traeFecha, Subs.traeUsuarioDeBD, Subs.traeRuta, 0, B4XPages.MainPage.tipo_venta,0)
+ Subs.guardaProductoSinGestion(estaPromo, prodsPrecios.Get(t), prodsCants.Get(t), pn, prodsIds.Get(t), Subs.traeCliente, Subs.traeFecha, Subs.traeUsuarioDeBD, Subs.traeRuta, 0, B4XPages.MainPage.tipo_venta,0,1)
End If
Next
For t = 0 To prodsIds2.Size - 1 'Guardamos los productos variables de la promocion en pedido.
Private pn As String = Subs.traeProdNombre(prodsIds2.Get(t))
If B4XPages.MainPage.tipo_venta = "PREVENTA_FUTURA" Then
- Subs.guardaProductoSinGestion(estaPromo, prodsPrecios2.Get(t), prodsCants2.Get(t), pn, prodsIds2.Get(t), Subs.traeCliente, Subs.traeFecha, Subs.traeUsuarioDeBD, Subs.traeRuta, 0, B4XPages.MainPage.tipo_venta,1)
+ Subs.guardaProductoSinGestion(estaPromo, prodsPrecios2.Get(t), prodsCants2.Get(t), pn, prodsIds2.Get(t), Subs.traeCliente, Subs.traeFecha, Subs.traeUsuarioDeBD, Subs.traeRuta, 0, B4XPages.MainPage.tipo_venta,1,1)
Else
- Subs.guardaProductoSinGestion(estaPromo, prodsPrecios2.Get(t), prodsCants2.Get(t), pn, prodsIds2.Get(t), Subs.traeCliente, Subs.traeFecha, Subs.traeUsuarioDeBD, Subs.traeRuta, 0, B4XPages.MainPage.tipo_venta,0)
+ Subs.guardaProductoSinGestion(estaPromo, prodsPrecios2.Get(t), prodsCants2.Get(t), pn, prodsIds2.Get(t), Subs.traeCliente, Subs.traeFecha, Subs.traeUsuarioDeBD, Subs.traeRuta, 0, B4XPages.MainPage.tipo_venta,0,1)
End If
Next
' Log(B4XPages.MainPage.productos.prodsMap)
diff --git a/B4A/Files/proditem.bal b/B4A/Files/proditem.bal
index c25469d..23ff630 100644
Binary files a/B4A/Files/proditem.bal and b/B4A/Files/proditem.bal differ
diff --git a/B4A/Files/proditem1.bal b/B4A/Files/proditem1.bal
index 3aef6c8..6c95240 100644
Binary files a/B4A/Files/proditem1.bal and b/B4A/Files/proditem1.bal differ
diff --git a/B4A/Guna Vistas V3.1.b4a b/B4A/Guna Vistas V3.1.b4a
index dc34777..2d7acb9 100644
--- a/B4A/Guna Vistas V3.1.b4a
+++ b/B4A/Guna Vistas V3.1.b4a
@@ -305,7 +305,7 @@ Version=12.8
#Region Project Attributes
#ApplicationLabel: Guna Preventa
#VersionCode: 1
- #VersionName: 6.02.19
+ #VersionName: 6.02.20
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: portrait
#CanInstallToExternalStorage: False
diff --git a/B4A/Guna Vistas V3.1.b4a.meta b/B4A/Guna Vistas V3.1.b4a.meta
index 2d079ca..4b21c39 100644
--- a/B4A/Guna Vistas V3.1.b4a.meta
+++ b/B4A/Guna Vistas V3.1.b4a.meta
@@ -26,7 +26,7 @@ ModuleBookmarks30=
ModuleBookmarks31=
ModuleBookmarks32=
ModuleBookmarks4=
-ModuleBookmarks5=7786
+ModuleBookmarks5=7791
ModuleBookmarks6=
ModuleBookmarks7=
ModuleBookmarks8=
@@ -97,6 +97,6 @@ ModuleClosedNodes6=
ModuleClosedNodes7=
ModuleClosedNodes8=6,8,9,10,11
ModuleClosedNodes9=
-NavigationStack=Diseñador Visual,Vista_todoslosclientes.bal,-100,6,V_Tclientes,Guardar_Click,146,6,C_Principal,cargar_Click,1442,0,C_Principal,connecta_Click,2915,0,C_Principal,JobDone,1625,0,C_Principal,Subir_Click,829,0,C_Cliente,B4XPage_Appear,659,0,Diseñador Visual,cliente.bal,-100,2,C_Cliente,Mandap,3563,0,Main,Activity_Resume,45,0
+NavigationStack=C_Productos,b_devmenos_Click,2458,0,C_Productos,b_devmas_Click,2480,0,Subs,actualizaProducto,1793,0,Subs,guardaProductoSinGestion,1832,0,C_Promos,b_terminar1_Click,989,0,C_Promos,b_continuar_Click,1026,0,C_Cliente,recalculoXcant,1441,4,C_Principal,Class_Globals,14,0,C_Cliente,B_IMP_Click,3169,0,C_Cliente,Impresion4,3236,0,C_Principal,JobDone,1625,0
SelectedBuild=0
-VisibleModules=29,2,18,30,5,15,19,21,4,1,32
+VisibleModules=29,2,18,30,5,15,19,21,4,1
diff --git a/B4A/Objects/AndroidManifest.xml b/B4A/Objects/AndroidManifest.xml
index a6e4874..fb28aef 100644
--- a/B4A/Objects/AndroidManifest.xml
+++ b/B4A/Objects/AndroidManifest.xml
@@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
package="gunav2.keymon.com.mx"
android:versionCode="1"
- android:versionName="6.02.19"
+ android:versionName="6.02.20"
android:installLocation="internalOnly">
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/appupdater$ResumableSub_Service_Start.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/appupdater$ResumableSub_Service_Start.class
index 4d48a30..8feee39 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/appupdater$ResumableSub_Service_Start.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/appupdater$ResumableSub_Service_Start.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/appupdater$ResumableSub_download_newApk.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/appupdater$ResumableSub_download_newApk.class
index 9c87284..982b73d 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/appupdater$ResumableSub_download_newApk.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/appupdater$ResumableSub_download_newApk.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/appupdater.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/appupdater.class
index 2772e31..6873c1d 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/appupdater.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/appupdater.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xbytesbuilder.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xbytesbuilder.class
index 0703cdf..7ee2cc6 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xbytesbuilder.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xbytesbuilder.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xfloattextfield.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xfloattextfield.class
index 03ce587..5250245 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xfloattextfield.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xfloattextfield.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4ximageview.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4ximageview.class
index 14a2216..257611b 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4ximageview.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4ximageview.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_B4XPage_Appear.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_B4XPage_Appear.class
index abfc2c4..a608dd7 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_B4XPage_Appear.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_B4XPage_Appear.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_B4XPage_CloseRequest.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_B4XPage_CloseRequest.class
index a034509..d6e1c8f 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_B4XPage_CloseRequest.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_B4XPage_CloseRequest.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_b_envioBD_Click.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_b_envioBD_Click.class
index 694d2ce..de2ee57 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_b_envioBD_Click.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_b_envioBD_Click.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_copiaDB.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_copiaDB.class
index 891c7c0..c4a1076 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_copiaDB.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_copiaDB.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_revisaActualizacion.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_revisaActualizacion.class
index 7963785..33e42c4 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_revisaActualizacion.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_revisaActualizacion.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage.class
index dcb76e0..a8c071f 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xmainpage.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xpagesmanager.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xpagesmanager.class
index 44ba5d1..d5458d9 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xpagesmanager.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xpagesmanager.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xsearchtemplate.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xsearchtemplate.class
index 3a5b7b4..d89d4f0 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xsearchtemplate.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/b4xsearchtemplate.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_bitacora.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_bitacora.class
index 9314f4c..403f8d0 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_bitacora.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_bitacora.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_B4XPage_Appear.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_B4XPage_Appear.class
index 94b12c2..6bea7ff 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_B4XPage_Appear.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_B4XPage_Appear.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_B_IMP_Click.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_B_IMP_Click.class
index 360ceec..b4ef78d 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_B_IMP_Click.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_B_IMP_Click.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_Cuestionario.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_Cuestionario.class
index eda2f20..a26949b 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_Cuestionario.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_Cuestionario.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_EnviarPDFWhatsAppNumero.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_EnviarPDFWhatsAppNumero.class
index 2078631..8bd92ec 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_EnviarPDFWhatsAppNumero.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_EnviarPDFWhatsAppNumero.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_EnviarPDFWhatsAppNumero2.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_EnviarPDFWhatsAppNumero2.class
index e483c0c..feb080c 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_EnviarPDFWhatsAppNumero2.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_EnviarPDFWhatsAppNumero2.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion3.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion3.class
index 95c1485..edf7061 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion3.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion3.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion4.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion4.class
index dd96da1..34cb72e 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion4.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion4.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion5.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion5.class
index 17d5dcd..3e69aff 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion5.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion5.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_InitializeCamera2.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_InitializeCamera2.class
index 8beaf69..04cec3b 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_InitializeCamera2.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_InitializeCamera2.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_b_envioPDF_Click.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_b_envioPDF_Click.class
index 96d72e2..8b0ca88 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_b_envioPDF_Click.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_b_envioPDF_Click.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_b_preventa2_Click.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_b_preventa2_Click.class
index cc2eb5b..1f0e5e0 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_b_preventa2_Click.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_b_preventa2_Click.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_gest_Click.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_gest_Click.class
index 0c57bbf..e2dfd33 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_gest_Click.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_gest_Click.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_mandaWAMsgCredito.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_mandaWAMsgCredito.class
index 342b36d..cbc0dc8 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_mandaWAMsgCredito.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_mandaWAMsgCredito.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_sc_result.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_sc_result.class
index bda5b1b..4146fb0 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_sc_result.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente$ResumableSub_sc_result.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente.class
index a11e439..56a6b86 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cliente.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_clientes.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_clientes.class
index 1310e92..fcb8a70 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_clientes.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_clientes.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_clientescompletos.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_clientescompletos.class
index e0206ce..cc9fb9e 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_clientescompletos.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_clientescompletos.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cuestionario.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cuestionario.class
index 9066a1e..3ebbc5f 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cuestionario.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_cuestionario.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_historicobat.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_historicobat.class
index 48c1ec1..ac65919 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_historicobat.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_historicobat.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_nota.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_nota.class
index 8861939..c6fb9b5 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_nota.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_nota.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_nuevocliente$ResumableSub_B4XPage_Created.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_nuevocliente$ResumableSub_B4XPage_Created.class
index 378b8cc..37a1b01 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_nuevocliente$ResumableSub_B4XPage_Created.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_nuevocliente$ResumableSub_B4XPage_Created.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_nuevocliente.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_nuevocliente.class
index f43dd8a..3834898 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_nuevocliente.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_nuevocliente.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_pedidos.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_pedidos.class
index ea10e46..167fec7 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_pedidos.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_pedidos.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_principal$ResumableSub_connecta_Click.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_principal$ResumableSub_connecta_Click.class
index 933d2fb..81903d5 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_principal$ResumableSub_connecta_Click.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_principal$ResumableSub_connecta_Click.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_principal.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_principal.class
index d794472..823a4e6 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_principal.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_principal.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_productos$ResumableSub_B4XPage_Appear.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_productos$ResumableSub_B4XPage_Appear.class
index 3db9107..80d0fe1 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_productos$ResumableSub_B4XPage_Appear.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_productos$ResumableSub_B4XPage_Appear.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_productos$ResumableSub_B4XPage_CloseRequest.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_productos$ResumableSub_B4XPage_CloseRequest.class
index d5896ce..3344ae5 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_productos$ResumableSub_B4XPage_CloseRequest.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_productos$ResumableSub_B4XPage_CloseRequest.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_productos$ResumableSub_Busca_TextChanged.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_productos$ResumableSub_Busca_TextChanged.class
index 2cb74dc..54dca39 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_productos$ResumableSub_Busca_TextChanged.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_productos$ResumableSub_Busca_TextChanged.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_productos$ResumableSub_lv_catalogos2_ItemClick.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_productos$ResumableSub_lv_catalogos2_ItemClick.class
index c3bbfcd..f287200 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_productos$ResumableSub_lv_catalogos2_ItemClick.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_productos$ResumableSub_lv_catalogos2_ItemClick.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_productos.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_productos.class
index 9b0565a..54e8a4f 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_productos.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_productos.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_promos.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_promos.class
index 4a058c5..c2840f3 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_promos.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_promos.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_ticketsdia.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_ticketsdia.class
index ea7b72c..33d09b5 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_ticketsdia.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_ticketsdia.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_updateavailable$ResumableSub_B4XPage_Appear.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_updateavailable$ResumableSub_B4XPage_Appear.class
index 777fa31..8ebf8f9 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_updateavailable$ResumableSub_B4XPage_Appear.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/c_updateavailable$ResumableSub_B4XPage_Appear.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cameraexclass.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cameraexclass.class
index ba2c4ee..19a59d9 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cameraexclass.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cameraexclass.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_DownloadApk.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_DownloadApk.class
index def3f19..e17dbd8 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_DownloadApk.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_DownloadApk.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_IsvalidWV.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_IsvalidWV.class
index 49872b2..742d05e 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_IsvalidWV.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_IsvalidWV.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_ReadWebVN.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_ReadWebVN.class
index d37eb63..3245e6b 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_ReadWebVN.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_ReadWebVN.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_TryApkUpdate.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_TryApkUpdate.class
index cefce92..ca10670 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_TryApkUpdate.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_TryApkUpdate.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_UpdateApk.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_UpdateApk.class
index 7d6efc0..cd85e0c 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_UpdateApk.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_UpdateApk.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate.class
index 933f3e6..93c946a 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cl_appupdate.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cpdf.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cpdf.class
index bcdb68a..9004125 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cpdf.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/cpdf.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/dbrequestmanager.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/dbrequestmanager.class
index 81f78c3..563d224 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/dbrequestmanager.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/dbrequestmanager.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/escposprinter.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/escposprinter.class
index d63a188..9d81167 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/escposprinter.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/escposprinter.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/fileprovider.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/fileprovider.class
index 842050f..28c7763 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/fileprovider.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/fileprovider.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/firebasemessaging.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/firebasemessaging.class
index be492df..7638e3c 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/firebasemessaging.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/firebasemessaging.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/httpjob.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/httpjob.class
index eba9e3d..a555922 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/httpjob.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/httpjob.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/httputils2service.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/httputils2service.class
index 90857cc..d3c009a 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/httputils2service.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/httputils2service.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/mapa_rutas$ResumableSub_MapFragment1_Ready.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/mapa_rutas$ResumableSub_MapFragment1_Ready.class
index da7c4d3..362b2d6 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/mapa_rutas$ResumableSub_MapFragment1_Ready.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/mapa_rutas$ResumableSub_MapFragment1_Ready.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/newinst2.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/newinst2.class
index cb753df..84efd7c 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/newinst2.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/newinst2.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/starter.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/starter.class
index 749365c..06a193a 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/starter.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/starter.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/subs.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/subs.class
index 818c436..3c6f4aa 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/subs.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/subs.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLP.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLP.class
index 626d501..064412c 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLP.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLP.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLP2.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLP2.class
index 94d6ff8..53c3739 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLP2.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLP2.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLPSmall.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLPSmall.class
index a43d9cf..30c19d3 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLPSmall.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLPSmall.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/tracker.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/tracker.class
index d2191e8..d0b2f66 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/tracker.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/tracker.class differ
diff --git a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/v_tclientes.class b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/v_tclientes.class
index 5013b70..64e0d7c 100644
Binary files a/B4A/Objects/bin/classes/gunav2/keymon/com/mx/v_tclientes.class and b/B4A/Objects/bin/classes/gunav2/keymon/com/mx/v_tclientes.class differ
diff --git a/B4A/Objects/bin/temp.ap_ b/B4A/Objects/bin/temp.ap_
index 7772205..74d79a9 100644
Binary files a/B4A/Objects/bin/temp.ap_ and b/B4A/Objects/bin/temp.ap_ differ
diff --git a/B4A/Objects/classes.dex b/B4A/Objects/classes.dex
index 2e8954e..fe33d2d 100644
Binary files a/B4A/Objects/classes.dex and b/B4A/Objects/classes.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/appupdater$ResumableSub_Service_Start.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/appupdater$ResumableSub_Service_Start.dex
index 5e2a4cd..a3e3459 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/appupdater$ResumableSub_Service_Start.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/appupdater$ResumableSub_Service_Start.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/appupdater$ResumableSub_download_newApk.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/appupdater$ResumableSub_download_newApk.dex
index 62685af..e405bdf 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/appupdater$ResumableSub_download_newApk.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/appupdater$ResumableSub_download_newApk.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/appupdater.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/appupdater.dex
index 5ed2596..4375e0a 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/appupdater.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/appupdater.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xbytesbuilder.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xbytesbuilder.dex
index cdd0781..502e668 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xbytesbuilder.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xbytesbuilder.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xfloattextfield.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xfloattextfield.dex
index f18ea3f..c161d40 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xfloattextfield.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xfloattextfield.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/b4ximageview.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/b4ximageview.dex
index 13c012c..fabc1bd 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/b4ximageview.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/b4ximageview.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_B4XPage_Appear.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_B4XPage_Appear.dex
index 92fa8b9..075aee6 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_B4XPage_Appear.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_B4XPage_Appear.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_B4XPage_CloseRequest.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_B4XPage_CloseRequest.dex
index dc9eaaf..941d682 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_B4XPage_CloseRequest.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_B4XPage_CloseRequest.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_b_envioBD_Click.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_b_envioBD_Click.dex
index c174b7d..0a73c5b 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_b_envioBD_Click.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_b_envioBD_Click.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_copiaDB.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_copiaDB.dex
index 2a1e6af..4f997d4 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_copiaDB.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_copiaDB.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_revisaActualizacion.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_revisaActualizacion.dex
index 41a27cc..7a0a299 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_revisaActualizacion.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage$ResumableSub_revisaActualizacion.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage.dex
index b3337eb..9b3487c 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xmainpage.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xpagesmanager.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xpagesmanager.dex
index 0732174..6f746e7 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xpagesmanager.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xpagesmanager.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xsearchtemplate.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xsearchtemplate.dex
index e0bfe64..982d0f3 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xsearchtemplate.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/b4xsearchtemplate.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_bitacora.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_bitacora.dex
index 5c0ecb6..ad6f4ae 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_bitacora.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_bitacora.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_B4XPage_Appear.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_B4XPage_Appear.dex
index 5dc93f3..cbc8dfa 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_B4XPage_Appear.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_B4XPage_Appear.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_B_IMP_Click.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_B_IMP_Click.dex
index 9ba7b83..e69b7a8 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_B_IMP_Click.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_B_IMP_Click.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_Cuestionario.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_Cuestionario.dex
index 2839c6a..62f9434 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_Cuestionario.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_Cuestionario.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_EnviarPDFWhatsAppNumero.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_EnviarPDFWhatsAppNumero.dex
index 7883831..22a8a60 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_EnviarPDFWhatsAppNumero.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_EnviarPDFWhatsAppNumero.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_EnviarPDFWhatsAppNumero2.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_EnviarPDFWhatsAppNumero2.dex
index b772320..627db80 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_EnviarPDFWhatsAppNumero2.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_EnviarPDFWhatsAppNumero2.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion3.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion3.dex
index ef4c3bf..7d21985 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion3.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion3.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion4.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion4.dex
index 47b49fe..0ebbda6 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion4.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion4.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion5.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion5.dex
index 28035df..3884899 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion5.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_Impresion5.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_InitializeCamera2.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_InitializeCamera2.dex
index e0c26e2..24fe321 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_InitializeCamera2.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_InitializeCamera2.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_b_envioPDF_Click.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_b_envioPDF_Click.dex
index 4f9f18c..225c9f9 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_b_envioPDF_Click.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_b_envioPDF_Click.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_b_preventa2_Click.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_b_preventa2_Click.dex
index 92e0ebe..b28dac1 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_b_preventa2_Click.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_b_preventa2_Click.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_gest_Click.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_gest_Click.dex
index 5505459..54b849f 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_gest_Click.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_gest_Click.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_mandaWAMsgCredito.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_mandaWAMsgCredito.dex
index e6a87e9..b8f5efa 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_mandaWAMsgCredito.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_mandaWAMsgCredito.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_sc_result.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_sc_result.dex
index 1034251..0101306 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_sc_result.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente$ResumableSub_sc_result.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente.dex
index f026b12..d456173 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cliente.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_clientes.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_clientes.dex
index 0755d51..3401ebc 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_clientes.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_clientes.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_clientescompletos.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_clientescompletos.dex
index a3c8c1b..a51fbe5 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_clientescompletos.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_clientescompletos.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cuestionario.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cuestionario.dex
index 777f863..d06b687 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cuestionario.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_cuestionario.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_historicobat.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_historicobat.dex
index ed94fe4..c88e692 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_historicobat.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_historicobat.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_nota.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_nota.dex
index d98bce9..66f0ae7 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_nota.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_nota.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_nuevocliente$ResumableSub_B4XPage_Created.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_nuevocliente$ResumableSub_B4XPage_Created.dex
index edd6773..f6cad55 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_nuevocliente$ResumableSub_B4XPage_Created.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_nuevocliente$ResumableSub_B4XPage_Created.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_nuevocliente.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_nuevocliente.dex
index 6703122..82a02ea 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_nuevocliente.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_nuevocliente.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_pedidos.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_pedidos.dex
index 36176e3..c469375 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_pedidos.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_pedidos.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_principal$ResumableSub_connecta_Click.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_principal$ResumableSub_connecta_Click.dex
index 03471cb..623061e 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_principal$ResumableSub_connecta_Click.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_principal$ResumableSub_connecta_Click.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_principal.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_principal.dex
index 393f902..d02302b 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_principal.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_principal.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_productos$ResumableSub_B4XPage_Appear.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_productos$ResumableSub_B4XPage_Appear.dex
index 64c4fed..8e0d66a 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_productos$ResumableSub_B4XPage_Appear.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_productos$ResumableSub_B4XPage_Appear.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_productos$ResumableSub_B4XPage_CloseRequest.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_productos$ResumableSub_B4XPage_CloseRequest.dex
index b5138bd..a91e6f4 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_productos$ResumableSub_B4XPage_CloseRequest.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_productos$ResumableSub_B4XPage_CloseRequest.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_productos$ResumableSub_Busca_TextChanged.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_productos$ResumableSub_Busca_TextChanged.dex
index aaccfd7..9f4b697 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_productos$ResumableSub_Busca_TextChanged.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_productos$ResumableSub_Busca_TextChanged.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_productos$ResumableSub_lv_catalogos2_ItemClick.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_productos$ResumableSub_lv_catalogos2_ItemClick.dex
index f23eb09..a7276f6 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_productos$ResumableSub_lv_catalogos2_ItemClick.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_productos$ResumableSub_lv_catalogos2_ItemClick.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_productos.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_productos.dex
index dfccb34..4ddfe5f 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_productos.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_productos.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_promos.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_promos.dex
index 1d0e6bc..951d53f 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_promos.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_promos.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_ticketsdia.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_ticketsdia.dex
index 12e09f2..10967f9 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_ticketsdia.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_ticketsdia.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_updateavailable$ResumableSub_B4XPage_Appear.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_updateavailable$ResumableSub_B4XPage_Appear.dex
index 5016489..c4a91d5 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/c_updateavailable$ResumableSub_B4XPage_Appear.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/c_updateavailable$ResumableSub_B4XPage_Appear.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/cameraexclass.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/cameraexclass.dex
index 219c0b5..46dd09f 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/cameraexclass.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/cameraexclass.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_DownloadApk.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_DownloadApk.dex
index b4ca4c2..d655373 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_DownloadApk.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_DownloadApk.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_IsvalidWV.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_IsvalidWV.dex
index 8b8a88d..7feed0e 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_IsvalidWV.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_IsvalidWV.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_ReadWebVN.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_ReadWebVN.dex
index 1efbca4..0da1800 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_ReadWebVN.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_ReadWebVN.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_TryApkUpdate.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_TryApkUpdate.dex
index d6d19de..cde0260 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_TryApkUpdate.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_TryApkUpdate.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_UpdateApk.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_UpdateApk.dex
index fef71b4..853a92a 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_UpdateApk.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate$ResumableSub_UpdateApk.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate.dex
index ce52724..be5ec74 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/cl_appupdate.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/cpdf.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/cpdf.dex
index dc400f7..d8e4dc8 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/cpdf.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/cpdf.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/dbrequestmanager.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/dbrequestmanager.dex
index 4b47198..4d002da 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/dbrequestmanager.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/dbrequestmanager.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/escposprinter.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/escposprinter.dex
index 40e3273..0de5dc6 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/escposprinter.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/escposprinter.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/fileprovider.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/fileprovider.dex
index 88a26b6..6bd803e 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/fileprovider.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/fileprovider.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/firebasemessaging.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/firebasemessaging.dex
index 3b70847..fbed6ab 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/firebasemessaging.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/firebasemessaging.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/httpjob.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/httpjob.dex
index fa98f4f..8032799 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/httpjob.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/httpjob.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/httputils2service.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/httputils2service.dex
index 3cf825e..90342a4 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/httputils2service.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/httputils2service.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/mapa_rutas$ResumableSub_MapFragment1_Ready.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/mapa_rutas$ResumableSub_MapFragment1_Ready.dex
index 96c4611..ba6c17a 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/mapa_rutas$ResumableSub_MapFragment1_Ready.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/mapa_rutas$ResumableSub_MapFragment1_Ready.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/newinst2.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/newinst2.dex
index 9aa35f5..10f4909 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/newinst2.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/newinst2.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/starter.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/starter.dex
index 60b3dc6..88f8982 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/starter.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/starter.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/subs.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/subs.dex
index 0daf6ed..5266fce 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/subs.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/subs.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLP.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLP.dex
index e0d1345..7e4a583 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLP.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLP.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLP2.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLP2.dex
index 9d0992c..4e1f8e6 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLP2.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLP2.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLPSmall.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLPSmall.dex
index 4825a58..5dc418d 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLPSmall.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/tracker$ResumableSub_StartFLPSmall.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/tracker.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/tracker.dex
index f2d30fd..ce76a0b 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/tracker.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/tracker.dex differ
diff --git a/B4A/Objects/dexed/gunav2/keymon/com/mx/v_tclientes.dex b/B4A/Objects/dexed/gunav2/keymon/com/mx/v_tclientes.dex
index dc29fbe..1c682e8 100644
Binary files a/B4A/Objects/dexed/gunav2/keymon/com/mx/v_tclientes.dex and b/B4A/Objects/dexed/gunav2/keymon/com/mx/v_tclientes.dex differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/appupdater_subs_0$ResumableSub_Service_Start.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/appupdater_subs_0$ResumableSub_Service_Start.class
index 4b75011..9be430c 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/appupdater_subs_0$ResumableSub_Service_Start.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/appupdater_subs_0$ResumableSub_Service_Start.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/appupdater_subs_0$ResumableSub_download_newApk.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/appupdater_subs_0$ResumableSub_download_newApk.class
index edc0bb2..cb557cd 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/appupdater_subs_0$ResumableSub_download_newApk.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/appupdater_subs_0$ResumableSub_download_newApk.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/appupdater_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/appupdater_subs_0.class
index 0ac3489..8f730f4 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/appupdater_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/appupdater_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xbytesbuilder_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xbytesbuilder_subs_0.class
index 86715f0..1e783fc 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xbytesbuilder_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xbytesbuilder_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xfloattextfield_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xfloattextfield_subs_0.class
index 750c3ae..6fafc5f 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xfloattextfield_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xfloattextfield_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4ximageview_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4ximageview_subs_0.class
index 62cf7de..3d607e0 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4ximageview_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4ximageview_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0$ResumableSub_B4XPage_Appear.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0$ResumableSub_B4XPage_Appear.class
index 1fdbfab..f395cbe 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0$ResumableSub_B4XPage_Appear.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0$ResumableSub_B4XPage_Appear.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0$ResumableSub_B4XPage_CloseRequest.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0$ResumableSub_B4XPage_CloseRequest.class
index 7a17879..e47bc5c 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0$ResumableSub_B4XPage_CloseRequest.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0$ResumableSub_B4XPage_CloseRequest.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0$ResumableSub_b_envioBD_Click.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0$ResumableSub_b_envioBD_Click.class
index 624ee1b..fe965b8 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0$ResumableSub_b_envioBD_Click.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0$ResumableSub_b_envioBD_Click.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0$ResumableSub_copiaDB.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0$ResumableSub_copiaDB.class
index 0ea6931..b554391 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0$ResumableSub_copiaDB.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0$ResumableSub_copiaDB.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0$ResumableSub_revisaActualizacion.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0$ResumableSub_revisaActualizacion.class
index 672906b..940ae82 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0$ResumableSub_revisaActualizacion.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0$ResumableSub_revisaActualizacion.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0.class
index f803ada..d7539e8 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xmainpage_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xpagesmanager_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xpagesmanager_subs_0.class
index f688fac..fe0ceb1 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xpagesmanager_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xpagesmanager_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xsearchtemplate_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xsearchtemplate_subs_0.class
index 20ed40a..3a4f45c 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xsearchtemplate_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/b4xsearchtemplate_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/batteryutilities_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/batteryutilities_subs_0.class
index 77d5f11..a5adfb4 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/batteryutilities_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/batteryutilities_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_bitacora_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_bitacora_subs_0.class
index 5b70468..143edef 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_bitacora_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_bitacora_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_B4XPage_Appear.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_B4XPage_Appear.class
index 8313078..8865efd 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_B4XPage_Appear.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_B4XPage_Appear.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_B4XPage_CloseRequest.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_B4XPage_CloseRequest.class
index d55ed60..49aac9f 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_B4XPage_CloseRequest.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_B4XPage_CloseRequest.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_B_IMP_Click.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_B_IMP_Click.class
index a1c3920..0fd2e12 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_B_IMP_Click.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_B_IMP_Click.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Cuestionario.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Cuestionario.class
index 1ac7381..8b6e2f9 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Cuestionario.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Cuestionario.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_EnviarPDFWhatsAppNumero.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_EnviarPDFWhatsAppNumero.class
index dbf8b0c..6dbb687 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_EnviarPDFWhatsAppNumero.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_EnviarPDFWhatsAppNumero.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_EnviarPDFWhatsAppNumero2.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_EnviarPDFWhatsAppNumero2.class
index 2f96774..3a9af8e 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_EnviarPDFWhatsAppNumero2.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_EnviarPDFWhatsAppNumero2.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Impresion.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Impresion.class
index 0aaec08..63a711d 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Impresion.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Impresion.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Impresion2.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Impresion2.class
index d8bb3c4..8eeeebb 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Impresion2.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Impresion2.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Impresion3.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Impresion3.class
index 91fecda..57ec839 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Impresion3.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Impresion3.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Impresion4.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Impresion4.class
index c9c4d04..1748867 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Impresion4.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Impresion4.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Impresion5.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Impresion5.class
index cfa13f8..db0143a 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Impresion5.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_Impresion5.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_InitializeCamera2.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_InitializeCamera2.class
index 2f39695..c88bd60 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_InitializeCamera2.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_InitializeCamera2.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_MejorarPrecisionGPS.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_MejorarPrecisionGPS.class
index 47bb717..93a367e 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_MejorarPrecisionGPS.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_MejorarPrecisionGPS.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_b_envioPDF_Click.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_b_envioPDF_Click.class
index af249dc..2feea00 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_b_envioPDF_Click.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_b_envioPDF_Click.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_b_preventa2_Click.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_b_preventa2_Click.class
index bf0c517..1431c9d 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_b_preventa2_Click.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_b_preventa2_Click.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_enviaTicket.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_enviaTicket.class
index 0eafcc0..bb8fc58 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_enviaTicket.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_enviaTicket.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_gest_Click.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_gest_Click.class
index 5596f56..cc991d7 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_gest_Click.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_gest_Click.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_mandaWAMsgCredito.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_mandaWAMsgCredito.class
index 60d7497..8313d75 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_mandaWAMsgCredito.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_mandaWAMsgCredito.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_sc_result.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_sc_result.class
index 61de2c5..5ee9789 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_sc_result.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0$ResumableSub_sc_result.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0.class
index 5d23b97..9cfb607 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cliente_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_clientes_subs_0$ResumableSub_B4XPage_CloseRequest.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_clientes_subs_0$ResumableSub_B4XPage_CloseRequest.class
index 154553d..549cfd0 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_clientes_subs_0$ResumableSub_B4XPage_CloseRequest.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_clientes_subs_0$ResumableSub_B4XPage_CloseRequest.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_clientes_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_clientes_subs_0.class
index 449029b..057e4ad 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_clientes_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_clientes_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_clientescompletos_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_clientescompletos_subs_0.class
index 1efc3ae..3eb63c0 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_clientescompletos_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_clientescompletos_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cuestionario_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cuestionario_subs_0.class
index d20879d..b4482f9 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cuestionario_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_cuestionario_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historico2_subs_0$ResumableSub_B4XPage_CloseRequest.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historico2_subs_0$ResumableSub_B4XPage_CloseRequest.class
index 88c5a0b..0981945 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historico2_subs_0$ResumableSub_B4XPage_CloseRequest.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historico2_subs_0$ResumableSub_B4XPage_CloseRequest.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historico2_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historico2_subs_0.class
index 2d5667f..668cd1e 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historico2_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historico2_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historico_subs_0$ResumableSub_B4XPage_CloseRequest.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historico_subs_0$ResumableSub_B4XPage_CloseRequest.class
index ec089b5..bacb039 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historico_subs_0$ResumableSub_B4XPage_CloseRequest.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historico_subs_0$ResumableSub_B4XPage_CloseRequest.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historico_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historico_subs_0.class
index e5ca843..daece57 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historico_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historico_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historicobat_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historicobat_subs_0.class
index 002c390..6d855cd 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historicobat_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historicobat_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historicobatyodos_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historicobatyodos_subs_0.class
index 84973d1..19131a1 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historicobatyodos_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_historicobatyodos_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_nota_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_nota_subs_0.class
index 7c8a257..224fd9e 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_nota_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_nota_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_nuevocliente_subs_0$ResumableSub_B4XPage_Created.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_nuevocliente_subs_0$ResumableSub_B4XPage_Created.class
index 732d1fa..a793d55 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_nuevocliente_subs_0$ResumableSub_B4XPage_Created.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_nuevocliente_subs_0$ResumableSub_B4XPage_Created.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_nuevocliente_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_nuevocliente_subs_0.class
index 976a012..b1e4715 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_nuevocliente_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_nuevocliente_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_pedidos_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_pedidos_subs_0.class
index 6f6735b..3b2484f 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_pedidos_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_pedidos_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_principal_subs_0$ResumableSub_connecta_Click.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_principal_subs_0$ResumableSub_connecta_Click.class
index f9973fd..36af25b 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_principal_subs_0$ResumableSub_connecta_Click.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_principal_subs_0$ResumableSub_connecta_Click.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_principal_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_principal_subs_0.class
index 904cb09..6922d53 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_principal_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_principal_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos.class
index 8e2eb35..359e911 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos_subs_0$ResumableSub_B4XPage_Appear.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos_subs_0$ResumableSub_B4XPage_Appear.class
index a9a02da..78bd764 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos_subs_0$ResumableSub_B4XPage_Appear.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos_subs_0$ResumableSub_B4XPage_Appear.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos_subs_0$ResumableSub_B4XPage_CloseRequest.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos_subs_0$ResumableSub_B4XPage_CloseRequest.class
index b08cf23..08011a3 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos_subs_0$ResumableSub_B4XPage_CloseRequest.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos_subs_0$ResumableSub_B4XPage_CloseRequest.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos_subs_0$ResumableSub_Busca_TextChanged.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos_subs_0$ResumableSub_Busca_TextChanged.class
index a018021..5d95e79 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos_subs_0$ResumableSub_Busca_TextChanged.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos_subs_0$ResumableSub_Busca_TextChanged.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos_subs_0$ResumableSub_lv_catalogos2_ItemClick.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos_subs_0$ResumableSub_lv_catalogos2_ItemClick.class
index a405ca1..e7a5f98 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos_subs_0$ResumableSub_lv_catalogos2_ItemClick.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos_subs_0$ResumableSub_lv_catalogos2_ItemClick.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos_subs_0.class
index 38f5327..8b5f265 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_productos_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_promos_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_promos_subs_0.class
index 7ed0124..f6db6d7 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_promos_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_promos_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_ticketsdia_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_ticketsdia_subs_0.class
index 91c84b9..706a6d8 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_ticketsdia_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_ticketsdia_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_updateavailable_subs_0$ResumableSub_B4XPage_Appear.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_updateavailable_subs_0$ResumableSub_B4XPage_Appear.class
index f4e4519..c4faba7 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_updateavailable_subs_0$ResumableSub_B4XPage_Appear.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/c_updateavailable_subs_0$ResumableSub_B4XPage_Appear.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cameraexclass_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cameraexclass_subs_0.class
index d9979b7..03b441c 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cameraexclass_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cameraexclass_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0$ResumableSub_DownloadApk.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0$ResumableSub_DownloadApk.class
index 296d617..2fd0b93 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0$ResumableSub_DownloadApk.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0$ResumableSub_DownloadApk.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0$ResumableSub_IsvalidWV.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0$ResumableSub_IsvalidWV.class
index fe7fe3f..8217279 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0$ResumableSub_IsvalidWV.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0$ResumableSub_IsvalidWV.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0$ResumableSub_ReadWebVN.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0$ResumableSub_ReadWebVN.class
index bfe1197..318d776 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0$ResumableSub_ReadWebVN.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0$ResumableSub_ReadWebVN.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0$ResumableSub_TryApkUpdate.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0$ResumableSub_TryApkUpdate.class
index 86112ce..6b32183 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0$ResumableSub_TryApkUpdate.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0$ResumableSub_TryApkUpdate.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0$ResumableSub_UpdateApk.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0$ResumableSub_UpdateApk.class
index 768b8ba..09ab886 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0$ResumableSub_UpdateApk.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0$ResumableSub_UpdateApk.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0.class
index e9c2a2a..228f13a 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cl_appupdate_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cpdf_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cpdf_subs_0.class
index c328573..9c5d30f 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cpdf_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/cpdf_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/dbrequestmanager_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/dbrequestmanager_subs_0.class
index 591db4f..59640e9 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/dbrequestmanager_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/dbrequestmanager_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/escposprinter_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/escposprinter_subs_0.class
index e485c9b..a31cd5f 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/escposprinter_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/escposprinter_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/fileprovider_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/fileprovider_subs_0.class
index 3af5c8b..bb96c69 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/fileprovider_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/fileprovider_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/firebasemessaging_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/firebasemessaging_subs_0.class
index 9177cb9..2fa517f 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/firebasemessaging_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/firebasemessaging_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/httpjob_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/httpjob_subs_0.class
index 30b9ff7..ca30098 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/httpjob_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/httpjob_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/httputils2service_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/httputils2service_subs_0.class
index 24ca006..6908a50 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/httputils2service_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/httputils2service_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/main_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/main_subs_0.class
index f646ef8..7b4afa8 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/main_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/main_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/mapa_rutas_subs_0$ResumableSub_MapFragment1_Ready.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/mapa_rutas_subs_0$ResumableSub_MapFragment1_Ready.class
index 05724ee..223ae31 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/mapa_rutas_subs_0$ResumableSub_MapFragment1_Ready.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/mapa_rutas_subs_0$ResumableSub_MapFragment1_Ready.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/newinst2_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/newinst2_subs_0.class
index bc90a61..6468f09 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/newinst2_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/newinst2_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/starter_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/starter_subs_0.class
index dc6a2b9..f1b54eb 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/starter_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/starter_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/subs_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/subs_subs_0.class
index 200296f..6b25aad 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/subs_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/subs_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/tracker_subs_0$ResumableSub_StartFLP.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/tracker_subs_0$ResumableSub_StartFLP.class
index 24a0852..6046e28 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/tracker_subs_0$ResumableSub_StartFLP.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/tracker_subs_0$ResumableSub_StartFLP.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/tracker_subs_0$ResumableSub_StartFLP2.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/tracker_subs_0$ResumableSub_StartFLP2.class
index 1d2c9d0..da2a19f 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/tracker_subs_0$ResumableSub_StartFLP2.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/tracker_subs_0$ResumableSub_StartFLP2.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/tracker_subs_0$ResumableSub_StartFLPSmall.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/tracker_subs_0$ResumableSub_StartFLPSmall.class
index ae5ecd3..77ff8ea 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/tracker_subs_0$ResumableSub_StartFLPSmall.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/tracker_subs_0$ResumableSub_StartFLPSmall.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/tracker_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/tracker_subs_0.class
index 1665341..0e5fdf6 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/tracker_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/tracker_subs_0.class differ
diff --git a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/v_tclientes_subs_0.class b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/v_tclientes_subs_0.class
index 40b4cf5..16acc05 100644
Binary files a/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/v_tclientes_subs_0.class and b/B4A/Objects/shell/bin/classes/gunav2/keymon/com/mx/v_tclientes_subs_0.class differ
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/appupdater.java b/B4A/Objects/src/gunav2/keymon/com/mx/appupdater.java
index 61c968a..575e5e6 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/appupdater.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/appupdater.java
@@ -264,7 +264,7 @@ case 0:
//C
this.state = 1;
//BA.debugLineNum = 162;BA.debugLine="Log(\"Descargando actualización\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("033751043","Descargando actualización",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("733816579","Descargando actualización",0);
//BA.debugLineNum = 164;BA.debugLine="Starter.muestraProgreso = 1";
parent.mostCurrent._starter._muestraprogreso /*String*/ = BA.NumberToString(1);
//BA.debugLineNum = 165;BA.debugLine="B4XPages.MainPage.muestraProgreso(\"Descargando nu";
@@ -292,7 +292,7 @@ case 6:
this.state = 7;
;
//BA.debugLineNum = 168;BA.debugLine="Log(\">>>> LOGIN LINK2: \" & Starter.nuevoLink)";
-anywheresoftware.b4a.keywords.Common.LogImpl("033751049",">>>> LOGIN LINK2: "+parent.mostCurrent._starter._nuevolink /*String*/ ,0);
+anywheresoftware.b4a.keywords.Common.LogImpl("733816585",">>>> LOGIN LINK2: "+parent.mostCurrent._starter._nuevolink /*String*/ ,0);
//BA.debugLineNum = 169;BA.debugLine="If Starter.nuevoLink <> \"\" Then newApp.appLink =";
if (true) break;
@@ -316,11 +316,11 @@ this.state = 13;
//BA.debugLineNum = 170;BA.debugLine="job_newAPP.Initialize(\"job_newAPP\",Me)";
_job_newapp._initialize /*String*/ (processBA,"job_newAPP",appupdater.getObject());
//BA.debugLineNum = 171;BA.debugLine="Log(newApp.appLink & \"?dummy=\" & DateTime.Now)";
-anywheresoftware.b4a.keywords.Common.LogImpl("033751052",parent._newapp.appLink /*String*/ +"?dummy="+BA.NumberToString(anywheresoftware.b4a.keywords.Common.DateTime.getNow()),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("733816588",parent._newapp.appLink /*String*/ +"?dummy="+BA.NumberToString(anywheresoftware.b4a.keywords.Common.DateTime.getNow()),0);
//BA.debugLineNum = 172;BA.debugLine="job_newAPP.Download(newApp.appLink & \"?dummy=\" &";
_job_newapp._download /*String*/ (parent._newapp.appLink /*String*/ +"?dummy="+BA.NumberToString(anywheresoftware.b4a.keywords.Common.DateTime.getNow()));
//BA.debugLineNum = 173;BA.debugLine="Log(\"Vamos a descargar: \" & newApp.appLink & \"?du";
-anywheresoftware.b4a.keywords.Common.LogImpl("033751054","Vamos a descargar: "+parent._newapp.appLink /*String*/ +"?dummy="+BA.NumberToString(anywheresoftware.b4a.keywords.Common.DateTime.getNow()),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("733816590","Vamos a descargar: "+parent._newapp.appLink /*String*/ +"?dummy="+BA.NumberToString(anywheresoftware.b4a.keywords.Common.DateTime.getNow()),0);
//BA.debugLineNum = 174;BA.debugLine="Wait for (job_newAPP) JobDone (job_newAPP As Http";
anywheresoftware.b4a.keywords.Common.WaitFor("jobdone", processBA, this, (Object)(_job_newapp));
this.state = 27;
@@ -376,7 +376,7 @@ anywheresoftware.b4a.keywords.Common.File.Copy2((java.io.InputStream)(_job_newap
//BA.debugLineNum = 186;BA.debugLine="outNewAPK.Close";
_outnewapk.Close();
//BA.debugLineNum = 187;BA.debugLine="Log(\"APK dir: \"&SharedFolder)";
-anywheresoftware.b4a.keywords.Common.LogImpl("033751068","APK dir: "+parent._sharedfolder,0);
+anywheresoftware.b4a.keywords.Common.LogImpl("733816604","APK dir: "+parent._sharedfolder,0);
if (true) break;
case 20:
@@ -424,7 +424,7 @@ parent.mostCurrent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (pro
//BA.debugLineNum = 202;BA.debugLine="B4XPages.MainPage.principal.l_forzarActualizacio";
parent.mostCurrent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (processBA)._principal /*gunav2.keymon.com.mx.c_principal*/ ._l_forzaractualizacion /*anywheresoftware.b4a.objects.LabelWrapper*/ .setText(BA.ObjectToCharSequence("Hubo un error en la descarga, por favor revise que tenga conexion a internet e intente de nuevo."));
//BA.debugLineNum = 203;BA.debugLine="Log(\"ERROR EN CONEXION\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("033751084","ERROR EN CONEXION",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("733816620","ERROR EN CONEXION",0);
//BA.debugLineNum = 204;BA.debugLine="Sleep(5000)";
anywheresoftware.b4a.keywords.Common.Sleep(processBA,this,(int) (5000));
this.state = 28;
@@ -486,7 +486,7 @@ _usefileprovider = anywheresoftware.b4a.keywords.Common.False;
_sharedfolder = _rp.GetSafeDirDefaultExternal("shared");
};
//BA.debugLineNum = 269;BA.debugLine="Log($\"Using FileProvider? ${UseFileProvider}\"$)";
-anywheresoftware.b4a.keywords.Common.LogImpl("034144268",("Using FileProvider? "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_usefileprovider))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("734209804",("Using FileProvider? "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_usefileprovider))+""),0);
//BA.debugLineNum = 270;BA.debugLine="End Sub";
return "";
}
@@ -521,7 +521,7 @@ if (true) return _fp.RunMethod("getUriForFile",new Object[]{(Object)(_context.ge
}
catch (Exception e14) {
processBA.setLastException(e14); //BA.debugLineNum = 287;BA.debugLine="Log(\"FileProvider::GetFileUri - error - \" & Last";
-anywheresoftware.b4a.keywords.Common.LogImpl("034209806","FileProvider::GetFileUri - error - "+anywheresoftware.b4a.keywords.Common.LastException(processBA).getMessage(),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("734275342","FileProvider::GetFileUri - error - "+anywheresoftware.b4a.keywords.Common.LastException(processBA).getMessage(),0);
//BA.debugLineNum = 288;BA.debugLine="Return \"\"";
if (true) return (Object)("");
};
@@ -558,7 +558,7 @@ return "";
public static String _service_create() throws Exception{
//BA.debugLineNum = 104;BA.debugLine="Sub Service_Create";
//BA.debugLineNum = 105;BA.debugLine="Log(\"appUpdater(), Service_Create\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("033554433","appUpdater(), Service_Create",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("733619969","appUpdater(), Service_Create",0);
//BA.debugLineNum = 106;BA.debugLine="newApp.Initialize";
_newapp.Initialize();
//BA.debugLineNum = 107;BA.debugLine="Service.AutomaticForegroundMode = Service.AUTOMAT";
@@ -573,7 +573,7 @@ return "";
public static String _service_destroy() throws Exception{
//BA.debugLineNum = 253;BA.debugLine="Sub Service_Destroy";
//BA.debugLineNum = 254;BA.debugLine="Log(\"appUpdater(), Service_Destroy\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("034078721","appUpdater(), Service_Destroy",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("734144257","appUpdater(), Service_Destroy",0);
//BA.debugLineNum = 255;BA.debugLine="End Sub";
return "";
}
@@ -605,11 +605,11 @@ case 0:
//C
this.state = 1;
//BA.debugLineNum = 113;BA.debugLine="Log(\"appUpdater(), Service_Start\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("033619969","appUpdater(), Service_Start",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("733685505","appUpdater(), Service_Start",0);
//BA.debugLineNum = 115;BA.debugLine="B4XPages.MainPage.muestraProgreso(\"Buscando actua";
parent.mostCurrent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (processBA)._muestraprogreso /*String*/ ("Buscando actualizaciones, un momento por favor.");
//BA.debugLineNum = 116;BA.debugLine="Log(\"Buscando actualización\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("033619972","Buscando actualización",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("733685508","Buscando actualización",0);
//BA.debugLineNum = 117;BA.debugLine="fileProvider_init";
_fileprovider_init();
//BA.debugLineNum = 118;BA.debugLine="Wait For (Download(Me, lnk)) JobDone (j As HttpJo";
@@ -661,7 +661,7 @@ parent._newapp.okMsg /*String*/ = _app[(int) (2)];
//BA.debugLineNum = 126;BA.debugLine="newApp.version = app(0) 'Version actual";
parent._newapp.version /*String*/ = _app[(int) (0)];
//BA.debugLineNum = 128;BA.debugLine="Log($\"Application.VersionName=${Application.Ver";
-anywheresoftware.b4a.keywords.Common.LogImpl("033619984",("Application.VersionName="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.Application.getVersionName()))+", newApp="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(parent._newapp))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("733685520",("Application.VersionName="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.Application.getVersionName()))+", newApp="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(parent._newapp))+""),0);
//BA.debugLineNum = 131;BA.debugLine="If newApp.version = Application.VersionName Th";
if (true) break;
@@ -678,7 +678,7 @@ this.state = 10;
//BA.debugLineNum = 132;BA.debugLine="newApp.update = False";
parent._newapp.update /*boolean*/ = anywheresoftware.b4a.keywords.Common.False;
//BA.debugLineNum = 133;BA.debugLine="Log(\"No new app\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("033619989","No new app",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("733685525","No new app",0);
//BA.debugLineNum = 134;BA.debugLine="B4XPages.ShowPage(\"updateAvailable\")";
parent.mostCurrent._b4xpages._showpage /*String*/ (processBA,"updateAvailable");
if (true) break;
@@ -698,7 +698,7 @@ this.state = 13;
//BA.debugLineNum = 139;BA.debugLine="newApp.update = True";
parent._newapp.update /*boolean*/ = anywheresoftware.b4a.keywords.Common.True;
//BA.debugLineNum = 140;BA.debugLine="Log(\"New app true\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("033619996","New app true",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("733685532","New app true",0);
//BA.debugLineNum = 141;BA.debugLine="B4XPages.ShowPage(\"updateAvailable\")";
parent.mostCurrent._b4xpages._showpage /*String*/ (processBA,"updateAvailable");
if (true) break;
@@ -714,7 +714,7 @@ case 15:
this.state = 16;
this.catchState = 0;
//BA.debugLineNum = 146;BA.debugLine="Log(\"appUpdater(), Job Failed, error \" & LastE";
-anywheresoftware.b4a.keywords.Common.LogImpl("033620002","appUpdater(), Job Failed, error "+anywheresoftware.b4a.keywords.Common.LastException(processBA).getMessage(),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("733685538","appUpdater(), Job Failed, error "+anywheresoftware.b4a.keywords.Common.LastException(processBA).getMessage(),0);
if (true) break;
if (true) break;
@@ -729,7 +729,7 @@ case 18:
//C
this.state = 19;
//BA.debugLineNum = 149;BA.debugLine="Log(\"appUpdater(), Job Failed \" & lnk)";
-anywheresoftware.b4a.keywords.Common.LogImpl("033620005","appUpdater(), Job Failed "+parent._lnk,0);
+anywheresoftware.b4a.keywords.Common.LogImpl("733685541","appUpdater(), Job Failed "+parent._lnk,0);
if (true) break;
case 19:
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/b4xbytesbuilder.java b/B4A/Objects/src/gunav2/keymon/com/mx/b4xbytesbuilder.java
index 7f523ba..a16a6db 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/b4xbytesbuilder.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/b4xbytesbuilder.java
@@ -177,7 +177,7 @@ byte[] _afterindex = null;
if (_index>=_mlength) {
//BA.debugLineNum = 45;BA.debugLine="If Index > mLength Then Log(\"Index too large\")";
if (_index>_mlength) {
-__c.LogImpl("962259202","Index too large",0);};
+__c.LogImpl("962390274","Index too large",0);};
//BA.debugLineNum = 46;BA.debugLine="Append(Data)";
_append(_data);
}else {
@@ -219,7 +219,7 @@ public String _set(int _index,byte[] _data) throws Exception{
if (_index>=_mlength) {
//BA.debugLineNum = 58;BA.debugLine="If Index > mLength Then Log(\"Index too large\")";
if (_index>_mlength) {
-__c.LogImpl("962324738","Index too large",0);};
+__c.LogImpl("962455810","Index too large",0);};
//BA.debugLineNum = 59;BA.debugLine="Append(Data)";
_append(_data);
}else {
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/b4xfloattextfield.java b/B4A/Objects/src/gunav2/keymon/com/mx/b4xfloattextfield.java
index 79f84f0..06dc9b3 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/b4xfloattextfield.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/b4xfloattextfield.java
@@ -353,7 +353,7 @@ if (_passwordmode && _multiline) {
//BA.debugLineNum = 90;BA.debugLine="Multiline = False";
_multiline = __c.False;
//BA.debugLineNum = 91;BA.debugLine="Log(\"Multiline not supported with password mode.";
-__c.LogImpl("979757336","Multiline not supported with password mode.",0);
+__c.LogImpl("979888408","Multiline not supported with password mode.",0);
};
//BA.debugLineNum = 93;BA.debugLine="CreateTextFieldAll(PasswordMode, PassedLabel.Font";
_createtextfieldall(_passwordmode,_passedlabel.getFont(),_xui.PaintOrColorToColor((Object)(_lbl.getTextColor())));
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/b4ximageview.java b/B4A/Objects/src/gunav2/keymon/com/mx/b4ximageview.java
index aa89d9c..0dfcd1d 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/b4ximageview.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/b4ximageview.java
@@ -270,7 +270,7 @@ _imageviewheight = (float) (_mbitmap.getHeight());
break; }
default: {
//BA.debugLineNum = 104;BA.debugLine="Log(\"Invalid resize mode: \" & mResizeMode)";
-__c.LogImpl("982116635","Invalid resize mode: "+_mresizemode,0);
+__c.LogImpl("982247707","Invalid resize mode: "+_mresizemode,0);
break; }
}
;
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/b4xmainpage.java b/B4A/Objects/src/gunav2/keymon/com/mx/b4xmainpage.java
index 3b1fb85..1fc4629 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/b4xmainpage.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/b4xmainpage.java
@@ -125,75 +125,75 @@ public String _b_aceptar_click() throws Exception{
anywheresoftware.b4a.sql.SQL.CursorWrapper _c2 = null;
String _rutades = "";
String _almacendes = "";
- //BA.debugLineNum = 1003;BA.debugLine="Private Sub b_aceptar_Click";
- //BA.debugLineNum = 1004;BA.debugLine="If et_codigo.Text <> \"\" Then";
+ //BA.debugLineNum = 1004;BA.debugLine="Private Sub b_aceptar_Click";
+ //BA.debugLineNum = 1005;BA.debugLine="If et_codigo.Text <> \"\" Then";
if ((_et_codigo.getText()).equals("") == false) {
- //BA.debugLineNum = 1005;BA.debugLine="Private c2 As Cursor = skmt.ExecQuery(\"select di";
+ //BA.debugLineNum = 1006;BA.debugLine="Private c2 As Cursor = skmt.ExecQuery(\"select di";
_c2 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_c2 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("select distinct CAT_CL_RUTA from kmt_info3 where CAT_CL_RUTA not in (select * from ruta_suplencia)")));
- //BA.debugLineNum = 1006;BA.debugLine="c2.Position = 0";
+ //BA.debugLineNum = 1007;BA.debugLine="c2.Position = 0";
_c2.setPosition((int) (0));
- //BA.debugLineNum = 1007;BA.debugLine="Private rutades As String = c2.GetString(\"CAT_CL";
+ //BA.debugLineNum = 1008;BA.debugLine="Private rutades As String = c2.GetString(\"CAT_CL";
_rutades = _c2.GetString("CAT_CL_RUTA");
- //BA.debugLineNum = 1008;BA.debugLine="c2.Close";
+ //BA.debugLineNum = 1009;BA.debugLine="c2.Close";
_c2.Close();
- //BA.debugLineNum = 1009;BA.debugLine="Private c2 As Cursor = skmt.ExecQuery(\"SELECT ID";
+ //BA.debugLineNum = 1010;BA.debugLine="Private c2 As Cursor = skmt.ExecQuery(\"SELECT ID";
_c2 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_c2 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT ID_ALMACEN FROM CAT_ALMACEN")));
- //BA.debugLineNum = 1010;BA.debugLine="c2.Position = 0";
+ //BA.debugLineNum = 1011;BA.debugLine="c2.Position = 0";
_c2.setPosition((int) (0));
- //BA.debugLineNum = 1011;BA.debugLine="Private almacendes As String = c2.GetString(\"ID_";
+ //BA.debugLineNum = 1012;BA.debugLine="Private almacendes As String = c2.GetString(\"ID_";
_almacendes = _c2.GetString("ID_ALMACEN");
- //BA.debugLineNum = 1012;BA.debugLine="c2.Close";
+ //BA.debugLineNum = 1013;BA.debugLine="c2.Close";
_c2.Close();
- //BA.debugLineNum = 1013;BA.debugLine="Dim cmd As DBCommand";
+ //BA.debugLineNum = 1014;BA.debugLine="Dim cmd As DBCommand";
_cmd = new gunav2.keymon.com.mx.dbrequestmanager._dbcommand();
- //BA.debugLineNum = 1014;BA.debugLine="cmd.Initialize";
+ //BA.debugLineNum = 1015;BA.debugLine="cmd.Initialize";
_cmd.Initialize();
- //BA.debugLineNum = 1015;BA.debugLine="cmd.Name = \"select_geoPass_GUNA\"";
+ //BA.debugLineNum = 1016;BA.debugLine="cmd.Name = \"select_geoPass_GUNA\"";
_cmd.Name /*String*/ = "select_geoPass_GUNA";
- //BA.debugLineNum = 1016;BA.debugLine="cmd.Parameters = Array As Object(et_codigo.Text,";
+ //BA.debugLineNum = 1017;BA.debugLine="cmd.Parameters = Array As Object(et_codigo.Text,";
_cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_et_codigo.getText()),(Object)(_almacendes),(Object)(_rutades)};
- //BA.debugLineNum = 1017;BA.debugLine="reqManager.ExecuteQuery(cmd , 0, \"geopass\")";
+ //BA.debugLineNum = 1018;BA.debugLine="reqManager.ExecuteQuery(cmd , 0, \"geopass\")";
_reqmanager._executequery /*String*/ (_cmd,(int) (0),(Object)("geopass"));
}else if((_et_codigo.getText()).equals("")) {
- //BA.debugLineNum = 1019;BA.debugLine="MsgboxAsync(\"Ingresa un codigo\",\"Atención\")";
+ //BA.debugLineNum = 1020;BA.debugLine="MsgboxAsync(\"Ingresa un codigo\",\"Atención\")";
__c.MsgboxAsync(BA.ObjectToCharSequence("Ingresa un codigo"),BA.ObjectToCharSequence("Atención"),ba);
- //BA.debugLineNum = 1020;BA.debugLine="p_validacion.Visible = False";
+ //BA.debugLineNum = 1021;BA.debugLine="p_validacion.Visible = False";
_p_validacion.setVisible(__c.False);
- //BA.debugLineNum = 1021;BA.debugLine="B4XSwitch2.Value = False";
+ //BA.debugLineNum = 1022;BA.debugLine="B4XSwitch2.Value = False";
_b4xswitch2._setvalue /*boolean*/ (__c.False);
- //BA.debugLineNum = 1022;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE GPS SET HABILITADO =";
+ //BA.debugLineNum = 1023;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE GPS SET HABILITADO =";
_skmt.ExecNonQuery2("UPDATE GPS SET HABILITADO = (?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(0)}));
- //BA.debugLineNum = 1023;BA.debugLine="et_codigo.Text = \"\"";
+ //BA.debugLineNum = 1024;BA.debugLine="et_codigo.Text = \"\"";
_et_codigo.setText(BA.ObjectToCharSequence(""));
};
- //BA.debugLineNum = 1051;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1052;BA.debugLine="End Sub";
return "";
}
public String _b_actualizacion_click() throws Exception{
- //BA.debugLineNum = 1136;BA.debugLine="Private Sub b_actualizacion_Click";
- //BA.debugLineNum = 1137;BA.debugLine="CallSubDelayed(appUpdater, \"download_newApk\")";
+ //BA.debugLineNum = 1137;BA.debugLine="Private Sub b_actualizacion_Click";
+ //BA.debugLineNum = 1138;BA.debugLine="CallSubDelayed(appUpdater, \"download_newApk\")";
__c.CallSubDelayed(ba,(Object)(_appupdater.getObject()),"download_newApk");
- //BA.debugLineNum = 1138;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1139;BA.debugLine="End Sub";
return "";
}
public String _b_apk_click() throws Exception{
- //BA.debugLineNum = 879;BA.debugLine="Sub b_apk_Click";
- //BA.debugLineNum = 880;BA.debugLine="StartService(appUpdater)";
+ //BA.debugLineNum = 880;BA.debugLine="Sub b_apk_Click";
+ //BA.debugLineNum = 881;BA.debugLine="StartService(appUpdater)";
__c.StartService(ba,(Object)(_appupdater.getObject()));
- //BA.debugLineNum = 881;BA.debugLine="End Sub";
+ //BA.debugLineNum = 882;BA.debugLine="End Sub";
return "";
}
public String _b_cancelarcodigo_click() throws Exception{
- //BA.debugLineNum = 997;BA.debugLine="Private Sub b_cancelarcodigo_Click";
- //BA.debugLineNum = 998;BA.debugLine="p_validacion.Visible = False";
+ //BA.debugLineNum = 998;BA.debugLine="Private Sub b_cancelarcodigo_Click";
+ //BA.debugLineNum = 999;BA.debugLine="p_validacion.Visible = False";
_p_validacion.setVisible(__c.False);
- //BA.debugLineNum = 999;BA.debugLine="et_codigo.Text = \"\"";
+ //BA.debugLineNum = 1000;BA.debugLine="et_codigo.Text = \"\"";
_et_codigo.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 1000;BA.debugLine="B4XSwitch2.Value = False";
+ //BA.debugLineNum = 1001;BA.debugLine="B4XSwitch2.Value = False";
_b4xswitch2._setvalue /*boolean*/ (__c.False);
- //BA.debugLineNum = 1001;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1002;BA.debugLine="End Sub";
return "";
}
public void _b_enviobd_click() throws Exception{
@@ -220,11 +220,11 @@ return;
case 0:
//C
this.state = -1;
- //BA.debugLineNum = 945;BA.debugLine="Dim FileName As String = \"kmt.db\"";
+ //BA.debugLineNum = 946;BA.debugLine="Dim FileName As String = \"kmt.db\"";
_filename = "kmt.db";
- //BA.debugLineNum = 947;BA.debugLine="Log(\"xxxxxx:\"&Provider.SharedFolder)";
-parent.__c.LogImpl("02818053","xxxxxx:"+parent._provider._sharedfolder /*String*/ ,0);
- //BA.debugLineNum = 948;BA.debugLine="Sleep(1000)";
+ //BA.debugLineNum = 948;BA.debugLine="Log(\"xxxxxx:\"&Provider.SharedFolder)";
+parent.__c.LogImpl("72818053","xxxxxx:"+parent._provider._sharedfolder /*String*/ ,0);
+ //BA.debugLineNum = 949;BA.debugLine="Sleep(1000)";
parent.__c.Sleep(ba,this,(int) (1000));
this.state = 1;
return;
@@ -232,24 +232,24 @@ case 1:
//C
this.state = -1;
;
- //BA.debugLineNum = 949;BA.debugLine="File.Copy(File.DirInternal, FileName, Provider.Sh";
+ //BA.debugLineNum = 950;BA.debugLine="File.Copy(File.DirInternal, FileName, Provider.Sh";
parent.__c.File.Copy(parent.__c.File.getDirInternal(),_filename,parent._provider._sharedfolder /*String*/ ,_filename);
- //BA.debugLineNum = 950;BA.debugLine="Dim email As Email";
+ //BA.debugLineNum = 951;BA.debugLine="Dim email As Email";
_email = new anywheresoftware.b4a.phone.Phone.Email();
- //BA.debugLineNum = 951;BA.debugLine="email.To.Add(\"cheveguerra@gmail.com\")";
+ //BA.debugLineNum = 952;BA.debugLine="email.To.Add(\"cheveguerra@gmail.com\")";
_email.To.Add((Object)("cheveguerra@gmail.com"));
- //BA.debugLineNum = 952;BA.debugLine="email.Subject = \"subject\"";
+ //BA.debugLineNum = 953;BA.debugLine="email.Subject = \"subject\"";
_email.Subject = "subject";
- //BA.debugLineNum = 953;BA.debugLine="email.Attachments.Add(Provider.GetFileUri(FileNam";
+ //BA.debugLineNum = 954;BA.debugLine="email.Attachments.Add(Provider.GetFileUri(FileNam";
_email.Attachments.Add(parent._provider._getfileuri /*Object*/ (_filename));
- //BA.debugLineNum = 955;BA.debugLine="Dim in As Intent = email.GetIntent";
+ //BA.debugLineNum = 956;BA.debugLine="Dim in As Intent = email.GetIntent";
_in = new anywheresoftware.b4a.objects.IntentWrapper();
_in = (anywheresoftware.b4a.objects.IntentWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.IntentWrapper(), (android.content.Intent)(_email.GetIntent()));
- //BA.debugLineNum = 956;BA.debugLine="in.Flags = 1 'FLAG_GRANT_READ_URI_PERMISSION";
+ //BA.debugLineNum = 957;BA.debugLine="in.Flags = 1 'FLAG_GRANT_READ_URI_PERMISSION";
_in.setFlags((int) (1));
- //BA.debugLineNum = 957;BA.debugLine="StartActivity(in)";
+ //BA.debugLineNum = 958;BA.debugLine="StartActivity(in)";
parent.__c.StartActivity(ba,(Object)(_in.getObject()));
- //BA.debugLineNum = 958;BA.debugLine="End Sub";
+ //BA.debugLineNum = 959;BA.debugLine="End Sub";
if (true) break;
}
@@ -257,25 +257,25 @@ if (true) break;
}
}
public String _b_menu_click() throws Exception{
- //BA.debugLineNum = 816;BA.debugLine="Sub b_menu_Click";
- //BA.debugLineNum = 817;BA.debugLine="PopupMenu.Show";
+ //BA.debugLineNum = 817;BA.debugLine="Sub b_menu_Click";
+ //BA.debugLineNum = 818;BA.debugLine="PopupMenu.Show";
_popupmenu.Show();
- //BA.debugLineNum = 818;BA.debugLine="End Sub";
+ //BA.debugLineNum = 819;BA.debugLine="End Sub";
return "";
}
public String _b_regesar_click() throws Exception{
- //BA.debugLineNum = 918;BA.debugLine="Sub b_regesar_Click";
- //BA.debugLineNum = 920;BA.debugLine="p_appUpdate.Visible = False";
+ //BA.debugLineNum = 919;BA.debugLine="Sub b_regesar_Click";
+ //BA.debugLineNum = 921;BA.debugLine="p_appUpdate.Visible = False";
_p_appupdate.setVisible(__c.False);
- //BA.debugLineNum = 921;BA.debugLine="skmt.ExecNonQuery2(\"delete from CAT_VARIABLES whe";
+ //BA.debugLineNum = 922;BA.debugLine="skmt.ExecNonQuery2(\"delete from CAT_VARIABLES whe";
_skmt.ExecNonQuery2("delete from CAT_VARIABLES where CAT_VA_DESCRIPCION = ?",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("DBReqServer")}));
- //BA.debugLineNum = 922;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_VARIABLES(CAT";
+ //BA.debugLineNum = 923;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_VARIABLES(CAT";
_skmt.ExecNonQuery2("INSERT INTO CAT_VARIABLES(CAT_VA_DESCRIPCION, CAT_VA_VALOR) VALUES (?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("DBReqServer"),(Object)(_et_server.getText())}));
- //BA.debugLineNum = 923;BA.debugLine="Starter.server = et_server.Text";
+ //BA.debugLineNum = 924;BA.debugLine="Starter.server = et_server.Text";
_starter._server /*String*/ = _et_server.getText();
- //BA.debugLineNum = 924;BA.debugLine="Starter.reqManager.Initialize(Me, et_server.Text)";
+ //BA.debugLineNum = 925;BA.debugLine="Starter.reqManager.Initialize(Me, et_server.Text)";
_starter._reqmanager /*gunav2.keymon.com.mx.dbrequestmanager*/ ._initialize /*String*/ (ba,this,_et_server.getText());
- //BA.debugLineNum = 925;BA.debugLine="End Sub";
+ //BA.debugLineNum = 926;BA.debugLine="End Sub";
return "";
}
public void _b4xpage_appear() throws Exception{
@@ -305,9 +305,9 @@ return;
case 0:
//C
this.state = 1;
- //BA.debugLineNum = 342;BA.debugLine="cb_importarBDWA.Checked = Subs.traeUsarIntentBDWA";
+ //BA.debugLineNum = 343;BA.debugLine="cb_importarBDWA.Checked = Subs.traeUsarIntentBDWA";
parent._cb_importarbdwa.setChecked(parent._subs._traeusarintentbdwa /*boolean*/ (ba));
- //BA.debugLineNum = 343;BA.debugLine="If user.Text.Trim = \"KMTS1\" Then";
+ //BA.debugLineNum = 344;BA.debugLine="If user.Text.Trim = \"KMTS1\" Then";
if (true) break;
case 1:
@@ -322,14 +322,14 @@ this.state = 5;
case 3:
//C
this.state = 6;
- //BA.debugLineNum = 344;BA.debugLine="p_importarBDWA.Visible = True";
+ //BA.debugLineNum = 345;BA.debugLine="p_importarBDWA.Visible = True";
parent._p_importarbdwa.setVisible(parent.__c.True);
if (true) break;
case 5:
//C
this.state = 6;
- //BA.debugLineNum = 346;BA.debugLine="p_importarBDWA.Visible = False";
+ //BA.debugLineNum = 347;BA.debugLine="p_importarBDWA.Visible = False";
parent._p_importarbdwa.setVisible(parent.__c.False);
if (true) break;
@@ -337,9 +337,9 @@ case 6:
//C
this.state = 7;
;
- //BA.debugLineNum = 348;BA.debugLine="reqManager.Initialize(Me, Starter.server)";
+ //BA.debugLineNum = 349;BA.debugLine="reqManager.Initialize(Me, Starter.server)";
parent._reqmanager._initialize /*String*/ (ba,parent,parent._starter._server /*String*/ );
- //BA.debugLineNum = 349;BA.debugLine="If Starter.muestraProgreso = 1 Then";
+ //BA.debugLineNum = 350;BA.debugLine="If Starter.muestraProgreso = 1 Then";
if (true) break;
case 7:
@@ -352,9 +352,9 @@ this.state = 9;
case 9:
//C
this.state = 10;
- //BA.debugLineNum = 350;BA.debugLine="muestraProgreso(\"Descargando nueva versión, un m";
+ //BA.debugLineNum = 351;BA.debugLine="muestraProgreso(\"Descargando nueva versión, un m";
parent._muestraprogreso("Descargando nueva versión, un momento por favor.");
- //BA.debugLineNum = 351;BA.debugLine="Starter.muestraProgreso = 0";
+ //BA.debugLineNum = 352;BA.debugLine="Starter.muestraProgreso = 0";
parent._starter._muestraprogreso /*String*/ = BA.NumberToString(0);
if (true) break;
@@ -362,15 +362,15 @@ case 10:
//C
this.state = 11;
;
- //BA.debugLineNum = 353;BA.debugLine="Dim ph As Phone 'Get Id Device";
+ //BA.debugLineNum = 354;BA.debugLine="Dim ph As Phone 'Get Id Device";
_ph = new anywheresoftware.b4a.phone.Phone();
- //BA.debugLineNum = 354;BA.debugLine="Dim DeviceID As String = ph.GetSettings(\"android_";
+ //BA.debugLineNum = 355;BA.debugLine="Dim DeviceID As String = ph.GetSettings(\"android_";
_deviceid = _ph.GetSettings("android_id").toUpperCase();
- //BA.debugLineNum = 356;BA.debugLine="LogColor(\"Revisa permisos Phone_State\", Colors.Gr";
-parent.__c.LogImpl("01572887","Revisa permisos Phone_State",parent.__c.Colors.Green);
- //BA.debugLineNum = 357;BA.debugLine="Starter.rp.CheckAndRequest(Starter.rp.PERMISSION_";
+ //BA.debugLineNum = 357;BA.debugLine="LogColor(\"Revisa permisos Phone_State\", Colors.Gr";
+parent.__c.LogImpl("71572887","Revisa permisos Phone_State",parent.__c.Colors.Green);
+ //BA.debugLineNum = 358;BA.debugLine="Starter.rp.CheckAndRequest(Starter.rp.PERMISSION_";
parent._starter._rp /*anywheresoftware.b4a.objects.RuntimePermissions*/ .CheckAndRequest(ba,parent._starter._rp /*anywheresoftware.b4a.objects.RuntimePermissions*/ .PERMISSION_READ_PHONE_STATE);
- //BA.debugLineNum = 358;BA.debugLine="Wait For B4XPage_PermissionResult (Permission As";
+ //BA.debugLineNum = 359;BA.debugLine="Wait For B4XPage_PermissionResult (Permission As";
parent.__c.WaitFor("b4xpage_permissionresult", ba, this, null);
this.state = 63;
return;
@@ -380,7 +380,7 @@ this.state = 11;
_permission = (String) result[0];
_result = (Boolean) result[1];
;
- //BA.debugLineNum = 359;BA.debugLine="If Result Then";
+ //BA.debugLineNum = 360;BA.debugLine="If Result Then";
if (true) break;
case 11:
@@ -393,11 +393,11 @@ this.state = 13;
case 13:
//C
this.state = 14;
- //BA.debugLineNum = 360;BA.debugLine="IMEN.Text =\"\"";
+ //BA.debugLineNum = 361;BA.debugLine="IMEN.Text =\"\"";
parent._imen.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 361;BA.debugLine="IMEI = \"\"";
+ //BA.debugLineNum = 362;BA.debugLine="IMEI = \"\"";
parent._imei = "";
- //BA.debugLineNum = 363;BA.debugLine="IMEI=\"\" 'Pruebas";
+ //BA.debugLineNum = 364;BA.debugLine="IMEI=\"\" 'Pruebas";
parent._imei = "";
if (true) break;
@@ -405,9 +405,9 @@ case 14:
//C
this.state = 15;
;
- //BA.debugLineNum = 365;BA.debugLine="Starter.rp.CheckAndRequest(Starter.rp.PERMISSION_";
+ //BA.debugLineNum = 366;BA.debugLine="Starter.rp.CheckAndRequest(Starter.rp.PERMISSION_";
parent._starter._rp /*anywheresoftware.b4a.objects.RuntimePermissions*/ .CheckAndRequest(ba,parent._starter._rp /*anywheresoftware.b4a.objects.RuntimePermissions*/ .PERMISSION_ACCESS_FINE_LOCATION);
- //BA.debugLineNum = 366;BA.debugLine="Wait For B4XPage_PermissionResult (Permission As";
+ //BA.debugLineNum = 367;BA.debugLine="Wait For B4XPage_PermissionResult (Permission As";
parent.__c.WaitFor("b4xpage_permissionresult", ba, this, null);
this.state = 64;
return;
@@ -417,7 +417,7 @@ this.state = 15;
_permission = (String) result[0];
_result = (Boolean) result[1];
;
- //BA.debugLineNum = 367;BA.debugLine="If Result Then";
+ //BA.debugLineNum = 368;BA.debugLine="If Result Then";
if (true) break;
case 15:
@@ -432,16 +432,16 @@ this.state = 19;
case 17:
//C
this.state = 20;
- //BA.debugLineNum = 368;BA.debugLine="StartService(Tracker)";
+ //BA.debugLineNum = 369;BA.debugLine="StartService(Tracker)";
parent.__c.StartService(ba,(Object)(parent._tracker.getObject()));
- //BA.debugLineNum = 369;BA.debugLine="Log(\"Start Tracker\")";
-parent.__c.LogImpl("01572900","Start Tracker",0);
+ //BA.debugLineNum = 370;BA.debugLine="Log(\"Start Tracker\")";
+parent.__c.LogImpl("71572900","Start Tracker",0);
if (true) break;
case 19:
//C
this.state = 20;
- //BA.debugLineNum = 371;BA.debugLine="ToastMessageShow(\"Sin permisos de ubicacion\", Tr";
+ //BA.debugLineNum = 372;BA.debugLine="ToastMessageShow(\"Sin permisos de ubicacion\", Tr";
parent.__c.ToastMessageShow(BA.ObjectToCharSequence("Sin permisos de ubicacion"),parent.__c.True);
if (true) break;
@@ -449,11 +449,11 @@ case 20:
//C
this.state = 21;
;
- //BA.debugLineNum = 373;BA.debugLine="server = Starter.server";
+ //BA.debugLineNum = 374;BA.debugLine="server = Starter.server";
parent._server = parent._starter._server /*String*/ ;
- //BA.debugLineNum = 374;BA.debugLine="tgl.Initialize()";
+ //BA.debugLineNum = 375;BA.debugLine="tgl.Initialize()";
parent._tgl.Initialize(ba);
- //BA.debugLineNum = 375;BA.debugLine="If Not(Starter.gps.GPSEnabled) Then";
+ //BA.debugLineNum = 376;BA.debugLine="If Not(Starter.gps.GPSEnabled) Then";
if (true) break;
case 21:
@@ -466,9 +466,9 @@ this.state = 23;
case 23:
//C
this.state = 24;
- //BA.debugLineNum = 376;BA.debugLine="ToastMessageShow(\"Es necesario tener el GPS ence";
+ //BA.debugLineNum = 377;BA.debugLine="ToastMessageShow(\"Es necesario tener el GPS ence";
parent.__c.ToastMessageShow(BA.ObjectToCharSequence("Es necesario tener el GPS encendido"),parent.__c.True);
- //BA.debugLineNum = 377;BA.debugLine="Sleep(500)";
+ //BA.debugLineNum = 378;BA.debugLine="Sleep(500)";
parent.__c.Sleep(ba,this,(int) (500));
this.state = 65;
return;
@@ -476,7 +476,7 @@ case 65:
//C
this.state = 24;
;
- //BA.debugLineNum = 378;BA.debugLine="StartActivity(Starter.gps.LocationSettingsIntent";
+ //BA.debugLineNum = 379;BA.debugLine="StartActivity(Starter.gps.LocationSettingsIntent";
parent.__c.StartActivity(ba,(Object)(parent._starter._gps /*anywheresoftware.b4a.gps.GPS*/ .getLocationSettingsIntent()));
if (true) break;
@@ -484,11 +484,11 @@ case 24:
//C
this.state = 25;
;
- //BA.debugLineNum = 380;BA.debugLine="c=skmt.ExecQuery2(\"select count(*) as CUANTOS fro";
+ //BA.debugLineNum = 381;BA.debugLine="c=skmt.ExecQuery2(\"select count(*) as CUANTOS fro";
parent._c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery2("select count(*) as CUANTOS from CAT_VARIABLES WHERE CAT_VA_DESCRIPCION = ?",new String[]{"FECHA"})));
- //BA.debugLineNum = 381;BA.debugLine="c.Position = 0";
+ //BA.debugLineNum = 382;BA.debugLine="c.Position = 0";
parent._c.setPosition((int) (0));
- //BA.debugLineNum = 382;BA.debugLine="If c.GetString(\"CUANTOS\") = 0 Then";
+ //BA.debugLineNum = 383;BA.debugLine="If c.GetString(\"CUANTOS\") = 0 Then";
if (true) break;
case 25:
@@ -503,37 +503,37 @@ this.state = 29;
case 27:
//C
this.state = 34;
- //BA.debugLineNum = 383;BA.debugLine="LogColor($\"No hay fecha: ${c.GetString(\"CUANTOS\"";
-parent.__c.LogImpl("01572914",("No hay fecha: "+parent.__c.SmartStringFormatter("",(Object)(parent._c.GetString("CUANTOS")))+""),parent.__c.Colors.Red);
- //BA.debugLineNum = 384;BA.debugLine="cmd.Initialize";
+ //BA.debugLineNum = 384;BA.debugLine="LogColor($\"No hay fecha: ${c.GetString(\"CUANTOS\"";
+parent.__c.LogImpl("71572914",("No hay fecha: "+parent.__c.SmartStringFormatter("",(Object)(parent._c.GetString("CUANTOS")))+""),parent.__c.Colors.Red);
+ //BA.debugLineNum = 385;BA.debugLine="cmd.Initialize";
parent._cmd.Initialize();
- //BA.debugLineNum = 385;BA.debugLine="cmd.Name = \"select_fecha\"";
+ //BA.debugLineNum = 386;BA.debugLine="cmd.Name = \"select_fecha\"";
parent._cmd.Name /*String*/ = "select_fecha";
- //BA.debugLineNum = 386;BA.debugLine="reqManager.ExecuteQuery(cmd , 0, \"fecha\")";
+ //BA.debugLineNum = 387;BA.debugLine="reqManager.ExecuteQuery(cmd , 0, \"fecha\")";
parent._reqmanager._executequery /*String*/ (parent._cmd,(int) (0),(Object)("fecha"));
- //BA.debugLineNum = 387;BA.debugLine="Msgbox(\"AJUSTAR FECHA\",\"AVISO\") 'Ignore";
+ //BA.debugLineNum = 388;BA.debugLine="Msgbox(\"AJUSTAR FECHA\",\"AVISO\") 'Ignore";
parent.__c.Msgbox(BA.ObjectToCharSequence("AJUSTAR FECHA"),BA.ObjectToCharSequence("AVISO"),ba);
- //BA.debugLineNum = 388;BA.debugLine="B4XPage_Appear";
+ //BA.debugLineNum = 389;BA.debugLine="B4XPage_Appear";
parent._b4xpage_appear();
if (true) break;
case 29:
//C
this.state = 30;
- //BA.debugLineNum = 390;BA.debugLine="LogColor($\"Si hay fecha: ${c.GetString(\"CUANTOS\"";
-parent.__c.LogImpl("01572921",("Si hay fecha: "+parent.__c.SmartStringFormatter("",(Object)(parent._c.GetString("CUANTOS")))+""),parent.__c.Colors.Green);
- //BA.debugLineNum = 391;BA.debugLine="c=skmt.ExecQuery2(\"select CAT_VA_VALOR from CAT_";
+ //BA.debugLineNum = 391;BA.debugLine="LogColor($\"Si hay fecha: ${c.GetString(\"CUANTOS\"";
+parent.__c.LogImpl("71572921",("Si hay fecha: "+parent.__c.SmartStringFormatter("",(Object)(parent._c.GetString("CUANTOS")))+""),parent.__c.Colors.Green);
+ //BA.debugLineNum = 392;BA.debugLine="c=skmt.ExecQuery2(\"select CAT_VA_VALOR from CAT_";
parent._c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery2("select CAT_VA_VALOR from CAT_VARIABLES WHERE CAT_VA_DESCRIPCION = ?",new String[]{"FECHA"})));
- //BA.debugLineNum = 392;BA.debugLine="c.Position =0";
+ //BA.debugLineNum = 393;BA.debugLine="c.Position =0";
parent._c.setPosition((int) (0));
- //BA.debugLineNum = 393;BA.debugLine="Dim sDate, sTime As String";
+ //BA.debugLineNum = 394;BA.debugLine="Dim sDate, sTime As String";
_sdate = "";
_stime = "";
- //BA.debugLineNum = 394;BA.debugLine="DateTime.DateFormat = \"yyyyMMdd\"";
+ //BA.debugLineNum = 395;BA.debugLine="DateTime.DateFormat = \"yyyyMMdd\"";
parent.__c.DateTime.setDateFormat("yyyyMMdd");
- //BA.debugLineNum = 395;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
+ //BA.debugLineNum = 396;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
_sdate = parent.__c.DateTime.Date(parent.__c.DateTime.getNow());
- //BA.debugLineNum = 400;BA.debugLine="If c.GetString(\"CAT_VA_VALOR\") > sDate Then";
+ //BA.debugLineNum = 401;BA.debugLine="If c.GetString(\"CAT_VA_VALOR\") > sDate Then";
if (true) break;
case 30:
@@ -546,9 +546,9 @@ this.state = 32;
case 32:
//C
this.state = 33;
- //BA.debugLineNum = 401;BA.debugLine="Msgbox(\"AJUSTAR LA FECHA YA QUE ES MENOR AL SIS";
+ //BA.debugLineNum = 402;BA.debugLine="Msgbox(\"AJUSTAR LA FECHA YA QUE ES MENOR AL SIS";
parent.__c.Msgbox(BA.ObjectToCharSequence("AJUSTAR LA FECHA YA QUE ES MENOR AL SISTEMA"),BA.ObjectToCharSequence("AVISO"),ba);
- //BA.debugLineNum = 402;BA.debugLine="B4XPage_Appear";
+ //BA.debugLineNum = 403;BA.debugLine="B4XPage_Appear";
parent._b4xpage_appear();
if (true) break;
@@ -562,17 +562,17 @@ case 34:
//C
this.state = 35;
;
- //BA.debugLineNum = 405;BA.debugLine="bu.Initialize";
+ //BA.debugLineNum = 406;BA.debugLine="bu.Initialize";
parent._bu._initialize /*String*/ (ba);
- //BA.debugLineNum = 406;BA.debugLine="batterystatus = bu.BatteryInformation";
+ //BA.debugLineNum = 407;BA.debugLine="batterystatus = bu.BatteryInformation";
parent._batterystatus = parent._bu._getbatteryinformation /*int[]*/ ();
- //BA.debugLineNum = 408;BA.debugLine="CallSubDelayed(FirebaseMessaging, \"SubscribeToTop";
+ //BA.debugLineNum = 409;BA.debugLine="CallSubDelayed(FirebaseMessaging, \"SubscribeToTop";
parent.__c.CallSubDelayed(ba,(Object)(parent._firebasemessaging.getObject()),"SubscribeToTopics");
- //BA.debugLineNum = 409;BA.debugLine="dameUsuario";
+ //BA.debugLineNum = 410;BA.debugLine="dameUsuario";
parent._dameusuario();
- //BA.debugLineNum = 410;BA.debugLine="c = skmt.ExecQuery(\"SELECT HABILITADA FROM IMPRES";
+ //BA.debugLineNum = 411;BA.debugLine="c = skmt.ExecQuery(\"SELECT HABILITADA FROM IMPRES";
parent._c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery("SELECT HABILITADA FROM IMPRESORA")));
- //BA.debugLineNum = 411;BA.debugLine="If c.RowCount > 0 Then";
+ //BA.debugLineNum = 412;BA.debugLine="If c.RowCount > 0 Then";
if (true) break;
case 35:
@@ -587,9 +587,9 @@ this.state = 45;
case 37:
//C
this.state = 38;
- //BA.debugLineNum = 412;BA.debugLine="c.Position = 0";
+ //BA.debugLineNum = 413;BA.debugLine="c.Position = 0";
parent._c.setPosition((int) (0));
- //BA.debugLineNum = 413;BA.debugLine="If c.GetString(\"HABILITADA\") = 1 Then";
+ //BA.debugLineNum = 414;BA.debugLine="If c.GetString(\"HABILITADA\") = 1 Then";
if (true) break;
case 38:
@@ -604,14 +604,14 @@ this.state = 42;
case 40:
//C
this.state = 43;
- //BA.debugLineNum = 414;BA.debugLine="B4XSwitch1.Value = True";
+ //BA.debugLineNum = 415;BA.debugLine="B4XSwitch1.Value = True";
parent._b4xswitch1._setvalue /*boolean*/ (parent.__c.True);
if (true) break;
case 42:
//C
this.state = 43;
- //BA.debugLineNum = 416;BA.debugLine="B4XSwitch1.Value = False";
+ //BA.debugLineNum = 417;BA.debugLine="B4XSwitch1.Value = False";
parent._b4xswitch1._setvalue /*boolean*/ (parent.__c.False);
if (true) break;
@@ -624,7 +624,7 @@ this.state = 46;
case 45:
//C
this.state = 46;
- //BA.debugLineNum = 419;BA.debugLine="B4XSwitch1.Value = False";
+ //BA.debugLineNum = 420;BA.debugLine="B4XSwitch1.Value = False";
parent._b4xswitch1._setvalue /*boolean*/ (parent.__c.False);
if (true) break;
@@ -632,9 +632,9 @@ case 46:
//C
this.state = 47;
;
- //BA.debugLineNum = 421;BA.debugLine="c = skmt.ExecQuery(\"SELECT HABILITADO FROM GPS\")";
+ //BA.debugLineNum = 422;BA.debugLine="c = skmt.ExecQuery(\"SELECT HABILITADO FROM GPS\")";
parent._c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery("SELECT HABILITADO FROM GPS")));
- //BA.debugLineNum = 422;BA.debugLine="If c.RowCount = 0 Then";
+ //BA.debugLineNum = 423;BA.debugLine="If c.RowCount = 0 Then";
if (true) break;
case 47:
@@ -647,7 +647,7 @@ this.state = 49;
case 49:
//C
this.state = 50;
- //BA.debugLineNum = 423;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO GPS VALUES (?)\",";
+ //BA.debugLineNum = 424;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO GPS VALUES (?)\",";
parent._skmt.ExecNonQuery2("INSERT INTO GPS VALUES (?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(0)}));
if (true) break;
@@ -655,9 +655,9 @@ case 50:
//C
this.state = 51;
;
- //BA.debugLineNum = 425;BA.debugLine="c = skmt.ExecQuery(\"SELECT HABILITADO FROM GPS\")";
+ //BA.debugLineNum = 426;BA.debugLine="c = skmt.ExecQuery(\"SELECT HABILITADO FROM GPS\")";
parent._c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery("SELECT HABILITADO FROM GPS")));
- //BA.debugLineNum = 426;BA.debugLine="If c.RowCount > 0 Then";
+ //BA.debugLineNum = 427;BA.debugLine="If c.RowCount > 0 Then";
if (true) break;
case 51:
@@ -672,9 +672,9 @@ this.state = 61;
case 53:
//C
this.state = 54;
- //BA.debugLineNum = 427;BA.debugLine="c.Position = 0";
+ //BA.debugLineNum = 428;BA.debugLine="c.Position = 0";
parent._c.setPosition((int) (0));
- //BA.debugLineNum = 428;BA.debugLine="If c.GetString(\"HABILITADO\") = 1 Then";
+ //BA.debugLineNum = 429;BA.debugLine="If c.GetString(\"HABILITADO\") = 1 Then";
if (true) break;
case 54:
@@ -689,14 +689,14 @@ this.state = 58;
case 56:
//C
this.state = 59;
- //BA.debugLineNum = 429;BA.debugLine="B4XSwitch2.Value = True";
+ //BA.debugLineNum = 430;BA.debugLine="B4XSwitch2.Value = True";
parent._b4xswitch2._setvalue /*boolean*/ (parent.__c.True);
if (true) break;
case 58:
//C
this.state = 59;
- //BA.debugLineNum = 431;BA.debugLine="B4XSwitch2.Value = False";
+ //BA.debugLineNum = 432;BA.debugLine="B4XSwitch2.Value = False";
parent._b4xswitch2._setvalue /*boolean*/ (parent.__c.False);
if (true) break;
@@ -709,7 +709,7 @@ this.state = 62;
case 61:
//C
this.state = 62;
- //BA.debugLineNum = 434;BA.debugLine="B4XSwitch2.Value = False";
+ //BA.debugLineNum = 435;BA.debugLine="B4XSwitch2.Value = False";
parent._b4xswitch2._setvalue /*boolean*/ (parent.__c.False);
if (true) break;
@@ -717,9 +717,9 @@ case 62:
//C
this.state = -1;
;
- //BA.debugLineNum = 436;BA.debugLine="Subs.guardaAppInfo";
+ //BA.debugLineNum = 437;BA.debugLine="Subs.guardaAppInfo";
parent._subs._guardaappinfo /*String*/ (ba);
- //BA.debugLineNum = 445;BA.debugLine="End Sub";
+ //BA.debugLineNum = 446;BA.debugLine="End Sub";
if (true) break;
}
@@ -750,9 +750,9 @@ parent.__c.ReturnFromResumableSub(this,null);return;}
case 0:
//C
this.state = 1;
- //BA.debugLineNum = 787;BA.debugLine="Log(\"closreq\")";
-parent.__c.LogImpl("01900545","closreq",0);
- //BA.debugLineNum = 788;BA.debugLine="Sleep(0)";
+ //BA.debugLineNum = 788;BA.debugLine="Log(\"closreq\")";
+parent.__c.LogImpl("71900545","closreq",0);
+ //BA.debugLineNum = 789;BA.debugLine="Sleep(0)";
parent.__c.Sleep(ba,this,(int) (0));
this.state = 8;
return;
@@ -760,7 +760,7 @@ case 8:
//C
this.state = 1;
;
- //BA.debugLineNum = 789;BA.debugLine="If p_appUpdate.IsInitialized And p_appUpdate.Visi";
+ //BA.debugLineNum = 790;BA.debugLine="If p_appUpdate.IsInitialized And p_appUpdate.Visi";
if (true) break;
case 1:
@@ -773,14 +773,14 @@ this.state = 3;
case 3:
//C
this.state = 4;
- //BA.debugLineNum = 790;BA.debugLine="p_appUpdate.Visible = False";
+ //BA.debugLineNum = 791;BA.debugLine="p_appUpdate.Visible = False";
parent._p_appupdate.setVisible(parent.__c.False);
- //BA.debugLineNum = 791;BA.debugLine="Return False";
+ //BA.debugLineNum = 792;BA.debugLine="Return False";
if (true) {
parent.__c.ReturnFromResumableSub(this,(Object)(parent.__c.False));return;};
if (true) break;
;
- //BA.debugLineNum = 793;BA.debugLine="If Not(p_appUpdate.Visible) Then";
+ //BA.debugLineNum = 794;BA.debugLine="If Not(p_appUpdate.Visible) Then";
case 4:
//if
@@ -792,9 +792,9 @@ this.state = 6;
case 6:
//C
this.state = 7;
- //BA.debugLineNum = 794;BA.debugLine="Log(\"ExitApplication\")";
-parent.__c.LogImpl("01900552","ExitApplication",0);
- //BA.debugLineNum = 795;BA.debugLine="ExitApplication";
+ //BA.debugLineNum = 795;BA.debugLine="Log(\"ExitApplication\")";
+parent.__c.LogImpl("71900552","ExitApplication",0);
+ //BA.debugLineNum = 796;BA.debugLine="ExitApplication";
parent.__c.ExitApplication();
if (true) break;
@@ -802,10 +802,10 @@ case 7:
//C
this.state = -1;
;
- //BA.debugLineNum = 797;BA.debugLine="Return True";
+ //BA.debugLineNum = 798;BA.debugLine="Return True";
if (true) {
parent.__c.ReturnFromResumableSub(this,(Object)(parent.__c.True));return;};
- //BA.debugLineNum = 798;BA.debugLine="End Sub";
+ //BA.debugLineNum = 799;BA.debugLine="End Sub";
if (true) break;
}
@@ -815,7 +815,7 @@ if (true) break;
public String _b4xpage_created(anywheresoftware.b4a.objects.B4XViewWrapper _root1) throws Exception{
//BA.debugLineNum = 108;BA.debugLine="Private Sub B4XPage_Created (Root1 As B4XView)";
//BA.debugLineNum = 109;BA.debugLine="Log(\"##### CREAMOS MAINPAGE LOGIN\")";
-__c.LogImpl("01507329","##### CREAMOS MAINPAGE LOGIN",0);
+__c.LogImpl("71507329","##### CREAMOS MAINPAGE LOGIN",0);
//BA.debugLineNum = 110;BA.debugLine="B4XPages.GetManager.LogEvents = True";
_b4xpages._getmanager /*gunav2.keymon.com.mx.b4xpagesmanager*/ (ba)._logevents /*boolean*/ = __c.True;
//BA.debugLineNum = 111;BA.debugLine="Root = Root1";
@@ -1019,238 +1019,240 @@ _subs._agregacolumna /*String*/ (ba,"HIST_ENCUESTA","HE_FOTO","BLOB");
_subs._agregacolumna /*String*/ (ba,"kmt_info3","foto","BLOB");
//BA.debugLineNum = 233;BA.debugLine="Subs.agregaColumna(\"PEDIDO\", \"PE_RECALCULO\", \"TEX";
_subs._agregacolumna /*String*/ (ba,"PEDIDO","PE_RECALCULO","TEXT");
- //BA.debugLineNum = 234;BA.debugLine="Subs.agregaColumna(\"PEDIDO\", \"PE_RECALCULADO\", \"T";
+ //BA.debugLineNum = 234;BA.debugLine="Subs.agregaColumna(\"PEDIDO\", \"PE_DESC\", \"TEXT\")";
+_subs._agregacolumna /*String*/ (ba,"PEDIDO","PE_DESC","TEXT");
+ //BA.debugLineNum = 235;BA.debugLine="Subs.agregaColumna(\"PEDIDO\", \"PE_RECALCULADO\", \"T";
_subs._agregacolumna /*String*/ (ba,"PEDIDO","PE_RECALCULADO","TEXT");
- //BA.debugLineNum = 235;BA.debugLine="Subs.agregaColumna(\"CODIGOS_CREDITO\", \"CLIENTE\",";
+ //BA.debugLineNum = 236;BA.debugLine="Subs.agregaColumna(\"CODIGOS_CREDITO\", \"CLIENTE\",";
_subs._agregacolumna /*String*/ (ba,"CODIGOS_CREDITO","CLIENTE","TEXT");
- //BA.debugLineNum = 236;BA.debugLine="Subs.agregaColumna(\"PEDIDO\", \"PE_RECCEDIS\", \"TEXT";
+ //BA.debugLineNum = 237;BA.debugLine="Subs.agregaColumna(\"PEDIDO\", \"PE_RECCEDIS\", \"TEXT";
_subs._agregacolumna /*String*/ (ba,"PEDIDO","PE_RECCEDIS","TEXT");
- //BA.debugLineNum = 237;BA.debugLine="Subs.agregaColumna(\"PEDIDO\", \"PE_FUTURO\", \"TEXT\")";
+ //BA.debugLineNum = 238;BA.debugLine="Subs.agregaColumna(\"PEDIDO\", \"PE_FUTURO\", \"TEXT\")";
_subs._agregacolumna /*String*/ (ba,"PEDIDO","PE_FUTURO","TEXT");
- //BA.debugLineNum = 238;BA.debugLine="Subs.agregaColumna(\"PEDIDO\", \"PE_RECALCULOTOT\", \"";
+ //BA.debugLineNum = 239;BA.debugLine="Subs.agregaColumna(\"PEDIDO\", \"PE_RECALCULOTOT\", \"";
_subs._agregacolumna /*String*/ (ba,"PEDIDO","PE_RECALCULOTOT","TEXT");
- //BA.debugLineNum = 239;BA.debugLine="Subs.agregaColumna(\"HIST_ENCUESTA\", \"HE_LON\", \"TE";
+ //BA.debugLineNum = 240;BA.debugLine="Subs.agregaColumna(\"HIST_ENCUESTA\", \"HE_LON\", \"TE";
_subs._agregacolumna /*String*/ (ba,"HIST_ENCUESTA","HE_LON","TEXT");
- //BA.debugLineNum = 241;BA.debugLine="Subs.agregaColumna(\"hist_ventastodos\", \"HVD_NUM_T";
+ //BA.debugLineNum = 242;BA.debugLine="Subs.agregaColumna(\"hist_ventastodos\", \"HVD_NUM_T";
_subs._agregacolumna /*String*/ (ba,"hist_ventastodos","HVD_NUM_TICKET","TEXT");
- //BA.debugLineNum = 243;BA.debugLine="Subs.agregaColumna(\"HIST_VENTAS\", \"HVD_FECHA\", \"T";
+ //BA.debugLineNum = 244;BA.debugLine="Subs.agregaColumna(\"HIST_VENTAS\", \"HVD_FECHA\", \"T";
_subs._agregacolumna /*String*/ (ba,"HIST_VENTAS","HVD_FECHA","TEXT");
- //BA.debugLineNum = 244;BA.debugLine="Subs.agregaColumna(\"kmt_info3\", \"CAT_CL_NUMEROINT";
+ //BA.debugLineNum = 245;BA.debugLine="Subs.agregaColumna(\"kmt_info3\", \"CAT_CL_NUMEROINT";
_subs._agregacolumna /*String*/ (ba,"kmt_info3","CAT_CL_NUMEROINT","TEXT");
- //BA.debugLineNum = 245;BA.debugLine="Subs.agregaColumna(\"kmt_info3\", \"CAT_CL_NUMEROEXT";
+ //BA.debugLineNum = 246;BA.debugLine="Subs.agregaColumna(\"kmt_info3\", \"CAT_CL_NUMEROEXT";
_subs._agregacolumna /*String*/ (ba,"kmt_info3","CAT_CL_NUMEROEXT","TEXT");
- //BA.debugLineNum = 246;BA.debugLine="Subs.agregaColumna(\"kmt_info3\", \"CAT_CL_REFERENCI";
+ //BA.debugLineNum = 247;BA.debugLine="Subs.agregaColumna(\"kmt_info3\", \"CAT_CL_REFERENCI";
_subs._agregacolumna /*String*/ (ba,"kmt_info3","CAT_CL_REFERENCIA","TEXT");
- //BA.debugLineNum = 247;BA.debugLine="Subs.agregaColumna(\"CLIENTES_NUEVOS\", \"CN_NUMEROI";
+ //BA.debugLineNum = 248;BA.debugLine="Subs.agregaColumna(\"CLIENTES_NUEVOS\", \"CN_NUMEROI";
_subs._agregacolumna /*String*/ (ba,"CLIENTES_NUEVOS","CN_NUMEROINT","TEXT");
- //BA.debugLineNum = 248;BA.debugLine="Subs.agregaColumna(\"CLIENTES_NUEVOS\", \"CN_NUMEROE";
+ //BA.debugLineNum = 249;BA.debugLine="Subs.agregaColumna(\"CLIENTES_NUEVOS\", \"CN_NUMEROE";
_subs._agregacolumna /*String*/ (ba,"CLIENTES_NUEVOS","CN_NUMEROEXT","TEXT");
- //BA.debugLineNum = 249;BA.debugLine="Subs.agregaColumna(\"CLIENTES_NUEVOS\", \"CN_REFEREN";
+ //BA.debugLineNum = 250;BA.debugLine="Subs.agregaColumna(\"CLIENTES_NUEVOS\", \"CN_REFEREN";
_subs._agregacolumna /*String*/ (ba,"CLIENTES_NUEVOS","CN_REFERENCIA","TEXT");
- //BA.debugLineNum = 250;BA.debugLine="Subs.agregaColumna(\"COMENTARIOS\", \"comentario_tmp";
+ //BA.debugLineNum = 251;BA.debugLine="Subs.agregaColumna(\"COMENTARIOS\", \"comentario_tmp";
_subs._agregacolumna /*String*/ (ba,"COMENTARIOS","comentario_tmp","TEXT");
- //BA.debugLineNum = 252;BA.debugLine="Subs.agregaColumna(\"kmt_info3\", \"encuesta\", \"TEXT";
+ //BA.debugLineNum = 253;BA.debugLine="Subs.agregaColumna(\"kmt_info3\", \"encuesta\", \"TEXT";
_subs._agregacolumna /*String*/ (ba,"kmt_info3","encuesta","TEXT");
- //BA.debugLineNum = 253;BA.debugLine="Subs.agregaColumna(\"kmt_info3\", \"CAT_CL_CLASIFICA";
+ //BA.debugLineNum = 254;BA.debugLine="Subs.agregaColumna(\"kmt_info3\", \"CAT_CL_CLASIFICA";
_subs._agregacolumna /*String*/ (ba,"kmt_info3","CAT_CL_CLASIFICADOR4","TEXT");
- //BA.debugLineNum = 254;BA.debugLine="Subs.agregaColumna(\"CAT_GUNAPROD\", \"CAT_GP_CONVER";
-_subs._agregacolumna /*String*/ (ba,"CAT_GUNAPROD","CAT_GP_CONVERSION3","TEXT");
//BA.debugLineNum = 255;BA.debugLine="Subs.agregaColumna(\"CAT_GUNAPROD\", \"CAT_GP_CONVER";
+_subs._agregacolumna /*String*/ (ba,"CAT_GUNAPROD","CAT_GP_CONVERSION3","TEXT");
+ //BA.debugLineNum = 256;BA.debugLine="Subs.agregaColumna(\"CAT_GUNAPROD\", \"CAT_GP_CONVER";
_subs._agregacolumna /*String*/ (ba,"CAT_GUNAPROD","CAT_GP_CONVERSION2","TEXT");
- //BA.debugLineNum = 256;BA.debugLine="Subs.agregaColumna(\"kmt_info3\", \"CAT_CL_CLASIFICA";
-_subs._agregacolumna /*String*/ (ba,"kmt_info3","CAT_CL_CLASIFICADOR3","TEXT");
//BA.debugLineNum = 257;BA.debugLine="Subs.agregaColumna(\"kmt_info3\", \"CAT_CL_CLASIFICA";
+_subs._agregacolumna /*String*/ (ba,"kmt_info3","CAT_CL_CLASIFICADOR3","TEXT");
+ //BA.debugLineNum = 258;BA.debugLine="Subs.agregaColumna(\"kmt_info3\", \"CAT_CL_CLASIFICA";
_subs._agregacolumna /*String*/ (ba,"kmt_info3","CAT_CL_CLASIFICADOR2","TEXT");
- //BA.debugLineNum = 258;BA.debugLine="Subs.agregaColumna(\"kmt_info3\", \"CAT_CL_TIPOCLIEN";
+ //BA.debugLineNum = 259;BA.debugLine="Subs.agregaColumna(\"kmt_info3\", \"CAT_CL_TIPOCLIEN";
_subs._agregacolumna /*String*/ (ba,"kmt_info3","CAT_CL_TIPOCLIENTE","TEXT");
- //BA.debugLineNum = 259;BA.debugLine="Subs.agregaColumna(\"kmt_info3\", \"CAT_CL_LIMITECRE";
+ //BA.debugLineNum = 260;BA.debugLine="Subs.agregaColumna(\"kmt_info3\", \"CAT_CL_LIMITECRE";
_subs._agregacolumna /*String*/ (ba,"kmt_info3","CAT_CL_LIMITECREDITO","TEXT");
- //BA.debugLineNum = 260;BA.debugLine="Subs.agregaColumna(\"kmt_info3\", \"CAT_CL_DIASCREDI";
+ //BA.debugLineNum = 261;BA.debugLine="Subs.agregaColumna(\"kmt_info3\", \"CAT_CL_DIASCREDI";
_subs._agregacolumna /*String*/ (ba,"kmt_info3","CAT_CL_DIASCREDITO","TEXT");
- //BA.debugLineNum = 261;BA.debugLine="Subs.agregaColumna(\"kmt_info3\", \"CONFIRMADO\", \"TE";
+ //BA.debugLineNum = 262;BA.debugLine="Subs.agregaColumna(\"kmt_info3\", \"CONFIRMADO\", \"TE";
_subs._agregacolumna /*String*/ (ba,"kmt_info3","CONFIRMADO","TEXT");
- //BA.debugLineNum = 262;BA.debugLine="Subs.agregaColumna(\"kmt_info3\", \"CAT_CL_BCREDITO\"";
+ //BA.debugLineNum = 263;BA.debugLine="Subs.agregaColumna(\"kmt_info3\", \"CAT_CL_BCREDITO\"";
_subs._agregacolumna /*String*/ (ba,"kmt_info3","CAT_CL_BCREDITO","TEXT");
- //BA.debugLineNum = 263;BA.debugLine="Subs.agregaColumna(\"CAT_GUNAPROD\", \"CAT_GP_DEV\",";
+ //BA.debugLineNum = 264;BA.debugLine="Subs.agregaColumna(\"CAT_GUNAPROD\", \"CAT_GP_DEV\",";
_subs._agregacolumna /*String*/ (ba,"CAT_GUNAPROD","CAT_GP_DEV","TEXT");
- //BA.debugLineNum = 264;BA.debugLine="Subs.agregaColumna(\"CAT_GUNAPROD\", \"CAT_PA_BSEGME";
+ //BA.debugLineNum = 265;BA.debugLine="Subs.agregaColumna(\"CAT_GUNAPROD\", \"CAT_PA_BSEGME";
_subs._agregacolumna /*String*/ (ba,"CAT_GUNAPROD","CAT_PA_BSEGMENTA","TEXT");
- //BA.debugLineNum = 265;BA.debugLine="Subs.agregaColumna(\"CAT_GUNAPROD\", \"CAT_LISTAPREC";
+ //BA.debugLineNum = 266;BA.debugLine="Subs.agregaColumna(\"CAT_GUNAPROD\", \"CAT_LISTAPREC";
_subs._agregacolumna /*String*/ (ba,"CAT_GUNAPROD","CAT_LISTAPRECIO","TEXT");
- //BA.debugLineNum = 266;BA.debugLine="Subs.agregaColumna(\"CAT_GUNAPROD\", \"CAT_PA_SEGMEN";
+ //BA.debugLineNum = 267;BA.debugLine="Subs.agregaColumna(\"CAT_GUNAPROD\", \"CAT_PA_SEGMEN";
_subs._agregacolumna /*String*/ (ba,"CAT_GUNAPROD","CAT_PA_SEGMENTAV","TEXT");
- //BA.debugLineNum = 267;BA.debugLine="Subs.agregaColumna(\"CAT_GUNAPROD2\", \"CAT_PA_BSEGM";
+ //BA.debugLineNum = 268;BA.debugLine="Subs.agregaColumna(\"CAT_GUNAPROD2\", \"CAT_PA_BSEGM";
_subs._agregacolumna /*String*/ (ba,"CAT_GUNAPROD2","CAT_PA_BSEGMENTA","TEXT");
- //BA.debugLineNum = 268;BA.debugLine="Subs.agregaColumna(\"CAT_GUNAPROD2\", \"CAT_PA_SEGME";
+ //BA.debugLineNum = 269;BA.debugLine="Subs.agregaColumna(\"CAT_GUNAPROD2\", \"CAT_PA_SEGME";
_subs._agregacolumna /*String*/ (ba,"CAT_GUNAPROD2","CAT_PA_SEGMENTAV","TEXT");
- //BA.debugLineNum = 269;BA.debugLine="Subs.agregaColumna(\"CLIENTES_NUEVOS\", \"CN_SOLICIT";
+ //BA.debugLineNum = 270;BA.debugLine="Subs.agregaColumna(\"CLIENTES_NUEVOS\", \"CN_SOLICIT";
_subs._agregacolumna /*String*/ (ba,"CLIENTES_NUEVOS","CN_SOLICITA","TEXT");
- //BA.debugLineNum = 270;BA.debugLine="Subs.agregaColumna(\"CLIENTES_NUEVOS\", \"CN_COLONIA";
+ //BA.debugLineNum = 271;BA.debugLine="Subs.agregaColumna(\"CLIENTES_NUEVOS\", \"CN_COLONIA";
_subs._agregacolumna /*String*/ (ba,"CLIENTES_NUEVOS","CN_COLONIA","TEXT");
- //BA.debugLineNum = 271;BA.debugLine="Subs.agregaColumna(\"CLIENTES_NUEVOS\", \"CN_TELEFON";
+ //BA.debugLineNum = 272;BA.debugLine="Subs.agregaColumna(\"CLIENTES_NUEVOS\", \"CN_TELEFON";
_subs._agregacolumna /*String*/ (ba,"CLIENTES_NUEVOS","CN_TELEFONO","TEXT");
- //BA.debugLineNum = 272;BA.debugLine="Subs.agregaColumna(\"CLIENTES_NUEVOS\", \"CN_CP\", \"T";
+ //BA.debugLineNum = 273;BA.debugLine="Subs.agregaColumna(\"CLIENTES_NUEVOS\", \"CN_CP\", \"T";
_subs._agregacolumna /*String*/ (ba,"CLIENTES_NUEVOS","CN_CP","TEXT");
- //BA.debugLineNum = 273;BA.debugLine="Subs.agregaColumna(\"CLIENTES_NUEVOS\", \"CN_CALLE1\"";
+ //BA.debugLineNum = 274;BA.debugLine="Subs.agregaColumna(\"CLIENTES_NUEVOS\", \"CN_CALLE1\"";
_subs._agregacolumna /*String*/ (ba,"CLIENTES_NUEVOS","CN_CALLE1","TEXT");
- //BA.debugLineNum = 274;BA.debugLine="Subs.agregaColumna(\"CLIENTES_NUEVOS\", \"CN_CALLE2\"";
+ //BA.debugLineNum = 275;BA.debugLine="Subs.agregaColumna(\"CLIENTES_NUEVOS\", \"CN_CALLE2\"";
_subs._agregacolumna /*String*/ (ba,"CLIENTES_NUEVOS","CN_CALLE2","TEXT");
- //BA.debugLineNum = 275;BA.debugLine="Subs.agregaColumna(\"PEDIDO\", \"PE_RECCANT\", \"TEXT\"";
+ //BA.debugLineNum = 276;BA.debugLine="Subs.agregaColumna(\"PEDIDO\", \"PE_RECCANT\", \"TEXT\"";
_subs._agregacolumna /*String*/ (ba,"PEDIDO","PE_RECCANT","TEXT");
- //BA.debugLineNum = 276;BA.debugLine="Subs.agregaColumna(\"FOTOS\", \"FECHA\", \"TEXT\")";
+ //BA.debugLineNum = 277;BA.debugLine="Subs.agregaColumna(\"FOTOS\", \"FECHA\", \"TEXT\")";
_subs._agregacolumna /*String*/ (ba,"FOTOS","FECHA","TEXT");
- //BA.debugLineNum = 277;BA.debugLine="Try 'Intentamos usar \"pragma_table_info\" para rev";
-try { //BA.debugLineNum = 278;BA.debugLine="c=skmt.ExecQuery(\"SELECT COUNT(*) AS fCol FROM p";
+ //BA.debugLineNum = 278;BA.debugLine="Try 'Intentamos usar \"pragma_table_info\" para rev";
+try { //BA.debugLineNum = 279;BA.debugLine="c=skmt.ExecQuery(\"SELECT COUNT(*) AS fCol FROM p";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT COUNT(*) AS fCol FROM pragma_table_info('ENCUESTA_MODULO3') WHERE name='P10'")));
- //BA.debugLineNum = 279;BA.debugLine="c.Position = 0";
+ //BA.debugLineNum = 280;BA.debugLine="c.Position = 0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 280;BA.debugLine="If c.GetString(\"fCol\") = 0 Then 'Si no esta la c";
+ //BA.debugLineNum = 281;BA.debugLine="If c.GetString(\"fCol\") = 0 Then 'Si no esta la c";
if ((_c.GetString("fCol")).equals(BA.NumberToString(0))) {
- //BA.debugLineNum = 281;BA.debugLine="skmt.ExecNonQuery(\"ALTER TABLE ENCUESTA_MODULO3";
+ //BA.debugLineNum = 282;BA.debugLine="skmt.ExecNonQuery(\"ALTER TABLE ENCUESTA_MODULO3";
_skmt.ExecNonQuery("ALTER TABLE ENCUESTA_MODULO3 ADD COLUMN P10 TEXT");
};
}
- catch (Exception e151) {
- ba.setLastException(e151); //BA.debugLineNum = 284;BA.debugLine="Try";
-try { //BA.debugLineNum = 285;BA.debugLine="skmt.ExecNonQuery(\"ALTER TABLE ENCUESTA_MODULO3";
+ catch (Exception e152) {
+ ba.setLastException(e152); //BA.debugLineNum = 285;BA.debugLine="Try";
+try { //BA.debugLineNum = 286;BA.debugLine="skmt.ExecNonQuery(\"ALTER TABLE ENCUESTA_MODULO3";
_skmt.ExecNonQuery("ALTER TABLE ENCUESTA_MODULO3 ADD COLUMN P10 TEXT");
}
- catch (Exception e154) {
- ba.setLastException(e154); //BA.debugLineNum = 287;BA.debugLine="Log(LastException)";
-__c.LogImpl("01507507",BA.ObjectToString(__c.LastException(ba)),0);
+ catch (Exception e155) {
+ ba.setLastException(e155); //BA.debugLineNum = 288;BA.debugLine="Log(LastException)";
+__c.LogImpl("71507508",BA.ObjectToString(__c.LastException(ba)),0);
};
};
- //BA.debugLineNum = 290;BA.debugLine="Try 'Intentamos usar \"pragma_table_info\" para rev";
-try { //BA.debugLineNum = 291;BA.debugLine="c=skmt.ExecQuery(\"SELECT COUNT(*) AS fCol FROM p";
+ //BA.debugLineNum = 291;BA.debugLine="Try 'Intentamos usar \"pragma_table_info\" para rev";
+try { //BA.debugLineNum = 292;BA.debugLine="c=skmt.ExecQuery(\"SELECT COUNT(*) AS fCol FROM p";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT COUNT(*) AS fCol FROM pragma_table_info('ENCUESTA_MODULO3') WHERE name='P11'")));
- //BA.debugLineNum = 292;BA.debugLine="c.Position = 0";
+ //BA.debugLineNum = 293;BA.debugLine="c.Position = 0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 293;BA.debugLine="If c.GetString(\"fCol\") = 0 Then 'Si no esta la c";
+ //BA.debugLineNum = 294;BA.debugLine="If c.GetString(\"fCol\") = 0 Then 'Si no esta la c";
if ((_c.GetString("fCol")).equals(BA.NumberToString(0))) {
- //BA.debugLineNum = 294;BA.debugLine="skmt.ExecNonQuery(\"ALTER TABLE ENCUESTA_MODULO3";
+ //BA.debugLineNum = 295;BA.debugLine="skmt.ExecNonQuery(\"ALTER TABLE ENCUESTA_MODULO3";
_skmt.ExecNonQuery("ALTER TABLE ENCUESTA_MODULO3 ADD COLUMN P11 TEXT");
};
}
- catch (Exception e164) {
- ba.setLastException(e164); //BA.debugLineNum = 297;BA.debugLine="Try";
-try { //BA.debugLineNum = 298;BA.debugLine="skmt.ExecNonQuery(\"ALTER TABLE ENCUESTA_MODULO3";
+ catch (Exception e165) {
+ ba.setLastException(e165); //BA.debugLineNum = 298;BA.debugLine="Try";
+try { //BA.debugLineNum = 299;BA.debugLine="skmt.ExecNonQuery(\"ALTER TABLE ENCUESTA_MODULO3";
_skmt.ExecNonQuery("ALTER TABLE ENCUESTA_MODULO3 ADD COLUMN P11 TEXT");
}
- catch (Exception e167) {
- ba.setLastException(e167); //BA.debugLineNum = 300;BA.debugLine="Log(LastException)";
-__c.LogImpl("01507520",BA.ObjectToString(__c.LastException(ba)),0);
+ catch (Exception e168) {
+ ba.setLastException(e168); //BA.debugLineNum = 301;BA.debugLine="Log(LastException)";
+__c.LogImpl("71507521",BA.ObjectToString(__c.LastException(ba)),0);
};
};
- //BA.debugLineNum = 303;BA.debugLine="c=skmt.ExecQuery(\"select COUNT(*) AS CUANTOS fro";
+ //BA.debugLineNum = 304;BA.debugLine="c=skmt.ExecQuery(\"select COUNT(*) AS CUANTOS fro";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("select COUNT(*) AS CUANTOS from HIST_STAY_OUT ")));
- //BA.debugLineNum = 304;BA.debugLine="C.Position = 0";
+ //BA.debugLineNum = 305;BA.debugLine="C.Position = 0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 305;BA.debugLine="If c.GetString(\"CUANTOS\") = 0 Then";
+ //BA.debugLineNum = 306;BA.debugLine="If c.GetString(\"CUANTOS\") = 0 Then";
if ((_c.GetString("CUANTOS")).equals(BA.NumberToString(0))) {
- //BA.debugLineNum = 306;BA.debugLine="skmt.ExecNonQuery(\"INSERT INTO HIST_STAY_OUT(HSO";
+ //BA.debugLineNum = 307;BA.debugLine="skmt.ExecNonQuery(\"INSERT INTO HIST_STAY_OUT(HSO";
_skmt.ExecNonQuery("INSERT INTO HIST_STAY_OUT(HSO_INI, HSO_FIN) VALUES (0,0)");
};
- //BA.debugLineNum = 308;BA.debugLine="C.Close";
+ //BA.debugLineNum = 309;BA.debugLine="C.Close";
_c.Close();
- //BA.debugLineNum = 312;BA.debugLine="l_version.Text = Application.VersionName";
+ //BA.debugLineNum = 313;BA.debugLine="l_version.Text = Application.VersionName";
_l_version.setText(BA.ObjectToCharSequence(__c.Application.getVersionName()));
- //BA.debugLineNum = 314;BA.debugLine="PopupMenu.Initialize(\"PopupMenu\", b_menu)";
+ //BA.debugLineNum = 315;BA.debugLine="PopupMenu.Initialize(\"PopupMenu\", b_menu)";
_popupmenu.Initialize(ba,"PopupMenu",(anywheresoftware.b4a.objects.ConcreteViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.ConcreteViewWrapper(), (android.view.View)(_b_menu.getObject())));
- //BA.debugLineNum = 315;BA.debugLine="PopupMenu.AddMenuItem(0, 0, \"View\")";
+ //BA.debugLineNum = 316;BA.debugLine="PopupMenu.AddMenuItem(0, 0, \"View\")";
_popupmenu.AddMenuItem((int) (0),(int) (0),"View");
- //BA.debugLineNum = 316;BA.debugLine="PopupMenu.AddMenuItem(1, 1, \"Edit\")";
+ //BA.debugLineNum = 317;BA.debugLine="PopupMenu.AddMenuItem(1, 1, \"Edit\")";
_popupmenu.AddMenuItem((int) (1),(int) (1),"Edit");
- //BA.debugLineNum = 317;BA.debugLine="PopupMenu.AddMenuItem(2, 2, \"Details\")";
+ //BA.debugLineNum = 318;BA.debugLine="PopupMenu.AddMenuItem(2, 2, \"Details\")";
_popupmenu.AddMenuItem((int) (2),(int) (2),"Details");
- //BA.debugLineNum = 318;BA.debugLine="PopupMenu.AddMenuItem(3, 3, \"Remove\")";
+ //BA.debugLineNum = 319;BA.debugLine="PopupMenu.AddMenuItem(3, 3, \"Remove\")";
_popupmenu.AddMenuItem((int) (3),(int) (3),"Remove");
- //BA.debugLineNum = 320;BA.debugLine="montoActual = 0";
+ //BA.debugLineNum = 321;BA.debugLine="montoActual = 0";
_montoactual = BA.NumberToString(0);
- //BA.debugLineNum = 321;BA.debugLine="clientesTotal = 0";
+ //BA.debugLineNum = 322;BA.debugLine="clientesTotal = 0";
_clientestotal = BA.NumberToString(0);
- //BA.debugLineNum = 322;BA.debugLine="clientesVenta = 0";
+ //BA.debugLineNum = 323;BA.debugLine="clientesVenta = 0";
_clientesventa = BA.NumberToString(0);
- //BA.debugLineNum = 323;BA.debugLine="clientesVisitados = 0";
+ //BA.debugLineNum = 324;BA.debugLine="clientesVisitados = 0";
_clientesvisitados = BA.NumberToString(0);
- //BA.debugLineNum = 324;BA.debugLine="almacen = 0";
+ //BA.debugLineNum = 325;BA.debugLine="almacen = 0";
_almacen = BA.NumberToString(0);
- //BA.debugLineNum = 325;BA.debugLine="rutaPreventa = 0";
+ //BA.debugLineNum = 326;BA.debugLine="rutaPreventa = 0";
_rutapreventa = BA.NumberToString(0);
- //BA.debugLineNum = 326;BA.debugLine="p_appUpdate.Visible = False";
+ //BA.debugLineNum = 327;BA.debugLine="p_appUpdate.Visible = False";
_p_appupdate.setVisible(__c.False);
- //BA.debugLineNum = 328;BA.debugLine="If Subs.traeUsarIntentBDWA Then";
+ //BA.debugLineNum = 329;BA.debugLine="If Subs.traeUsarIntentBDWA Then";
if (_subs._traeusarintentbdwa /*boolean*/ (ba)) {
- //BA.debugLineNum = 329;BA.debugLine="Subs.importaBDDesdeWhatsApp";
+ //BA.debugLineNum = 330;BA.debugLine="Subs.importaBDDesdeWhatsApp";
_subs._importabddesdewhatsapp /*String*/ (ba);
};
- //BA.debugLineNum = 331;BA.debugLine="End Sub";
+ //BA.debugLineNum = 332;BA.debugLine="End Sub";
return "";
}
public String _b4xswitch1_valuechanged(boolean _value) throws Exception{
- //BA.debugLineNum = 960;BA.debugLine="Private Sub B4XSwitch1_ValueChanged (Value As Bool";
- //BA.debugLineNum = 961;BA.debugLine="If Value Then";
+ //BA.debugLineNum = 961;BA.debugLine="Private Sub B4XSwitch1_ValueChanged (Value As Bool";
+ //BA.debugLineNum = 962;BA.debugLine="If Value Then";
if (_value) {
- //BA.debugLineNum = 962;BA.debugLine="Log(\"1\")";
-__c.LogImpl("02883586","1",0);
- //BA.debugLineNum = 963;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE IMPRESORA SET HABILIT";
+ //BA.debugLineNum = 963;BA.debugLine="Log(\"1\")";
+__c.LogImpl("72883586","1",0);
+ //BA.debugLineNum = 964;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE IMPRESORA SET HABILIT";
_skmt.ExecNonQuery2("UPDATE IMPRESORA SET HABILITADA = (?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(1)}));
}else {
- //BA.debugLineNum = 965;BA.debugLine="Log(\"desactivado\")";
-__c.LogImpl("02883589","desactivado",0);
- //BA.debugLineNum = 966;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE IMPRESORA SET HABILIT";
+ //BA.debugLineNum = 966;BA.debugLine="Log(\"desactivado\")";
+__c.LogImpl("72883589","desactivado",0);
+ //BA.debugLineNum = 967;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE IMPRESORA SET HABILIT";
_skmt.ExecNonQuery2("UPDATE IMPRESORA SET HABILITADA = (?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(0)}));
};
- //BA.debugLineNum = 968;BA.debugLine="End Sub";
+ //BA.debugLineNum = 969;BA.debugLine="End Sub";
return "";
}
public String _b4xswitch2_valuechanged(boolean _value2) throws Exception{
- //BA.debugLineNum = 970;BA.debugLine="Private Sub B4XSwitch2_ValueChanged (Value2 As Boo";
- //BA.debugLineNum = 971;BA.debugLine="c = skmt.ExecQuery2(\"SELECT CAT_VA_VALOR FROM CAT";
+ //BA.debugLineNum = 971;BA.debugLine="Private Sub B4XSwitch2_ValueChanged (Value2 As Boo";
+ //BA.debugLineNum = 972;BA.debugLine="c = skmt.ExecQuery2(\"SELECT CAT_VA_VALOR FROM CAT";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("SELECT CAT_VA_VALOR FROM CAT_VARIABLES WHERE CAT_VA_DESCRIPCION = ?",new String[]{"CARGA_DIA"})));
- //BA.debugLineNum = 972;BA.debugLine="If c.RowCount > 0 Then";
+ //BA.debugLineNum = 973;BA.debugLine="If c.RowCount > 0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 973;BA.debugLine="c.Position = 0";
+ //BA.debugLineNum = 974;BA.debugLine="c.Position = 0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 974;BA.debugLine="If c.GetString(\"CAT_VA_VALOR\") = 1 Then";
+ //BA.debugLineNum = 975;BA.debugLine="If c.GetString(\"CAT_VA_VALOR\") = 1 Then";
if ((_c.GetString("CAT_VA_VALOR")).equals(BA.NumberToString(1))) {
- //BA.debugLineNum = 975;BA.debugLine="If Value2 Then";
+ //BA.debugLineNum = 976;BA.debugLine="If Value2 Then";
if (_value2) {
- //BA.debugLineNum = 976;BA.debugLine="p_validacion.Visible = True";
+ //BA.debugLineNum = 977;BA.debugLine="p_validacion.Visible = True";
_p_validacion.setVisible(__c.True);
- //BA.debugLineNum = 977;BA.debugLine="p_validacion.Left = (Root.Width/2) - (p_appUpd";
+ //BA.debugLineNum = 978;BA.debugLine="p_validacion.Left = (Root.Width/2) - (p_appUpd";
_p_validacion.setLeft((int) ((_root.getWidth()/(double)2)-(_p_appupdate.getWidth()/(double)2)));
- //BA.debugLineNum = 978;BA.debugLine="Subs.panelVisible(p_validacion,0,0)";
+ //BA.debugLineNum = 979;BA.debugLine="Subs.panelVisible(p_validacion,0,0)";
_subs._panelvisible /*String*/ (ba,_p_validacion,(int) (0),(int) (0));
- //BA.debugLineNum = 979;BA.debugLine="p_validacion.Height = Root.Height";
+ //BA.debugLineNum = 980;BA.debugLine="p_validacion.Height = Root.Height";
_p_validacion.setHeight(_root.getHeight());
- //BA.debugLineNum = 980;BA.debugLine="p_validacion.Width = Root.Width";
+ //BA.debugLineNum = 981;BA.debugLine="p_validacion.Width = Root.Width";
_p_validacion.setWidth(_root.getWidth());
}else {
- //BA.debugLineNum = 982;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE GPS SET HABILITADO";
+ //BA.debugLineNum = 983;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE GPS SET HABILITADO";
_skmt.ExecNonQuery2("UPDATE GPS SET HABILITADO = (?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(0)}));
};
}else {
- //BA.debugLineNum = 985;BA.debugLine="MsgboxAsync(\"Por favor primero haz carga de día";
+ //BA.debugLineNum = 986;BA.debugLine="MsgboxAsync(\"Por favor primero haz carga de día";
__c.MsgboxAsync(BA.ObjectToCharSequence("Por favor primero haz carga de día"),BA.ObjectToCharSequence("Atención"),ba);
- //BA.debugLineNum = 986;BA.debugLine="B4XSwitch2.Value = False";
+ //BA.debugLineNum = 987;BA.debugLine="B4XSwitch2.Value = False";
_b4xswitch2._setvalue /*boolean*/ (__c.False);
};
}else {
- //BA.debugLineNum = 989;BA.debugLine="MsgboxAsync(\"Por favor primero haz carga de día\"";
+ //BA.debugLineNum = 990;BA.debugLine="MsgboxAsync(\"Por favor primero haz carga de día\"";
__c.MsgboxAsync(BA.ObjectToCharSequence("Por favor primero haz carga de día"),BA.ObjectToCharSequence("Atención"),ba);
- //BA.debugLineNum = 990;BA.debugLine="B4XSwitch2.Value = False";
+ //BA.debugLineNum = 991;BA.debugLine="B4XSwitch2.Value = False";
_b4xswitch2._setvalue /*boolean*/ (__c.False);
};
- //BA.debugLineNum = 992;BA.debugLine="End Sub";
+ //BA.debugLineNum = 993;BA.debugLine="End Sub";
return "";
}
public String _cb_importarbdwa_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 1140;BA.debugLine="Private Sub cb_importarBDWA_CheckedChange(Checked";
- //BA.debugLineNum = 1142;BA.debugLine="Starter.skmt.ExecNonQuery(\"delete from CAT_VARIAB";
+ //BA.debugLineNum = 1141;BA.debugLine="Private Sub cb_importarBDWA_CheckedChange(Checked";
+ //BA.debugLineNum = 1143;BA.debugLine="Starter.skmt.ExecNonQuery(\"delete from CAT_VARIAB";
_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("delete from CAT_VARIABLES where CAT_VA_DESCRIPCION = 'IMPORTAR_BD_WA'");
- //BA.debugLineNum = 1143;BA.debugLine="Starter.skmt.ExecNonQuery($\"insert into CAT_VARIA";
+ //BA.debugLineNum = 1144;BA.debugLine="Starter.skmt.ExecNonQuery($\"insert into CAT_VARIA";
_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("insert into CAT_VARIABLES (CAT_VA_DESCRIPCION, CAT_VA_VALOR) values ('IMPORTAR_BD_WA', '"+__c.SmartStringFormatter("",(Object)(_checked))+"')"));
- //BA.debugLineNum = 1144;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1145;BA.debugLine="End Sub";
return "";
}
public String _class_globals() throws Exception{
@@ -1446,9 +1448,9 @@ return;
case 0:
//C
this.state = 1;
- //BA.debugLineNum = 855;BA.debugLine="Starter.rp.CheckAndRequest(Starter.rp.PERMISSION_";
+ //BA.debugLineNum = 856;BA.debugLine="Starter.rp.CheckAndRequest(Starter.rp.PERMISSION_";
parent._starter._rp /*anywheresoftware.b4a.objects.RuntimePermissions*/ .CheckAndRequest(ba,parent._starter._rp /*anywheresoftware.b4a.objects.RuntimePermissions*/ .PERMISSION_WRITE_EXTERNAL_STORAGE);
- //BA.debugLineNum = 856;BA.debugLine="Wait For B4XPage_PermissionResult (Permission As";
+ //BA.debugLineNum = 857;BA.debugLine="Wait For B4XPage_PermissionResult (Permission As";
parent.__c.WaitFor("b4xpage_permissionresult", ba, this, null);
this.state = 19;
return;
@@ -1458,9 +1460,9 @@ this.state = 1;
_permission = (String) result[0];
_result = (Boolean) result[1];
;
- //BA.debugLineNum = 857;BA.debugLine="Dim theDir As String = \"\"";
+ //BA.debugLineNum = 858;BA.debugLine="Dim theDir As String = \"\"";
_thedir = "";
- //BA.debugLineNum = 858;BA.debugLine="If Result Then";
+ //BA.debugLineNum = 859;BA.debugLine="If Result Then";
if (true) break;
case 1:
@@ -1475,9 +1477,9 @@ this.state = 17;
case 3:
//C
this.state = 4;
- //BA.debugLineNum = 859;BA.debugLine="Dim theDir As String";
+ //BA.debugLineNum = 860;BA.debugLine="Dim theDir As String";
_thedir = "";
- //BA.debugLineNum = 860;BA.debugLine="Try";
+ //BA.debugLineNum = 861;BA.debugLine="Try";
if (true) break;
case 4:
@@ -1491,9 +1493,9 @@ case 6:
//C
this.state = 9;
this.catchState = 8;
- //BA.debugLineNum = 861;BA.debugLine="File.MakeDir(File.DirRootExternal,\"kmts\")";
+ //BA.debugLineNum = 862;BA.debugLine="File.MakeDir(File.DirRootExternal,\"kmts\")";
parent.__c.File.MakeDir(parent.__c.File.getDirRootExternal(),"kmts");
- //BA.debugLineNum = 862;BA.debugLine="theDir = \"/kmts\"";
+ //BA.debugLineNum = 863;BA.debugLine="theDir = \"/kmts\"";
_thedir = "/kmts";
if (true) break;
@@ -1501,7 +1503,7 @@ case 8:
//C
this.state = 9;
this.catchState = 0;
- //BA.debugLineNum = 864;BA.debugLine="theDir = \"\"";
+ //BA.debugLineNum = 865;BA.debugLine="theDir = \"\"";
_thedir = "";
if (true) break;
if (true) break;
@@ -1511,9 +1513,9 @@ case 9:
this.state = 10;
this.catchState = 0;
;
- //BA.debugLineNum = 866;BA.debugLine="rutaBDBackup = File.DirRootExternal&theDir";
+ //BA.debugLineNum = 867;BA.debugLine="rutaBDBackup = File.DirRootExternal&theDir";
parent._rutabdbackup = parent.__c.File.getDirRootExternal()+_thedir;
- //BA.debugLineNum = 867;BA.debugLine="Try";
+ //BA.debugLineNum = 868;BA.debugLine="Try";
if (true) break;
case 10:
@@ -1527,9 +1529,9 @@ case 12:
//C
this.state = 15;
this.catchState = 14;
- //BA.debugLineNum = 868;BA.debugLine="File.Copy(File.DirInternal,\"kmt.db\",File.DirRoo";
+ //BA.debugLineNum = 869;BA.debugLine="File.Copy(File.DirInternal,\"kmt.db\",File.DirRoo";
parent.__c.File.Copy(parent.__c.File.getDirInternal(),"kmt.db",parent.__c.File.getDirRootExternal()+_thedir,"cedex_kmt.db");
- //BA.debugLineNum = 869;BA.debugLine="ToastMessageShow(\"Listo\", False)";
+ //BA.debugLineNum = 870;BA.debugLine="ToastMessageShow(\"Listo\", False)";
parent.__c.ToastMessageShow(BA.ObjectToCharSequence("Listo"),parent.__c.False);
if (true) break;
@@ -1537,7 +1539,7 @@ case 14:
//C
this.state = 15;
this.catchState = 0;
- //BA.debugLineNum = 871;BA.debugLine="ToastMessageShow(\"No se pudo hacer la copia: \"&";
+ //BA.debugLineNum = 872;BA.debugLine="ToastMessageShow(\"No se pudo hacer la copia: \"&";
parent.__c.ToastMessageShow(BA.ObjectToCharSequence("No se pudo hacer la copia: "+BA.ObjectToString(parent.__c.LastException(ba))),parent.__c.True);
if (true) break;
if (true) break;
@@ -1552,7 +1554,7 @@ this.catchState = 0;
case 17:
//C
this.state = 18;
- //BA.debugLineNum = 874;BA.debugLine="ToastMessageShow(\"Sin permisos\", False)";
+ //BA.debugLineNum = 875;BA.debugLine="ToastMessageShow(\"Sin permisos\", False)";
parent.__c.ToastMessageShow(BA.ObjectToCharSequence("Sin permisos"),parent.__c.False);
if (true) break;
@@ -1560,9 +1562,9 @@ case 18:
//C
this.state = -1;
;
- //BA.debugLineNum = 876;BA.debugLine="Log(rutaBDBackup)";
-parent.__c.LogImpl("02359318",parent._rutabdbackup,0);
- //BA.debugLineNum = 877;BA.debugLine="End Sub";
+ //BA.debugLineNum = 877;BA.debugLine="Log(rutaBDBackup)";
+parent.__c.LogImpl("72359318",parent._rutabdbackup,0);
+ //BA.debugLineNum = 878;BA.debugLine="End Sub";
if (true) break;
}}
catch (Exception e0) {
@@ -1577,28 +1579,28 @@ ba.setLastException(e0);}
}
}
public String _dameusuario() throws Exception{
- //BA.debugLineNum = 824;BA.debugLine="Sub dameUsuario";
- //BA.debugLineNum = 825;BA.debugLine="c=skmt.ExecQuery2(\"select count(*) as EXISTE1 fro";
+ //BA.debugLineNum = 825;BA.debugLine="Sub dameUsuario";
+ //BA.debugLineNum = 826;BA.debugLine="c=skmt.ExecQuery2(\"select count(*) as EXISTE1 fro";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("select count(*) as EXISTE1 from usuarioa where usuario = ?",new String[]{_user.getText()})));
- //BA.debugLineNum = 826;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 827;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 827;BA.debugLine="existe = c.GetString(\"EXISTE1\")";
+ //BA.debugLineNum = 828;BA.debugLine="existe = c.GetString(\"EXISTE1\")";
_existe = _c.GetString("EXISTE1");
- //BA.debugLineNum = 828;BA.debugLine="c.Close";
+ //BA.debugLineNum = 829;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 829;BA.debugLine="If existe > 0 Then";
+ //BA.debugLineNum = 830;BA.debugLine="If existe > 0 Then";
if ((double)(Double.parseDouble(_existe))>0) {
- //BA.debugLineNum = 830;BA.debugLine="c=skmt.ExecQuery(\"select USUARIO from usuarioa\")";
+ //BA.debugLineNum = 831;BA.debugLine="c=skmt.ExecQuery(\"select USUARIO from usuarioa\")";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("select USUARIO from usuarioa")));
- //BA.debugLineNum = 831;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 832;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 832;BA.debugLine="usuario = c.GetString(\"USUARIO\")";
+ //BA.debugLineNum = 833;BA.debugLine="usuario = c.GetString(\"USUARIO\")";
_usuario = _c.GetString("USUARIO");
}else {
- //BA.debugLineNum = 834;BA.debugLine="usuario = \"SINUSUARIO\"";
+ //BA.debugLineNum = 835;BA.debugLine="usuario = \"SINUSUARIO\"";
_usuario = "SINUSUARIO";
};
- //BA.debugLineNum = 836;BA.debugLine="End Sub";
+ //BA.debugLineNum = 837;BA.debugLine="End Sub";
return "";
}
public String _entrar_click() throws Exception{
@@ -1606,227 +1608,227 @@ anywheresoftware.b4a.agraham.reflection.Reflection _r = null;
int _api = 0;
anywheresoftware.b4a.phone.Phone _pp = null;
int _id = 0;
- //BA.debugLineNum = 448;BA.debugLine="Sub Entrar_Click";
- //BA.debugLineNum = 449;BA.debugLine="Dim r As Reflector";
+ //BA.debugLineNum = 449;BA.debugLine="Sub Entrar_Click";
+ //BA.debugLineNum = 450;BA.debugLine="Dim r As Reflector";
_r = new anywheresoftware.b4a.agraham.reflection.Reflection();
- //BA.debugLineNum = 450;BA.debugLine="Dim Api As Int";
+ //BA.debugLineNum = 451;BA.debugLine="Dim Api As Int";
_api = 0;
- //BA.debugLineNum = 451;BA.debugLine="Dim PP As Phone";
+ //BA.debugLineNum = 452;BA.debugLine="Dim PP As Phone";
_pp = new anywheresoftware.b4a.phone.Phone();
- //BA.debugLineNum = 452;BA.debugLine="user.Text = user.Text.trim";
+ //BA.debugLineNum = 453;BA.debugLine="user.Text = user.Text.trim";
_user.setText(BA.ObjectToCharSequence(_user.getText().trim()));
- //BA.debugLineNum = 453;BA.debugLine="LogColor(Starter.server, Colors.Blue)";
-__c.LogImpl("01638405",_starter._server /*String*/ ,__c.Colors.Blue);
- //BA.debugLineNum = 454;BA.debugLine="Api = r.GetStaticField(\"android.os.Build$VERSION\"";
+ //BA.debugLineNum = 454;BA.debugLine="LogColor(Starter.server, Colors.Blue)";
+__c.LogImpl("71638405",_starter._server /*String*/ ,__c.Colors.Blue);
+ //BA.debugLineNum = 455;BA.debugLine="Api = r.GetStaticField(\"android.os.Build$VERSION\"";
_api = (int)(BA.ObjectToNumber(_r.GetStaticField("android.os.Build$VERSION","SDK_INT")));
- //BA.debugLineNum = 455;BA.debugLine="If Api < 9 Then";
+ //BA.debugLineNum = 456;BA.debugLine="If Api < 9 Then";
if (_api<9) {
- //BA.debugLineNum = 457;BA.debugLine="If File.Exists(File.DirInternal, \"__id\") Then";
+ //BA.debugLineNum = 458;BA.debugLine="If File.Exists(File.DirInternal, \"__id\") Then";
if (__c.File.Exists(__c.File.getDirInternal(),"__id")) {
- //BA.debugLineNum = 458;BA.debugLine="IMEI = File.ReadString(File.DirInternal, \"__id";
+ //BA.debugLineNum = 459;BA.debugLine="IMEI = File.ReadString(File.DirInternal, \"__id";
_imei = __c.File.ReadString(__c.File.getDirInternal(),"__id");
- //BA.debugLineNum = 459;BA.debugLine="Log(1&\"-\"&IMEI)";
-__c.LogImpl("01638411",BA.NumberToString(1)+"-"+_imei,0);
+ //BA.debugLineNum = 460;BA.debugLine="Log(1&\"-\"&IMEI)";
+__c.LogImpl("71638411",BA.NumberToString(1)+"-"+_imei,0);
}else {
- //BA.debugLineNum = 461;BA.debugLine="Dim id As Int";
+ //BA.debugLineNum = 462;BA.debugLine="Dim id As Int";
_id = 0;
- //BA.debugLineNum = 462;BA.debugLine="id = Rnd(0x10000000, 0x7FFFFFFF)";
+ //BA.debugLineNum = 463;BA.debugLine="id = Rnd(0x10000000, 0x7FFFFFFF)";
_id = __c.Rnd(((int)0x10000000),((int)0x7fffffff));
- //BA.debugLineNum = 463;BA.debugLine="File.WriteString(File.DirInternal, \"__id\", id)";
+ //BA.debugLineNum = 464;BA.debugLine="File.WriteString(File.DirInternal, \"__id\", id)";
__c.File.WriteString(__c.File.getDirInternal(),"__id",BA.NumberToString(_id));
- //BA.debugLineNum = 464;BA.debugLine="IMEI = id";
+ //BA.debugLineNum = 465;BA.debugLine="IMEI = id";
_imei = BA.NumberToString(_id);
- //BA.debugLineNum = 465;BA.debugLine="Log(2&\"-\"&IMEI)";
-__c.LogImpl("01638417",BA.NumberToString(2)+"-"+_imei,0);
+ //BA.debugLineNum = 466;BA.debugLine="Log(2&\"-\"&IMEI)";
+__c.LogImpl("71638417",BA.NumberToString(2)+"-"+_imei,0);
};
}else {
- //BA.debugLineNum = 469;BA.debugLine="IMEI = r.GetStaticField(\"android.os.Build\", \"SE";
+ //BA.debugLineNum = 470;BA.debugLine="IMEI = r.GetStaticField(\"android.os.Build\", \"SE";
_imei = BA.ObjectToString(_r.GetStaticField("android.os.Build","SERIAL"));
- //BA.debugLineNum = 470;BA.debugLine="Log(3&\"-\"&IMEI)";
-__c.LogImpl("01638422",BA.NumberToString(3)+"-"+_imei,0);
+ //BA.debugLineNum = 471;BA.debugLine="Log(3&\"-\"&IMEI)";
+__c.LogImpl("71638422",BA.NumberToString(3)+"-"+_imei,0);
};
- //BA.debugLineNum = 472;BA.debugLine="If IMEI.ToLowerCase = \"unknown\" Then";
+ //BA.debugLineNum = 473;BA.debugLine="If IMEI.ToLowerCase = \"unknown\" Then";
if ((_imei.toLowerCase()).equals("unknown")) {
- //BA.debugLineNum = 473;BA.debugLine="IMEI = PP.GetSettings(\"android_id\")";
+ //BA.debugLineNum = 474;BA.debugLine="IMEI = PP.GetSettings(\"android_id\")";
_imei = _pp.GetSettings("android_id");
};
- //BA.debugLineNum = 475;BA.debugLine="Log(\"IMEI = \" & IMEI)";
-__c.LogImpl("01638427","IMEI = "+_imei,0);
- //BA.debugLineNum = 476;BA.debugLine="If user.Text = \"ALTERNO\" Then";
+ //BA.debugLineNum = 476;BA.debugLine="Log(\"IMEI = \" & IMEI)";
+__c.LogImpl("71638427","IMEI = "+_imei,0);
+ //BA.debugLineNum = 477;BA.debugLine="If user.Text = \"ALTERNO\" Then";
if ((_user.getText()).equals("ALTERNO")) {
- //BA.debugLineNum = 477;BA.debugLine="c=skmt.ExecQuery2(\"select CAT_CO_CONFIGURACION,";
+ //BA.debugLineNum = 478;BA.debugLine="c=skmt.ExecQuery2(\"select CAT_CO_CONFIGURACION,";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("select CAT_CO_CONFIGURACION, CAT_CO_RESULTADO from CAT_CODIGOS where CAT_CO_PONDERACION =1 AND CAT_CO_ACCION = ?",new String[]{"SERVER"})));
- //BA.debugLineNum = 478;BA.debugLine="c.Position =0";
+ //BA.debugLineNum = 479;BA.debugLine="c.Position =0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 479;BA.debugLine="server = c.GetString(\"CAT_CO_CONFIGURACION\")";
+ //BA.debugLineNum = 480;BA.debugLine="server = c.GetString(\"CAT_CO_CONFIGURACION\")";
_server = _c.GetString("CAT_CO_CONFIGURACION");
- //BA.debugLineNum = 480;BA.debugLine="alterno = c.GetString(\"CAT_CO_RESULTADO\")";
+ //BA.debugLineNum = 481;BA.debugLine="alterno = c.GetString(\"CAT_CO_RESULTADO\")";
_alterno = _c.GetString("CAT_CO_RESULTADO");
- //BA.debugLineNum = 481;BA.debugLine="c.Close";
+ //BA.debugLineNum = 482;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 482;BA.debugLine="If alterno = 1 Then";
+ //BA.debugLineNum = 483;BA.debugLine="If alterno = 1 Then";
if ((_alterno).equals(BA.NumberToString(1))) {
- //BA.debugLineNum = 483;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE CAT_CODIGOS SET CAT_";
-_skmt.ExecNonQuery2("UPDATE CAT_CODIGOS SET CAT_CO_PONDERACION = 1 WHERE CAT_CO_ACCION = ? AND CAT_CO_RESULTADO = 2",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{"SERVER"}));
//BA.debugLineNum = 484;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE CAT_CODIGOS SET CAT_";
+_skmt.ExecNonQuery2("UPDATE CAT_CODIGOS SET CAT_CO_PONDERACION = 1 WHERE CAT_CO_ACCION = ? AND CAT_CO_RESULTADO = 2",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{"SERVER"}));
+ //BA.debugLineNum = 485;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE CAT_CODIGOS SET CAT_";
_skmt.ExecNonQuery2("UPDATE CAT_CODIGOS SET CAT_CO_PONDERACION = 0 WHERE CAT_CO_ACCION = ? AND CAT_CO_RESULTADO = 1",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{"SERVER"}));
}else if((_alterno).equals(BA.NumberToString(2))) {
- //BA.debugLineNum = 486;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE CAT_CODIGOS SET CAT_";
-_skmt.ExecNonQuery2("UPDATE CAT_CODIGOS SET CAT_CO_PONDERACION = 1 WHERE CAT_CO_ACCION = ? AND CAT_CO_RESULTADO = 1",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{"SERVER"}));
//BA.debugLineNum = 487;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE CAT_CODIGOS SET CAT_";
+_skmt.ExecNonQuery2("UPDATE CAT_CODIGOS SET CAT_CO_PONDERACION = 1 WHERE CAT_CO_ACCION = ? AND CAT_CO_RESULTADO = 1",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{"SERVER"}));
+ //BA.debugLineNum = 488;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE CAT_CODIGOS SET CAT_";
_skmt.ExecNonQuery2("UPDATE CAT_CODIGOS SET CAT_CO_PONDERACION = 0 WHERE CAT_CO_ACCION = ? AND CAT_CO_RESULTADO = 2",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{"SERVER"}));
};
- //BA.debugLineNum = 489;BA.debugLine="c=skmt.ExecQuery2(\"select CAT_CO_CONFIGURACION,";
+ //BA.debugLineNum = 490;BA.debugLine="c=skmt.ExecQuery2(\"select CAT_CO_CONFIGURACION,";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("select CAT_CO_CONFIGURACION, CAT_CO_RESULTADO from CAT_CODIGOS where CAT_CO_PONDERACION =1 AND CAT_CO_ACCION = ?",new String[]{"SERVER"})));
- //BA.debugLineNum = 490;BA.debugLine="c.Position =0";
+ //BA.debugLineNum = 491;BA.debugLine="c.Position =0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 491;BA.debugLine="server = c.GetString(\"CAT_CO_CONFIGURACION\")";
+ //BA.debugLineNum = 492;BA.debugLine="server = c.GetString(\"CAT_CO_CONFIGURACION\")";
_server = _c.GetString("CAT_CO_CONFIGURACION");
- //BA.debugLineNum = 492;BA.debugLine="user.Text = server";
+ //BA.debugLineNum = 493;BA.debugLine="user.Text = server";
_user.setText(BA.ObjectToCharSequence(_server));
- //BA.debugLineNum = 493;BA.debugLine="c.Close";
+ //BA.debugLineNum = 494;BA.debugLine="c.Close";
_c.Close();
}else if((_user.getText()).equals("KMTS1")) {
- //BA.debugLineNum = 496;BA.debugLine="skmt.ExecNonQuery(\"delete from usuarioa\")";
+ //BA.debugLineNum = 497;BA.debugLine="skmt.ExecNonQuery(\"delete from usuarioa\")";
_skmt.ExecNonQuery("delete from usuarioa");
- //BA.debugLineNum = 497;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO USUARIOA VALUES";
+ //BA.debugLineNum = 498;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO USUARIOA VALUES";
_skmt.ExecNonQuery2("INSERT INTO USUARIOA VALUES (?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_user.getText()),(Object)(_pass.getText())}));
- //BA.debugLineNum = 498;BA.debugLine="skmt.ExecNonQuery(\"delete from cat_almacen\")";
+ //BA.debugLineNum = 499;BA.debugLine="skmt.ExecNonQuery(\"delete from cat_almacen\")";
_skmt.ExecNonQuery("delete from cat_almacen");
- //BA.debugLineNum = 499;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_ALMACEN(ID_A";
+ //BA.debugLineNum = 500;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_ALMACEN(ID_A";
_skmt.ExecNonQuery2("INSERT INTO CAT_ALMACEN(ID_ALMACEN) VALUES (?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_pass.getText())}));
- //BA.debugLineNum = 500;BA.debugLine="skmt.ExecNonQuery(\"delete from VERSION\")";
+ //BA.debugLineNum = 501;BA.debugLine="skmt.ExecNonQuery(\"delete from VERSION\")";
_skmt.ExecNonQuery("delete from VERSION");
- //BA.debugLineNum = 501;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO VERSION(NOVERSIO";
+ //BA.debugLineNum = 502;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO VERSION(NOVERSIO";
_skmt.ExecNonQuery2("INSERT INTO VERSION(NOVERSION) VALUES (?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("2.1")}));
- //BA.debugLineNum = 502;BA.debugLine="B4XPages.ShowPage(\"Principal\")";
+ //BA.debugLineNum = 503;BA.debugLine="B4XPages.ShowPage(\"Principal\")";
_b4xpages._showpage /*String*/ (ba,"Principal");
}else if((_user.getText()).equals("BERNA1")) {
- //BA.debugLineNum = 504;BA.debugLine="skmt.ExecNonQuery(\"delete from usuarioa\")";
+ //BA.debugLineNum = 505;BA.debugLine="skmt.ExecNonQuery(\"delete from usuarioa\")";
_skmt.ExecNonQuery("delete from usuarioa");
- //BA.debugLineNum = 505;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO USUARIOA VALUES";
+ //BA.debugLineNum = 506;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO USUARIOA VALUES";
_skmt.ExecNonQuery2("INSERT INTO USUARIOA VALUES (?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_user.getText()),(Object)("1")}));
- //BA.debugLineNum = 506;BA.debugLine="skmt.ExecNonQuery(\"delete from cat_almacen\")";
+ //BA.debugLineNum = 507;BA.debugLine="skmt.ExecNonQuery(\"delete from cat_almacen\")";
_skmt.ExecNonQuery("delete from cat_almacen");
- //BA.debugLineNum = 507;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_ALMACEN(ID_A";
+ //BA.debugLineNum = 508;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_ALMACEN(ID_A";
_skmt.ExecNonQuery2("INSERT INTO CAT_ALMACEN(ID_ALMACEN) VALUES (?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("1")}));
- //BA.debugLineNum = 508;BA.debugLine="skmt.ExecNonQuery(\"delete from VERSION\")";
+ //BA.debugLineNum = 509;BA.debugLine="skmt.ExecNonQuery(\"delete from VERSION\")";
_skmt.ExecNonQuery("delete from VERSION");
- //BA.debugLineNum = 509;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO VERSION(NOVERSIO";
+ //BA.debugLineNum = 510;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO VERSION(NOVERSIO";
_skmt.ExecNonQuery2("INSERT INTO VERSION(NOVERSION) VALUES (?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("2.1")}));
- //BA.debugLineNum = 510;BA.debugLine="B4XPages.ShowPage(\"Principal\")";
+ //BA.debugLineNum = 511;BA.debugLine="B4XPages.ShowPage(\"Principal\")";
_b4xpages._showpage /*String*/ (ba,"Principal");
}else if((_user.getText()).equals("IMEI")) {
- //BA.debugLineNum = 512;BA.debugLine="user.Text = IMEI";
+ //BA.debugLineNum = 513;BA.debugLine="user.Text = IMEI";
_user.setText(BA.ObjectToCharSequence(_imei));
};
- //BA.debugLineNum = 514;BA.debugLine="c=skmt.ExecQuery2(\"select count(*) as EXISTE1 fro";
+ //BA.debugLineNum = 515;BA.debugLine="c=skmt.ExecQuery2(\"select count(*) as EXISTE1 fro";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("select count(*) as EXISTE1 from usuarioa where usuario = ?",new String[]{_user.getText()})));
- //BA.debugLineNum = 515;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 516;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 516;BA.debugLine="existe = c.GetString(\"EXISTE1\")";
+ //BA.debugLineNum = 517;BA.debugLine="existe = c.GetString(\"EXISTE1\")";
_existe = _c.GetString("EXISTE1");
- //BA.debugLineNum = 517;BA.debugLine="If Subs.traeAlmacen <> \"NA\" Then";
+ //BA.debugLineNum = 518;BA.debugLine="If Subs.traeAlmacen <> \"NA\" Then";
if ((_subs._traealmacen /*String*/ (ba)).equals("NA") == false) {
- //BA.debugLineNum = 518;BA.debugLine="cmd.Initialize";
+ //BA.debugLineNum = 519;BA.debugLine="cmd.Initialize";
_cmd.Initialize();
- //BA.debugLineNum = 519;BA.debugLine="cmd.Name = \"selectVersionAppGuna\"";
+ //BA.debugLineNum = 520;BA.debugLine="cmd.Name = \"selectVersionAppGuna\"";
_cmd.Name /*String*/ = "selectVersionAppGuna";
- //BA.debugLineNum = 520;BA.debugLine="cmd.Parameters = Array As Object(Subs.traeAlmace";
+ //BA.debugLineNum = 521;BA.debugLine="cmd.Parameters = Array As Object(Subs.traeAlmace";
_cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_subs._traealmacen /*String*/ (ba))};
- //BA.debugLineNum = 521;BA.debugLine="reqManager.ExecuteQuery(cmd , 0, \"traeVersion\")";
+ //BA.debugLineNum = 522;BA.debugLine="reqManager.ExecuteQuery(cmd , 0, \"traeVersion\")";
_reqmanager._executequery /*String*/ (_cmd,(int) (0),(Object)("traeVersion"));
};
- //BA.debugLineNum = 523;BA.debugLine="If existe = 0 Then";
+ //BA.debugLineNum = 524;BA.debugLine="If existe = 0 Then";
if ((_existe).equals(BA.NumberToString(0))) {
- //BA.debugLineNum = 524;BA.debugLine="Dim cmd As DBCommand";
+ //BA.debugLineNum = 525;BA.debugLine="Dim cmd As DBCommand";
_cmd = new gunav2.keymon.com.mx.dbrequestmanager._dbcommand();
- //BA.debugLineNum = 525;BA.debugLine="cmd.Initialize";
+ //BA.debugLineNum = 526;BA.debugLine="cmd.Initialize";
_cmd.Initialize();
- //BA.debugLineNum = 526;BA.debugLine="cmd.Name = \"select_usuario_guna_GV2_10\" 'Antes s";
+ //BA.debugLineNum = 527;BA.debugLine="cmd.Name = \"select_usuario_guna_GV2_10\" 'Antes s";
_cmd.Name /*String*/ = "select_usuario_guna_GV2_10";
- //BA.debugLineNum = 527;BA.debugLine="cmd.Parameters = Array As Object(user.Text.Trim,";
+ //BA.debugLineNum = 528;BA.debugLine="cmd.Parameters = Array As Object(user.Text.Trim,";
_cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_user.getText().trim()),(Object)(_pass.getText().trim())};
- //BA.debugLineNum = 528;BA.debugLine="reqManager.ExecuteQuery(cmd , 0, \"usuario_10\")";
+ //BA.debugLineNum = 529;BA.debugLine="reqManager.ExecuteQuery(cmd , 0, \"usuario_10\")";
_reqmanager._executequery /*String*/ (_cmd,(int) (0),(Object)("usuario_10"));
- //BA.debugLineNum = 551;BA.debugLine="Dim cmd As DBCommand";
+ //BA.debugLineNum = 552;BA.debugLine="Dim cmd As DBCommand";
_cmd = new gunav2.keymon.com.mx.dbrequestmanager._dbcommand();
- //BA.debugLineNum = 552;BA.debugLine="cmd.Initialize";
+ //BA.debugLineNum = 553;BA.debugLine="cmd.Initialize";
_cmd.Initialize();
- //BA.debugLineNum = 553;BA.debugLine="cmd.Name = \"select_version_GV2\"";
+ //BA.debugLineNum = 554;BA.debugLine="cmd.Name = \"select_version_GV2\"";
_cmd.Name /*String*/ = "select_version_GV2";
- //BA.debugLineNum = 554;BA.debugLine="reqManager.ExecuteQuery(cmd , 0, \"version\")";
+ //BA.debugLineNum = 555;BA.debugLine="reqManager.ExecuteQuery(cmd , 0, \"version\")";
_reqmanager._executequery /*String*/ (_cmd,(int) (0),(Object)("version"));
}else {
- //BA.debugLineNum = 556;BA.debugLine="usuario = user.Text";
+ //BA.debugLineNum = 557;BA.debugLine="usuario = user.Text";
_usuario = _user.getText();
- //BA.debugLineNum = 557;BA.debugLine="B4XPages.ShowPage(\"Principal\")";
+ //BA.debugLineNum = 558;BA.debugLine="B4XPages.ShowPage(\"Principal\")";
_b4xpages._showpage /*String*/ (ba,"Principal");
};
- //BA.debugLineNum = 559;BA.debugLine="End Sub";
+ //BA.debugLineNum = 560;BA.debugLine="End Sub";
return "";
}
public String _entrar_longclick() throws Exception{
- //BA.debugLineNum = 561;BA.debugLine="Sub Entrar_LongClick";
- //BA.debugLineNum = 563;BA.debugLine="End Sub";
+ //BA.debugLineNum = 562;BA.debugLine="Sub Entrar_LongClick";
+ //BA.debugLineNum = 564;BA.debugLine="End Sub";
return "";
}
public String _gps_locationchanged(anywheresoftware.b4a.gps.LocationWrapper _location1) throws Exception{
- //BA.debugLineNum = 800;BA.debugLine="Sub GPS_LocationChanged (Location1 As Location)";
- //BA.debugLineNum = 801;BA.debugLine="If user.text = \"GPS\" Then";
+ //BA.debugLineNum = 801;BA.debugLine="Sub GPS_LocationChanged (Location1 As Location)";
+ //BA.debugLineNum = 802;BA.debugLine="If user.text = \"GPS\" Then";
if ((_user.getText()).equals("GPS")) {
- //BA.debugLineNum = 802;BA.debugLine="user.Text=Location1.Latitude";
+ //BA.debugLineNum = 803;BA.debugLine="user.Text=Location1.Latitude";
_user.setText(BA.ObjectToCharSequence(_location1.getLatitude()));
- //BA.debugLineNum = 803;BA.debugLine="pass.text=Location1.Longitude";
+ //BA.debugLineNum = 804;BA.debugLine="pass.text=Location1.Longitude";
_pass.setText(BA.ObjectToCharSequence(_location1.getLongitude()));
};
- //BA.debugLineNum = 805;BA.debugLine="End Sub";
+ //BA.debugLineNum = 806;BA.debugLine="End Sub";
return "";
}
public String _i_engrane_click() throws Exception{
- //BA.debugLineNum = 893;BA.debugLine="Sub i_engrane_Click";
- //BA.debugLineNum = 894;BA.debugLine="p_appUpdate.Left = (Root.Width/2) - (p_appUpdate.";
+ //BA.debugLineNum = 894;BA.debugLine="Sub i_engrane_Click";
+ //BA.debugLineNum = 895;BA.debugLine="p_appUpdate.Left = (Root.Width/2) - (p_appUpdate.";
_p_appupdate.setLeft((int) ((_root.getWidth()/(double)2)-(_p_appupdate.getWidth()/(double)2)));
- //BA.debugLineNum = 895;BA.debugLine="lv_server.Clear";
+ //BA.debugLineNum = 896;BA.debugLine="lv_server.Clear";
_lv_server.Clear();
- //BA.debugLineNum = 896;BA.debugLine="lv_server.AddSingleLine(\"http://keymon.net:1782\")";
+ //BA.debugLineNum = 897;BA.debugLine="lv_server.AddSingleLine(\"http://keymon.net:1782\")";
_lv_server.AddSingleLine(BA.ObjectToCharSequence("http://keymon.net:1782"));
- //BA.debugLineNum = 897;BA.debugLine="If user.Text = \"KMTS1\" Then lv_server.AddSingleLi";
+ //BA.debugLineNum = 898;BA.debugLine="If user.Text = \"KMTS1\" Then lv_server.AddSingleLi";
if ((_user.getText()).equals("KMTS1")) {
_lv_server.AddSingleLine(BA.ObjectToCharSequence("http://10.0.0.205:1782"));};
- //BA.debugLineNum = 898;BA.debugLine="l_server.Text = Starter.server";
+ //BA.debugLineNum = 899;BA.debugLine="l_server.Text = Starter.server";
_l_server.setText(BA.ObjectToCharSequence(_starter._server /*String*/ ));
- //BA.debugLineNum = 899;BA.debugLine="et_server.Text = Starter.server";
+ //BA.debugLineNum = 900;BA.debugLine="et_server.Text = Starter.server";
_et_server.setText(BA.ObjectToCharSequence(_starter._server /*String*/ ));
- //BA.debugLineNum = 900;BA.debugLine="Subs.panelVisible(p_appUpdate,0,0)";
+ //BA.debugLineNum = 901;BA.debugLine="Subs.panelVisible(p_appUpdate,0,0)";
_subs._panelvisible /*String*/ (ba,_p_appupdate,(int) (0),(int) (0));
- //BA.debugLineNum = 901;BA.debugLine="p_appUpdate.Height = Root.Height";
+ //BA.debugLineNum = 902;BA.debugLine="p_appUpdate.Height = Root.Height";
_p_appupdate.setHeight(_root.getHeight());
- //BA.debugLineNum = 902;BA.debugLine="p_appUpdate.Width = Root.Width";
+ //BA.debugLineNum = 903;BA.debugLine="p_appUpdate.Width = Root.Width";
_p_appupdate.setWidth(_root.getWidth());
- //BA.debugLineNum = 903;BA.debugLine="c = skmt.ExecQuery(\"SELECT HABILITADA FROM IMPRES";
+ //BA.debugLineNum = 904;BA.debugLine="c = skmt.ExecQuery(\"SELECT HABILITADA FROM IMPRES";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT HABILITADA FROM IMPRESORA")));
- //BA.debugLineNum = 904;BA.debugLine="If c.RowCount = 0 Then";
+ //BA.debugLineNum = 905;BA.debugLine="If c.RowCount = 0 Then";
if (_c.getRowCount()==0) {
- //BA.debugLineNum = 905;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO IMPRESORA VALUES";
+ //BA.debugLineNum = 906;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO IMPRESORA VALUES";
_skmt.ExecNonQuery2("INSERT INTO IMPRESORA VALUES (?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(0)}));
};
- //BA.debugLineNum = 907;BA.debugLine="c = skmt.ExecQuery(\"SELECT HABILITADO FROM GPS\")";
+ //BA.debugLineNum = 908;BA.debugLine="c = skmt.ExecQuery(\"SELECT HABILITADO FROM GPS\")";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT HABILITADO FROM GPS")));
- //BA.debugLineNum = 908;BA.debugLine="If c.RowCount = 0 Then";
+ //BA.debugLineNum = 909;BA.debugLine="If c.RowCount = 0 Then";
if (_c.getRowCount()==0) {
- //BA.debugLineNum = 909;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO GPS VALUES (?)\",";
+ //BA.debugLineNum = 910;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO GPS VALUES (?)\",";
_skmt.ExecNonQuery2("INSERT INTO GPS VALUES (?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(0)}));
};
- //BA.debugLineNum = 911;BA.debugLine="If user.Text.Trim = \"KMTS1\" Then";
+ //BA.debugLineNum = 912;BA.debugLine="If user.Text.Trim = \"KMTS1\" Then";
if ((_user.getText().trim()).equals("KMTS1")) {
- //BA.debugLineNum = 912;BA.debugLine="p_importarBDWA.Visible = True";
+ //BA.debugLineNum = 913;BA.debugLine="p_importarBDWA.Visible = True";
_p_importarbdwa.setVisible(__c.True);
}else {
- //BA.debugLineNum = 914;BA.debugLine="p_importarBDWA.Visible = False";
+ //BA.debugLineNum = 915;BA.debugLine="p_importarBDWA.Visible = False";
_p_importarbdwa.setVisible(__c.False);
};
- //BA.debugLineNum = 916;BA.debugLine="End Sub";
+ //BA.debugLineNum = 917;BA.debugLine="End Sub";
return "";
}
public String _initialize(anywheresoftware.b4a.BA _ba) throws Exception{
@@ -1863,25 +1865,25 @@ String _cat_ep_res1_pred = "";
String _cat_ep_res2_pred = "";
String _cat_ep_res3_pred = "";
String _cat_ep_orden_pregunta = "";
- //BA.debugLineNum = 569;BA.debugLine="Sub JobDone(Job As HttpJob)";
- //BA.debugLineNum = 570;BA.debugLine="Log(\"JOBDONE MAINPAGE\")";
-__c.LogImpl("01835009","JOBDONE MAINPAGE",0);
- //BA.debugLineNum = 571;BA.debugLine="Log(Job.Success)";
-__c.LogImpl("01835010",BA.ObjectToString(_job._success /*boolean*/ ),0);
- //BA.debugLineNum = 572;BA.debugLine="If Job.Success = False Then";
+ //BA.debugLineNum = 570;BA.debugLine="Sub JobDone(Job As HttpJob)";
+ //BA.debugLineNum = 571;BA.debugLine="Log(\"JOBDONE MAINPAGE\")";
+__c.LogImpl("71835009","JOBDONE MAINPAGE",0);
+ //BA.debugLineNum = 572;BA.debugLine="Log(Job.Success)";
+__c.LogImpl("71835010",BA.ObjectToString(_job._success /*boolean*/ ),0);
+ //BA.debugLineNum = 573;BA.debugLine="If Job.Success = False Then";
if (_job._success /*boolean*/ ==__c.False) {
- //BA.debugLineNum = 573;BA.debugLine="LogColor(\"Error: \" & Job.tag & \" : \" & Subs.pars";
-__c.LogImpl("01835012","Error: "+BA.ObjectToString(_job._tag /*Object*/ )+" : "+_subs._parsehttperror /*String*/ (ba,_job._errormessage /*String*/ ),__c.Colors.Red);
+ //BA.debugLineNum = 574;BA.debugLine="LogColor(\"Error: \" & Job.tag & \" : \" & Subs.pars";
+__c.LogImpl("71835012","Error: "+BA.ObjectToString(_job._tag /*Object*/ )+" : "+_subs._parsehttperror /*String*/ (ba,_job._errormessage /*String*/ ),__c.Colors.Red);
}else {
- //BA.debugLineNum = 576;BA.debugLine="LogColor(\"JobDone: '\" & reqManager.HandleJob(Job";
-__c.LogImpl("01835015","JobDone: '"+BA.ObjectToString(_reqmanager._handlejob /*gunav2.keymon.com.mx.dbrequestmanager._dbresult*/ (_job).Tag /*Object*/ )+"' - Registros: "+BA.NumberToString(_reqmanager._handlejob /*gunav2.keymon.com.mx.dbrequestmanager._dbresult*/ (_job).Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),__c.Colors.Green);
- //BA.debugLineNum = 577;BA.debugLine="If Job.JobName = \"DBRequest\" Then";
+ //BA.debugLineNum = 577;BA.debugLine="LogColor(\"JobDone: '\" & reqManager.HandleJob(Job";
+__c.LogImpl("71835015","JobDone: '"+BA.ObjectToString(_reqmanager._handlejob /*gunav2.keymon.com.mx.dbrequestmanager._dbresult*/ (_job).Tag /*Object*/ )+"' - Registros: "+BA.NumberToString(_reqmanager._handlejob /*gunav2.keymon.com.mx.dbrequestmanager._dbresult*/ (_job).Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),__c.Colors.Green);
+ //BA.debugLineNum = 578;BA.debugLine="If Job.JobName = \"DBRequest\" Then";
if ((_job._jobname /*String*/ ).equals("DBRequest")) {
- //BA.debugLineNum = 578;BA.debugLine="Dim result As DBResult = reqManager.HandleJob(J";
+ //BA.debugLineNum = 579;BA.debugLine="Dim result As DBResult = reqManager.HandleJob(J";
_result = _reqmanager._handlejob /*gunav2.keymon.com.mx.dbrequestmanager._dbresult*/ (_job);
- //BA.debugLineNum = 579;BA.debugLine="If result.Tag = \"version\" Then 'query tag";
+ //BA.debugLineNum = 580;BA.debugLine="If result.Tag = \"version\" Then 'query tag";
if ((_result.Tag /*Object*/ ).equals((Object)("version"))) {
- //BA.debugLineNum = 580;BA.debugLine="For Each records() As Object In result.Rows";
+ //BA.debugLineNum = 581;BA.debugLine="For Each records() As Object In result.Rows";
{
final anywheresoftware.b4a.BA.IterableList group10 = _result.Rows /*anywheresoftware.b4a.objects.collections.List*/ ;
final int groupLen10 = group10.getSize()
@@ -1889,18 +1891,18 @@ final int groupLen10 = group10.getSize()
;
for (; index10 < groupLen10;index10++){
_records = (Object[])(group10.Get(index10));
- //BA.debugLineNum = 581;BA.debugLine="skmt.ExecNonQuery(\"delete from VERSION\")";
+ //BA.debugLineNum = 582;BA.debugLine="skmt.ExecNonQuery(\"delete from VERSION\")";
_skmt.ExecNonQuery("delete from VERSION");
- //BA.debugLineNum = 582;BA.debugLine="Dim CAT_VE_VERSION As String = records(result";
+ //BA.debugLineNum = 583;BA.debugLine="Dim CAT_VE_VERSION As String = records(result";
_cat_ve_version = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_VE_VERSION"))))]);
- //BA.debugLineNum = 583;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO VERSION(NOVER";
+ //BA.debugLineNum = 584;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO VERSION(NOVER";
_skmt.ExecNonQuery2("INSERT INTO VERSION(NOVERSION) VALUES (?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_cat_ve_version)}));
}
};
};
- //BA.debugLineNum = 587;BA.debugLine="If result.Tag = \"select_fechat\" Then 'query tag";
+ //BA.debugLineNum = 588;BA.debugLine="If result.Tag = \"select_fechat\" Then 'query tag";
if ((_result.Tag /*Object*/ ).equals((Object)("select_fechat"))) {
- //BA.debugLineNum = 588;BA.debugLine="For Each records() As Object In result.Rows";
+ //BA.debugLineNum = 589;BA.debugLine="For Each records() As Object In result.Rows";
{
final anywheresoftware.b4a.BA.IterableList group17 = _result.Rows /*anywheresoftware.b4a.objects.collections.List*/ ;
final int groupLen17 = group17.getSize()
@@ -1908,7 +1910,7 @@ final int groupLen17 = group17.getSize()
;
for (; index17 < groupLen17;index17++){
_records = (Object[])(group17.Get(index17));
- //BA.debugLineNum = 589;BA.debugLine="For Each k As String In result.Columns.Keys";
+ //BA.debugLineNum = 590;BA.debugLine="For Each k As String In result.Columns.Keys";
{
final anywheresoftware.b4a.BA.IterableList group18 = _result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Keys();
final int groupLen18 = group18.getSize()
@@ -1916,21 +1918,21 @@ final int groupLen18 = group18.getSize()
;
for (; index18 < groupLen18;index18++){
_k = BA.ObjectToString(group18.Get(index18));
- //BA.debugLineNum = 590;BA.debugLine="Log(\"select_fechat: \" & k & \": \" & records(r";
-__c.LogImpl("01835029","select_fechat: "+_k+": "+BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)(_k))))]),0);
+ //BA.debugLineNum = 591;BA.debugLine="Log(\"select_fechat: \" & k & \": \" & records(r";
+__c.LogImpl("71835029","select_fechat: "+_k+": "+BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)(_k))))]),0);
}
};
}
};
};
};
- //BA.debugLineNum = 596;BA.debugLine="If Job.JobName = \"DBRequest\" Then";
+ //BA.debugLineNum = 597;BA.debugLine="If Job.JobName = \"DBRequest\" Then";
if ((_job._jobname /*String*/ ).equals("DBRequest")) {
- //BA.debugLineNum = 597;BA.debugLine="Dim result As DBResult = reqManager.HandleJob(J";
+ //BA.debugLineNum = 598;BA.debugLine="Dim result As DBResult = reqManager.HandleJob(J";
_result = _reqmanager._handlejob /*gunav2.keymon.com.mx.dbrequestmanager._dbresult*/ (_job);
- //BA.debugLineNum = 598;BA.debugLine="If result.Tag = \"agencia\" Then 'query tag";
+ //BA.debugLineNum = 599;BA.debugLine="If result.Tag = \"agencia\" Then 'query tag";
if ((_result.Tag /*Object*/ ).equals((Object)("agencia"))) {
- //BA.debugLineNum = 599;BA.debugLine="For Each records() As Object In result.Rows";
+ //BA.debugLineNum = 600;BA.debugLine="For Each records() As Object In result.Rows";
{
final anywheresoftware.b4a.BA.IterableList group27 = _result.Rows /*anywheresoftware.b4a.objects.collections.List*/ ;
final int groupLen27 = group27.getSize()
@@ -1938,19 +1940,19 @@ final int groupLen27 = group27.getSize()
;
for (; index27 < groupLen27;index27++){
_records = (Object[])(group27.Get(index27));
- //BA.debugLineNum = 600;BA.debugLine="Dim ID_ALMACEN As String = records(result.Col";
+ //BA.debugLineNum = 601;BA.debugLine="Dim ID_ALMACEN As String = records(result.Col";
_id_almacen = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("ID_ALMACEN"))))]);
}
};
};
};
- //BA.debugLineNum = 605;BA.debugLine="If Job.JobName = \"DBRequest\" Then";
+ //BA.debugLineNum = 606;BA.debugLine="If Job.JobName = \"DBRequest\" Then";
if ((_job._jobname /*String*/ ).equals("DBRequest")) {
- //BA.debugLineNum = 606;BA.debugLine="Dim result1 As DBResult = B4XPages.MainPage.req";
+ //BA.debugLineNum = 607;BA.debugLine="Dim result1 As DBResult = B4XPages.MainPage.req";
_result1 = _b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._reqmanager /*gunav2.keymon.com.mx.dbrequestmanager*/ ._handlejob /*gunav2.keymon.com.mx.dbrequestmanager._dbresult*/ (_job);
- //BA.debugLineNum = 607;BA.debugLine="If result1.Tag = \"CHECAENCUESTA\" Then 'query ta";
+ //BA.debugLineNum = 608;BA.debugLine="If result1.Tag = \"CHECAENCUESTA\" Then 'query ta";
if ((_result1.Tag /*Object*/ ).equals((Object)("CHECAENCUESTA"))) {
- //BA.debugLineNum = 608;BA.debugLine="For Each records() As Object In result1.Rows";
+ //BA.debugLineNum = 609;BA.debugLine="For Each records() As Object In result1.Rows";
{
final anywheresoftware.b4a.BA.IterableList group35 = _result1.Rows /*anywheresoftware.b4a.objects.collections.List*/ ;
final int groupLen35 = group35.getSize()
@@ -1958,41 +1960,41 @@ final int groupLen35 = group35.getSize()
;
for (; index35 < groupLen35;index35++){
_records = (Object[])(group35.Get(index35));
- //BA.debugLineNum = 609;BA.debugLine="Dim CUANTOSENCUESTA As String = records(resul";
+ //BA.debugLineNum = 610;BA.debugLine="Dim CUANTOSENCUESTA As String = records(resul";
_cuantosencuesta = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result1.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CUANTOS"))))]);
- //BA.debugLineNum = 610;BA.debugLine="Log(CUANTOSENCUESTA)";
-__c.LogImpl("01835049",_cuantosencuesta,0);
+ //BA.debugLineNum = 611;BA.debugLine="Log(CUANTOSENCUESTA)";
+__c.LogImpl("71835049",_cuantosencuesta,0);
}
};
- //BA.debugLineNum = 612;BA.debugLine="Dim sDate,sTime As String";
+ //BA.debugLineNum = 613;BA.debugLine="Dim sDate,sTime As String";
_sdate = "";
_stime = "";
- //BA.debugLineNum = 613;BA.debugLine="DateTime.DateFormat = \"MM/dd/yyyy\"";
+ //BA.debugLineNum = 614;BA.debugLine="DateTime.DateFormat = \"MM/dd/yyyy\"";
__c.DateTime.setDateFormat("MM/dd/yyyy");
- //BA.debugLineNum = 614;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
+ //BA.debugLineNum = 615;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
_sdate = __c.DateTime.Date(__c.DateTime.getNow());
- //BA.debugLineNum = 615;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
+ //BA.debugLineNum = 616;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
_stime = __c.DateTime.Time(__c.DateTime.getNow());
- //BA.debugLineNum = 616;BA.debugLine="If CUANTOSENCUESTA = \"0\" Then";
+ //BA.debugLineNum = 617;BA.debugLine="If CUANTOSENCUESTA = \"0\" Then";
if ((_cuantosencuesta).equals("0")) {
- //BA.debugLineNum = 617;BA.debugLine="cmd.Initialize";
+ //BA.debugLineNum = 618;BA.debugLine="cmd.Initialize";
_cmd.Initialize();
- //BA.debugLineNum = 618;BA.debugLine="cmd.Name =\"insert_drop_GV2_4\"";
+ //BA.debugLineNum = 619;BA.debugLine="cmd.Name =\"insert_drop_GV2_4\"";
_cmd.Name /*String*/ = "insert_drop_GV2_4";
- //BA.debugLineNum = 619;BA.debugLine="cmd.Parameters = Array As Object(usuario,Subs";
+ //BA.debugLineNum = 620;BA.debugLine="cmd.Parameters = Array As Object(usuario,Subs";
_cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_usuario),(Object)(_subs._traeruta /*String*/ (ba)),(Object)(_sdate),(Object)(""),(Object)(_stime),(Object)(""),(Object)(""),(Object)(""),(Object)(""),(Object)("ENCUESTA"),(Object)(_almacen),(Object)(__c.Application.getVersionName()),(Object)(_starter._encuesta /*String*/ )};
- //BA.debugLineNum = 620;BA.debugLine="B4XPages.MainPage.reqManager.ExecuteCommand(c";
+ //BA.debugLineNum = 621;BA.debugLine="B4XPages.MainPage.reqManager.ExecuteCommand(c";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._reqmanager /*gunav2.keymon.com.mx.dbrequestmanager*/ ._executecommand /*String*/ (_cmd,(Object)("inst_drop"));
};
};
};
- //BA.debugLineNum = 625;BA.debugLine="If Job.JobName = \"DBRequest\" Then";
+ //BA.debugLineNum = 626;BA.debugLine="If Job.JobName = \"DBRequest\" Then";
if ((_job._jobname /*String*/ ).equals("DBRequest")) {
- //BA.debugLineNum = 626;BA.debugLine="Dim result As DBResult = reqManager.HandleJob(J";
+ //BA.debugLineNum = 627;BA.debugLine="Dim result As DBResult = reqManager.HandleJob(J";
_result = _reqmanager._handlejob /*gunav2.keymon.com.mx.dbrequestmanager._dbresult*/ (_job);
- //BA.debugLineNum = 627;BA.debugLine="If result.Tag = \"fecha\" Then 'query tag";
+ //BA.debugLineNum = 628;BA.debugLine="If result.Tag = \"fecha\" Then 'query tag";
if ((_result.Tag /*Object*/ ).equals((Object)("fecha"))) {
- //BA.debugLineNum = 628;BA.debugLine="For Each records() As Object In result.Rows";
+ //BA.debugLineNum = 629;BA.debugLine="For Each records() As Object In result.Rows";
{
final anywheresoftware.b4a.BA.IterableList group54 = _result.Rows /*anywheresoftware.b4a.objects.collections.List*/ ;
final int groupLen54 = group54.getSize()
@@ -2000,23 +2002,23 @@ final int groupLen54 = group54.getSize()
;
for (; index54 < groupLen54;index54++){
_records = (Object[])(group54.Get(index54));
- //BA.debugLineNum = 629;BA.debugLine="Dim FECHA_HOY As String = records(result.Colu";
+ //BA.debugLineNum = 630;BA.debugLine="Dim FECHA_HOY As String = records(result.Colu";
_fecha_hoy = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("FECHA"))))]);
- //BA.debugLineNum = 630;BA.debugLine="skmt.ExecNonQuery2(\"delete from CAT_VARIABLES";
+ //BA.debugLineNum = 631;BA.debugLine="skmt.ExecNonQuery2(\"delete from CAT_VARIABLES";
_skmt.ExecNonQuery2("delete from CAT_VARIABLES where CAT_VA_DESCRIPCION = ?",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("FECHA")}));
- //BA.debugLineNum = 631;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_VARIABLES";
+ //BA.debugLineNum = 632;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_VARIABLES";
_skmt.ExecNonQuery2("INSERT INTO CAT_VARIABLES(CAT_VA_DESCRIPCION, CAT_VA_VALOR) VALUES (?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("FECHA"),(Object)(_fecha_hoy)}));
}
};
};
};
- //BA.debugLineNum = 636;BA.debugLine="If Job.JobName = \"DBRequest\" Then";
+ //BA.debugLineNum = 637;BA.debugLine="If Job.JobName = \"DBRequest\" Then";
if ((_job._jobname /*String*/ ).equals("DBRequest")) {
- //BA.debugLineNum = 637;BA.debugLine="Dim result As DBResult = reqManager.HandleJob(J";
+ //BA.debugLineNum = 638;BA.debugLine="Dim result As DBResult = reqManager.HandleJob(J";
_result = _reqmanager._handlejob /*gunav2.keymon.com.mx.dbrequestmanager._dbresult*/ (_job);
- //BA.debugLineNum = 638;BA.debugLine="If result.Tag = \"usuario\" Then 'query tag";
+ //BA.debugLineNum = 639;BA.debugLine="If result.Tag = \"usuario\" Then 'query tag";
if ((_result.Tag /*Object*/ ).equals((Object)("usuario"))) {
- //BA.debugLineNum = 639;BA.debugLine="For Each records() As Object In result.Rows";
+ //BA.debugLineNum = 640;BA.debugLine="For Each records() As Object In result.Rows";
{
final anywheresoftware.b4a.BA.IterableList group64 = _result.Rows /*anywheresoftware.b4a.objects.collections.List*/ ;
final int groupLen64 = group64.getSize()
@@ -2024,29 +2026,29 @@ final int groupLen64 = group64.getSize()
;
for (; index64 < groupLen64;index64++){
_records = (Object[])(group64.Get(index64));
- //BA.debugLineNum = 640;BA.debugLine="Dim name As String = records(result.Columns.G";
+ //BA.debugLineNum = 641;BA.debugLine="Dim name As String = records(result.Columns.G";
_name = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("USUARIO"))))]);
- //BA.debugLineNum = 641;BA.debugLine="Dim ID_ALMACEN As String = records(result.Col";
+ //BA.debugLineNum = 642;BA.debugLine="Dim ID_ALMACEN As String = records(result.Col";
_id_almacen = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_LO_AGENCIA"))))]);
- //BA.debugLineNum = 642;BA.debugLine="Dim IMEI_BASE As String = records(result.Colu";
+ //BA.debugLineNum = 643;BA.debugLine="Dim IMEI_BASE As String = records(result.Colu";
_imei_base = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_LO_IDTELEFONO"))))]);
- //BA.debugLineNum = 643;BA.debugLine="Log(records(result.Columns.Get(\"CAT_LO_IDTELE";
-__c.LogImpl("01835082",BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_LO_IDTELEFONO"))))]),0);
+ //BA.debugLineNum = 644;BA.debugLine="Log(records(result.Columns.Get(\"CAT_LO_IDTELE";
+__c.LogImpl("71835082",BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_LO_IDTELEFONO"))))]),0);
}
};
- //BA.debugLineNum = 645;BA.debugLine="paso1 = 1";
+ //BA.debugLineNum = 646;BA.debugLine="paso1 = 1";
_paso1 = BA.NumberToString(1);
- //BA.debugLineNum = 646;BA.debugLine="ToastMessageShow(name, False)";
+ //BA.debugLineNum = 647;BA.debugLine="ToastMessageShow(name, False)";
__c.ToastMessageShow(BA.ObjectToCharSequence(_name),__c.False);
};
};
- //BA.debugLineNum = 650;BA.debugLine="If Job.JobName = \"DBRequest\" Then";
+ //BA.debugLineNum = 651;BA.debugLine="If Job.JobName = \"DBRequest\" Then";
if ((_job._jobname /*String*/ ).equals("DBRequest")) {
- //BA.debugLineNum = 651;BA.debugLine="Dim result As DBResult = reqManager.HandleJob(J";
+ //BA.debugLineNum = 652;BA.debugLine="Dim result As DBResult = reqManager.HandleJob(J";
_result = _reqmanager._handlejob /*gunav2.keymon.com.mx.dbrequestmanager._dbresult*/ (_job);
- //BA.debugLineNum = 652;BA.debugLine="If result.Tag = \"usuario_10\" Then 'query tag";
+ //BA.debugLineNum = 653;BA.debugLine="If result.Tag = \"usuario_10\" Then 'query tag";
if ((_result.Tag /*Object*/ ).equals((Object)("usuario_10"))) {
- //BA.debugLineNum = 653;BA.debugLine="For Each records() As Object In result.Rows";
+ //BA.debugLineNum = 654;BA.debugLine="For Each records() As Object In result.Rows";
{
final anywheresoftware.b4a.BA.IterableList group77 = _result.Rows /*anywheresoftware.b4a.objects.collections.List*/ ;
final int groupLen77 = group77.getSize()
@@ -2054,42 +2056,42 @@ final int groupLen77 = group77.getSize()
;
for (; index77 < groupLen77;index77++){
_records = (Object[])(group77.Get(index77));
- //BA.debugLineNum = 654;BA.debugLine="Dim name As String = records(result.Columns.G";
+ //BA.debugLineNum = 655;BA.debugLine="Dim name As String = records(result.Columns.G";
_name = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("USUARIO"))))]);
- //BA.debugLineNum = 655;BA.debugLine="Dim ID_ALMACEN As String = records(result.Col";
+ //BA.debugLineNum = 656;BA.debugLine="Dim ID_ALMACEN As String = records(result.Col";
_id_almacen = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_LO_AGENCIA"))))]);
- //BA.debugLineNum = 656;BA.debugLine="Dim IMEI_BASE As String = records(result.Colu";
+ //BA.debugLineNum = 657;BA.debugLine="Dim IMEI_BASE As String = records(result.Colu";
_imei_base = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_LO_IDTELEFONO"))))]);
- //BA.debugLineNum = 657;BA.debugLine="Private version As String = records(result.C";
+ //BA.debugLineNum = 658;BA.debugLine="Private version As String = records(result.C";
_version = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_AL_VERSION"))))]);
- //BA.debugLineNum = 658;BA.debugLine="Private versionador As String = records(resu";
+ //BA.debugLineNum = 659;BA.debugLine="Private versionador As String = records(resu";
_versionador = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_AL_VERSIONADOR"))))]);
- //BA.debugLineNum = 659;BA.debugLine="Private actualizarAplicacion As String = rec";
+ //BA.debugLineNum = 660;BA.debugLine="Private actualizarAplicacion As String = rec";
_actualizaraplicacion = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_AL_ACTUALIZACION"))))]);
}
};
- //BA.debugLineNum = 661;BA.debugLine="skmt.ExecNonQuery2(\"delete from CAT_VARIABLES";
+ //BA.debugLineNum = 662;BA.debugLine="skmt.ExecNonQuery2(\"delete from CAT_VARIABLES";
_skmt.ExecNonQuery2("delete from CAT_VARIABLES where CAT_VA_DESCRIPCION = ?",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("VERSION_NUEVA")}));
- //BA.debugLineNum = 662;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_VARIABLES(";
+ //BA.debugLineNum = 663;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_VARIABLES(";
_skmt.ExecNonQuery2("INSERT INTO CAT_VARIABLES(CAT_VA_DESCRIPCION, CAT_VA_VALOR) VALUES (?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("VERSION_NUEVA"),(Object)(_version)}));
- //BA.debugLineNum = 663;BA.debugLine="skmt.ExecNonQuery2(\"delete from CAT_VARIABLES";
+ //BA.debugLineNum = 664;BA.debugLine="skmt.ExecNonQuery2(\"delete from CAT_VARIABLES";
_skmt.ExecNonQuery2("delete from CAT_VARIABLES where CAT_VA_DESCRIPCION = ?",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("FORZAR_ACTUALIZACION")}));
- //BA.debugLineNum = 664;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_VARIABLES(";
+ //BA.debugLineNum = 665;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_VARIABLES(";
_skmt.ExecNonQuery2("INSERT INTO CAT_VARIABLES(CAT_VA_DESCRIPCION, CAT_VA_VALOR) VALUES (?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("FORZAR_ACTUALIZACION"),(Object)(_actualizaraplicacion)}));
- //BA.debugLineNum = 667;BA.debugLine="Log(\"|\"&name&\"|\")";
-__c.LogImpl("01835106","|"+_name+"|",0);
- //BA.debugLineNum = 668;BA.debugLine="Log($\">>>> GUARDAMOS NUEVA VERSION: ${version";
-__c.LogImpl("01835107",(">>>> GUARDAMOS NUEVA VERSION: "+__c.SmartStringFormatter("",(Object)(_version))+", "+__c.SmartStringFormatter("",(Object)(_actualizaraplicacion))+""),0);
- //BA.debugLineNum = 669;BA.debugLine="paso1 = 1";
+ //BA.debugLineNum = 668;BA.debugLine="Log(\"|\"&name&\"|\")";
+__c.LogImpl("71835106","|"+_name+"|",0);
+ //BA.debugLineNum = 669;BA.debugLine="Log($\">>>> GUARDAMOS NUEVA VERSION: ${version";
+__c.LogImpl("71835107",(">>>> GUARDAMOS NUEVA VERSION: "+__c.SmartStringFormatter("",(Object)(_version))+", "+__c.SmartStringFormatter("",(Object)(_actualizaraplicacion))+""),0);
+ //BA.debugLineNum = 670;BA.debugLine="paso1 = 1";
_paso1 = BA.NumberToString(1);
- //BA.debugLineNum = 670;BA.debugLine="IMEI_BASE = \"\"";
+ //BA.debugLineNum = 671;BA.debugLine="IMEI_BASE = \"\"";
_imei_base = "";
- //BA.debugLineNum = 671;BA.debugLine="IMEI = \"\"";
+ //BA.debugLineNum = 672;BA.debugLine="IMEI = \"\"";
_imei = "";
};
- //BA.debugLineNum = 674;BA.debugLine="If result.Tag = \"traeVersion\" Then 'query tag";
+ //BA.debugLineNum = 675;BA.debugLine="If result.Tag = \"traeVersion\" Then 'query tag";
if ((_result.Tag /*Object*/ ).equals((Object)("traeVersion"))) {
- //BA.debugLineNum = 675;BA.debugLine="For Each records() As Object In result.Rows";
+ //BA.debugLineNum = 676;BA.debugLine="For Each records() As Object In result.Rows";
{
final anywheresoftware.b4a.BA.IterableList group96 = _result.Rows /*anywheresoftware.b4a.objects.collections.List*/ ;
final int groupLen96 = group96.getSize()
@@ -2097,31 +2099,31 @@ final int groupLen96 = group96.getSize()
;
for (; index96 < groupLen96;index96++){
_records = (Object[])(group96.Get(index96));
- //BA.debugLineNum = 676;BA.debugLine="Private version As String = records(result.C";
+ //BA.debugLineNum = 677;BA.debugLine="Private version As String = records(result.C";
_version = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_AL_VERSION"))))]);
- //BA.debugLineNum = 677;BA.debugLine="Private actualizarAplicacion As String = rec";
+ //BA.debugLineNum = 678;BA.debugLine="Private actualizarAplicacion As String = rec";
_actualizaraplicacion = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_AL_ACTUALIZACION"))))]);
}
};
- //BA.debugLineNum = 679;BA.debugLine="skmt.ExecNonQuery2(\"delete from CAT_VARIABLES";
+ //BA.debugLineNum = 680;BA.debugLine="skmt.ExecNonQuery2(\"delete from CAT_VARIABLES";
_skmt.ExecNonQuery2("delete from CAT_VARIABLES where CAT_VA_DESCRIPCION = ?",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("VERSION_NUEVA")}));
- //BA.debugLineNum = 680;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_VARIABLES(";
+ //BA.debugLineNum = 681;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_VARIABLES(";
_skmt.ExecNonQuery2("INSERT INTO CAT_VARIABLES(CAT_VA_DESCRIPCION, CAT_VA_VALOR) VALUES (?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("VERSION_NUEVA"),(Object)(_version)}));
- //BA.debugLineNum = 681;BA.debugLine="skmt.ExecNonQuery2(\"delete from CAT_VARIABLES";
+ //BA.debugLineNum = 682;BA.debugLine="skmt.ExecNonQuery2(\"delete from CAT_VARIABLES";
_skmt.ExecNonQuery2("delete from CAT_VARIABLES where CAT_VA_DESCRIPCION = ?",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("FORZAR_ACTUALIZACION")}));
- //BA.debugLineNum = 682;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_VARIABLES(";
+ //BA.debugLineNum = 683;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_VARIABLES(";
_skmt.ExecNonQuery2("INSERT INTO CAT_VARIABLES(CAT_VA_DESCRIPCION, CAT_VA_VALOR) VALUES (?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("FORZAR_ACTUALIZACION"),(Object)(_actualizaraplicacion)}));
- //BA.debugLineNum = 683;BA.debugLine="Log($\">>>> GUARDAMOS NUEVA VERSION: ${version";
-__c.LogImpl("01835122",(">>>> GUARDAMOS NUEVA VERSION: "+__c.SmartStringFormatter("",(Object)(_version))+", "+__c.SmartStringFormatter("",(Object)(_actualizaraplicacion))+""),0);
+ //BA.debugLineNum = 684;BA.debugLine="Log($\">>>> GUARDAMOS NUEVA VERSION: ${version";
+__c.LogImpl("71835122",(">>>> GUARDAMOS NUEVA VERSION: "+__c.SmartStringFormatter("",(Object)(_version))+", "+__c.SmartStringFormatter("",(Object)(_actualizaraplicacion))+""),0);
};
};
- //BA.debugLineNum = 687;BA.debugLine="If Job.JobName = \"DBRequest\" Then";
+ //BA.debugLineNum = 688;BA.debugLine="If Job.JobName = \"DBRequest\" Then";
if ((_job._jobname /*String*/ ).equals("DBRequest")) {
- //BA.debugLineNum = 688;BA.debugLine="Dim result As DBResult = reqManager.HandleJob(J";
+ //BA.debugLineNum = 689;BA.debugLine="Dim result As DBResult = reqManager.HandleJob(J";
_result = _reqmanager._handlejob /*gunav2.keymon.com.mx.dbrequestmanager._dbresult*/ (_job);
- //BA.debugLineNum = 689;BA.debugLine="If result.Tag = \"geopass\" Then 'query tag";
+ //BA.debugLineNum = 690;BA.debugLine="If result.Tag = \"geopass\" Then 'query tag";
if ((_result.Tag /*Object*/ ).equals((Object)("geopass"))) {
- //BA.debugLineNum = 690;BA.debugLine="For Each records() As Object In result.Rows";
+ //BA.debugLineNum = 691;BA.debugLine="For Each records() As Object In result.Rows";
{
final anywheresoftware.b4a.BA.IterableList group110 = _result.Rows /*anywheresoftware.b4a.objects.collections.List*/ ;
final int groupLen110 = group110.getSize()
@@ -2129,69 +2131,69 @@ final int groupLen110 = group110.getSize()
;
for (; index110 < groupLen110;index110++){
_records = (Object[])(group110.Get(index110));
- //BA.debugLineNum = 691;BA.debugLine="Dim cuenta As String = records(result.Columns";
+ //BA.debugLineNum = 692;BA.debugLine="Dim cuenta As String = records(result.Columns";
_cuenta = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CUENTA"))))]);
}
};
- //BA.debugLineNum = 693;BA.debugLine="If cuenta = \"1\" Then";
+ //BA.debugLineNum = 694;BA.debugLine="If cuenta = \"1\" Then";
if ((_cuenta).equals("1")) {
- //BA.debugLineNum = 694;BA.debugLine="p_validacion.Visible = False";
+ //BA.debugLineNum = 695;BA.debugLine="p_validacion.Visible = False";
_p_validacion.setVisible(__c.False);
- //BA.debugLineNum = 695;BA.debugLine="B4XSwitch2.Value = True";
+ //BA.debugLineNum = 696;BA.debugLine="B4XSwitch2.Value = True";
_b4xswitch2._setvalue /*boolean*/ (__c.True);
- //BA.debugLineNum = 696;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE GPS SET HABILITADO";
+ //BA.debugLineNum = 697;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE GPS SET HABILITADO";
_skmt.ExecNonQuery2("UPDATE GPS SET HABILITADO = (?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(1)}));
- //BA.debugLineNum = 697;BA.debugLine="et_codigo.Text = \"\"";
+ //BA.debugLineNum = 698;BA.debugLine="et_codigo.Text = \"\"";
_et_codigo.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 698;BA.debugLine="Private c2 As Cursor = skmt.ExecQuery(\"select";
+ //BA.debugLineNum = 699;BA.debugLine="Private c2 As Cursor = skmt.ExecQuery(\"select";
_c2 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_c2 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("select distinct CAT_CL_RUTA from kmt_info3 where CAT_CL_RUTA not in (select * from ruta_suplencia)")));
- //BA.debugLineNum = 699;BA.debugLine="c2.Position = 0";
+ //BA.debugLineNum = 700;BA.debugLine="c2.Position = 0";
_c2.setPosition((int) (0));
- //BA.debugLineNum = 700;BA.debugLine="Private rutades As String = c2.GetString(\"CAT";
+ //BA.debugLineNum = 701;BA.debugLine="Private rutades As String = c2.GetString(\"CAT";
_rutades = _c2.GetString("CAT_CL_RUTA");
- //BA.debugLineNum = 701;BA.debugLine="c2.Close";
+ //BA.debugLineNum = 702;BA.debugLine="c2.Close";
_c2.Close();
- //BA.debugLineNum = 702;BA.debugLine="Private c2 As Cursor = skmt.ExecQuery(\"SELECT";
+ //BA.debugLineNum = 703;BA.debugLine="Private c2 As Cursor = skmt.ExecQuery(\"SELECT";
_c2 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_c2 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT ID_ALMACEN FROM CAT_ALMACEN")));
- //BA.debugLineNum = 703;BA.debugLine="c2.Position = 0";
+ //BA.debugLineNum = 704;BA.debugLine="c2.Position = 0";
_c2.setPosition((int) (0));
- //BA.debugLineNum = 704;BA.debugLine="Private almacendes As String = c2.GetString(\"";
+ //BA.debugLineNum = 705;BA.debugLine="Private almacendes As String = c2.GetString(\"";
_almacendes = _c2.GetString("ID_ALMACEN");
- //BA.debugLineNum = 705;BA.debugLine="c2.Close";
+ //BA.debugLineNum = 706;BA.debugLine="c2.Close";
_c2.Close();
- //BA.debugLineNum = 706;BA.debugLine="Dim cmd As DBCommand";
+ //BA.debugLineNum = 707;BA.debugLine="Dim cmd As DBCommand";
_cmd = new gunav2.keymon.com.mx.dbrequestmanager._dbcommand();
- //BA.debugLineNum = 707;BA.debugLine="cmd.Initialize";
+ //BA.debugLineNum = 708;BA.debugLine="cmd.Initialize";
_cmd.Initialize();
- //BA.debugLineNum = 708;BA.debugLine="cmd.Name = \"delete_geoPass_GUNA\"";
+ //BA.debugLineNum = 709;BA.debugLine="cmd.Name = \"delete_geoPass_GUNA\"";
_cmd.Name /*String*/ = "delete_geoPass_GUNA";
- //BA.debugLineNum = 710;BA.debugLine="cmd.Parameters = Array As Object( almacendes,";
+ //BA.debugLineNum = 711;BA.debugLine="cmd.Parameters = Array As Object( almacendes,";
_cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_almacendes),(Object)(_rutades)};
- //BA.debugLineNum = 711;BA.debugLine="reqManager.ExecuteCommand(cmd , \"traeGeoPass\"";
+ //BA.debugLineNum = 712;BA.debugLine="reqManager.ExecuteCommand(cmd , \"traeGeoPass\"";
_reqmanager._executecommand /*String*/ (_cmd,(Object)("traeGeoPass"));
}else if((_cuenta).equals("0")) {
- //BA.debugLineNum = 713;BA.debugLine="MsgboxAsync(\"Codigo incorrecto\",\"Atención\")";
+ //BA.debugLineNum = 714;BA.debugLine="MsgboxAsync(\"Codigo incorrecto\",\"Atención\")";
__c.MsgboxAsync(BA.ObjectToCharSequence("Codigo incorrecto"),BA.ObjectToCharSequence("Atención"),ba);
- //BA.debugLineNum = 714;BA.debugLine="p_validacion.Visible = False";
+ //BA.debugLineNum = 715;BA.debugLine="p_validacion.Visible = False";
_p_validacion.setVisible(__c.False);
- //BA.debugLineNum = 715;BA.debugLine="B4XSwitch2.Value = False";
+ //BA.debugLineNum = 716;BA.debugLine="B4XSwitch2.Value = False";
_b4xswitch2._setvalue /*boolean*/ (__c.False);
- //BA.debugLineNum = 716;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE GPS SET HABILITADO";
+ //BA.debugLineNum = 717;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE GPS SET HABILITADO";
_skmt.ExecNonQuery2("UPDATE GPS SET HABILITADO = (?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(0)}));
- //BA.debugLineNum = 717;BA.debugLine="et_codigo.Text = \"\"";
+ //BA.debugLineNum = 718;BA.debugLine="et_codigo.Text = \"\"";
_et_codigo.setText(BA.ObjectToCharSequence(""));
};
};
};
- //BA.debugLineNum = 722;BA.debugLine="If Job.JobName = \"DBRequest\" Then";
+ //BA.debugLineNum = 723;BA.debugLine="If Job.JobName = \"DBRequest\" Then";
if ((_job._jobname /*String*/ ).equals("DBRequest")) {
- //BA.debugLineNum = 723;BA.debugLine="Dim result As DBResult = reqManager.HandleJob(J";
+ //BA.debugLineNum = 724;BA.debugLine="Dim result As DBResult = reqManager.HandleJob(J";
_result = _reqmanager._handlejob /*gunav2.keymon.com.mx.dbrequestmanager._dbresult*/ (_job);
- //BA.debugLineNum = 724;BA.debugLine="If result.Tag = \"carga_encuesta\" Then 'query ta";
+ //BA.debugLineNum = 725;BA.debugLine="If result.Tag = \"carga_encuesta\" Then 'query ta";
if ((_result.Tag /*Object*/ ).equals((Object)("carga_encuesta"))) {
- //BA.debugLineNum = 725;BA.debugLine="For Each records() As Object In result.Rows";
+ //BA.debugLineNum = 726;BA.debugLine="For Each records() As Object In result.Rows";
{
final anywheresoftware.b4a.BA.IterableList group143 = _result.Rows /*anywheresoftware.b4a.objects.collections.List*/ ;
final int groupLen143 = group143.getSize()
@@ -2199,164 +2201,164 @@ final int groupLen143 = group143.getSize()
;
for (; index143 < groupLen143;index143++){
_records = (Object[])(group143.Get(index143));
- //BA.debugLineNum = 726;BA.debugLine="Dim CAT_EP_ID As String = records(result.COLU";
+ //BA.debugLineNum = 727;BA.debugLine="Dim CAT_EP_ID As String = records(result.COLU";
_cat_ep_id = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_EP_ID"))))]);
- //BA.debugLineNum = 727;BA.debugLine="Dim CAT_EP_IDTIPOPREGUNTA As String = records";
+ //BA.debugLineNum = 728;BA.debugLine="Dim CAT_EP_IDTIPOPREGUNTA As String = records";
_cat_ep_idtipopregunta = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_EP_IDTIPOPREGUNTA"))))]);
- //BA.debugLineNum = 728;BA.debugLine="Dim CAT_CE_DESCRIPCION As String = records(re";
+ //BA.debugLineNum = 729;BA.debugLine="Dim CAT_CE_DESCRIPCION As String = records(re";
_cat_ce_descripcion = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_CE_DESCRIPCION"))))]);
- //BA.debugLineNum = 729;BA.debugLine="Dim CAT_EP_PREGUNTA As String = records(resul";
+ //BA.debugLineNum = 730;BA.debugLine="Dim CAT_EP_PREGUNTA As String = records(resul";
_cat_ep_pregunta = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_EP_PREGUNTA"))))]);
- //BA.debugLineNum = 730;BA.debugLine="Dim CAT_EP_RES1_PRED As String = records(resu";
+ //BA.debugLineNum = 731;BA.debugLine="Dim CAT_EP_RES1_PRED As String = records(resu";
_cat_ep_res1_pred = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_EP_RES1_PRED"))))]);
- //BA.debugLineNum = 731;BA.debugLine="Dim CAT_EP_RES2_PRED As String = records(resu";
+ //BA.debugLineNum = 732;BA.debugLine="Dim CAT_EP_RES2_PRED As String = records(resu";
_cat_ep_res2_pred = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_EP_RES2_PRED"))))]);
- //BA.debugLineNum = 732;BA.debugLine="Dim CAT_EP_RES3_PRED As String = records(resu";
+ //BA.debugLineNum = 733;BA.debugLine="Dim CAT_EP_RES3_PRED As String = records(resu";
_cat_ep_res3_pred = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_EP_RES3_PRED"))))]);
- //BA.debugLineNum = 733;BA.debugLine="Dim CAT_EP_ORDEN_PREGUNTA As String = records";
+ //BA.debugLineNum = 734;BA.debugLine="Dim CAT_EP_ORDEN_PREGUNTA As String = records";
_cat_ep_orden_pregunta = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_EP_ORDEN_PREGUNTA"))))]);
- //BA.debugLineNum = 734;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_ENCUESTA_";
+ //BA.debugLineNum = 735;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_ENCUESTA_";
_skmt.ExecNonQuery2("INSERT INTO CAT_ENCUESTA_PREGUNTA (CAT_EP_ID ,CAT_EP_IDTIPOPREGUNTA ,CAT_CE_DESCRIPCION ,CAT_EP_PREGUNTA ,CAT_EP_RES1_PRED ,CAT_EP_RES2_PRED ,CAT_EP_RES3_PRED ,CAT_EP_ORDEN_PREGUNTA ) VALUES (?,?,?,?,?,?,?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_cat_ep_id),(Object)(_cat_ep_idtipopregunta),(Object)(_cat_ce_descripcion),(Object)(_cat_ep_pregunta),(Object)(_cat_ep_res1_pred),(Object)(_cat_ep_res2_pred),(Object)(_cat_ep_res3_pred),(Object)(_cat_ep_orden_pregunta)}));
}
};
};
};
- //BA.debugLineNum = 738;BA.debugLine="Job.Release";
+ //BA.debugLineNum = 739;BA.debugLine="Job.Release";
_job._release /*String*/ ();
};
- //BA.debugLineNum = 741;BA.debugLine="Log($\"Paso1 = ${paso1} - Name: ${name} - IMEI: ${";
-__c.LogImpl("01835180",("Paso1 = "+__c.SmartStringFormatter("",(Object)(_paso1))+" - Name: "+__c.SmartStringFormatter("",(Object)(_name))+" - IMEI: "+__c.SmartStringFormatter("",(Object)(_imei))+" - IMEI_BASE: "+__c.SmartStringFormatter("",(Object)(_imei_base))+""),0);
- //BA.debugLineNum = 742;BA.debugLine="If paso1 = 1 Then";
+ //BA.debugLineNum = 742;BA.debugLine="Log($\"Paso1 = ${paso1} - Name: ${name} - IMEI: ${";
+__c.LogImpl("71835180",("Paso1 = "+__c.SmartStringFormatter("",(Object)(_paso1))+" - Name: "+__c.SmartStringFormatter("",(Object)(_name))+" - IMEI: "+__c.SmartStringFormatter("",(Object)(_imei))+" - IMEI_BASE: "+__c.SmartStringFormatter("",(Object)(_imei_base))+""),0);
+ //BA.debugLineNum = 743;BA.debugLine="If paso1 = 1 Then";
if ((_paso1).equals(BA.NumberToString(1))) {
- //BA.debugLineNum = 743;BA.debugLine="If IMEI = \"\" Then";
+ //BA.debugLineNum = 744;BA.debugLine="If IMEI = \"\" Then";
if ((_imei).equals("")) {
- //BA.debugLineNum = 744;BA.debugLine="If user.Text = \"KMTS1\" Then name = \"OKActivo\"";
+ //BA.debugLineNum = 745;BA.debugLine="If user.Text = \"KMTS1\" Then name = \"OKActivo\"";
if ((_user.getText()).equals("KMTS1")) {
_name = "OKActivo";};
- //BA.debugLineNum = 745;BA.debugLine="If name = \"OKActivo\" Then";
+ //BA.debugLineNum = 746;BA.debugLine="If name = \"OKActivo\" Then";
if ((_name).equals("OKActivo")) {
- //BA.debugLineNum = 746;BA.debugLine="skmt.ExecNonQuery(\"delete from usuarioa\")";
+ //BA.debugLineNum = 747;BA.debugLine="skmt.ExecNonQuery(\"delete from usuarioa\")";
_skmt.ExecNonQuery("delete from usuarioa");
- //BA.debugLineNum = 747;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO USUARIOA VALUE";
+ //BA.debugLineNum = 748;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO USUARIOA VALUE";
_skmt.ExecNonQuery2("INSERT INTO USUARIOA VALUES (?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_user.getText()),(Object)(_pass.getText())}));
- //BA.debugLineNum = 748;BA.debugLine="skmt.ExecNonQuery(\"delete from cat_almacen\")";
+ //BA.debugLineNum = 749;BA.debugLine="skmt.ExecNonQuery(\"delete from cat_almacen\")";
_skmt.ExecNonQuery("delete from cat_almacen");
- //BA.debugLineNum = 749;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_ALMACEN(ID";
+ //BA.debugLineNum = 750;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_ALMACEN(ID";
_skmt.ExecNonQuery2("INSERT INTO CAT_ALMACEN(ID_ALMACEN) VALUES (?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_id_almacen)}));
- //BA.debugLineNum = 750;BA.debugLine="usuario = user.Text";
+ //BA.debugLineNum = 751;BA.debugLine="usuario = user.Text";
_usuario = _user.getText();
- //BA.debugLineNum = 751;BA.debugLine="B4XPages.ShowPage(\"Principal\")";
+ //BA.debugLineNum = 752;BA.debugLine="B4XPages.ShowPage(\"Principal\")";
_b4xpages._showpage /*String*/ (ba,"Principal");
}else if((_name).equals("OKExpirado")) {
- //BA.debugLineNum = 753;BA.debugLine="Msgbox(\"Usuario Expirado llamar al administrad";
+ //BA.debugLineNum = 754;BA.debugLine="Msgbox(\"Usuario Expirado llamar al administrad";
__c.Msgbox(BA.ObjectToCharSequence("Usuario Expirado llamar al administrador"),BA.ObjectToCharSequence(""),ba);
}else if((_name).equals("OKCancelado")) {
- //BA.debugLineNum = 755;BA.debugLine="Msgbox(\"Usuario Cancelado llamar al administra";
+ //BA.debugLineNum = 756;BA.debugLine="Msgbox(\"Usuario Cancelado llamar al administra";
__c.Msgbox(BA.ObjectToCharSequence("Usuario Cancelado llamar al administrador"),BA.ObjectToCharSequence(""),ba);
}else {
- //BA.debugLineNum = 757;BA.debugLine="Msgbox(\"Usuario o password No validos\",\"\") 'Ig";
+ //BA.debugLineNum = 758;BA.debugLine="Msgbox(\"Usuario o password No validos\",\"\") 'Ig";
__c.Msgbox(BA.ObjectToCharSequence("Usuario o password No validos"),BA.ObjectToCharSequence(""),ba);
};
- //BA.debugLineNum = 759;BA.debugLine="paso1 = 0";
+ //BA.debugLineNum = 760;BA.debugLine="paso1 = 0";
_paso1 = BA.NumberToString(0);
}else {
- //BA.debugLineNum = 761;BA.debugLine="If name = \"OKActivo\" & IMEI And IMEI = IMEI_BA";
+ //BA.debugLineNum = 762;BA.debugLine="If name = \"OKActivo\" & IMEI And IMEI = IMEI_BA";
if ((_name).equals("OKActivo"+_imei) && (_imei).equals(_imei_base)) {
- //BA.debugLineNum = 762;BA.debugLine="If name = \"OKActivo\" & IMEI Then";
+ //BA.debugLineNum = 763;BA.debugLine="If name = \"OKActivo\" & IMEI Then";
if ((_name).equals("OKActivo"+_imei)) {
- //BA.debugLineNum = 763;BA.debugLine="skmt.ExecNonQuery(\"delete from usuarioa\")";
+ //BA.debugLineNum = 764;BA.debugLine="skmt.ExecNonQuery(\"delete from usuarioa\")";
_skmt.ExecNonQuery("delete from usuarioa");
- //BA.debugLineNum = 764;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO USUARIOA VALU";
+ //BA.debugLineNum = 765;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO USUARIOA VALU";
_skmt.ExecNonQuery2("INSERT INTO USUARIOA VALUES (?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_user.getText()),(Object)(_pass.getText())}));
- //BA.debugLineNum = 765;BA.debugLine="skmt.ExecNonQuery(\"delete from cat_almacen\")";
+ //BA.debugLineNum = 766;BA.debugLine="skmt.ExecNonQuery(\"delete from cat_almacen\")";
_skmt.ExecNonQuery("delete from cat_almacen");
- //BA.debugLineNum = 766;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_ALMACEN(I";
+ //BA.debugLineNum = 767;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_ALMACEN(I";
_skmt.ExecNonQuery2("INSERT INTO CAT_ALMACEN(ID_ALMACEN) VALUES (?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_id_almacen)}));
- //BA.debugLineNum = 767;BA.debugLine="usuario = user.Text";
+ //BA.debugLineNum = 768;BA.debugLine="usuario = user.Text";
_usuario = _user.getText();
- //BA.debugLineNum = 768;BA.debugLine="B4XPages.ShowPage(\"Principal\")";
+ //BA.debugLineNum = 769;BA.debugLine="B4XPages.ShowPage(\"Principal\")";
_b4xpages._showpage /*String*/ (ba,"Principal");
}else if((_name).equals("OKExpirado"+_imei)) {
- //BA.debugLineNum = 770;BA.debugLine="Msgbox(\"Usuario Expirado llamar al administra";
+ //BA.debugLineNum = 771;BA.debugLine="Msgbox(\"Usuario Expirado llamar al administra";
__c.Msgbox(BA.ObjectToCharSequence("Usuario Expirado llamar al administrador"),BA.ObjectToCharSequence(""),ba);
}else if((_name).equals("OKCancelado"+_imei)) {
- //BA.debugLineNum = 772;BA.debugLine="Msgbox(\"Usuario Cancelado llamar al administr";
+ //BA.debugLineNum = 773;BA.debugLine="Msgbox(\"Usuario Cancelado llamar al administr";
__c.Msgbox(BA.ObjectToCharSequence("Usuario Cancelado llamar al administrador"),BA.ObjectToCharSequence(""),ba);
}else {
- //BA.debugLineNum = 774;BA.debugLine="Msgbox(\"Usuario o password No validos\",\"\") 'i";
+ //BA.debugLineNum = 775;BA.debugLine="Msgbox(\"Usuario o password No validos\",\"\") 'i";
__c.Msgbox(BA.ObjectToCharSequence("Usuario o password No validos"),BA.ObjectToCharSequence(""),ba);
};
- //BA.debugLineNum = 776;BA.debugLine="paso1 = 0";
+ //BA.debugLineNum = 777;BA.debugLine="paso1 = 0";
_paso1 = BA.NumberToString(0);
}else if((_name).equals("OKActivo")) {
- //BA.debugLineNum = 778;BA.debugLine="Msgbox(\"Telefono no VALIDO!\",\"\") 'ignore";
+ //BA.debugLineNum = 779;BA.debugLine="Msgbox(\"Telefono no VALIDO!\",\"\") 'ignore";
__c.Msgbox(BA.ObjectToCharSequence("Telefono no VALIDO!"),BA.ObjectToCharSequence(""),ba);
}else {
- //BA.debugLineNum = 780;BA.debugLine="Msgbox(\"Usuario o password No validos\",\"\") 'ig";
+ //BA.debugLineNum = 781;BA.debugLine="Msgbox(\"Usuario o password No validos\",\"\") 'ig";
__c.Msgbox(BA.ObjectToCharSequence("Usuario o password No validos"),BA.ObjectToCharSequence(""),ba);
};
};
};
- //BA.debugLineNum = 784;BA.debugLine="End Sub";
+ //BA.debugLineNum = 785;BA.debugLine="End Sub";
return "";
}
public String _lv_server_itemclick(int _position,Object _value) throws Exception{
- //BA.debugLineNum = 931;BA.debugLine="Private Sub lv_server_ItemClick (Position As Int,";
- //BA.debugLineNum = 932;BA.debugLine="Starter.server = Value";
+ //BA.debugLineNum = 932;BA.debugLine="Private Sub lv_server_ItemClick (Position As Int,";
+ //BA.debugLineNum = 933;BA.debugLine="Starter.server = Value";
_starter._server /*String*/ = BA.ObjectToString(_value);
- //BA.debugLineNum = 933;BA.debugLine="l_server.Text = Value";
+ //BA.debugLineNum = 934;BA.debugLine="l_server.Text = Value";
_l_server.setText(BA.ObjectToCharSequence(_value));
- //BA.debugLineNum = 934;BA.debugLine="et_server.Text = Value";
+ //BA.debugLineNum = 935;BA.debugLine="et_server.Text = Value";
_et_server.setText(BA.ObjectToCharSequence(_value));
- //BA.debugLineNum = 935;BA.debugLine="skmt.ExecNonQuery2(\"delete from CAT_VARIABLES whe";
+ //BA.debugLineNum = 936;BA.debugLine="skmt.ExecNonQuery2(\"delete from CAT_VARIABLES whe";
_skmt.ExecNonQuery2("delete from CAT_VARIABLES where CAT_VA_DESCRIPCION = ?",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("DBReqServer")}));
- //BA.debugLineNum = 936;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_VARIABLES(CAT";
+ //BA.debugLineNum = 937;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_VARIABLES(CAT";
_skmt.ExecNonQuery2("INSERT INTO CAT_VARIABLES(CAT_VA_DESCRIPCION, CAT_VA_VALOR) VALUES (?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("DBReqServer"),_value}));
- //BA.debugLineNum = 937;BA.debugLine="Starter.reqManager.Initialize(Me, Value)";
+ //BA.debugLineNum = 938;BA.debugLine="Starter.reqManager.Initialize(Me, Value)";
_starter._reqmanager /*gunav2.keymon.com.mx.dbrequestmanager*/ ._initialize /*String*/ (ba,this,BA.ObjectToString(_value));
- //BA.debugLineNum = 938;BA.debugLine="ToastMessageShow(\"Servidor modificado\", False)";
+ //BA.debugLineNum = 939;BA.debugLine="ToastMessageShow(\"Servidor modificado\", False)";
__c.ToastMessageShow(BA.ObjectToCharSequence("Servidor modificado"),__c.False);
- //BA.debugLineNum = 939;BA.debugLine="End Sub";
+ //BA.debugLineNum = 940;BA.debugLine="End Sub";
return "";
}
public String _muestraprogreso(String _mensaje) throws Exception{
- //BA.debugLineNum = 884;BA.debugLine="Sub muestraProgreso(mensaje As String)";
- //BA.debugLineNum = 885;BA.debugLine="ProgressDialogShow(mensaje)";
+ //BA.debugLineNum = 885;BA.debugLine="Sub muestraProgreso(mensaje As String)";
+ //BA.debugLineNum = 886;BA.debugLine="ProgressDialogShow(mensaje)";
__c.ProgressDialogShow(ba,BA.ObjectToCharSequence(_mensaje));
- //BA.debugLineNum = 886;BA.debugLine="End Sub";
+ //BA.debugLineNum = 887;BA.debugLine="End Sub";
return "";
}
public String _ocultaprogreso() throws Exception{
- //BA.debugLineNum = 889;BA.debugLine="Sub ocultaProgreso";
- //BA.debugLineNum = 890;BA.debugLine="ProgressDialogHide";
+ //BA.debugLineNum = 890;BA.debugLine="Sub ocultaProgreso";
+ //BA.debugLineNum = 891;BA.debugLine="ProgressDialogHide";
__c.ProgressDialogHide();
- //BA.debugLineNum = 891;BA.debugLine="End Sub";
+ //BA.debugLineNum = 892;BA.debugLine="End Sub";
return "";
}
public String _p_validacion_click() throws Exception{
- //BA.debugLineNum = 994;BA.debugLine="Private Sub p_validacion_Click";
- //BA.debugLineNum = 995;BA.debugLine="End Sub";
+ //BA.debugLineNum = 995;BA.debugLine="Private Sub p_validacion_Click";
+ //BA.debugLineNum = 996;BA.debugLine="End Sub";
return "";
}
public String _pdf_click() throws Exception{
- //BA.debugLineNum = 820;BA.debugLine="Sub PDF_Click";
- //BA.debugLineNum = 822;BA.debugLine="End Sub";
+ //BA.debugLineNum = 821;BA.debugLine="Sub PDF_Click";
+ //BA.debugLineNum = 823;BA.debugLine="End Sub";
return "";
}
public String _popupmenu_dismiss() throws Exception{
- //BA.debugLineNum = 807;BA.debugLine="Sub PopupMenu_Dismiss";
- //BA.debugLineNum = 808;BA.debugLine="ToastMessageShow(\"PopupMenu dismissed\", False)";
+ //BA.debugLineNum = 808;BA.debugLine="Sub PopupMenu_Dismiss";
+ //BA.debugLineNum = 809;BA.debugLine="ToastMessageShow(\"PopupMenu dismissed\", False)";
__c.ToastMessageShow(BA.ObjectToCharSequence("PopupMenu dismissed"),__c.False);
- //BA.debugLineNum = 809;BA.debugLine="End Sub";
+ //BA.debugLineNum = 810;BA.debugLine="End Sub";
return "";
}
public boolean _popupmenu_menuitemclick(int _itemid) throws Exception{
- //BA.debugLineNum = 811;BA.debugLine="Sub PopupMenu_MenuItemClick (ItemId As Int) As Boo";
- //BA.debugLineNum = 812;BA.debugLine="ToastMessageShow(\"Item \" & ItemId & \" clicked.\",";
+ //BA.debugLineNum = 812;BA.debugLine="Sub PopupMenu_MenuItemClick (ItemId As Int) As Boo";
+ //BA.debugLineNum = 813;BA.debugLine="ToastMessageShow(\"Item \" & ItemId & \" clicked.\",";
__c.ToastMessageShow(BA.ObjectToCharSequence("Item "+BA.NumberToString(_itemid)+" clicked."),__c.False);
- //BA.debugLineNum = 813;BA.debugLine="Return False";
+ //BA.debugLineNum = 814;BA.debugLine="Return False";
if (true) return __c.False;
- //BA.debugLineNum = 814;BA.debugLine="End Sub";
+ //BA.debugLineNum = 815;BA.debugLine="End Sub";
return false;
}
public void _revisaactualizacion() throws Exception{
@@ -2385,11 +2387,11 @@ return;
case 0:
//C
this.state = 1;
- //BA.debugLineNum = 1059;BA.debugLine="LogColor(\"Buscarmos archivo Ver\", Colors.red)";
-parent.__c.LogImpl("03211270","Buscarmos archivo Ver",parent.__c.Colors.Red);
- //BA.debugLineNum = 1060;BA.debugLine="Private link As String = \"https://keymon.net/movi";
+ //BA.debugLineNum = 1060;BA.debugLine="LogColor(\"Buscarmos archivo Ver\", Colors.red)";
+parent.__c.LogImpl("73211270","Buscarmos archivo Ver",parent.__c.Colors.Red);
+ //BA.debugLineNum = 1061;BA.debugLine="Private link As String = \"https://keymon.net/movi";
_link = "https://keymon.net/movil/guna/gunaPreventa.ver";
- //BA.debugLineNum = 1061;BA.debugLine="Wait For (traeArchivoVer(Me, link)) JobDone (j As";
+ //BA.debugLineNum = 1062;BA.debugLine="Wait For (traeArchivoVer(Me, link)) JobDone (j As";
parent.__c.WaitFor("jobdone", ba, this, (Object)(parent._traearchivover(parent,_link)));
this.state = 28;
return;
@@ -2398,7 +2400,7 @@ case 28:
this.state = 1;
_j = (gunav2.keymon.com.mx.httpjob) result[0];
;
- //BA.debugLineNum = 1062;BA.debugLine="If j.Success Then";
+ //BA.debugLineNum = 1063;BA.debugLine="If j.Success Then";
if (true) break;
case 1:
@@ -2413,9 +2415,9 @@ this.state = 22;
case 3:
//C
this.state = 4;
- //BA.debugLineNum = 1063;BA.debugLine="LogColor(\"Archivo .VER encontrado.\", Colors.red)";
-parent.__c.LogImpl("03211274","Archivo .VER encontrado.",parent.__c.Colors.Red);
- //BA.debugLineNum = 1064;BA.debugLine="Try";
+ //BA.debugLineNum = 1064;BA.debugLine="LogColor(\"Archivo .VER encontrado.\", Colors.red)";
+parent.__c.LogImpl("73211274","Archivo .VER encontrado.",parent.__c.Colors.Red);
+ //BA.debugLineNum = 1065;BA.debugLine="Try";
if (true) break;
case 4:
@@ -2429,25 +2431,25 @@ case 6:
//C
this.state = 7;
this.catchState = 15;
- //BA.debugLineNum = 1065;BA.debugLine="Dim app() As String = Regex.Split(Chr(9),j.GetS";
+ //BA.debugLineNum = 1066;BA.debugLine="Dim app() As String = Regex.Split(Chr(9),j.GetS";
_app = parent.__c.Regex.Split(BA.ObjectToString(parent.__c.Chr((int) (9))),_j._getstring /*String*/ ());
- //BA.debugLineNum = 1067;BA.debugLine="Starter.newApp.appLink = app(3) 'Liga a nuevo";
+ //BA.debugLineNum = 1068;BA.debugLine="Starter.newApp.appLink = app(3) 'Liga a nuevo";
parent._starter._newapp /*gunav2.keymon.com.mx.appupdater._mnewversion*/ .appLink /*String*/ = _app[(int) (3)];
- //BA.debugLineNum = 1068;BA.debugLine="Starter.newApp.newMsg = app(1) 'Texto de que h";
+ //BA.debugLineNum = 1069;BA.debugLine="Starter.newApp.newMsg = app(1) 'Texto de que h";
parent._starter._newapp /*gunav2.keymon.com.mx.appupdater._mnewversion*/ .newMsg /*String*/ = _app[(int) (1)];
- //BA.debugLineNum = 1069;BA.debugLine="Starter.newApp.okMsg = app(2) 'Texto de app";
+ //BA.debugLineNum = 1070;BA.debugLine="Starter.newApp.okMsg = app(2) 'Texto de app";
parent._starter._newapp /*gunav2.keymon.com.mx.appupdater._mnewversion*/ .okMsg /*String*/ = _app[(int) (2)];
- //BA.debugLineNum = 1070;BA.debugLine="Starter.newApp.version = app(0) 'Version actu";
+ //BA.debugLineNum = 1071;BA.debugLine="Starter.newApp.version = app(0) 'Version actu";
parent._starter._newapp /*gunav2.keymon.com.mx.appupdater._mnewversion*/ .version /*String*/ = _app[(int) (0)];
- //BA.debugLineNum = 1071;BA.debugLine="Log($\"Application.VersionName=${Application.Ver";
-parent.__c.LogImpl("03211282",("Application.VersionName="+parent.__c.SmartStringFormatter("",(Object)(parent.__c.Application.getVersionName()))+", newApp="+parent.__c.SmartStringFormatter("",(Object)(parent._starter._newapp /*gunav2.keymon.com.mx.appupdater._mnewversion*/ ))+""),0);
- //BA.debugLineNum = 1073;BA.debugLine="DateTime.DateFormat = \"yyyyMMdd\"";
+ //BA.debugLineNum = 1072;BA.debugLine="Log($\"Application.VersionName=${Application.Ver";
+parent.__c.LogImpl("73211282",("Application.VersionName="+parent.__c.SmartStringFormatter("",(Object)(parent.__c.Application.getVersionName()))+", newApp="+parent.__c.SmartStringFormatter("",(Object)(parent._starter._newapp /*gunav2.keymon.com.mx.appupdater._mnewversion*/ ))+""),0);
+ //BA.debugLineNum = 1074;BA.debugLine="DateTime.DateFormat = \"yyyyMMdd\"";
parent.__c.DateTime.setDateFormat("yyyyMMdd");
- //BA.debugLineNum = 1074;BA.debugLine="skmt.ExecNonQuery2(\"delete from CAT_VARIABLES w";
+ //BA.debugLineNum = 1075;BA.debugLine="skmt.ExecNonQuery2(\"delete from CAT_VARIABLES w";
parent._skmt.ExecNonQuery2("delete from CAT_VARIABLES where CAT_VA_DESCRIPCION = ?",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("REVISION_APK")}));
- //BA.debugLineNum = 1075;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_VARIABLES(C";
+ //BA.debugLineNum = 1076;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO CAT_VARIABLES(C";
parent._skmt.ExecNonQuery2("INSERT INTO CAT_VARIABLES(CAT_VA_DESCRIPCION, CAT_VA_VALOR) VALUES (?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("REVISION_APK"),(Object)(parent.__c.DateTime.Date(parent.__c.DateTime.getNow()))}));
- //BA.debugLineNum = 1077;BA.debugLine="If Starter.newApp.version = Application.Version";
+ //BA.debugLineNum = 1078;BA.debugLine="If Starter.newApp.version = Application.Version";
if (true) break;
case 7:
@@ -2460,15 +2462,15 @@ this.state = 9;
case 9:
//C
this.state = 10;
- //BA.debugLineNum = 1078;BA.debugLine="Starter.newApp.update = False";
+ //BA.debugLineNum = 1079;BA.debugLine="Starter.newApp.update = False";
parent._starter._newapp /*gunav2.keymon.com.mx.appupdater._mnewversion*/ .update /*boolean*/ = parent.__c.False;
- //BA.debugLineNum = 1079;BA.debugLine="LogColor(\"No hay nuevo APK\", Colors.red)";
-parent.__c.LogImpl("03211290","No hay nuevo APK",parent.__c.Colors.Red);
- //BA.debugLineNum = 1080;BA.debugLine="B4XPages.MainPage.Entrar.Enabled = True";
+ //BA.debugLineNum = 1080;BA.debugLine="LogColor(\"No hay nuevo APK\", Colors.red)";
+parent.__c.LogImpl("73211290","No hay nuevo APK",parent.__c.Colors.Red);
+ //BA.debugLineNum = 1081;BA.debugLine="B4XPages.MainPage.Entrar.Enabled = True";
parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._entrar /*anywheresoftware.b4a.objects.ButtonWrapper*/ .setEnabled(parent.__c.True);
if (true) break;
;
- //BA.debugLineNum = 1082;BA.debugLine="If Starter.newApp.version <> Application.Versio";
+ //BA.debugLineNum = 1083;BA.debugLine="If Starter.newApp.version <> Application.Versio";
case 10:
//if
@@ -2480,13 +2482,13 @@ this.state = 12;
case 12:
//C
this.state = 13;
- //BA.debugLineNum = 1083;BA.debugLine="Starter.newApp.update = True";
+ //BA.debugLineNum = 1084;BA.debugLine="Starter.newApp.update = True";
parent._starter._newapp /*gunav2.keymon.com.mx.appupdater._mnewversion*/ .update /*boolean*/ = parent.__c.True;
- //BA.debugLineNum = 1084;BA.debugLine="LogColor(\"Hay nuevo APK\", Colors.red)";
-parent.__c.LogImpl("03211295","Hay nuevo APK",parent.__c.Colors.Red);
- //BA.debugLineNum = 1085;BA.debugLine="b_actualizacion.Visible = True";
+ //BA.debugLineNum = 1085;BA.debugLine="LogColor(\"Hay nuevo APK\", Colors.red)";
+parent.__c.LogImpl("73211295","Hay nuevo APK",parent.__c.Colors.Red);
+ //BA.debugLineNum = 1086;BA.debugLine="b_actualizacion.Visible = True";
parent._b_actualizacion.setVisible(parent.__c.True);
- //BA.debugLineNum = 1086;BA.debugLine="CallSubDelayed(appUpdater, \"download_newApk\")";
+ //BA.debugLineNum = 1087;BA.debugLine="CallSubDelayed(appUpdater, \"download_newApk\")";
parent.__c.CallSubDelayed(ba,(Object)(parent._appupdater.getObject()),"download_newApk");
if (true) break;
@@ -2500,9 +2502,9 @@ case 15:
//C
this.state = 16;
this.catchState = 0;
- //BA.debugLineNum = 1089;BA.debugLine="LogColor(\"appUpdater(), Job Failed, error \" &";
-parent.__c.LogImpl("03211300","appUpdater(), Job Failed, error "+parent.__c.LastException(ba).getMessage(),parent.__c.Colors.Red);
- //BA.debugLineNum = 1090;BA.debugLine="If Msgbox2(\"Hubo un error: \" & LastException.Me";
+ //BA.debugLineNum = 1090;BA.debugLine="LogColor(\"appUpdater(), Job Failed, error \" &";
+parent.__c.LogImpl("73211300","appUpdater(), Job Failed, error "+parent.__c.LastException(ba).getMessage(),parent.__c.Colors.Red);
+ //BA.debugLineNum = 1091;BA.debugLine="If Msgbox2(\"Hubo un error: \" & LastException.Me";
if (true) break;
case 16:
@@ -2515,7 +2517,7 @@ this.state = 18;
case 18:
//C
this.state = 19;
- //BA.debugLineNum = 1091;BA.debugLine="ExitApplication";
+ //BA.debugLineNum = 1092;BA.debugLine="ExitApplication";
parent.__c.ExitApplication();
if (true) break;
@@ -2536,7 +2538,7 @@ this.catchState = 0;
case 22:
//C
this.state = 23;
- //BA.debugLineNum = 1096;BA.debugLine="If Msgbox2(\"Es necesaria una conexión a internet";
+ //BA.debugLineNum = 1097;BA.debugLine="If Msgbox2(\"Es necesaria una conexión a internet";
if (true) break;
case 23:
@@ -2549,7 +2551,7 @@ this.state = 25;
case 25:
//C
this.state = 26;
- //BA.debugLineNum = 1097;BA.debugLine="ExitApplication";
+ //BA.debugLineNum = 1098;BA.debugLine="ExitApplication";
parent.__c.ExitApplication();
if (true) break;
@@ -2563,9 +2565,9 @@ case 27:
//C
this.state = -1;
;
- //BA.debugLineNum = 1100;BA.debugLine="j.Release";
+ //BA.debugLineNum = 1101;BA.debugLine="j.Release";
_j._release /*String*/ ();
- //BA.debugLineNum = 1101;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1102;BA.debugLine="End Sub";
if (true) break;
}}
catch (Exception e0) {
@@ -2581,52 +2583,52 @@ ba.setLastException(e0);}
}
public gunav2.keymon.com.mx.httpjob _traearchivover(Object _callback,String _link) throws Exception{
gunav2.keymon.com.mx.httpjob _j = null;
- //BA.debugLineNum = 1109;BA.debugLine="Sub traeArchivoVer (Callback As Object, link As St";
- //BA.debugLineNum = 1110;BA.debugLine="Dim j As HttpJob";
+ //BA.debugLineNum = 1110;BA.debugLine="Sub traeArchivoVer (Callback As Object, link As St";
+ //BA.debugLineNum = 1111;BA.debugLine="Dim j As HttpJob";
_j = new gunav2.keymon.com.mx.httpjob();
- //BA.debugLineNum = 1111;BA.debugLine="j.Initialize(\"\", Callback)";
+ //BA.debugLineNum = 1112;BA.debugLine="j.Initialize(\"\", Callback)";
_j._initialize /*String*/ (ba,"",_callback);
- //BA.debugLineNum = 1112;BA.debugLine="j.GetRequest.Timeout = 5000";
+ //BA.debugLineNum = 1113;BA.debugLine="j.GetRequest.Timeout = 5000";
_j._getrequest /*anywheresoftware.b4h.okhttp.OkHttpClientWrapper.OkHttpRequest*/ ().setTimeout((int) (5000));
- //BA.debugLineNum = 1113;BA.debugLine="j.Download(link)";
+ //BA.debugLineNum = 1114;BA.debugLine="j.Download(link)";
_j._download /*String*/ (_link);
- //BA.debugLineNum = 1114;BA.debugLine="Return j";
+ //BA.debugLineNum = 1115;BA.debugLine="Return j";
if (true) return _j;
- //BA.debugLineNum = 1115;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1116;BA.debugLine="End Sub";
return null;
}
public String _user_enterpressed() throws Exception{
- //BA.debugLineNum = 565;BA.debugLine="Private Sub user_EnterPressed";
- //BA.debugLineNum = 566;BA.debugLine="If user.text = \"KMTS1\" Then Entrar.Enabled = True";
+ //BA.debugLineNum = 566;BA.debugLine="Private Sub user_EnterPressed";
+ //BA.debugLineNum = 567;BA.debugLine="If user.text = \"KMTS1\" Then Entrar.Enabled = True";
if ((_user.getText()).equals("KMTS1")) {
_entrar.setEnabled(__c.True);};
- //BA.debugLineNum = 567;BA.debugLine="End Sub";
+ //BA.debugLineNum = 568;BA.debugLine="End Sub";
return "";
}
public boolean _versionrevisadahoy() throws Exception{
boolean _revisada = false;
- //BA.debugLineNum = 1118;BA.debugLine="Sub versionRevisadaHoy As Boolean";
- //BA.debugLineNum = 1119;BA.debugLine="Private revisada As Boolean = False";
+ //BA.debugLineNum = 1119;BA.debugLine="Sub versionRevisadaHoy As Boolean";
+ //BA.debugLineNum = 1120;BA.debugLine="Private revisada As Boolean = False";
_revisada = __c.False;
- //BA.debugLineNum = 1120;BA.debugLine="c = skmt.ExecQuery2(\"select CAT_VA_VALOR from CAT";
+ //BA.debugLineNum = 1121;BA.debugLine="c = skmt.ExecQuery2(\"select CAT_VA_VALOR from CAT";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("select CAT_VA_VALOR from CAT_VARIABLES WHERE CAT_VA_DESCRIPCION = ?",new String[]{"REVISION_APK"})));
- //BA.debugLineNum = 1121;BA.debugLine="If c.RowCount > 0 Then";
+ //BA.debugLineNum = 1122;BA.debugLine="If c.RowCount > 0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 1122;BA.debugLine="c.Position = 0";
+ //BA.debugLineNum = 1123;BA.debugLine="c.Position = 0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 1123;BA.debugLine="DateTime.DateFormat = \"yyyyMMdd\"";
+ //BA.debugLineNum = 1124;BA.debugLine="DateTime.DateFormat = \"yyyyMMdd\"";
__c.DateTime.setDateFormat("yyyyMMdd");
- //BA.debugLineNum = 1124;BA.debugLine="If DateTime.Date(DateTime.Now) = c.GetString(\"CA";
+ //BA.debugLineNum = 1125;BA.debugLine="If DateTime.Date(DateTime.Now) = c.GetString(\"CA";
if ((__c.DateTime.Date(__c.DateTime.getNow())).equals(_c.GetString("CAT_VA_VALOR"))) {
- //BA.debugLineNum = 1125;BA.debugLine="revisada = True";
+ //BA.debugLineNum = 1126;BA.debugLine="revisada = True";
_revisada = __c.True;
- //BA.debugLineNum = 1126;BA.debugLine="LogColor(\"La versión ya se revisó el día de hoy";
-__c.LogImpl("03342344","La versión ya se revisó el día de hoy.",__c.Colors.Red);
+ //BA.debugLineNum = 1127;BA.debugLine="LogColor(\"La versión ya se revisó el día de hoy";
+__c.LogImpl("73342344","La versión ya se revisó el día de hoy.",__c.Colors.Red);
};
};
- //BA.debugLineNum = 1132;BA.debugLine="Return False";
+ //BA.debugLineNum = 1133;BA.debugLine="Return False";
if (true) return __c.False;
- //BA.debugLineNum = 1134;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1135;BA.debugLine="End Sub";
return false;
}
public Object callSub(String sub, Object sender, Object[] args) throws Exception {
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/b4xpagesmanager.java b/B4A/Objects/src/gunav2/keymon/com/mx/b4xpagesmanager.java
index 2b2fc2d..e25e582 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/b4xpagesmanager.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/b4xpagesmanager.java
@@ -197,7 +197,7 @@ _idtolower = _id.toLowerCase();
//BA.debugLineNum = 143;BA.debugLine="If IdToB4XPage.ContainsKey(IdToLower) Then";
if (_idtob4xpage._containskey /*boolean*/ ((Object)(_idtolower))) {
//BA.debugLineNum = 144;BA.debugLine="Log($\"Page with this id already exists: ${IdToLo";
-__c.LogImpl("966977795",("Page with this id already exists: "+__c.SmartStringFormatter("",(Object)(_idtolower))+"!"),0);
+__c.LogImpl("967108867",("Page with this id already exists: "+__c.SmartStringFormatter("",(Object)(_idtolower))+"!"),0);
//BA.debugLineNum = 145;BA.debugLine="Return";
if (true) return "";
};
@@ -312,7 +312,7 @@ _screenorientation = (int)(BA.ObjectToNumber(_act.GetField("screenOrientation"))
//BA.debugLineNum = 116;BA.debugLine="If screenOrientation = -1 Then";
if (_screenorientation==-1) {
//BA.debugLineNum = 117;BA.debugLine="LogColor(\"#SupportedOrientations attribute mus";
-__c.LogImpl("966846741","#SupportedOrientations attribute must be set to landscape or portrait.",_xui.Color_Red);
+__c.LogImpl("966977813","#SupportedOrientations attribute must be set to landscape or portrait.",_xui.Color_Red);
};
};
}
@@ -369,12 +369,12 @@ if (true) return "";};
//BA.debugLineNum = 212;BA.debugLine="If xui.IsB4i And GetTopPage <> pi Then";
if (_xui.getIsB4i() && (_gettoppage()).equals(_pi) == false) {
//BA.debugLineNum = 213;BA.debugLine="Log(\"Only top page can be closed\")";
-__c.LogImpl("967239940","Only top page can be closed",0);
+__c.LogImpl("967371012","Only top page can be closed",0);
//BA.debugLineNum = 214;BA.debugLine="Return";
if (true) return "";
}else if(_xui.getIsB4i() && _mstackofpageids._getsize /*int*/ ()==1) {
//BA.debugLineNum = 216;BA.debugLine="Log(\"First page cannot be closed\")";
-__c.LogImpl("967239943","First page cannot be closed",0);
+__c.LogImpl("967371015","First page cannot be closed",0);
//BA.debugLineNum = 217;BA.debugLine="Return";
if (true) return "";
};
@@ -589,9 +589,9 @@ _pi = (gunav2.keymon.com.mx.b4xpagesmanager._b4xpageinfo)(_idtob4xpage._get /*Ob
//BA.debugLineNum = 400;BA.debugLine="If pi = Null Then";
if (_pi== null) {
//BA.debugLineNum = 401;BA.debugLine="Log(\"Error: page id not found: \" & id)";
-__c.LogImpl("967895299","Error: page id not found: "+_id,0);
+__c.LogImpl("968026371","Error: page id not found: "+_id,0);
//BA.debugLineNum = 402;BA.debugLine="Log(\"Ids: \" & IdToB4XPage.Keys) 'ignore";
-__c.LogImpl("967895300","Ids: "+BA.ObjectToString(_idtob4xpage._getkeys /*anywheresoftware.b4a.objects.collections.List*/ ()),0);
+__c.LogImpl("968026372","Ids: "+BA.ObjectToString(_idtob4xpage._getkeys /*anywheresoftware.b4a.objects.collections.List*/ ()),0);
};
//BA.debugLineNum = 404;BA.debugLine="Return pi";
if (true) return _pi;
@@ -726,7 +726,7 @@ _addpageandcreate("MainPage",(Object)(_mainpage));
//BA.debugLineNum = 85;BA.debugLine="If LogEvents = False Then";
if (_logevents==__c.False) {
//BA.debugLineNum = 86;BA.debugLine="Log(\"Call B4XPages.GetManager.LogEvents = True t";
-__c.LogImpl("966781211","Call B4XPages.GetManager.LogEvents = True to enable logging B4XPages events.",0);
+__c.LogImpl("966912283","Call B4XPages.GetManager.LogEvents = True to enable logging B4XPages events.",0);
};
//BA.debugLineNum = 88;BA.debugLine="If NonMainPageWasAdded Then";
if (_nonmainpagewasadded) {
@@ -747,7 +747,7 @@ if (_logevents) {
//BA.debugLineNum = 642;BA.debugLine="Dim msg As String = $\"*** ${pi.Id}: ${ev} ${Stac";
_msg = ("*** "+__c.SmartStringFormatter("",(Object)(_pi.Id /*String*/ ))+": "+__c.SmartStringFormatter("",(Object)(_ev))+" "+__c.SmartStringFormatter("",(Object)(_stackstring))+"");
//BA.debugLineNum = 643;BA.debugLine="Log(msg)";
-__c.LogImpl("969009411",_msg,0);
+__c.LogImpl("969140483",_msg,0);
};
//BA.debugLineNum = 645;BA.debugLine="End Sub";
return "";
@@ -799,7 +799,7 @@ __c.CallSubDelayed3(ba,_targetpage.B4XPage /*Object*/ ,_subname,_params[(int) (0
break; }
default: {
//BA.debugLineNum = 562;BA.debugLine="Log(\"Too many parameters\")";
-__c.LogImpl("968485134","Too many parameters",0);
+__c.LogImpl("968616206","Too many parameters",0);
break; }
}
;
@@ -840,7 +840,7 @@ if (true) return __c.CallSubNew3(ba,_targetpage.B4XPage /*Object*/ ,_subname,_pa
break; }
default: {
//BA.debugLineNum = 580;BA.debugLine="Log(\"Too many parameters\")";
-__c.LogImpl("968550670","Too many parameters",0);
+__c.LogImpl("968681742","Too many parameters",0);
break; }
}
;
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/b4xsearchtemplate.java b/B4A/Objects/src/gunav2/keymon/com/mx/b4xsearchtemplate.java
index 587c775..893961a 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/b4xsearchtemplate.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/b4xsearchtemplate.java
@@ -389,7 +389,7 @@ _count = (int) (_count+1);
}
};
//BA.debugLineNum = 227;BA.debugLine="Log(\"Index time: \" & (DateTime.Now - startTime) &";
-__c.LogImpl("987883807","Index time: "+BA.NumberToString((__c.DateTime.getNow()-_starttime))+" ms ("+BA.NumberToString(_items.getSize())+" Items)",0);
+__c.LogImpl("988014879","Index time: "+BA.NumberToString((__c.DateTime.getNow()-_starttime))+" ms ("+BA.NumberToString(_items.getSize())+" Items)",0);
//BA.debugLineNum = 228;BA.debugLine="AllItems = Items";
_allitems = _items;
//BA.debugLineNum = 229;BA.debugLine="Return Array(prefixList, substringList, AllItems)";
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/c_bitacora.java b/B4A/Objects/src/gunav2/keymon/com/mx/c_bitacora.java
index 1c921ff..61658f4 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/c_bitacora.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/c_bitacora.java
@@ -66,7 +66,7 @@ if ((_c.GetString("fCol")).equals(BA.NumberToString(0))) {
//BA.debugLineNum = 201;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"ALTER TAB";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("ALTER TABLE "+__c.SmartStringFormatter("",(Object)(_tabla))+" ADD COLUMN "+__c.SmartStringFormatter("",(Object)(_columna))+" "+__c.SmartStringFormatter("",(Object)(_tipo))+""));
//BA.debugLineNum = 202;BA.debugLine="Log($\"Columna \"${columna} ${tipo}\", agregada a";
-__c.LogImpl("033292294",("Columna \""+__c.SmartStringFormatter("",(Object)(_columna))+" "+__c.SmartStringFormatter("",(Object)(_tipo))+"\", agregada a \""+__c.SmartStringFormatter("",(Object)(_tabla))+"\"."),0);
+__c.LogImpl("733357830",("Columna \""+__c.SmartStringFormatter("",(Object)(_columna))+" "+__c.SmartStringFormatter("",(Object)(_tipo))+"\", agregada a \""+__c.SmartStringFormatter("",(Object)(_tabla))+"\"."),0);
};
}
catch (Exception e9) {
@@ -74,14 +74,14 @@ __c.LogImpl("033292294",("Columna \""+__c.SmartStringFormatter("",(Object)(_colu
try { //BA.debugLineNum = 207;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"ALTER TAB";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("ALTER TABLE "+__c.SmartStringFormatter("",(Object)(_tabla))+" ADD COLUMN "+__c.SmartStringFormatter("",(Object)(_columna))+" "+__c.SmartStringFormatter("",(Object)(_tipo))+""));
//BA.debugLineNum = 208;BA.debugLine="Log($\"Columna \"${columna} ${tipo}\", agregada a";
-__c.LogImpl("033292300",("Columna \""+__c.SmartStringFormatter("",(Object)(_columna))+" "+__c.SmartStringFormatter("",(Object)(_tipo))+"\", agregada a \""+__c.SmartStringFormatter("",(Object)(_tabla))+"\".."),0);
+__c.LogImpl("733357836",("Columna \""+__c.SmartStringFormatter("",(Object)(_columna))+" "+__c.SmartStringFormatter("",(Object)(_tipo))+"\", agregada a \""+__c.SmartStringFormatter("",(Object)(_tabla))+"\".."),0);
}
catch (Exception e13) {
ba.setLastException(e13); //BA.debugLineNum = 210;BA.debugLine="Log(LastException)";
-__c.LogImpl("033292302",BA.ObjectToString(__c.LastException(ba)),0);
+__c.LogImpl("733357838",BA.ObjectToString(__c.LastException(ba)),0);
};
//BA.debugLineNum = 212;BA.debugLine="Log(2)";
-__c.LogImpl("033292304",BA.NumberToString(2),0);
+__c.LogImpl("733357840",BA.NumberToString(2),0);
};
//BA.debugLineNum = 214;BA.debugLine="End Sub";
return "";
@@ -96,7 +96,7 @@ _inivenno = __c.False;
if (_dentrodegeocerca) {
_precision = (int) (1);};
//BA.debugLineNum = 135;BA.debugLine="LogColor($\">>>>>>>>>>>> EN VENTA : ${enVenta}";
-__c.LogImpl("033030151",(">>>>>>>>>>>> EN VENTA : "+__c.SmartStringFormatter("",(Object)(_enventa))+" <<<<<<<<<<<<"),__c.Colors.Blue);
+__c.LogImpl("733095687",(">>>>>>>>>>>> EN VENTA : "+__c.SmartStringFormatter("",(Object)(_enventa))+" <<<<<<<<<<<<"),__c.Colors.Blue);
//BA.debugLineNum = 136;BA.debugLine="motivoNoVenta = \"\"";
_motivonoventa = "";
//BA.debugLineNum = 137;BA.debugLine="motivoNoVisita = \"\"";
@@ -110,7 +110,7 @@ _mandabitacora(_subs._fechanormal /*String*/ (ba,BA.NumberToString(__c.DateTime.
//BA.debugLineNum = 141;BA.debugLine="enVenta = False";
_enventa = __c.False;
//BA.debugLineNum = 142;BA.debugLine="LogColor($\">>>>>> EN VENTA: ${enVenta}\"$, Colors";
-__c.LogImpl("033030158",(">>>>>> EN VENTA: "+__c.SmartStringFormatter("",(Object)(_enventa))+""),__c.Colors.Red);
+__c.LogImpl("733095694",(">>>>>> EN VENTA: "+__c.SmartStringFormatter("",(Object)(_enventa))+""),__c.Colors.Red);
//BA.debugLineNum = 143;BA.debugLine="iniciamosVenta";
_iniciamosventa();
//BA.debugLineNum = 144;BA.debugLine="B4XPages.ShowPageAndRemovePreviousPages(\"Princip";
@@ -131,7 +131,7 @@ _mandabitacora(_subs._fechanormal /*String*/ (ba,BA.NumberToString(__c.DateTime.
//BA.debugLineNum = 153;BA.debugLine="enVenta = True";
_enventa = __c.True;
//BA.debugLineNum = 154;BA.debugLine="LogColor($\">>>>>> EN VENTA: ${enVenta}\"$, Color";
-__c.LogImpl("033030170",(">>>>>> EN VENTA: "+__c.SmartStringFormatter("",(Object)(_enventa))+""),__c.Colors.Red);
+__c.LogImpl("733095706",(">>>>>> EN VENTA: "+__c.SmartStringFormatter("",(Object)(_enventa))+""),__c.Colors.Red);
}else if(_contadoriniciarventa==1 && _inivenno==__c.False && (_motivonoventa).equals("NO VENTA")) {
//BA.debugLineNum = 157;BA.debugLine="IniVenNO = True";
_inivenno = __c.True;
@@ -140,7 +140,7 @@ _mandabitacora(_subs._fechanormal /*String*/ (ba,BA.NumberToString(__c.DateTime.
//BA.debugLineNum = 159;BA.debugLine="enVenta = True";
_enventa = __c.True;
//BA.debugLineNum = 160;BA.debugLine="LogColor($\">>>>>> EN VENTA: ${enVenta}\"$, Color";
-__c.LogImpl("033030176",(">>>>>> EN VENTA: "+__c.SmartStringFormatter("",(Object)(_enventa))+""),__c.Colors.Red);
+__c.LogImpl("733095712",(">>>>>> EN VENTA: "+__c.SmartStringFormatter("",(Object)(_enventa))+""),__c.Colors.Red);
}else if(_contadoriniciarventa>1) {
//BA.debugLineNum = 162;BA.debugLine="p_transparenteInicioFin2.Visible = False";
_p_transparenteiniciofin2.setVisible(__c.False);
@@ -149,7 +149,7 @@ _p_transparenteiniciofin2.setVisible(__c.False);
//BA.debugLineNum = 165;BA.debugLine="p_transparenteInicioFin2.Visible = False";
_p_transparenteiniciofin2.setVisible(__c.False);
//BA.debugLineNum = 166;BA.debugLine="LogColor($\">>>>>>>>>>>> EN VENTA : ${enVenta}";
-__c.LogImpl("033030182",(">>>>>>>>>>>> EN VENTA : "+__c.SmartStringFormatter("",(Object)(_enventa))+" <<<<<<<<<<<<"),__c.Colors.Blue);
+__c.LogImpl("733095718",(">>>>>>>>>>>> EN VENTA : "+__c.SmartStringFormatter("",(Object)(_enventa))+" <<<<<<<<<<<<"),__c.Colors.Blue);
//BA.debugLineNum = 167;BA.debugLine="End Sub";
return "";
}
@@ -170,11 +170,11 @@ return "";
public String _cargamospanel() throws Exception{
//BA.debugLineNum = 170;BA.debugLine="private Sub cargamosPanel";
//BA.debugLineNum = 171;BA.debugLine="Log(p_transparenteInicioFin2.IsInitialized)";
-__c.LogImpl("033095681",BA.ObjectToString(_p_transparenteiniciofin2.IsInitialized()),0);
+__c.LogImpl("733161217",BA.ObjectToString(_p_transparenteiniciofin2.IsInitialized()),0);
//BA.debugLineNum = 173;BA.debugLine="If Not(p_transparenteInicioFin2.IsInitialized) Th";
if (__c.Not(_p_transparenteiniciofin2.IsInitialized())) {
//BA.debugLineNum = 174;BA.debugLine="LogColor(\">>>>>>> CARGAMOS PANEL BITACORA\", Co";
-__c.LogImpl("033095684",">>>>>>> CARGAMOS PANEL BITACORA",__c.Colors.Red);
+__c.LogImpl("733161220",">>>>>>> CARGAMOS PANEL BITACORA",__c.Colors.Red);
//BA.debugLineNum = 175;BA.debugLine="Root2.LoadLayout(\"inicioFinVenta\")";
_root2.LoadLayout("inicioFinVenta",ba);
//BA.debugLineNum = 176;BA.debugLine="p_transparenteInicioFin2.Width = Root2.Width";
@@ -238,9 +238,9 @@ return "";
public String _iniciofin() throws Exception{
//BA.debugLineNum = 112;BA.debugLine="Sub inicioFin";
//BA.debugLineNum = 113;BA.debugLine="LogColor($\">>>>>>>>>>>> XX EN VENTA : ${enVenta";
-__c.LogImpl("032964609",(">>>>>>>>>>>> XX EN VENTA : "+__c.SmartStringFormatter("",(Object)(_enventa))+" <<<<<<<<<<<<"),__c.Colors.Blue);
+__c.LogImpl("733030145",(">>>>>>>>>>>> XX EN VENTA : "+__c.SmartStringFormatter("",(Object)(_enventa))+" <<<<<<<<<<<<"),__c.Colors.Blue);
//BA.debugLineNum = 114;BA.debugLine="Log(b_Inicio_Fin_venta2.Text)";
-__c.LogImpl("032964610",_b_inicio_fin_venta2.getText(),0);
+__c.LogImpl("733030146",_b_inicio_fin_venta2.getText(),0);
//BA.debugLineNum = 115;BA.debugLine="If enVenta = False Then";
if (_enventa==__c.False) {
//BA.debugLineNum = 116;BA.debugLine="p_transparenteInicioFin2.BringToFront";
@@ -283,18 +283,18 @@ public String _jobdone(gunav2.keymon.com.mx.httpjob _job) throws Exception{
gunav2.keymon.com.mx.dbrequestmanager._dbresult _result = null;
//BA.debugLineNum = 221;BA.debugLine="Sub JobDone(Job As HttpJob)";
//BA.debugLineNum = 222;BA.debugLine="Log(\"JOBDONE BITACORA\")";
-__c.LogImpl("033423361","JOBDONE BITACORA",0);
+__c.LogImpl("733488897","JOBDONE BITACORA",0);
//BA.debugLineNum = 223;BA.debugLine="If Job.JobName = \"DBRequest\" Then";
if ((_job._jobname /*String*/ ).equals("DBRequest")) {
//BA.debugLineNum = 224;BA.debugLine="Dim RESULT As DBResult = reqManager.HandleJob(Jo";
_result = _reqmanager._handlejob /*gunav2.keymon.com.mx.dbrequestmanager._dbresult*/ (_job);
//BA.debugLineNum = 225;BA.debugLine="Log($\"Tag: ${RESULT.tag}, success=${Job.Success}";
-__c.LogImpl("033423364",("Tag: "+__c.SmartStringFormatter("",_result.Tag /*Object*/ )+", success="+__c.SmartStringFormatter("",(Object)(_job._success /*boolean*/ ))+""),0);
+__c.LogImpl("733488900",("Tag: "+__c.SmartStringFormatter("",_result.Tag /*Object*/ )+", success="+__c.SmartStringFormatter("",(Object)(_job._success /*boolean*/ ))+""),0);
};
//BA.debugLineNum = 228;BA.debugLine="If Job.Success = False Then";
if (_job._success /*boolean*/ ==__c.False) {
//BA.debugLineNum = 230;BA.debugLine="LogColor(\"Error: \" & Job.ErrorMessage, Colors.re";
-__c.LogImpl("033423369","Error: "+_job._errormessage /*String*/ ,__c.Colors.Red);
+__c.LogImpl("733488905","Error: "+_job._errormessage /*String*/ ,__c.Colors.Red);
}else {
};
//BA.debugLineNum = 234;BA.debugLine="End Sub";
@@ -307,7 +307,7 @@ anywheresoftware.b4a.sql.SQL.CursorWrapper _e = null;
anywheresoftware.b4a.sql.SQL.CursorWrapper _c = null;
//BA.debugLineNum = 37;BA.debugLine="Sub mandaBitacora(fechab As String, usuariob As St";
//BA.debugLineNum = 38;BA.debugLine="Log(motivoNoVisitab)";
-__c.LogImpl("032768001",_motivonovisitab,0);
+__c.LogImpl("732833537",_motivonovisitab,0);
//BA.debugLineNum = 40;BA.debugLine="Private cmd As DBCommand";
_cmd = new gunav2.keymon.com.mx.dbrequestmanager._dbcommand();
//BA.debugLineNum = 41;BA.debugLine="cmd.Initialize";
@@ -350,7 +350,7 @@ if (_e.getRowCount()>0) {
//BA.debugLineNum = 59;BA.debugLine="e.Position = 0";
_e.setPosition((int) (0));
//BA.debugLineNum = 60;BA.debugLine="Log(\"ACTUALIZA BITACORA\")";
-__c.LogImpl("032768023","ACTUALIZA BITACORA",0);
+__c.LogImpl("732833559","ACTUALIZA BITACORA",0);
//BA.debugLineNum = 61;BA.debugLine="If eventob = \"Termina Venta\" Then";
if ((_eventob).equals("Termina Venta")) {
//BA.debugLineNum = 62;BA.debugLine="db.ExecNonQuery($\"update BITACORAGPS set finb";
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/c_cliente.java b/B4A/Objects/src/gunav2/keymon/com/mx/c_cliente.java
index 03b239c..b7dd949 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/c_cliente.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/c_cliente.java
@@ -489,509 +489,509 @@ public gunav2.keymon.com.mx.httputils2service _httputils2service = null;
public gunav2.keymon.com.mx.xuiviewsutils _xuiviewsutils = null;
public String _b_acepatiende_click() throws Exception{
anywheresoftware.b4a.sql.SQL.CursorWrapper _coord = null;
- //BA.debugLineNum = 7958;BA.debugLine="Private Sub b_acepatiende_Click";
- //BA.debugLineNum = 7959;BA.debugLine="If et_atiende.Text <> \"\" Then";
+ //BA.debugLineNum = 7963;BA.debugLine="Private Sub b_acepatiende_Click";
+ //BA.debugLineNum = 7964;BA.debugLine="If et_atiende.Text <> \"\" Then";
if ((_et_atiende.getText()).equals("") == false) {
- //BA.debugLineNum = 7961;BA.debugLine="Private coord As Cursor = B4XPages.MainPage.skmt";
+ //BA.debugLineNum = 7966;BA.debugLine="Private coord As Cursor = B4XPages.MainPage.skmt";
_coord = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_coord = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("SELECT * from ATIENDE where CLIENTE IN (SELECT CUENTA FROM CUENTAA)")));
- //BA.debugLineNum = 7963;BA.debugLine="If coord.RowCount = 0 Then";
+ //BA.debugLineNum = 7968;BA.debugLine="If coord.RowCount = 0 Then";
if (_coord.getRowCount()==0) {
- //BA.debugLineNum = 7964;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO ATIENDE(ATIENDE";
+ //BA.debugLineNum = 7969;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO ATIENDE(ATIENDE";
_skmt.ExecNonQuery2("INSERT INTO ATIENDE(ATIENDE,CLIENTE) VALUES (?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{_et_atiende.getText(),_subs._traecliente /*String*/ (ba)}));
- //BA.debugLineNum = 7965;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"UPDATE km";
+ //BA.debugLineNum = 7970;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"UPDATE km";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("UPDATE kmt_info3 set CAT_CL_ATIENDE1 = '"+__c.SmartStringFormatter("",(Object)(_et_atiende.getText()))+"' where CAT_CL_CODIGO In (select cuenta from cuentaa)"));
- //BA.debugLineNum = 7966;BA.debugLine="MsgboxAsync(\"Datos actualizados.\",\"Atención\")";
+ //BA.debugLineNum = 7971;BA.debugLine="MsgboxAsync(\"Datos actualizados.\",\"Atención\")";
__c.MsgboxAsync(BA.ObjectToCharSequence("Datos actualizados."),BA.ObjectToCharSequence("Atención"),ba);
- //BA.debugLineNum = 7967;BA.debugLine="l_atiende.Text = et_atiende.Text";
+ //BA.debugLineNum = 7972;BA.debugLine="l_atiende.Text = et_atiende.Text";
_l_atiende.setText(BA.ObjectToCharSequence(_et_atiende.getText()));
- //BA.debugLineNum = 7968;BA.debugLine="ime.HideKeyboard";
+ //BA.debugLineNum = 7973;BA.debugLine="ime.HideKeyboard";
_ime.HideKeyboard(ba);
- //BA.debugLineNum = 7969;BA.debugLine="p_atiende.Visible = False";
+ //BA.debugLineNum = 7974;BA.debugLine="p_atiende.Visible = False";
_p_atiende.setVisible(__c.False);
- //BA.debugLineNum = 7970;BA.debugLine="et_atiende.Text = \"\"";
+ //BA.debugLineNum = 7975;BA.debugLine="et_atiende.Text = \"\"";
_et_atiende.setText(BA.ObjectToCharSequence(""));
}else {
- //BA.debugLineNum = 7972;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE ATIENDE SET ATIENDE";
+ //BA.debugLineNum = 7977;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE ATIENDE SET ATIENDE";
_skmt.ExecNonQuery2("UPDATE ATIENDE SET ATIENDE = ? where CLIENTE IN (SELECT CUENTA FROM CUENTAA)",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{_et_atiende.getText()}));
- //BA.debugLineNum = 7973;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"UPDATE km";
+ //BA.debugLineNum = 7978;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"UPDATE km";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("UPDATE kmt_info3 set CAT_CL_ATIENDE1 = '"+__c.SmartStringFormatter("",(Object)(_et_atiende.getText()))+"' where CAT_CL_CODIGO In (select cuenta from cuentaa)"));
- //BA.debugLineNum = 7974;BA.debugLine="MsgboxAsync(\"Datos actualizados.\",\"Atención\")";
+ //BA.debugLineNum = 7979;BA.debugLine="MsgboxAsync(\"Datos actualizados.\",\"Atención\")";
__c.MsgboxAsync(BA.ObjectToCharSequence("Datos actualizados."),BA.ObjectToCharSequence("Atención"),ba);
- //BA.debugLineNum = 7975;BA.debugLine="l_atiende.Text = et_atiende.Text";
+ //BA.debugLineNum = 7980;BA.debugLine="l_atiende.Text = et_atiende.Text";
_l_atiende.setText(BA.ObjectToCharSequence(_et_atiende.getText()));
- //BA.debugLineNum = 7976;BA.debugLine="ime.HideKeyboard";
+ //BA.debugLineNum = 7981;BA.debugLine="ime.HideKeyboard";
_ime.HideKeyboard(ba);
- //BA.debugLineNum = 7977;BA.debugLine="p_atiende.Visible = False";
+ //BA.debugLineNum = 7982;BA.debugLine="p_atiende.Visible = False";
_p_atiende.setVisible(__c.False);
- //BA.debugLineNum = 7978;BA.debugLine="et_atiende.Text = \"\"";
+ //BA.debugLineNum = 7983;BA.debugLine="et_atiende.Text = \"\"";
_et_atiende.setText(BA.ObjectToCharSequence(""));
};
}else {
- //BA.debugLineNum = 7983;BA.debugLine="MsgboxAsync(\"Por favor captura un nombre valido.";
+ //BA.debugLineNum = 7988;BA.debugLine="MsgboxAsync(\"Por favor captura un nombre valido.";
__c.MsgboxAsync(BA.ObjectToCharSequence("Por favor captura un nombre valido."),BA.ObjectToCharSequence("Atención"),ba);
};
- //BA.debugLineNum = 7985;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7990;BA.debugLine="End Sub";
return "";
}
public String _b_acepta_gallina_click() throws Exception{
- //BA.debugLineNum = 5465;BA.debugLine="Private Sub B_ACEPTA_GALLINA_Click";
- //BA.debugLineNum = 5468;BA.debugLine="DateTime.DateFormat = \"MM/dd/yyyy\"";
+ //BA.debugLineNum = 5470;BA.debugLine="Private Sub B_ACEPTA_GALLINA_Click";
+ //BA.debugLineNum = 5473;BA.debugLine="DateTime.DateFormat = \"MM/dd/yyyy\"";
__c.DateTime.setDateFormat("MM/dd/yyyy");
- //BA.debugLineNum = 5469;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
+ //BA.debugLineNum = 5474;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
_sdate = __c.DateTime.Date(__c.DateTime.getNow());
- //BA.debugLineNum = 5470;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
+ //BA.debugLineNum = 5475;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
_stime = __c.DateTime.Time(__c.DateTime.getNow());
- //BA.debugLineNum = 5471;BA.debugLine="c=skmt.ExecQuery(\"Select CUENTA from cuentaa\")";
+ //BA.debugLineNum = 5476;BA.debugLine="c=skmt.ExecQuery(\"Select CUENTA from cuentaa\")";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("Select CUENTA from cuentaa")));
- //BA.debugLineNum = 5472;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 5477;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 5473;BA.debugLine="clie_id = c.GetString(\"CUENTA\")";
+ //BA.debugLineNum = 5478;BA.debugLine="clie_id = c.GetString(\"CUENTA\")";
_clie_id = _c.GetString("CUENTA");
- //BA.debugLineNum = 5474;BA.debugLine="c.Close";
+ //BA.debugLineNum = 5479;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 5475;BA.debugLine="c=skmt.ExecQuery(\"select USUARIO from usuarioa\")";
+ //BA.debugLineNum = 5480;BA.debugLine="c=skmt.ExecQuery(\"select USUARIO from usuarioa\")";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("select USUARIO from usuarioa")));
- //BA.debugLineNum = 5476;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 5481;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 5477;BA.debugLine="usuario = c.GetString(\"USUARIO\")";
+ //BA.debugLineNum = 5482;BA.debugLine="usuario = c.GetString(\"USUARIO\")";
_usuario = _c.GetString("USUARIO");
- //BA.debugLineNum = 5478;BA.debugLine="c.Close";
+ //BA.debugLineNum = 5483;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 5479;BA.debugLine="c=skmt.ExecQuery(\"select ID_ALMACEN from CAT_ALMA";
+ //BA.debugLineNum = 5484;BA.debugLine="c=skmt.ExecQuery(\"select ID_ALMACEN from CAT_ALMA";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("select ID_ALMACEN from CAT_ALMACEN")));
- //BA.debugLineNum = 5480;BA.debugLine="If c.RowCount>0 Then";
+ //BA.debugLineNum = 5485;BA.debugLine="If c.RowCount>0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 5481;BA.debugLine="C.Position=0";
+ //BA.debugLineNum = 5486;BA.debugLine="C.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 5482;BA.debugLine="ALMACEN = C.GetString(\"ID_ALMACEN\")";
+ //BA.debugLineNum = 5487;BA.debugLine="ALMACEN = C.GetString(\"ID_ALMACEN\")";
_almacen = _c.GetString("ID_ALMACEN");
};
- //BA.debugLineNum = 5484;BA.debugLine="c.Close";
+ //BA.debugLineNum = 5489;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 5485;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO PEDIDO (PE_CEDIS";
+ //BA.debugLineNum = 5490;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO PEDIDO (PE_CEDIS";
_skmt.ExecNonQuery2("INSERT INTO PEDIDO (PE_CEDIS,PE_COSTO_TOT,PE_COSTOU,PE_CANT,PE_PRONOMBRE,PE_PROID,PE_CLIENTE,PE_FECHA,PE_USUARIO,PE_RUTA) VALUES(?,?,?,?,?,?,?,?,?,?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("PRO1771"),(Object)(0),(Object)(0),(Object)(1),(Object)("1 KNORR SUIZA EXH C/50/22 GR +1 KNORR SUIZA GALLINA $279.00"),(Object)("PRO1771"),(Object)(_la_cuenta.getText()),(Object)(_sdate+_stime),(Object)(_usuario),(Object)(_la_ruta)}));
- //BA.debugLineNum = 5486;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO PEDIDO (PE_CEDIS";
+ //BA.debugLineNum = 5491;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO PEDIDO (PE_CEDIS";
_skmt.ExecNonQuery2("INSERT INTO PEDIDO (PE_CEDIS,PE_COSTO_TOT,PE_COSTOU,PE_CANT,PE_PRONOMBRE,PE_PROID,PE_CLIENTE,PE_FECHA,PE_USUARIO,PE_RUTA) VALUES(?,?,?,?,?,?,?,?,?,?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("PRO1771"),(Object)(139.5),(Object)(139.5),(Object)(1),(Object)("KNORR SUIZA EXH C/50/22 GR"),(Object)("UNI047"),(Object)(_la_cuenta.getText()),(Object)(_sdate+_stime),(Object)(_usuario),(Object)(_la_ruta)}));
- //BA.debugLineNum = 5487;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO PEDIDO (PE_CEDIS";
+ //BA.debugLineNum = 5492;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO PEDIDO (PE_CEDIS";
_skmt.ExecNonQuery2("INSERT INTO PEDIDO (PE_CEDIS,PE_COSTO_TOT,PE_COSTOU,PE_CANT,PE_PRONOMBRE,PE_PROID,PE_CLIENTE,PE_FECHA,PE_USUARIO,PE_RUTA) VALUES(?,?,?,?,?,?,?,?,?,?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("PRO1771"),(Object)(139.5),(Object)(139.5),(Object)(1),(Object)("KNORR SUIZA GALLINA"),(Object)("UNI860"),(Object)(_la_cuenta.getText()),(Object)(_sdate+_stime),(Object)(_usuario),(Object)(_la_ruta)}));
- //BA.debugLineNum = 5489;BA.debugLine="c=skmt.ExecQuery(\"select sum(pe_costo_tot) as TOT";
+ //BA.debugLineNum = 5494;BA.debugLine="c=skmt.ExecQuery(\"select sum(pe_costo_tot) as TOT";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("select sum(pe_costo_tot) as TOTAL_CLIE, SUM(PE_CANT) AS CANT_CLIE, SUM(PE_COSTO_SIN) AS TOTAL_CLIE_SIN FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA from cuentaa)")));
- //BA.debugLineNum = 5490;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 5495;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 5491;BA.debugLine="skmt.ExecNonQuery(\"delete from pedido_cliente whe";
+ //BA.debugLineNum = 5496;BA.debugLine="skmt.ExecNonQuery(\"delete from pedido_cliente whe";
_skmt.ExecNonQuery("delete from pedido_cliente where PC_CLIENTE In (select cuenta from cuentaa)");
- //BA.debugLineNum = 5492;BA.debugLine="skmt.ExecNonQuery2(\"insert into pedido_cliente(PC";
+ //BA.debugLineNum = 5497;BA.debugLine="skmt.ExecNonQuery2(\"insert into pedido_cliente(PC";
_skmt.ExecNonQuery2("insert into pedido_cliente(PC_CLIENTE, PC_FECHA, PC_USER, PC_NOART, PC_MONTO,PC_LON, PC_LAT,PC_ALMACEN,PC_RUTA,PC_COSTO_SIN) VALUES (?,?,?,?,?,?,?,?,?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_clie_id),(Object)(_sdate+_stime),(Object)(_usuario),(Object)(_c.GetString("CANT_CLIE")),(Object)(_c.GetString("TOTAL_CLIE")),(Object)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lon_gps /*String*/ ),(Object)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lat_gps /*String*/ ),(Object)(_almacen),(Object)(_la_ruta),(Object)(_c.GetString("TOTAL_CLIE_SIN"))}));
- //BA.debugLineNum = 5493;BA.debugLine="skmt.ExecNonQuery(\"UPDATE kmt_info3 set gestion =";
+ //BA.debugLineNum = 5498;BA.debugLine="skmt.ExecNonQuery(\"UPDATE kmt_info3 set gestion =";
_skmt.ExecNonQuery("UPDATE kmt_info3 set gestion = 2 where CAT_CL_CODIGO In (select cuenta from cuentaa)");
- //BA.debugLineNum = 5497;BA.debugLine="B_GALLINA.Visible = False";
+ //BA.debugLineNum = 5502;BA.debugLine="B_GALLINA.Visible = False";
_b_gallina.setVisible(__c.False);
- //BA.debugLineNum = 5498;BA.debugLine="b_like.Visible = True";
+ //BA.debugLineNum = 5503;BA.debugLine="b_like.Visible = True";
_b_like.setVisible(__c.True);
- //BA.debugLineNum = 5499;BA.debugLine="Tar.Visible = True";
+ //BA.debugLineNum = 5504;BA.debugLine="Tar.Visible = True";
_tar.setVisible(__c.True);
- //BA.debugLineNum = 5500;BA.debugLine="Tels.Visible = True";
+ //BA.debugLineNum = 5505;BA.debugLine="Tels.Visible = True";
_tels.setVisible(__c.True);
- //BA.debugLineNum = 5501;BA.debugLine="gest.Visible = True";
+ //BA.debugLineNum = 5506;BA.debugLine="gest.Visible = True";
_gest.setVisible(__c.True);
- //BA.debugLineNum = 5503;BA.debugLine="b_like.Visible = False";
+ //BA.debugLineNum = 5508;BA.debugLine="b_like.Visible = False";
_b_like.setVisible(__c.False);
- //BA.debugLineNum = 5504;BA.debugLine="Guardar.Visible = True";
+ //BA.debugLineNum = 5509;BA.debugLine="Guardar.Visible = True";
_guardar.setVisible(__c.True);
- //BA.debugLineNum = 5505;BA.debugLine="P_gallina.Visible = False";
+ //BA.debugLineNum = 5510;BA.debugLine="P_gallina.Visible = False";
_p_gallina.setVisible(__c.False);
- //BA.debugLineNum = 5506;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5511;BA.debugLine="End Sub";
return "";
}
public String _b_aceptelefono_click() throws Exception{
anywheresoftware.b4a.sql.SQL.CursorWrapper _coord = null;
- //BA.debugLineNum = 8005;BA.debugLine="Private Sub b_aceptelefono_Click";
- //BA.debugLineNum = 8006;BA.debugLine="If et_telefono.Text <> \"\" Then";
+ //BA.debugLineNum = 8010;BA.debugLine="Private Sub b_aceptelefono_Click";
+ //BA.debugLineNum = 8011;BA.debugLine="If et_telefono.Text <> \"\" Then";
if ((_et_telefono.getText()).equals("") == false) {
- //BA.debugLineNum = 8007;BA.debugLine="If et_telefono.Text.Length = 10 Then";
+ //BA.debugLineNum = 8012;BA.debugLine="If et_telefono.Text.Length = 10 Then";
if (_et_telefono.getText().length()==10) {
- //BA.debugLineNum = 8009;BA.debugLine="Private coord As Cursor = B4XPages.MainPage.skm";
+ //BA.debugLineNum = 8014;BA.debugLine="Private coord As Cursor = B4XPages.MainPage.skm";
_coord = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_coord = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("SELECT * from TELEFONO where CLIENTE IN (SELECT CUENTA FROM CUENTAA)")));
- //BA.debugLineNum = 8011;BA.debugLine="If coord.RowCount = 0 Then";
+ //BA.debugLineNum = 8016;BA.debugLine="If coord.RowCount = 0 Then";
if (_coord.getRowCount()==0) {
- //BA.debugLineNum = 8012;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO TELEFONO(TELEF";
+ //BA.debugLineNum = 8017;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO TELEFONO(TELEF";
_skmt.ExecNonQuery2("INSERT INTO TELEFONO(TELEFONO,CLIENTE) VALUES (?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{_et_telefono.getText(),_subs._traecliente /*String*/ (ba)}));
- //BA.debugLineNum = 8013;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"UPDATE k";
+ //BA.debugLineNum = 8018;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"UPDATE k";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("UPDATE kmt_info3 set CAT_CL_TELEFONO = '"+__c.SmartStringFormatter("",(Object)(_et_telefono.getText()))+"' where CAT_CL_CODIGO In (select cuenta from cuentaa)"));
- //BA.debugLineNum = 8014;BA.debugLine="MsgboxAsync(\"Datos actualizados.\",\"Atención\")";
+ //BA.debugLineNum = 8019;BA.debugLine="MsgboxAsync(\"Datos actualizados.\",\"Atención\")";
__c.MsgboxAsync(BA.ObjectToCharSequence("Datos actualizados."),BA.ObjectToCharSequence("Atención"),ba);
- //BA.debugLineNum = 8015;BA.debugLine="Label19.Text = et_telefono.Text";
+ //BA.debugLineNum = 8020;BA.debugLine="Label19.Text = et_telefono.Text";
_label19.setText(BA.ObjectToCharSequence(_et_telefono.getText()));
- //BA.debugLineNum = 8016;BA.debugLine="ime.HideKeyboard";
+ //BA.debugLineNum = 8021;BA.debugLine="ime.HideKeyboard";
_ime.HideKeyboard(ba);
- //BA.debugLineNum = 8017;BA.debugLine="p_telefono.Visible = False";
+ //BA.debugLineNum = 8022;BA.debugLine="p_telefono.Visible = False";
_p_telefono.setVisible(__c.False);
- //BA.debugLineNum = 8018;BA.debugLine="et_telefono.Text = \"\"";
+ //BA.debugLineNum = 8023;BA.debugLine="et_telefono.Text = \"\"";
_et_telefono.setText(BA.ObjectToCharSequence(""));
}else {
- //BA.debugLineNum = 8020;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE TELEFONO SET TELEFO";
+ //BA.debugLineNum = 8025;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE TELEFONO SET TELEFO";
_skmt.ExecNonQuery2("UPDATE TELEFONO SET TELEFONO = ? where CLIENTE IN (SELECT CUENTA FROM CUENTAA)",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{_et_telefono.getText()}));
- //BA.debugLineNum = 8021;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"UPDATE k";
+ //BA.debugLineNum = 8026;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"UPDATE k";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("UPDATE kmt_info3 set CAT_CL_TELEFONO = '"+__c.SmartStringFormatter("",(Object)(_et_telefono.getText()))+"' where CAT_CL_CODIGO In (select cuenta from cuentaa)"));
- //BA.debugLineNum = 8022;BA.debugLine="MsgboxAsync(\"Datos actualizados.\",\"Atención\")";
+ //BA.debugLineNum = 8027;BA.debugLine="MsgboxAsync(\"Datos actualizados.\",\"Atención\")";
__c.MsgboxAsync(BA.ObjectToCharSequence("Datos actualizados."),BA.ObjectToCharSequence("Atención"),ba);
- //BA.debugLineNum = 8023;BA.debugLine="Label19.Text = et_telefono.Text";
+ //BA.debugLineNum = 8028;BA.debugLine="Label19.Text = et_telefono.Text";
_label19.setText(BA.ObjectToCharSequence(_et_telefono.getText()));
- //BA.debugLineNum = 8025;BA.debugLine="ime.HideKeyboard";
+ //BA.debugLineNum = 8030;BA.debugLine="ime.HideKeyboard";
_ime.HideKeyboard(ba);
- //BA.debugLineNum = 8026;BA.debugLine="p_telefono.Visible = False";
+ //BA.debugLineNum = 8031;BA.debugLine="p_telefono.Visible = False";
_p_telefono.setVisible(__c.False);
- //BA.debugLineNum = 8027;BA.debugLine="et_telefono.Text = \"\"";
+ //BA.debugLineNum = 8032;BA.debugLine="et_telefono.Text = \"\"";
_et_telefono.setText(BA.ObjectToCharSequence(""));
};
}else {
- //BA.debugLineNum = 8031;BA.debugLine="MsgboxAsync(\"Por favor captura un numero de tel";
+ //BA.debugLineNum = 8036;BA.debugLine="MsgboxAsync(\"Por favor captura un numero de tel";
__c.MsgboxAsync(BA.ObjectToCharSequence("Por favor captura un numero de teléfono valido."),BA.ObjectToCharSequence("Atención"),ba);
};
}else {
- //BA.debugLineNum = 8034;BA.debugLine="MsgboxAsync(\"Por favor captura un numero de telé";
+ //BA.debugLineNum = 8039;BA.debugLine="MsgboxAsync(\"Por favor captura un numero de telé";
__c.MsgboxAsync(BA.ObjectToCharSequence("Por favor captura un numero de teléfono valido."),BA.ObjectToCharSequence("Atención"),ba);
};
- //BA.debugLineNum = 8036;BA.debugLine="End Sub";
+ //BA.debugLineNum = 8041;BA.debugLine="End Sub";
return "";
}
public String _b_agregarcom_click() throws Exception{
anywheresoftware.b4a.objects.LabelWrapper _label1 = null;
int _i = 0;
String _itemtext = "";
- //BA.debugLineNum = 7653;BA.debugLine="Private Sub b_agregarcom_Click";
- //BA.debugLineNum = 7655;BA.debugLine="If et_comentario.Text <> \"\" Then";
+ //BA.debugLineNum = 7658;BA.debugLine="Private Sub b_agregarcom_Click";
+ //BA.debugLineNum = 7660;BA.debugLine="If et_comentario.Text <> \"\" Then";
if ((_et_comentario.getText()).equals("") == false) {
- //BA.debugLineNum = 7656;BA.debugLine="If chb_com.Checked Then";
+ //BA.debugLineNum = 7661;BA.debugLine="If chb_com.Checked Then";
if (_chb_com.getChecked()) {
- //BA.debugLineNum = 7657;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"insert in";
+ //BA.debugLineNum = 7662;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"insert in";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("insert into COMENTARIOS (COMENTARTIO, CLIENTE,comentario_tmp) values ('"+__c.SmartStringFormatter("",(Object)(_et_comentario.getText()))+"','"+__c.SmartStringFormatter("",(Object)(_subs._traecliente /*String*/ (ba)))+"',1)"));
}else if(_chb_com.getChecked()==__c.False) {
- //BA.debugLineNum = 7659;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"insert in";
+ //BA.debugLineNum = 7664;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"insert in";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("insert into COMENTARIOS (COMENTARTIO, CLIENTE,comentario_tmp) values ('"+__c.SmartStringFormatter("",(Object)(_et_comentario.getText()))+"','"+__c.SmartStringFormatter("",(Object)(_subs._traecliente /*String*/ (ba)))+"',0)"));
};
- //BA.debugLineNum = 7662;BA.debugLine="Dim label1 As Label";
+ //BA.debugLineNum = 7667;BA.debugLine="Dim label1 As Label";
_label1 = new anywheresoftware.b4a.objects.LabelWrapper();
- //BA.debugLineNum = 7663;BA.debugLine="label1 = lv_comentarios.SingleLineLayout.Label";
+ //BA.debugLineNum = 7668;BA.debugLine="label1 = lv_comentarios.SingleLineLayout.Label";
_label1 = _lv_comentarios.getSingleLineLayout().Label;
- //BA.debugLineNum = 7664;BA.debugLine="label1.TextSize = 16";
+ //BA.debugLineNum = 7669;BA.debugLine="label1.TextSize = 16";
_label1.setTextSize((float) (16));
- //BA.debugLineNum = 7665;BA.debugLine="label1.TextColor = Colors.White";
+ //BA.debugLineNum = 7670;BA.debugLine="label1.TextColor = Colors.White";
_label1.setTextColor(__c.Colors.White);
- //BA.debugLineNum = 7670;BA.debugLine="label1.Typeface = Typeface.CreateNew(Typeface.DE";
+ //BA.debugLineNum = 7675;BA.debugLine="label1.Typeface = Typeface.CreateNew(Typeface.DE";
_label1.setTypeface(__c.Typeface.CreateNew(__c.Typeface.DEFAULT_BOLD,__c.Typeface.STYLE_BOLD));
- //BA.debugLineNum = 7675;BA.debugLine="Private c As Cursor = Starter.skmt.ExecQuery(\"se";
+ //BA.debugLineNum = 7680;BA.debugLine="Private c As Cursor = Starter.skmt.ExecQuery(\"se";
_c = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select COMENTARTIO FROM COMENTARIOS WHERE CLIENTE IN (SELECT CUENTA FROM CUENTAA)")));
- //BA.debugLineNum = 7676;BA.debugLine="lv_comentarios.SingleLineLayout.Label.TextColor";
+ //BA.debugLineNum = 7681;BA.debugLine="lv_comentarios.SingleLineLayout.Label.TextColor";
_lv_comentarios.getSingleLineLayout().Label.setTextColor(__c.Colors.Black);
- //BA.debugLineNum = 7677;BA.debugLine="lv_comentarios.Clear";
+ //BA.debugLineNum = 7682;BA.debugLine="lv_comentarios.Clear";
_lv_comentarios.Clear();
- //BA.debugLineNum = 7678;BA.debugLine="If c.RowCount > 0 Then";
+ //BA.debugLineNum = 7683;BA.debugLine="If c.RowCount > 0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 7679;BA.debugLine="For i = 0 To c.RowCount - 1";
+ //BA.debugLineNum = 7684;BA.debugLine="For i = 0 To c.RowCount - 1";
{
final int step16 = 1;
final int limit16 = (int) (_c.getRowCount()-1);
_i = (int) (0) ;
for (;_i <= limit16 ;_i = _i + step16 ) {
- //BA.debugLineNum = 7680;BA.debugLine="c.Position = i";
+ //BA.debugLineNum = 7685;BA.debugLine="c.Position = i";
_c.setPosition(_i);
- //BA.debugLineNum = 7681;BA.debugLine="Dim itemText As String";
+ //BA.debugLineNum = 7686;BA.debugLine="Dim itemText As String";
_itemtext = "";
- //BA.debugLineNum = 7683;BA.debugLine="itemText = $\"${c.GetString(\"COMENTARTIO\")}\"$";
+ //BA.debugLineNum = 7688;BA.debugLine="itemText = $\"${c.GetString(\"COMENTARTIO\")}\"$";
_itemtext = (""+__c.SmartStringFormatter("",(Object)(_c.GetString("COMENTARTIO")))+"");
- //BA.debugLineNum = 7684;BA.debugLine="lv_comentarios.AddSingleLine(itemText)";
+ //BA.debugLineNum = 7689;BA.debugLine="lv_comentarios.AddSingleLine(itemText)";
_lv_comentarios.AddSingleLine(BA.ObjectToCharSequence(_itemtext));
}
};
}else {
- //BA.debugLineNum = 7688;BA.debugLine="lv_comentarios.AddSingleLine(\"No hay datos disp";
+ //BA.debugLineNum = 7693;BA.debugLine="lv_comentarios.AddSingleLine(\"No hay datos disp";
_lv_comentarios.AddSingleLine(BA.ObjectToCharSequence("No hay datos disponibles."));
};
- //BA.debugLineNum = 7690;BA.debugLine="c.Close";
+ //BA.debugLineNum = 7695;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 7691;BA.debugLine="et_comentario.Text = \"\"";
+ //BA.debugLineNum = 7696;BA.debugLine="et_comentario.Text = \"\"";
_et_comentario.setText(BA.ObjectToCharSequence(""));
};
- //BA.debugLineNum = 7694;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7699;BA.debugLine="End Sub";
return "";
}
public String _b_cancela_gallina_click() throws Exception{
- //BA.debugLineNum = 5508;BA.debugLine="Private Sub B_CANCELA_GALLINA_Click";
- //BA.debugLineNum = 5509;BA.debugLine="P_gallina.Visible = False";
+ //BA.debugLineNum = 5513;BA.debugLine="Private Sub B_CANCELA_GALLINA_Click";
+ //BA.debugLineNum = 5514;BA.debugLine="P_gallina.Visible = False";
_p_gallina.setVisible(__c.False);
- //BA.debugLineNum = 5511;BA.debugLine="B_GALLINA.Visible = False";
+ //BA.debugLineNum = 5516;BA.debugLine="B_GALLINA.Visible = False";
_b_gallina.setVisible(__c.False);
- //BA.debugLineNum = 5512;BA.debugLine="b_like.Visible = True";
+ //BA.debugLineNum = 5517;BA.debugLine="b_like.Visible = True";
_b_like.setVisible(__c.True);
- //BA.debugLineNum = 5513;BA.debugLine="Tar.Visible = True";
+ //BA.debugLineNum = 5518;BA.debugLine="Tar.Visible = True";
_tar.setVisible(__c.True);
- //BA.debugLineNum = 5514;BA.debugLine="Tels.Visible = True";
+ //BA.debugLineNum = 5519;BA.debugLine="Tels.Visible = True";
_tels.setVisible(__c.True);
- //BA.debugLineNum = 5515;BA.debugLine="gest.Visible = True";
+ //BA.debugLineNum = 5520;BA.debugLine="gest.Visible = True";
_gest.setVisible(__c.True);
- //BA.debugLineNum = 5517;BA.debugLine="b_like.Visible = False";
+ //BA.debugLineNum = 5522;BA.debugLine="b_like.Visible = False";
_b_like.setVisible(__c.False);
- //BA.debugLineNum = 5518;BA.debugLine="Guardar.Visible = True";
+ //BA.debugLineNum = 5523;BA.debugLine="Guardar.Visible = True";
_guardar.setVisible(__c.True);
- //BA.debugLineNum = 5521;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5526;BA.debugLine="End Sub";
return "";
}
public String _b_cancelarcodigoautorizacion_click() throws Exception{
- //BA.debugLineNum = 6790;BA.debugLine="Private Sub b_cancelarCodigoAutorizacion_Click";
- //BA.debugLineNum = 6791;BA.debugLine="p_transparenteTicketImpreso.Visible = False";
+ //BA.debugLineNum = 6795;BA.debugLine="Private Sub b_cancelarCodigoAutorizacion_Click";
+ //BA.debugLineNum = 6796;BA.debugLine="p_transparenteTicketImpreso.Visible = False";
_p_transparenteticketimpreso.setVisible(__c.False);
- //BA.debugLineNum = 6792;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6797;BA.debugLine="End Sub";
return "";
}
public String _b_cancelarenviopdf_click() throws Exception{
- //BA.debugLineNum = 7520;BA.debugLine="Private Sub b_cancelarEnvioPDF_Click";
- //BA.debugLineNum = 7521;BA.debugLine="p_transparentePDF.Visible = False";
+ //BA.debugLineNum = 7525;BA.debugLine="Private Sub b_cancelarEnvioPDF_Click";
+ //BA.debugLineNum = 7526;BA.debugLine="p_transparentePDF.Visible = False";
_p_transparentepdf.setVisible(__c.False);
- //BA.debugLineNum = 7522;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7527;BA.debugLine="End Sub";
return "";
}
public String _b_cancelatiende_click() throws Exception{
- //BA.debugLineNum = 7987;BA.debugLine="Private Sub b_cancelatiende_Click";
- //BA.debugLineNum = 7988;BA.debugLine="p_atiende.Visible = False";
+ //BA.debugLineNum = 7992;BA.debugLine="Private Sub b_cancelatiende_Click";
+ //BA.debugLineNum = 7993;BA.debugLine="p_atiende.Visible = False";
_p_atiende.setVisible(__c.False);
- //BA.debugLineNum = 7989;BA.debugLine="et_atiende.Text = \"\"";
+ //BA.debugLineNum = 7994;BA.debugLine="et_atiende.Text = \"\"";
_et_atiende.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 7990;BA.debugLine="ime.HideKeyboard";
+ //BA.debugLineNum = 7995;BA.debugLine="ime.HideKeyboard";
_ime.HideKeyboard(ba);
- //BA.debugLineNum = 7991;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7996;BA.debugLine="End Sub";
return "";
}
public String _b_canceltelefono_click() throws Exception{
- //BA.debugLineNum = 8038;BA.debugLine="Private Sub b_canceltelefono_Click";
- //BA.debugLineNum = 8039;BA.debugLine="p_telefono.Visible = False";
+ //BA.debugLineNum = 8043;BA.debugLine="Private Sub b_canceltelefono_Click";
+ //BA.debugLineNum = 8044;BA.debugLine="p_telefono.Visible = False";
_p_telefono.setVisible(__c.False);
- //BA.debugLineNum = 8040;BA.debugLine="et_telefono.Text = \"\"";
+ //BA.debugLineNum = 8045;BA.debugLine="et_telefono.Text = \"\"";
_et_telefono.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 8041;BA.debugLine="ime.HideKeyboard";
+ //BA.debugLineNum = 8046;BA.debugLine="ime.HideKeyboard";
_ime.HideKeyboard(ba);
- //BA.debugLineNum = 8042;BA.debugLine="End Sub";
+ //BA.debugLineNum = 8047;BA.debugLine="End Sub";
return "";
}
public String _b_cerarcom_click() throws Exception{
- //BA.debugLineNum = 7648;BA.debugLine="Private Sub b_cerarcom_Click";
- //BA.debugLineNum = 7649;BA.debugLine="p_comentario.Visible = False";
+ //BA.debugLineNum = 7653;BA.debugLine="Private Sub b_cerarcom_Click";
+ //BA.debugLineNum = 7654;BA.debugLine="p_comentario.Visible = False";
_p_comentario.setVisible(__c.False);
- //BA.debugLineNum = 7650;BA.debugLine="et_comentario.Text = \"\"";
+ //BA.debugLineNum = 7655;BA.debugLine="et_comentario.Text = \"\"";
_et_comentario.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 7651;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7656;BA.debugLine="End Sub";
return "";
}
public String _b_chk_e_click() throws Exception{
- //BA.debugLineNum = 6537;BA.debugLine="Private Sub b_chk_e_Click";
- //BA.debugLineNum = 6539;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6542;BA.debugLine="Private Sub b_chk_e_Click";
+ //BA.debugLineNum = 6544;BA.debugLine="End Sub";
return "";
}
public String _b_codigoautorizacion_click() throws Exception{
gunav2.keymon.com.mx.dbrequestmanager._dbcommand _cmd = null;
- //BA.debugLineNum = 6772;BA.debugLine="Private Sub b_codigoAutorizacion_Click";
- //BA.debugLineNum = 6773;BA.debugLine="If et_codigoAutorizacion.Text <> \"KMTS1\" Then";
+ //BA.debugLineNum = 6777;BA.debugLine="Private Sub b_codigoAutorizacion_Click";
+ //BA.debugLineNum = 6778;BA.debugLine="If et_codigoAutorizacion.Text <> \"KMTS1\" Then";
if ((_et_codigoautorizacion.getText()).equals("KMTS1") == false) {
- //BA.debugLineNum = 6774;BA.debugLine="Dim cmd As DBCommand";
+ //BA.debugLineNum = 6779;BA.debugLine="Dim cmd As DBCommand";
_cmd = new gunav2.keymon.com.mx.dbrequestmanager._dbcommand();
- //BA.debugLineNum = 6775;BA.debugLine="cmd.Initialize";
+ //BA.debugLineNum = 6780;BA.debugLine="cmd.Initialize";
_cmd.Initialize();
- //BA.debugLineNum = 6776;BA.debugLine="cmd.Name = \"select_codigoAutorizacion\"";
+ //BA.debugLineNum = 6781;BA.debugLine="cmd.Name = \"select_codigoAutorizacion\"";
_cmd.Name /*String*/ = "select_codigoAutorizacion";
- //BA.debugLineNum = 6777;BA.debugLine="cmd.Parameters = Array As Object(et_codigoAutori";
+ //BA.debugLineNum = 6782;BA.debugLine="cmd.Parameters = Array As Object(et_codigoAutori";
_cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_et_codigoautorizacion.getText().trim()),(Object)(_subs._traeruta /*String*/ (ba)),(Object)(_subs._traealmacen /*String*/ (ba))};
- //BA.debugLineNum = 6778;BA.debugLine="reqManager.ExecuteQuery(cmd , 0, \"codigoAutoriza";
+ //BA.debugLineNum = 6783;BA.debugLine="reqManager.ExecuteQuery(cmd , 0, \"codigoAutoriza";
_reqmanager._executequery /*String*/ (_cmd,(int) (0),(Object)("codigoAutorizacion"));
}else {
- //BA.debugLineNum = 6780;BA.debugLine="Starter.skmt.ExecNonQuery(\"delete from ticket_im";
+ //BA.debugLineNum = 6785;BA.debugLine="Starter.skmt.ExecNonQuery(\"delete from ticket_im";
_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("delete from ticket_impreso where idCliente in (select cuenta from cuentaa)");
- //BA.debugLineNum = 6781;BA.debugLine="p_transparenteTicketImpreso.Visible = False";
+ //BA.debugLineNum = 6786;BA.debugLine="p_transparenteTicketImpreso.Visible = False";
_p_transparenteticketimpreso.setVisible(__c.False);
- //BA.debugLineNum = 6782;BA.debugLine="et_codigoAutorizacion.Text = \"\"";
+ //BA.debugLineNum = 6787;BA.debugLine="et_codigoAutorizacion.Text = \"\"";
_et_codigoautorizacion.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 6783;BA.debugLine="Starter.skmt.ExecNonQuery(\"Update kmt_info3 set";
+ //BA.debugLineNum = 6788;BA.debugLine="Starter.skmt.ExecNonQuery(\"Update kmt_info3 set";
_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("Update kmt_info3 set CONFIRMADO = 0 WHERE CAT_CL_CODIGO IN (SELECT CUENTA FROM CUENTAA)");
- //BA.debugLineNum = 6784;BA.debugLine="Starter.skmt.ExecNonQuery(\"Update CODIGOS_CREDIT";
+ //BA.debugLineNum = 6789;BA.debugLine="Starter.skmt.ExecNonQuery(\"Update CODIGOS_CREDIT";
_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("Update CODIGOS_CREDITO set BANDERA = 0 WHERE CLIENTE IN (SELECT CUENTA FROM CUENTAA)");
};
- //BA.debugLineNum = 6786;BA.debugLine="teclado.HideKeyboard";
+ //BA.debugLineNum = 6791;BA.debugLine="teclado.HideKeyboard";
_teclado.HideKeyboard(ba);
- //BA.debugLineNum = 6788;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6793;BA.debugLine="End Sub";
return "";
}
public String _b_comentarios_click() throws Exception{
anywheresoftware.b4a.objects.LabelWrapper _label1 = null;
int _i = 0;
String _itemtext = "";
- //BA.debugLineNum = 7612;BA.debugLine="Private Sub b_comentarios_Click";
- //BA.debugLineNum = 7613;BA.debugLine="p_comentario.Visible = True";
+ //BA.debugLineNum = 7617;BA.debugLine="Private Sub b_comentarios_Click";
+ //BA.debugLineNum = 7618;BA.debugLine="p_comentario.Visible = True";
_p_comentario.setVisible(__c.True);
- //BA.debugLineNum = 7614;BA.debugLine="et_comentario.Text = \"\"";
+ //BA.debugLineNum = 7619;BA.debugLine="et_comentario.Text = \"\"";
_et_comentario.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 7615;BA.debugLine="Dim label1 As Label";
+ //BA.debugLineNum = 7620;BA.debugLine="Dim label1 As Label";
_label1 = new anywheresoftware.b4a.objects.LabelWrapper();
- //BA.debugLineNum = 7616;BA.debugLine="label1 = lv_comentarios.SingleLineLayout.Label";
+ //BA.debugLineNum = 7621;BA.debugLine="label1 = lv_comentarios.SingleLineLayout.Label";
_label1 = _lv_comentarios.getSingleLineLayout().Label;
- //BA.debugLineNum = 7617;BA.debugLine="label1.TextSize = 16";
+ //BA.debugLineNum = 7622;BA.debugLine="label1.TextSize = 16";
_label1.setTextSize((float) (16));
- //BA.debugLineNum = 7618;BA.debugLine="label1.TextColor = Colors.White";
+ //BA.debugLineNum = 7623;BA.debugLine="label1.TextColor = Colors.White";
_label1.setTextColor(__c.Colors.White);
- //BA.debugLineNum = 7623;BA.debugLine="label1.Typeface = Typeface.CreateNew(Typeface.DEF";
+ //BA.debugLineNum = 7628;BA.debugLine="label1.Typeface = Typeface.CreateNew(Typeface.DEF";
_label1.setTypeface(__c.Typeface.CreateNew(__c.Typeface.DEFAULT_BOLD,__c.Typeface.STYLE_BOLD));
- //BA.debugLineNum = 7628;BA.debugLine="Private c As Cursor = Starter.skmt.ExecQuery(\"sel";
+ //BA.debugLineNum = 7633;BA.debugLine="Private c As Cursor = Starter.skmt.ExecQuery(\"sel";
_c = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select COMENTARTIO FROM COMENTARIOS WHERE CLIENTE IN (SELECT CUENTA FROM CUENTAA)")));
- //BA.debugLineNum = 7629;BA.debugLine="lv_comentarios.SingleLineLayout.Label.TextColor =";
+ //BA.debugLineNum = 7634;BA.debugLine="lv_comentarios.SingleLineLayout.Label.TextColor =";
_lv_comentarios.getSingleLineLayout().Label.setTextColor(__c.Colors.Black);
- //BA.debugLineNum = 7630;BA.debugLine="lv_comentarios.Clear";
+ //BA.debugLineNum = 7635;BA.debugLine="lv_comentarios.Clear";
_lv_comentarios.Clear();
- //BA.debugLineNum = 7631;BA.debugLine="If c.RowCount > 0 Then";
+ //BA.debugLineNum = 7636;BA.debugLine="If c.RowCount > 0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 7632;BA.debugLine="For i = 0 To c.RowCount - 1";
+ //BA.debugLineNum = 7637;BA.debugLine="For i = 0 To c.RowCount - 1";
{
final int step12 = 1;
final int limit12 = (int) (_c.getRowCount()-1);
_i = (int) (0) ;
for (;_i <= limit12 ;_i = _i + step12 ) {
- //BA.debugLineNum = 7633;BA.debugLine="c.Position = i";
+ //BA.debugLineNum = 7638;BA.debugLine="c.Position = i";
_c.setPosition(_i);
- //BA.debugLineNum = 7634;BA.debugLine="Dim itemText As String";
+ //BA.debugLineNum = 7639;BA.debugLine="Dim itemText As String";
_itemtext = "";
- //BA.debugLineNum = 7636;BA.debugLine="itemText = $\"${c.GetString(\"COMENTARTIO\")}\"$";
+ //BA.debugLineNum = 7641;BA.debugLine="itemText = $\"${c.GetString(\"COMENTARTIO\")}\"$";
_itemtext = (""+__c.SmartStringFormatter("",(Object)(_c.GetString("COMENTARTIO")))+"");
- //BA.debugLineNum = 7637;BA.debugLine="lv_comentarios.AddSingleLine(itemText)";
+ //BA.debugLineNum = 7642;BA.debugLine="lv_comentarios.AddSingleLine(itemText)";
_lv_comentarios.AddSingleLine(BA.ObjectToCharSequence(_itemtext));
}
};
}else {
- //BA.debugLineNum = 7641;BA.debugLine="lv_comentarios.AddSingleLine(\"No hay datos dispo";
+ //BA.debugLineNum = 7646;BA.debugLine="lv_comentarios.AddSingleLine(\"No hay datos dispo";
_lv_comentarios.AddSingleLine(BA.ObjectToCharSequence("No hay datos disponibles."));
};
- //BA.debugLineNum = 7646;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7651;BA.debugLine="End Sub";
return "";
}
public String _b_e_next_click() throws Exception{
- //BA.debugLineNum = 4677;BA.debugLine="Sub B_E_NEXT_Click";
- //BA.debugLineNum = 4678;BA.debugLine="If E_RES_E.Text <> \"\" Then";
+ //BA.debugLineNum = 4682;BA.debugLine="Sub B_E_NEXT_Click";
+ //BA.debugLineNum = 4683;BA.debugLine="If E_RES_E.Text <> \"\" Then";
if ((_e_res_e.getText()).equals("") == false) {
- //BA.debugLineNum = 4679;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"insert int";
+ //BA.debugLineNum = 4684;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"insert int";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("insert into HIST_ENCUESTA(HE_CLIE, HE_RES, HE_FECHA, HE_TIPO) VALUES (?,?,?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_la_cuenta.getText()),(Object)(_e_res_e.getText()),(Object)(_sdate+_stime),(Object)("DONDE")}));
- //BA.debugLineNum = 4680;BA.debugLine="Panel2.Visible = False";
+ //BA.debugLineNum = 4685;BA.debugLine="Panel2.Visible = False";
_panel2.setVisible(__c.False);
- //BA.debugLineNum = 4681;BA.debugLine="B4XPages.ShowPage(\"Productos\")";
+ //BA.debugLineNum = 4686;BA.debugLine="B4XPages.ShowPage(\"Productos\")";
_b4xpages._showpage /*String*/ (ba,"Productos");
}else {
- //BA.debugLineNum = 4683;BA.debugLine="Msgbox(\"SIN RESPUESTA\",\"AVISO\") 'Ignore";
+ //BA.debugLineNum = 4688;BA.debugLine="Msgbox(\"SIN RESPUESTA\",\"AVISO\") 'Ignore";
__c.Msgbox(BA.ObjectToCharSequence("SIN RESPUESTA"),BA.ObjectToCharSequence("AVISO"),ba);
};
- //BA.debugLineNum = 4685;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4690;BA.debugLine="End Sub";
return "";
}
public String _b_encuesta_1_click() throws Exception{
anywheresoftware.b4a.objects.ButtonWrapper _btn = null;
- //BA.debugLineNum = 6461;BA.debugLine="Private Sub b_encuesta_1_Click";
- //BA.debugLineNum = 6462;BA.debugLine="Log(\"BOTON 1 CLICK\")";
-__c.LogImpl("024576001","BOTON 1 CLICK",0);
- //BA.debugLineNum = 6463;BA.debugLine="Dim btn As Button = Sender";
+ //BA.debugLineNum = 6466;BA.debugLine="Private Sub b_encuesta_1_Click";
+ //BA.debugLineNum = 6467;BA.debugLine="Log(\"BOTON 1 CLICK\")";
+__c.LogImpl("724576001","BOTON 1 CLICK",0);
+ //BA.debugLineNum = 6468;BA.debugLine="Dim btn As Button = Sender";
_btn = new anywheresoftware.b4a.objects.ButtonWrapper();
_btn = (anywheresoftware.b4a.objects.ButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.ButtonWrapper(), (android.widget.Button)(__c.Sender(ba)));
- //BA.debugLineNum = 6464;BA.debugLine="Log(\"BOTON 1 CLICKED \"& \" clicked - \" & btn.Text";
-__c.LogImpl("024576003","BOTON 1 CLICKED "+" clicked - "+_btn.getText()+" - "+BA.ObjectToString(_btn.getTag()),0);
- //BA.debugLineNum = 6465;BA.debugLine="encuestaRes = btn.Text";
+ //BA.debugLineNum = 6469;BA.debugLine="Log(\"BOTON 1 CLICKED \"& \" clicked - \" & btn.Text";
+__c.LogImpl("724576003","BOTON 1 CLICKED "+" clicked - "+_btn.getText()+" - "+BA.ObjectToString(_btn.getTag()),0);
+ //BA.debugLineNum = 6470;BA.debugLine="encuestaRes = btn.Text";
_encuestares = _btn.getText();
- //BA.debugLineNum = 6466;BA.debugLine="indicePregunta = btn.Tag";
+ //BA.debugLineNum = 6471;BA.debugLine="indicePregunta = btn.Tag";
_indicepregunta = (int)(BA.ObjectToNumber(_btn.getTag()));
- //BA.debugLineNum = 6467;BA.debugLine="ocultaPanelEncuesta";
+ //BA.debugLineNum = 6472;BA.debugLine="ocultaPanelEncuesta";
_ocultapanelencuesta();
- //BA.debugLineNum = 6468;BA.debugLine="botonPresionado = 1";
+ //BA.debugLineNum = 6473;BA.debugLine="botonPresionado = 1";
_botonpresionado = (int) (1);
- //BA.debugLineNum = 6469;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6474;BA.debugLine="End Sub";
return "";
}
public String _b_encuesta_2_click() throws Exception{
anywheresoftware.b4a.objects.ButtonWrapper _btn = null;
- //BA.debugLineNum = 6471;BA.debugLine="Private Sub b_encuesta_2_Click";
- //BA.debugLineNum = 6472;BA.debugLine="Log(\"BOTON 2 CLICK\")";
-__c.LogImpl("024641537","BOTON 2 CLICK",0);
- //BA.debugLineNum = 6473;BA.debugLine="Dim btn As Button = Sender";
+ //BA.debugLineNum = 6476;BA.debugLine="Private Sub b_encuesta_2_Click";
+ //BA.debugLineNum = 6477;BA.debugLine="Log(\"BOTON 2 CLICK\")";
+__c.LogImpl("724641537","BOTON 2 CLICK",0);
+ //BA.debugLineNum = 6478;BA.debugLine="Dim btn As Button = Sender";
_btn = new anywheresoftware.b4a.objects.ButtonWrapper();
_btn = (anywheresoftware.b4a.objects.ButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.ButtonWrapper(), (android.widget.Button)(__c.Sender(ba)));
- //BA.debugLineNum = 6474;BA.debugLine="Log(\"BOTON 2 CLICKED \"& \" clicked - \" & btn.Text";
-__c.LogImpl("024641539","BOTON 2 CLICKED "+" clicked - "+_btn.getText()+" - "+BA.ObjectToString(_btn.getTag()),0);
- //BA.debugLineNum = 6475;BA.debugLine="encuestaRes = btn.Text";
+ //BA.debugLineNum = 6479;BA.debugLine="Log(\"BOTON 2 CLICKED \"& \" clicked - \" & btn.Text";
+__c.LogImpl("724641539","BOTON 2 CLICKED "+" clicked - "+_btn.getText()+" - "+BA.ObjectToString(_btn.getTag()),0);
+ //BA.debugLineNum = 6480;BA.debugLine="encuestaRes = btn.Text";
_encuestares = _btn.getText();
- //BA.debugLineNum = 6476;BA.debugLine="indicePregunta = btn.Tag";
+ //BA.debugLineNum = 6481;BA.debugLine="indicePregunta = btn.Tag";
_indicepregunta = (int)(BA.ObjectToNumber(_btn.getTag()));
- //BA.debugLineNum = 6477;BA.debugLine="ocultaPanelEncuesta";
+ //BA.debugLineNum = 6482;BA.debugLine="ocultaPanelEncuesta";
_ocultapanelencuesta();
- //BA.debugLineNum = 6478;BA.debugLine="botonPresionado = 1";
+ //BA.debugLineNum = 6483;BA.debugLine="botonPresionado = 1";
_botonpresionado = (int) (1);
- //BA.debugLineNum = 6479;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6484;BA.debugLine="End Sub";
return "";
}
public String _b_encuesta_3_click() throws Exception{
anywheresoftware.b4a.objects.ButtonWrapper _btn = null;
- //BA.debugLineNum = 6481;BA.debugLine="Private Sub b_encuesta_3_Click";
- //BA.debugLineNum = 6482;BA.debugLine="Log(\"BOTON 3 CLICK\")";
-__c.LogImpl("024707073","BOTON 3 CLICK",0);
- //BA.debugLineNum = 6483;BA.debugLine="Dim btn As Button = Sender";
+ //BA.debugLineNum = 6486;BA.debugLine="Private Sub b_encuesta_3_Click";
+ //BA.debugLineNum = 6487;BA.debugLine="Log(\"BOTON 3 CLICK\")";
+__c.LogImpl("724707073","BOTON 3 CLICK",0);
+ //BA.debugLineNum = 6488;BA.debugLine="Dim btn As Button = Sender";
_btn = new anywheresoftware.b4a.objects.ButtonWrapper();
_btn = (anywheresoftware.b4a.objects.ButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.ButtonWrapper(), (android.widget.Button)(__c.Sender(ba)));
- //BA.debugLineNum = 6484;BA.debugLine="Log(\"BOTON 3 CLICKED \"& \" clicked - \" & btn.Text";
-__c.LogImpl("024707075","BOTON 3 CLICKED "+" clicked - "+_btn.getText()+" - "+BA.ObjectToString(_btn.getTag()),0);
- //BA.debugLineNum = 6485;BA.debugLine="encuestaRes = btn.Text";
+ //BA.debugLineNum = 6489;BA.debugLine="Log(\"BOTON 3 CLICKED \"& \" clicked - \" & btn.Text";
+__c.LogImpl("724707075","BOTON 3 CLICKED "+" clicked - "+_btn.getText()+" - "+BA.ObjectToString(_btn.getTag()),0);
+ //BA.debugLineNum = 6490;BA.debugLine="encuestaRes = btn.Text";
_encuestares = _btn.getText();
- //BA.debugLineNum = 6486;BA.debugLine="indicePregunta = btn.Tag";
+ //BA.debugLineNum = 6491;BA.debugLine="indicePregunta = btn.Tag";
_indicepregunta = (int)(BA.ObjectToNumber(_btn.getTag()));
- //BA.debugLineNum = 6487;BA.debugLine="ocultaPanelEncuesta";
+ //BA.debugLineNum = 6492;BA.debugLine="ocultaPanelEncuesta";
_ocultapanelencuesta();
- //BA.debugLineNum = 6488;BA.debugLine="botonPresionado = 1";
+ //BA.debugLineNum = 6493;BA.debugLine="botonPresionado = 1";
_botonpresionado = (int) (1);
- //BA.debugLineNum = 6489;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6494;BA.debugLine="End Sub";
return "";
}
public String _b_encuesta_continuar_click() throws Exception{
anywheresoftware.b4a.objects.ButtonWrapper _btn = null;
- //BA.debugLineNum = 6491;BA.debugLine="Private Sub b_encuesta_continuar_Click";
- //BA.debugLineNum = 6492;BA.debugLine="Dim btn As Button = Sender";
+ //BA.debugLineNum = 6496;BA.debugLine="Private Sub b_encuesta_continuar_Click";
+ //BA.debugLineNum = 6497;BA.debugLine="Dim btn As Button = Sender";
_btn = new anywheresoftware.b4a.objects.ButtonWrapper();
_btn = (anywheresoftware.b4a.objects.ButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.ButtonWrapper(), (android.widget.Button)(__c.Sender(ba)));
- //BA.debugLineNum = 6493;BA.debugLine="Log(\"BOTON CONTINUAR CLICK - \" & btn.Text & \" - \"";
-__c.LogImpl("024772610","BOTON CONTINUAR CLICK - "+_btn.getText()+" - "+BA.ObjectToString(_btn.getTag()),0);
- //BA.debugLineNum = 6494;BA.debugLine="encuestaRes = et_encuesta.Text";
+ //BA.debugLineNum = 6498;BA.debugLine="Log(\"BOTON CONTINUAR CLICK - \" & btn.Text & \" - \"";
+__c.LogImpl("724772610","BOTON CONTINUAR CLICK - "+_btn.getText()+" - "+BA.ObjectToString(_btn.getTag()),0);
+ //BA.debugLineNum = 6499;BA.debugLine="encuestaRes = et_encuesta.Text";
_encuestares = _et_encuesta.getText();
- //BA.debugLineNum = 6495;BA.debugLine="indicePregunta = btn.Tag";
+ //BA.debugLineNum = 6500;BA.debugLine="indicePregunta = btn.Tag";
_indicepregunta = (int)(BA.ObjectToNumber(_btn.getTag()));
- //BA.debugLineNum = 6496;BA.debugLine="et_encuesta.Text = \"\"";
+ //BA.debugLineNum = 6501;BA.debugLine="et_encuesta.Text = \"\"";
_et_encuesta.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 6497;BA.debugLine="et_encuesta.Visible = False";
+ //BA.debugLineNum = 6502;BA.debugLine="et_encuesta.Visible = False";
_et_encuesta.setVisible(__c.False);
- //BA.debugLineNum = 6498;BA.debugLine="b_encuesta_continuar.Visible = False";
+ //BA.debugLineNum = 6503;BA.debugLine="b_encuesta_continuar.Visible = False";
_b_encuesta_continuar.setVisible(__c.False);
- //BA.debugLineNum = 6499;BA.debugLine="ocultaPanelEncuesta";
+ //BA.debugLineNum = 6504;BA.debugLine="ocultaPanelEncuesta";
_ocultapanelencuesta();
- //BA.debugLineNum = 6500;BA.debugLine="botonPresionado = 1";
+ //BA.debugLineNum = 6505;BA.debugLine="botonPresionado = 1";
_botonpresionado = (int) (1);
- //BA.debugLineNum = 6501;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6506;BA.debugLine="End Sub";
return "";
}
public String _b_enviarticket_click() throws Exception{
- //BA.debugLineNum = 7343;BA.debugLine="Private Sub b_enviarTicket_Click";
- //BA.debugLineNum = 7344;BA.debugLine="et_numeroPDF.Text = telefono.trim";
+ //BA.debugLineNum = 7348;BA.debugLine="Private Sub b_enviarTicket_Click";
+ //BA.debugLineNum = 7349;BA.debugLine="et_numeroPDF.Text = telefono.trim";
_et_numeropdf.setText(BA.ObjectToCharSequence(_telefono.trim()));
- //BA.debugLineNum = 7345;BA.debugLine="p_transparentePDF.Visible = True";
+ //BA.debugLineNum = 7350;BA.debugLine="p_transparentePDF.Visible = True";
_p_transparentepdf.setVisible(__c.True);
- //BA.debugLineNum = 7353;BA.debugLine="Log(\"Progress 2\")";
-__c.LogImpl("026083338","Progress 2",0);
- //BA.debugLineNum = 7354;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7358;BA.debugLine="Log(\"Progress 2\")";
+__c.LogImpl("726083338","Progress 2",0);
+ //BA.debugLineNum = 7359;BA.debugLine="End Sub";
return "";
}
public String _b_enviarticket_longclick() throws Exception{
- //BA.debugLineNum = 7356;BA.debugLine="Private Sub b_enviarTicket_LongClick";
- //BA.debugLineNum = 7362;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7361;BA.debugLine="Private Sub b_enviarTicket_LongClick";
+ //BA.debugLineNum = 7367;BA.debugLine="End Sub";
return "";
}
public void _b_enviopdf_click() throws Exception{
@@ -1016,7 +1016,7 @@ return;
case 0:
//C
this.state = 1;
- //BA.debugLineNum = 7486;BA.debugLine="If ALMACEN = 87 Or ALMACEN = 6 Then";
+ //BA.debugLineNum = 7491;BA.debugLine="If ALMACEN = 87 Or ALMACEN = 6 Then";
if (true) break;
case 1:
@@ -1031,7 +1031,7 @@ this.state = 11;
case 3:
//C
this.state = 4;
- //BA.debugLineNum = 7487;BA.debugLine="If Subs.traemontoprod Then";
+ //BA.debugLineNum = 7492;BA.debugLine="If Subs.traemontoprod Then";
if (true) break;
case 4:
@@ -1046,14 +1046,14 @@ this.state = 8;
case 6:
//C
this.state = 9;
- //BA.debugLineNum = 7488;BA.debugLine="PDFGENERAR2";
+ //BA.debugLineNum = 7493;BA.debugLine="PDFGENERAR2";
parent._pdfgenerar2();
if (true) break;
case 8:
//C
this.state = 9;
- //BA.debugLineNum = 7490;BA.debugLine="PDFGENERAR";
+ //BA.debugLineNum = 7495;BA.debugLine="PDFGENERAR";
parent._pdfgenerar();
if (true) break;
@@ -1066,7 +1066,7 @@ this.state = 12;
case 11:
//C
this.state = 12;
- //BA.debugLineNum = 7493;BA.debugLine="PDFGENERAR";
+ //BA.debugLineNum = 7498;BA.debugLine="PDFGENERAR";
parent._pdfgenerar();
if (true) break;
@@ -1074,7 +1074,7 @@ case 12:
//C
this.state = -1;
;
- //BA.debugLineNum = 7496;BA.debugLine="Sleep(3000)";
+ //BA.debugLineNum = 7501;BA.debugLine="Sleep(3000)";
parent.__c.Sleep(ba,this,(int) (3000));
this.state = 13;
return;
@@ -1082,41 +1082,41 @@ case 13:
//C
this.state = -1;
;
- //BA.debugLineNum = 7497;BA.debugLine="EnviarPDFWhatsAppNumero(et_numeroPDF.Text)";
+ //BA.debugLineNum = 7502;BA.debugLine="EnviarPDFWhatsAppNumero(et_numeroPDF.Text)";
parent._enviarpdfwhatsappnumero(parent._et_numeropdf.getText());
- //BA.debugLineNum = 7499;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete from";
+ //BA.debugLineNum = 7504;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete from";
parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("delete from TICKET_IMPRESO where idCliente In (select cuenta from cuentaa)");
- //BA.debugLineNum = 7500;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"insert into";
+ //BA.debugLineNum = 7505;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"insert into";
parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("insert into TICKET_IMPRESO (idCliente) values ('"+parent.__c.SmartStringFormatter("",(Object)(parent._subs._traecliente /*String*/ (ba)))+"')"));
- //BA.debugLineNum = 7502;BA.debugLine="DateTime.DateFormat = \"YYYY/MM/dd HH:mm:ss\"";
+ //BA.debugLineNum = 7507;BA.debugLine="DateTime.DateFormat = \"YYYY/MM/dd HH:mm:ss\"";
parent.__c.DateTime.setDateFormat("YYYY/MM/dd HH:mm:ss");
- //BA.debugLineNum = 7503;BA.debugLine="Dim cmd As DBCommand";
+ //BA.debugLineNum = 7508;BA.debugLine="Dim cmd As DBCommand";
_cmd = new gunav2.keymon.com.mx.dbrequestmanager._dbcommand();
- //BA.debugLineNum = 7504;BA.debugLine="cmd.Initialize";
+ //BA.debugLineNum = 7509;BA.debugLine="cmd.Initialize";
_cmd.Initialize();
- //BA.debugLineNum = 7505;BA.debugLine="cmd.Name = \"insertEnvioTicketPDF\"";
+ //BA.debugLineNum = 7510;BA.debugLine="cmd.Name = \"insertEnvioTicketPDF\"";
_cmd.Name /*String*/ = "insertEnvioTicketPDF";
- //BA.debugLineNum = 7506;BA.debugLine="Log(DateTime.Date(DateTime.Now))";
-parent.__c.LogImpl("026411029",parent.__c.DateTime.Date(parent.__c.DateTime.getNow()),0);
- //BA.debugLineNum = 7507;BA.debugLine="cmd.Parameters = Array As Object(Subs.traeCliente";
+ //BA.debugLineNum = 7511;BA.debugLine="Log(DateTime.Date(DateTime.Now))";
+parent.__c.LogImpl("726411029",parent.__c.DateTime.Date(parent.__c.DateTime.getNow()),0);
+ //BA.debugLineNum = 7512;BA.debugLine="cmd.Parameters = Array As Object(Subs.traeCliente";
_cmd.Parameters /*Object[]*/ = new Object[]{(Object)(parent._subs._traecliente /*String*/ (ba)),(Object)(parent._subs._traeusuariodebd /*String*/ (ba)),(Object)(parent._et_numeropdf.getText()),(Object)(parent.__c.DateTime.Date(parent.__c.DateTime.getNow()))};
- //BA.debugLineNum = 7508;BA.debugLine="reqManager.ExecuteCommand(cmd , \"insertEnvioTicke";
+ //BA.debugLineNum = 7513;BA.debugLine="reqManager.ExecuteCommand(cmd , \"insertEnvioTicke";
parent._reqmanager._executecommand /*String*/ (_cmd,(Object)("insertEnvioTicketPDF"));
- //BA.debugLineNum = 7510;BA.debugLine="cmd.Initialize";
+ //BA.debugLineNum = 7515;BA.debugLine="cmd.Initialize";
_cmd.Initialize();
- //BA.debugLineNum = 7511;BA.debugLine="cmd.Name = \"insertaTelefonoTicketPDF\"";
+ //BA.debugLineNum = 7516;BA.debugLine="cmd.Name = \"insertaTelefonoTicketPDF\"";
_cmd.Name /*String*/ = "insertaTelefonoTicketPDF";
- //BA.debugLineNum = 7512;BA.debugLine="Log(DateTime.Date(DateTime.Now))";
-parent.__c.LogImpl("026411035",parent.__c.DateTime.Date(parent.__c.DateTime.getNow()),0);
- //BA.debugLineNum = 7513;BA.debugLine="cmd.Parameters = Array As Object(Subs.traeAlmacen";
+ //BA.debugLineNum = 7517;BA.debugLine="Log(DateTime.Date(DateTime.Now))";
+parent.__c.LogImpl("726411035",parent.__c.DateTime.Date(parent.__c.DateTime.getNow()),0);
+ //BA.debugLineNum = 7518;BA.debugLine="cmd.Parameters = Array As Object(Subs.traeAlmacen";
_cmd.Parameters /*Object[]*/ = new Object[]{(Object)(parent._subs._traealmacen /*String*/ (ba)),(Object)(parent._subs._traeruta /*String*/ (ba)),(Object)(parent._subs._traecliente /*String*/ (ba)),(Object)(parent._et_numeropdf.getText())};
- //BA.debugLineNum = 7514;BA.debugLine="reqManager.ExecuteCommand(cmd , \"insertTelefonoTi";
+ //BA.debugLineNum = 7519;BA.debugLine="reqManager.ExecuteCommand(cmd , \"insertTelefonoTi";
parent._reqmanager._executecommand /*String*/ (_cmd,(Object)("insertTelefonoTicketPDF"));
- //BA.debugLineNum = 7516;BA.debugLine="Guardar_Click";
+ //BA.debugLineNum = 7521;BA.debugLine="Guardar_Click";
parent._guardar_click();
- //BA.debugLineNum = 7517;BA.debugLine="p_transparentePDF.Visible = False";
+ //BA.debugLineNum = 7522;BA.debugLine="p_transparentePDF.Visible = False";
parent._p_transparentepdf.setVisible(parent.__c.False);
- //BA.debugLineNum = 7518;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7523;BA.debugLine="End Sub";
if (true) break;
}
@@ -1124,472 +1124,459 @@ if (true) break;
}
}
public String _b_foto_click() throws Exception{
- //BA.debugLineNum = 7805;BA.debugLine="Private Sub b_foto_Click";
- //BA.debugLineNum = 7827;BA.debugLine="camEx.TakePicture";
+ //BA.debugLineNum = 7810;BA.debugLine="Private Sub b_foto_Click";
+ //BA.debugLineNum = 7832;BA.debugLine="camEx.TakePicture";
_camex._takepicture /*String*/ ();
- //BA.debugLineNum = 7828;BA.debugLine="p_camara.Visible = False";
+ //BA.debugLineNum = 7833;BA.debugLine="p_camara.Visible = False";
_p_camara.setVisible(__c.False);
- //BA.debugLineNum = 7832;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7837;BA.debugLine="End Sub";
return "";
}
public String _b_gallina_click() throws Exception{
- //BA.debugLineNum = 5523;BA.debugLine="Private Sub B_GALLINA_Click";
- //BA.debugLineNum = 5524;BA.debugLine="P_gallina.Visible = True";
+ //BA.debugLineNum = 5528;BA.debugLine="Private Sub B_GALLINA_Click";
+ //BA.debugLineNum = 5529;BA.debugLine="P_gallina.Visible = True";
_p_gallina.setVisible(__c.True);
- //BA.debugLineNum = 5526;BA.debugLine="B_GALLINA.Visible = False";
+ //BA.debugLineNum = 5531;BA.debugLine="B_GALLINA.Visible = False";
_b_gallina.setVisible(__c.False);
- //BA.debugLineNum = 5527;BA.debugLine="b_like.Visible = False";
+ //BA.debugLineNum = 5532;BA.debugLine="b_like.Visible = False";
_b_like.setVisible(__c.False);
- //BA.debugLineNum = 5528;BA.debugLine="BT_QR.Visible = False";
+ //BA.debugLineNum = 5533;BA.debugLine="BT_QR.Visible = False";
_bt_qr.setVisible(__c.False);
- //BA.debugLineNum = 5530;BA.debugLine="b_like.Visible = False";
+ //BA.debugLineNum = 5535;BA.debugLine="b_like.Visible = False";
_b_like.setVisible(__c.False);
- //BA.debugLineNum = 5531;BA.debugLine="Tar.Visible = False";
+ //BA.debugLineNum = 5536;BA.debugLine="Tar.Visible = False";
_tar.setVisible(__c.False);
- //BA.debugLineNum = 5532;BA.debugLine="Tels.Visible = False";
+ //BA.debugLineNum = 5537;BA.debugLine="Tels.Visible = False";
_tels.setVisible(__c.False);
- //BA.debugLineNum = 5533;BA.debugLine="gest.Visible = False ': ToastMessageShow(\"ccc\", F";
+ //BA.debugLineNum = 5538;BA.debugLine="gest.Visible = False ': ToastMessageShow(\"ccc\", F";
_gest.setVisible(__c.False);
- //BA.debugLineNum = 5534;BA.debugLine="b_venta.Visible = False";
+ //BA.debugLineNum = 5539;BA.debugLine="b_venta.Visible = False";
_b_venta.setVisible(__c.False);
- //BA.debugLineNum = 5535;BA.debugLine="Guardar.Visible = False";
+ //BA.debugLineNum = 5540;BA.debugLine="Guardar.Visible = False";
_guardar.setVisible(__c.False);
- //BA.debugLineNum = 5536;BA.debugLine="HIST.Visible = False";
+ //BA.debugLineNum = 5541;BA.debugLine="HIST.Visible = False";
_hist.setVisible(__c.False);
- //BA.debugLineNum = 5537;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5542;BA.debugLine="End Sub";
return "";
}
public String _b_geopass_click() throws Exception{
gunav2.keymon.com.mx.dbrequestmanager._dbcommand _cmd = null;
- //BA.debugLineNum = 1915;BA.debugLine="Private Sub b_geopass_Click";
- //BA.debugLineNum = 1916;BA.debugLine="If et_geopass.Text.trim = \"KMTS1\" Then";
+ //BA.debugLineNum = 1920;BA.debugLine="Private Sub b_geopass_Click";
+ //BA.debugLineNum = 1921;BA.debugLine="If et_geopass.Text.trim = \"KMTS1\" Then";
if ((_et_geopass.getText().trim()).equals("KMTS1")) {
- //BA.debugLineNum = 1917;BA.debugLine="m_lat = B4XPages.MainPage.lat_gps";
+ //BA.debugLineNum = 1922;BA.debugLine="m_lat = B4XPages.MainPage.lat_gps";
_m_lat = _b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lat_gps /*String*/ ;
- //BA.debugLineNum = 1918;BA.debugLine="m_lon = B4XPages.MainPage.lon_gps";
+ //BA.debugLineNum = 1923;BA.debugLine="m_lon = B4XPages.MainPage.lon_gps";
_m_lon = _b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lon_gps /*String*/ ;
- //BA.debugLineNum = 1919;BA.debugLine="GPS_LocationChanged(Starter.ubicacionActual)";
+ //BA.debugLineNum = 1924;BA.debugLine="GPS_LocationChanged(Starter.ubicacionActual)";
_gps_locationchanged(_starter._ubicacionactual /*anywheresoftware.b4a.gps.LocationWrapper*/ );
- //BA.debugLineNum = 1920;BA.debugLine="skmt.ExecNonQuery($\"update kmt_info3 set CAT_CL_";
+ //BA.debugLineNum = 1925;BA.debugLine="skmt.ExecNonQuery($\"update kmt_info3 set CAT_CL_";
_skmt.ExecNonQuery(("update kmt_info3 set CAT_CL_LAT = '"+__c.SmartStringFormatter("",(Object)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lat_gps /*String*/ ))+"', CAT_CL_LONG = '"+__c.SmartStringFormatter("",(Object)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lon_gps /*String*/ ))+"' where CAT_CL_CODIGO = '"+__c.SmartStringFormatter("",(Object)(_subs._traecliente /*String*/ (ba)))+"'"));
- //BA.debugLineNum = 1921;BA.debugLine="et_geopass.Text = \"\"";
+ //BA.debugLineNum = 1926;BA.debugLine="et_geopass.Text = \"\"";
_et_geopass.setText(BA.ObjectToCharSequence(""));
}else {
- //BA.debugLineNum = 1923;BA.debugLine="Dim cmd As DBCommand";
+ //BA.debugLineNum = 1928;BA.debugLine="Dim cmd As DBCommand";
_cmd = new gunav2.keymon.com.mx.dbrequestmanager._dbcommand();
- //BA.debugLineNum = 1924;BA.debugLine="cmd.Initialize";
+ //BA.debugLineNum = 1929;BA.debugLine="cmd.Initialize";
_cmd.Initialize();
- //BA.debugLineNum = 1925;BA.debugLine="cmd.Name = \"select_geoPass_GUNA\"";
+ //BA.debugLineNum = 1930;BA.debugLine="cmd.Name = \"select_geoPass_GUNA\"";
_cmd.Name /*String*/ = "select_geoPass_GUNA";
- //BA.debugLineNum = 1926;BA.debugLine="cmd.Parameters = Array As Object(et_geopass.Text";
+ //BA.debugLineNum = 1931;BA.debugLine="cmd.Parameters = Array As Object(et_geopass.Text";
_cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_et_geopass.getText().trim()),(Object)(_subs._traealmacen /*String*/ (ba)),(Object)(_subs._traeruta /*String*/ (ba))};
- //BA.debugLineNum = 1927;BA.debugLine="reqManager.ExecuteQuery(cmd , 0, \"traeGeoPass\")";
+ //BA.debugLineNum = 1932;BA.debugLine="reqManager.ExecuteQuery(cmd , 0, \"traeGeoPass\")";
_reqmanager._executequery /*String*/ (_cmd,(int) (0),(Object)("traeGeoPass"));
- //BA.debugLineNum = 1928;BA.debugLine="Log($\"${Starter.server}, ${et_geopass.Text}, ${S";
-__c.LogImpl("014811149",(""+__c.SmartStringFormatter("",(Object)(_starter._server /*String*/ ))+", "+__c.SmartStringFormatter("",(Object)(_et_geopass.getText()))+", "+__c.SmartStringFormatter("",(Object)(_subs._traealmacen /*String*/ (ba)))+", "+__c.SmartStringFormatter("",(Object)(_subs._traeruta /*String*/ (ba)))+""),0);
- //BA.debugLineNum = 1929;BA.debugLine="et_geopass.Text = \"\"";
+ //BA.debugLineNum = 1933;BA.debugLine="Log($\"${Starter.server}, ${et_geopass.Text}, ${S";
+__c.LogImpl("714811149",(""+__c.SmartStringFormatter("",(Object)(_starter._server /*String*/ ))+", "+__c.SmartStringFormatter("",(Object)(_et_geopass.getText()))+", "+__c.SmartStringFormatter("",(Object)(_subs._traealmacen /*String*/ (ba)))+", "+__c.SmartStringFormatter("",(Object)(_subs._traeruta /*String*/ (ba)))+""),0);
+ //BA.debugLineNum = 1934;BA.debugLine="et_geopass.Text = \"\"";
_et_geopass.setText(BA.ObjectToCharSequence(""));
};
- //BA.debugLineNum = 1931;BA.debugLine="p_pideGeoPass.Visible = False";
+ //BA.debugLineNum = 1936;BA.debugLine="p_pideGeoPass.Visible = False";
_p_pidegeopass.setVisible(__c.False);
- //BA.debugLineNum = 1938;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1943;BA.debugLine="End Sub";
return "";
}
public String _b_gps_click() throws Exception{
- //BA.debugLineNum = 4721;BA.debugLine="Sub B_GPS_Click";
- //BA.debugLineNum = 4722;BA.debugLine="Dim result As Int";
+ //BA.debugLineNum = 4726;BA.debugLine="Sub B_GPS_Click";
+ //BA.debugLineNum = 4727;BA.debugLine="Dim result As Int";
_result = 0;
- //BA.debugLineNum = 4723;BA.debugLine="result = Msgbox2(\"Esta seguro de cambiar las coor";
+ //BA.debugLineNum = 4728;BA.debugLine="result = Msgbox2(\"Esta seguro de cambiar las coor";
_result = __c.Msgbox2(BA.ObjectToCharSequence("Esta seguro de cambiar las coordenadas de este cliente"),BA.ObjectToCharSequence("Aviso GPS"),"SI","","NO",(android.graphics.Bitmap)(__c.LoadBitmap(__c.File.getDirAssets(),"alerta.jpg").getObject()),ba);
- //BA.debugLineNum = 4724;BA.debugLine="If result = DialogResponse.Positive Then";
+ //BA.debugLineNum = 4729;BA.debugLine="If result = DialogResponse.Positive Then";
if (_result==__c.DialogResponse.POSITIVE) {
- //BA.debugLineNum = 4725;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDATE kmt";
+ //BA.debugLineNum = 4730;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDATE kmt";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("UPDATE kmt_info3 SET CAT_CL_LAT = ?, CAT_CL_LONG = ? where CAT_CL_CODIGO In (Select cuenta from cuentaa)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lat_gps /*String*/ ),(Object)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lon_gps /*String*/ )}));
- //BA.debugLineNum = 4726;BA.debugLine="B4XPage_Appear";
+ //BA.debugLineNum = 4731;BA.debugLine="B4XPage_Appear";
_b4xpage_appear();
};
- //BA.debugLineNum = 4728;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4733;BA.debugLine="End Sub";
return "";
}
public String _b_guarda_c_click() throws Exception{
anywheresoftware.b4a.sql.SQL.CursorWrapper _future = null;
- //BA.debugLineNum = 4612;BA.debugLine="Sub B_GUARDA_C_Click";
- //BA.debugLineNum = 4613;BA.debugLine="DateTime.DateFormat = \"MM/dd/yyyy\"";
+ //BA.debugLineNum = 4617;BA.debugLine="Sub B_GUARDA_C_Click";
+ //BA.debugLineNum = 4618;BA.debugLine="DateTime.DateFormat = \"MM/dd/yyyy\"";
__c.DateTime.setDateFormat("MM/dd/yyyy");
- //BA.debugLineNum = 4614;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
+ //BA.debugLineNum = 4619;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
_sdate = __c.DateTime.Date(__c.DateTime.getNow());
- //BA.debugLineNum = 4615;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
+ //BA.debugLineNum = 4620;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
_stime = __c.DateTime.Time(__c.DateTime.getNow());
- //BA.debugLineNum = 4616;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"Select CUENTA";
+ //BA.debugLineNum = 4621;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"Select CUENTA";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("Select CUENTA from cuentaa")));
- //BA.debugLineNum = 4617;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 4622;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 4618;BA.debugLine="clie_id = c.GetString(\"CUENTA\")";
+ //BA.debugLineNum = 4623;BA.debugLine="clie_id = c.GetString(\"CUENTA\")";
_clie_id = _c.GetString("CUENTA");
- //BA.debugLineNum = 4619;BA.debugLine="c.Close";
+ //BA.debugLineNum = 4624;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 4620;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select USUARI";
+ //BA.debugLineNum = 4625;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select USUARI";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select USUARIO from usuarioa")));
- //BA.debugLineNum = 4621;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 4626;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 4622;BA.debugLine="usuario = c.GetString(\"USUARIO\")";
+ //BA.debugLineNum = 4627;BA.debugLine="usuario = c.GetString(\"USUARIO\")";
_usuario = _c.GetString("USUARIO");
- //BA.debugLineNum = 4623;BA.debugLine="c.Close";
+ //BA.debugLineNum = 4628;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 4624;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"INSERT INTO";
+ //BA.debugLineNum = 4629;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"INSERT INTO";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("INSERT INTO PEDIDO (PE_CEDIS,PE_COSTO_TOT,PE_COSTOU,PE_CANT,PE_PRONOMBRE,PE_PROID,PE_CLIENTE,PE_FECHA,PE_USUARIO,PE_RUTA) VALUES(?,?,?,?,?,?,?,?,?,?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("4"),(Object)(.01),(Object)(.01),(Object)(2),(Object)("KNORR RINDE MAS 70 GR"),(Object)("GUNA2"),(Object)(_la_cuenta.getText()),(Object)(_sdate+_stime),(Object)(_usuario),(Object)(_la_ruta)}));
- //BA.debugLineNum = 4625;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"INSERT INTO";
+ //BA.debugLineNum = 4630;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"INSERT INTO";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("INSERT INTO HIST_FACE(HFCLIENTE, HFALIAS,HFRUTA,HFALMACEN) VALUES (?,?,?,?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_la_cuenta.getText()),(Object)(_i_compra.getText()),(Object)(_la_ruta),(Object)(_almacen)}));
- //BA.debugLineNum = 4626;BA.debugLine="Panel1.Visible = False";
+ //BA.debugLineNum = 4631;BA.debugLine="Panel1.Visible = False";
_panel1.setVisible(__c.False);
- //BA.debugLineNum = 4627;BA.debugLine="b_like.Visible = True";
+ //BA.debugLineNum = 4632;BA.debugLine="b_like.Visible = True";
_b_like.setVisible(__c.True);
- //BA.debugLineNum = 4628;BA.debugLine="Tar.Visible = True";
+ //BA.debugLineNum = 4633;BA.debugLine="Tar.Visible = True";
_tar.setVisible(__c.True);
- //BA.debugLineNum = 4629;BA.debugLine="Tels.Visible = True";
+ //BA.debugLineNum = 4634;BA.debugLine="Tels.Visible = True";
_tels.setVisible(__c.True);
- //BA.debugLineNum = 4630;BA.debugLine="gest.Visible = True";
+ //BA.debugLineNum = 4635;BA.debugLine="gest.Visible = True";
_gest.setVisible(__c.True);
- //BA.debugLineNum = 4631;BA.debugLine="Dim future As Cursor = B4XPages.MainPage.skmt.Exe";
+ //BA.debugLineNum = 4636;BA.debugLine="Dim future As Cursor = B4XPages.MainPage.skmt.Exe";
_future = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_future = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("select CAT_VA_VALOR from CAT_VARIABLES WHERE CAT_VA_DESCRIPCION = ?",new String[]{"VENTAFUTURA"})));
- //BA.debugLineNum = 4632;BA.debugLine="If future.RowCount > 0 Then";
+ //BA.debugLineNum = 4637;BA.debugLine="If future.RowCount > 0 Then";
if (_future.getRowCount()>0) {
- //BA.debugLineNum = 4633;BA.debugLine="future.Position = 0";
+ //BA.debugLineNum = 4638;BA.debugLine="future.Position = 0";
_future.setPosition((int) (0));
- //BA.debugLineNum = 4634;BA.debugLine="If future.GetInt(\"CAT_VA_VALOR\") = 1 Then";
+ //BA.debugLineNum = 4639;BA.debugLine="If future.GetInt(\"CAT_VA_VALOR\") = 1 Then";
if (_future.GetInt("CAT_VA_VALOR")==1) {
- //BA.debugLineNum = 4635;BA.debugLine="b_preventa2.Visible = True";
+ //BA.debugLineNum = 4640;BA.debugLine="b_preventa2.Visible = True";
_b_preventa2.setVisible(__c.True);
}else if(_future.GetInt("CAT_VA_VALOR")==0) {
- //BA.debugLineNum = 4637;BA.debugLine="b_preventa2.Visible = False";
+ //BA.debugLineNum = 4642;BA.debugLine="b_preventa2.Visible = False";
_b_preventa2.setVisible(__c.False);
};
};
- //BA.debugLineNum = 4640;BA.debugLine="b_like.Visible = False";
+ //BA.debugLineNum = 4645;BA.debugLine="b_like.Visible = False";
_b_like.setVisible(__c.False);
- //BA.debugLineNum = 4641;BA.debugLine="Guardar.Visible = True";
+ //BA.debugLineNum = 4646;BA.debugLine="Guardar.Visible = True";
_guardar.setVisible(__c.True);
- //BA.debugLineNum = 4642;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4647;BA.debugLine="End Sub";
return "";
}
public String _b_guarda_ce_ped_click() throws Exception{
- //BA.debugLineNum = 5652;BA.debugLine="Private Sub B_GUARDA_CE_PED_Click";
- //BA.debugLineNum = 5654;BA.debugLine="DateTime.DateFormat = \"MM/dd/yyyy\"";
+ //BA.debugLineNum = 5657;BA.debugLine="Private Sub B_GUARDA_CE_PED_Click";
+ //BA.debugLineNum = 5659;BA.debugLine="DateTime.DateFormat = \"MM/dd/yyyy\"";
__c.DateTime.setDateFormat("MM/dd/yyyy");
- //BA.debugLineNum = 5655;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
+ //BA.debugLineNum = 5660;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
_sdate = __c.DateTime.Date(__c.DateTime.getNow());
- //BA.debugLineNum = 5656;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
+ //BA.debugLineNum = 5661;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
_stime = __c.DateTime.Time(__c.DateTime.getNow());
- //BA.debugLineNum = 5657;BA.debugLine="c=skmt.ExecQuery(\"Select CUENTA from cuentaa\")";
+ //BA.debugLineNum = 5662;BA.debugLine="c=skmt.ExecQuery(\"Select CUENTA from cuentaa\")";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("Select CUENTA from cuentaa")));
- //BA.debugLineNum = 5658;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 5663;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 5659;BA.debugLine="clie_id = c.GetString(\"CUENTA\")";
+ //BA.debugLineNum = 5664;BA.debugLine="clie_id = c.GetString(\"CUENTA\")";
_clie_id = _c.GetString("CUENTA");
- //BA.debugLineNum = 5660;BA.debugLine="c.Close";
+ //BA.debugLineNum = 5665;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 5661;BA.debugLine="c=skmt.ExecQuery(\"select USUARIO from usuarioa\")";
+ //BA.debugLineNum = 5666;BA.debugLine="c=skmt.ExecQuery(\"select USUARIO from usuarioa\")";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("select USUARIO from usuarioa")));
- //BA.debugLineNum = 5662;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 5667;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 5663;BA.debugLine="usuario = c.GetString(\"USUARIO\")";
+ //BA.debugLineNum = 5668;BA.debugLine="usuario = c.GetString(\"USUARIO\")";
_usuario = _c.GetString("USUARIO");
- //BA.debugLineNum = 5664;BA.debugLine="c.Close";
+ //BA.debugLineNum = 5669;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 5665;BA.debugLine="c=skmt.ExecQuery(\"select ID_ALMACEN from CAT_ALMA";
+ //BA.debugLineNum = 5670;BA.debugLine="c=skmt.ExecQuery(\"select ID_ALMACEN from CAT_ALMA";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("select ID_ALMACEN from CAT_ALMACEN")));
- //BA.debugLineNum = 5666;BA.debugLine="If c.RowCount>0 Then";
+ //BA.debugLineNum = 5671;BA.debugLine="If c.RowCount>0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 5667;BA.debugLine="C.Position=0";
+ //BA.debugLineNum = 5672;BA.debugLine="C.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 5668;BA.debugLine="ALMACEN = C.GetString(\"ID_ALMACEN\")";
+ //BA.debugLineNum = 5673;BA.debugLine="ALMACEN = C.GetString(\"ID_ALMACEN\")";
_almacen = _c.GetString("ID_ALMACEN");
};
- //BA.debugLineNum = 5670;BA.debugLine="c.Close";
+ //BA.debugLineNum = 5675;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 5687;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO HIST_ENCUESTA_PED";
+ //BA.debugLineNum = 5692;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO HIST_ENCUESTA_PED";
_skmt.ExecNonQuery2("INSERT INTO HIST_ENCUESTA_PED_DIST_1(ALMACEN , TIENDA , KP_01 , KP_02 , KP_03 , KP_04 , KP_05 , KP_06 , KP_07 , KP_08 , KP_09 , KP_10 , KP_11 , KP_12 , KP_13 , KP_14 , KP_15 , KP_16 , KP_17 , KP_18 , KP_19 , KP_20 , KG_01 , KG_02 , KG_03 , KG_04 , KG_05 , KG_06 , PK_01 , PK_02 , PK_03 , PK_04 , PK_05 , PK_06 , PK_07 , PK_08) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_almacen),(Object)(_clie_id),(Object)(_kp_01.getChecked()),(Object)(_kp_02.getChecked()),(Object)(_kp_03.getChecked()),(Object)(_kp_04.getChecked()),(Object)(_kp_05.getChecked()),(Object)(_kp_06.getChecked()),(Object)(_kp_07.getChecked()),(Object)(_kp_08.getChecked()),(Object)(_kp_09.getChecked()),(Object)(_kp_10.getChecked()),(Object)(_kp_11.getChecked()),(Object)(_kp_12.getChecked()),(Object)(_kp_13.getChecked()),(Object)(_kp_14.getChecked()),(Object)(_kp_15.getChecked()),(Object)(_kp_16.getChecked()),(Object)(_kp_17.getChecked()),(Object)(_kp_18.getChecked()),(Object)(_kp_19.getChecked()),(Object)(_kp_20.getChecked()),(Object)(_kg_01.getChecked()),(Object)(_kg_02.getChecked()),(Object)(_kg_03.getChecked()),(Object)(_kg_04.getChecked()),(Object)(_kg_05.getChecked()),(Object)(_kg_06.getChecked()),(Object)(_pk_01.getChecked()),(Object)(_pk_02.getChecked()),(Object)(_pk_03.getChecked()),(Object)(_pk_04.getChecked()),(Object)(_pk_05.getChecked()),(Object)(_pk_06.getChecked()),(Object)(_pk_07.getChecked()),(Object)(_pk_08.getChecked())}));
- //BA.debugLineNum = 5689;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO HIST_ENCUESTA_PED";
+ //BA.debugLineNum = 5694;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO HIST_ENCUESTA_PED";
_skmt.ExecNonQuery2("INSERT INTO HIST_ENCUESTA_PED_DIST_2(ALMACEN , TIENDA , HPG_01 , HPG_02 , HPG_03 , HPG_04 , HPG_05 , HPG_06 , HPG_07 , HPG_08 , HPG_09 , HPG_10 , HC_01 , HC_02 , HC_03 , HC_04 , B_01 , B_02) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_almacen),(Object)(_clie_id),(Object)(_hpg_01.getChecked()),(Object)(_hpg_02.getChecked()),(Object)(_hpg_03.getChecked()),(Object)(_hpg_04.getChecked()),(Object)(_hpg_05.getChecked()),(Object)(_hpg_06.getChecked()),(Object)(_hpg_07.getChecked()),(Object)(_hpg_08.getChecked()),(Object)(_hpg_09.getChecked()),(Object)(_hpg_10.getChecked()),(Object)(_hc_01.getChecked()),(Object)(_hc_02.getChecked()),(Object)(_hc_03.getChecked()),(Object)(_hc_04.getChecked()),(Object)(_b_01.getChecked()),(Object)(_b_02.getChecked())}));
- //BA.debugLineNum = 5702;BA.debugLine="I_COMPRA.TEXT = \"\"";
+ //BA.debugLineNum = 5707;BA.debugLine="I_COMPRA.TEXT = \"\"";
_i_compra.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 5703;BA.debugLine="SV_ENCUESTA.Visible = False";
+ //BA.debugLineNum = 5708;BA.debugLine="SV_ENCUESTA.Visible = False";
_sv_encuesta.setVisible(__c.False);
- //BA.debugLineNum = 5704;BA.debugLine="Panel1.Visible = False";
+ //BA.debugLineNum = 5709;BA.debugLine="Panel1.Visible = False";
_panel1.setVisible(__c.False);
- //BA.debugLineNum = 5706;BA.debugLine="b_like.Visible = True";
+ //BA.debugLineNum = 5711;BA.debugLine="b_like.Visible = True";
_b_like.setVisible(__c.True);
- //BA.debugLineNum = 5707;BA.debugLine="Tar.Visible = True";
+ //BA.debugLineNum = 5712;BA.debugLine="Tar.Visible = True";
_tar.setVisible(__c.True);
- //BA.debugLineNum = 5708;BA.debugLine="Tels.Visible = True";
+ //BA.debugLineNum = 5713;BA.debugLine="Tels.Visible = True";
_tels.setVisible(__c.True);
- //BA.debugLineNum = 5709;BA.debugLine="gest.Visible = True";
+ //BA.debugLineNum = 5714;BA.debugLine="gest.Visible = True";
_gest.setVisible(__c.True);
- //BA.debugLineNum = 5711;BA.debugLine="b_like.Visible = False";
+ //BA.debugLineNum = 5716;BA.debugLine="b_like.Visible = False";
_b_like.setVisible(__c.False);
- //BA.debugLineNum = 5712;BA.debugLine="Guardar.Visible = True";
+ //BA.debugLineNum = 5717;BA.debugLine="Guardar.Visible = True";
_guardar.setVisible(__c.True);
- //BA.debugLineNum = 5714;BA.debugLine="B4XPages.ShowPage(\"productos\")";
+ //BA.debugLineNum = 5719;BA.debugLine="B4XPages.ShowPage(\"productos\")";
_b4xpages._showpage /*String*/ (ba,"productos");
- //BA.debugLineNum = 5716;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5721;BA.debugLine="End Sub";
return "";
}
public String _b_guardaencuesta_click() throws Exception{
String _si_guardar = "";
- //BA.debugLineNum = 2826;BA.debugLine="Sub B_guardaencuesta_Click";
- //BA.debugLineNum = 2827;BA.debugLine="Dim SI_GUARDAR As String";
+ //BA.debugLineNum = 2831;BA.debugLine="Sub B_guardaencuesta_Click";
+ //BA.debugLineNum = 2832;BA.debugLine="Dim SI_GUARDAR As String";
_si_guardar = "";
- //BA.debugLineNum = 2828;BA.debugLine="SI_GUARDAR = 1";
+ //BA.debugLineNum = 2833;BA.debugLine="SI_GUARDAR = 1";
_si_guardar = BA.NumberToString(1);
- //BA.debugLineNum = 2830;BA.debugLine="If RB1_E1.Checked = False And RB2_E1.Checked = Fa";
+ //BA.debugLineNum = 2835;BA.debugLine="If RB1_E1.Checked = False And RB2_E1.Checked = Fa";
if (_rb1_e1.getChecked()==__c.False && _rb2_e1.getChecked()==__c.False && _rb3_e1.getChecked()==__c.False) {
- //BA.debugLineNum = 2831;BA.debugLine="SI_GUARDAR = 0";
-_si_guardar = BA.NumberToString(0);
- };
- //BA.debugLineNum = 2834;BA.debugLine="If Panel7.Visible = True Then";
-if (_panel7.getVisible()==__c.True) {
- //BA.debugLineNum = 2835;BA.debugLine="If RadioButton15.Checked = False And RadioButton";
-if (_radiobutton15.getChecked()==__c.False && _radiobutton16.getChecked()==__c.False && _radiobutton17.getChecked()==__c.False) {
//BA.debugLineNum = 2836;BA.debugLine="SI_GUARDAR = 0";
_si_guardar = BA.NumberToString(0);
};
- };
- //BA.debugLineNum = 2840;BA.debugLine="If RadioButton1.Checked = False And RadioButton2";
-if (_radiobutton1.getChecked()==__c.False && _radiobutton2.getChecked()==__c.False && _radiobutton3.getChecked()==__c.False && _radiobutton4.getChecked()==__c.False) {
+ //BA.debugLineNum = 2839;BA.debugLine="If Panel7.Visible = True Then";
+if (_panel7.getVisible()==__c.True) {
+ //BA.debugLineNum = 2840;BA.debugLine="If RadioButton15.Checked = False And RadioButton";
+if (_radiobutton15.getChecked()==__c.False && _radiobutton16.getChecked()==__c.False && _radiobutton17.getChecked()==__c.False) {
//BA.debugLineNum = 2841;BA.debugLine="SI_GUARDAR = 0";
_si_guardar = BA.NumberToString(0);
};
- //BA.debugLineNum = 2844;BA.debugLine="If RadioButton5.Checked = False And RadioButton6";
+ };
+ //BA.debugLineNum = 2845;BA.debugLine="If RadioButton1.Checked = False And RadioButton2";
+if (_radiobutton1.getChecked()==__c.False && _radiobutton2.getChecked()==__c.False && _radiobutton3.getChecked()==__c.False && _radiobutton4.getChecked()==__c.False) {
+ //BA.debugLineNum = 2846;BA.debugLine="SI_GUARDAR = 0";
+_si_guardar = BA.NumberToString(0);
+ };
+ //BA.debugLineNum = 2849;BA.debugLine="If RadioButton5.Checked = False And RadioButton6";
if (_radiobutton5.getChecked()==__c.False && _radiobutton6.getChecked()==__c.False && _radiobutton7.getChecked()==__c.False && _radiobutton8.getChecked()==__c.False && _radiobutton9.getChecked()==__c.False) {
- //BA.debugLineNum = 2845;BA.debugLine="SI_GUARDAR = 0";
+ //BA.debugLineNum = 2850;BA.debugLine="SI_GUARDAR = 0";
_si_guardar = BA.NumberToString(0);
};
- //BA.debugLineNum = 2848;BA.debugLine="If RadioButton10.Checked = False And RadioButton";
+ //BA.debugLineNum = 2853;BA.debugLine="If RadioButton10.Checked = False And RadioButton";
if (_radiobutton10.getChecked()==__c.False && _radiobutton11.getChecked()==__c.False && _radiobutton12.getChecked()==__c.False && _radiobutton13.getChecked()==__c.False && _radiobutton14.getChecked()==__c.False) {
- //BA.debugLineNum = 2849;BA.debugLine="SI_GUARDAR = 0";
+ //BA.debugLineNum = 2854;BA.debugLine="SI_GUARDAR = 0";
_si_guardar = BA.NumberToString(0);
};
- //BA.debugLineNum = 2852;BA.debugLine="If p6.Text = \"\" Then";
+ //BA.debugLineNum = 2857;BA.debugLine="If p6.Text = \"\" Then";
if ((_p6.getText()).equals("")) {
- //BA.debugLineNum = 2853;BA.debugLine="SI_GUARDAR = 0";
+ //BA.debugLineNum = 2858;BA.debugLine="SI_GUARDAR = 0";
_si_guardar = BA.NumberToString(0);
};
- //BA.debugLineNum = 2855;BA.debugLine="If p7.Text = \"\" Then";
+ //BA.debugLineNum = 2860;BA.debugLine="If p7.Text = \"\" Then";
if ((_p7.getText()).equals("")) {
- //BA.debugLineNum = 2856;BA.debugLine="SI_GUARDAR = 0";
+ //BA.debugLineNum = 2861;BA.debugLine="SI_GUARDAR = 0";
_si_guardar = BA.NumberToString(0);
};
- //BA.debugLineNum = 2858;BA.debugLine="If p8.Text = \"\" Then";
+ //BA.debugLineNum = 2863;BA.debugLine="If p8.Text = \"\" Then";
if ((_p8.getText()).equals("")) {
- //BA.debugLineNum = 2859;BA.debugLine="SI_GUARDAR = 0";
+ //BA.debugLineNum = 2864;BA.debugLine="SI_GUARDAR = 0";
_si_guardar = BA.NumberToString(0);
};
- //BA.debugLineNum = 2862;BA.debugLine="If CheckBox1.Checked = False And CheckBox2.Checke";
+ //BA.debugLineNum = 2867;BA.debugLine="If CheckBox1.Checked = False And CheckBox2.Checke";
if (_checkbox1.getChecked()==__c.False && _checkbox2.getChecked()==__c.False && _checkbox3.getChecked()==__c.False && _checkbox4.getChecked()==__c.False && _checkbox5.getChecked()==__c.False && _checkbox6.getChecked()==__c.False && _checkbox7.getChecked()==__c.False && _checkbox8.getChecked()==__c.False) {
- //BA.debugLineNum = 2863;BA.debugLine="encuentasmapa.Put(\"P9\", \"\")";
+ //BA.debugLineNum = 2868;BA.debugLine="encuentasmapa.Put(\"P9\", \"\")";
_encuentasmapa.Put((Object)("P9"),(Object)(""));
- //BA.debugLineNum = 2864;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("016384038",BA.ObjectToString(_encuentasmapa),0);
+ //BA.debugLineNum = 2869;BA.debugLine="Log(encuentasmapa)";
+__c.LogImpl("716384038",BA.ObjectToString(_encuentasmapa),0);
};
- //BA.debugLineNum = 2867;BA.debugLine="If SI_GUARDAR = 1 Then";
+ //BA.debugLineNum = 2872;BA.debugLine="If SI_GUARDAR = 1 Then";
if ((_si_guardar).equals(BA.NumberToString(1))) {
- //BA.debugLineNum = 2868;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO ENCUESTA_MODULO1";
+ //BA.debugLineNum = 2873;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO ENCUESTA_MODULO1";
_skmt.ExecNonQuery2("INSERT INTO ENCUESTA_MODULO1 (CLIENTE, ALMACEN,P1, P2, P3, P4, P5, P6, P7, P8, P9) VALUES (?,?,?,?,?,?,?,?,?,?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_subs._traecliente /*String*/ (ba)),(Object)(_almacen),_encuentasmapa.Get((Object)("P3")),_encuentasmapa.Get((Object)("P1")),_encuentasmapa.Get((Object)("P2")),_encuentasmapa.Get((Object)("P4")),_encuentasmapa.Get((Object)("P5")),(Object)(_p6.getText()),(Object)(_p7.getText()),(Object)(_p8.getText()),_encuentasmapa.Get((Object)("P9"))}));
- //BA.debugLineNum = 2874;BA.debugLine="RB1_E1.Checked = False";
+ //BA.debugLineNum = 2879;BA.debugLine="RB1_E1.Checked = False";
_rb1_e1.setChecked(__c.False);
- //BA.debugLineNum = 2875;BA.debugLine="RB2_E1.Checked = False";
+ //BA.debugLineNum = 2880;BA.debugLine="RB2_E1.Checked = False";
_rb2_e1.setChecked(__c.False);
- //BA.debugLineNum = 2876;BA.debugLine="RB3_E1.Checked = False";
+ //BA.debugLineNum = 2881;BA.debugLine="RB3_E1.Checked = False";
_rb3_e1.setChecked(__c.False);
- //BA.debugLineNum = 2877;BA.debugLine="RadioButton15.Checked = False";
+ //BA.debugLineNum = 2882;BA.debugLine="RadioButton15.Checked = False";
_radiobutton15.setChecked(__c.False);
- //BA.debugLineNum = 2878;BA.debugLine="RadioButton16.Checked = False";
+ //BA.debugLineNum = 2883;BA.debugLine="RadioButton16.Checked = False";
_radiobutton16.setChecked(__c.False);
- //BA.debugLineNum = 2879;BA.debugLine="RadioButton17.Checked = False";
+ //BA.debugLineNum = 2884;BA.debugLine="RadioButton17.Checked = False";
_radiobutton17.setChecked(__c.False);
- //BA.debugLineNum = 2880;BA.debugLine="RadioButton1.Checked = False";
+ //BA.debugLineNum = 2885;BA.debugLine="RadioButton1.Checked = False";
_radiobutton1.setChecked(__c.False);
- //BA.debugLineNum = 2881;BA.debugLine="RadioButton2.Checked = False";
+ //BA.debugLineNum = 2886;BA.debugLine="RadioButton2.Checked = False";
_radiobutton2.setChecked(__c.False);
- //BA.debugLineNum = 2882;BA.debugLine="RadioButton3.Checked = False";
+ //BA.debugLineNum = 2887;BA.debugLine="RadioButton3.Checked = False";
_radiobutton3.setChecked(__c.False);
- //BA.debugLineNum = 2883;BA.debugLine="RadioButton4.Checked = False";
+ //BA.debugLineNum = 2888;BA.debugLine="RadioButton4.Checked = False";
_radiobutton4.setChecked(__c.False);
- //BA.debugLineNum = 2884;BA.debugLine="RadioButton5.Checked = False";
+ //BA.debugLineNum = 2889;BA.debugLine="RadioButton5.Checked = False";
_radiobutton5.setChecked(__c.False);
- //BA.debugLineNum = 2885;BA.debugLine="RadioButton6.Checked = False";
+ //BA.debugLineNum = 2890;BA.debugLine="RadioButton6.Checked = False";
_radiobutton6.setChecked(__c.False);
- //BA.debugLineNum = 2886;BA.debugLine="RadioButton7.Checked = False";
+ //BA.debugLineNum = 2891;BA.debugLine="RadioButton7.Checked = False";
_radiobutton7.setChecked(__c.False);
- //BA.debugLineNum = 2887;BA.debugLine="RadioButton8.Checked = False";
+ //BA.debugLineNum = 2892;BA.debugLine="RadioButton8.Checked = False";
_radiobutton8.setChecked(__c.False);
- //BA.debugLineNum = 2888;BA.debugLine="RadioButton9.Checked = False";
+ //BA.debugLineNum = 2893;BA.debugLine="RadioButton9.Checked = False";
_radiobutton9.setChecked(__c.False);
- //BA.debugLineNum = 2889;BA.debugLine="RadioButton10.Checked = False";
+ //BA.debugLineNum = 2894;BA.debugLine="RadioButton10.Checked = False";
_radiobutton10.setChecked(__c.False);
- //BA.debugLineNum = 2890;BA.debugLine="RadioButton11.Checked = False";
+ //BA.debugLineNum = 2895;BA.debugLine="RadioButton11.Checked = False";
_radiobutton11.setChecked(__c.False);
- //BA.debugLineNum = 2891;BA.debugLine="RadioButton12.Checked = False";
+ //BA.debugLineNum = 2896;BA.debugLine="RadioButton12.Checked = False";
_radiobutton12.setChecked(__c.False);
- //BA.debugLineNum = 2892;BA.debugLine="RadioButton13.Checked = False";
+ //BA.debugLineNum = 2897;BA.debugLine="RadioButton13.Checked = False";
_radiobutton13.setChecked(__c.False);
- //BA.debugLineNum = 2893;BA.debugLine="RadioButton14.Checked = False";
+ //BA.debugLineNum = 2898;BA.debugLine="RadioButton14.Checked = False";
_radiobutton14.setChecked(__c.False);
- //BA.debugLineNum = 2894;BA.debugLine="p6.Text = \"\"";
+ //BA.debugLineNum = 2899;BA.debugLine="p6.Text = \"\"";
_p6.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 2895;BA.debugLine="p7.Text = \"\"";
+ //BA.debugLineNum = 2900;BA.debugLine="p7.Text = \"\"";
_p7.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 2896;BA.debugLine="p8.Text = \"\"";
+ //BA.debugLineNum = 2901;BA.debugLine="p8.Text = \"\"";
_p8.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 2897;BA.debugLine="CheckBox1.Checked = False";
+ //BA.debugLineNum = 2902;BA.debugLine="CheckBox1.Checked = False";
_checkbox1.setChecked(__c.False);
- //BA.debugLineNum = 2898;BA.debugLine="CheckBox2.Checked = False";
+ //BA.debugLineNum = 2903;BA.debugLine="CheckBox2.Checked = False";
_checkbox2.setChecked(__c.False);
- //BA.debugLineNum = 2899;BA.debugLine="CheckBox3.Checked = False";
+ //BA.debugLineNum = 2904;BA.debugLine="CheckBox3.Checked = False";
_checkbox3.setChecked(__c.False);
- //BA.debugLineNum = 2900;BA.debugLine="CheckBox4.Checked = False";
+ //BA.debugLineNum = 2905;BA.debugLine="CheckBox4.Checked = False";
_checkbox4.setChecked(__c.False);
- //BA.debugLineNum = 2901;BA.debugLine="CheckBox5.Checked = False";
+ //BA.debugLineNum = 2906;BA.debugLine="CheckBox5.Checked = False";
_checkbox5.setChecked(__c.False);
- //BA.debugLineNum = 2902;BA.debugLine="CheckBox6.Checked = False";
+ //BA.debugLineNum = 2907;BA.debugLine="CheckBox6.Checked = False";
_checkbox6.setChecked(__c.False);
- //BA.debugLineNum = 2903;BA.debugLine="CheckBox7.Checked = False";
+ //BA.debugLineNum = 2908;BA.debugLine="CheckBox7.Checked = False";
_checkbox7.setChecked(__c.False);
- //BA.debugLineNum = 2904;BA.debugLine="CheckBox8.Checked = False";
+ //BA.debugLineNum = 2909;BA.debugLine="CheckBox8.Checked = False";
_checkbox8.setChecked(__c.False);
- //BA.debugLineNum = 2906;BA.debugLine="If ENCUESTA > 1 Then";
+ //BA.debugLineNum = 2911;BA.debugLine="If ENCUESTA > 1 Then";
if ((double)(Double.parseDouble(_encuesta))>1) {
- //BA.debugLineNum = 2908;BA.debugLine="If p_m1.IsInitialized And p_m1.Visible Then";
+ //BA.debugLineNum = 2913;BA.debugLine="If p_m1.IsInitialized And p_m1.Visible Then";
if (_p_m1.IsInitialized() && _p_m1.getVisible()) {
- //BA.debugLineNum = 2909;BA.debugLine="p_m1.Visible = False";
+ //BA.debugLineNum = 2914;BA.debugLine="p_m1.Visible = False";
_p_m1.setVisible(__c.False);
}else {
};
- //BA.debugLineNum = 2913;BA.debugLine="p_pregunta1.Visible = False";
+ //BA.debugLineNum = 2918;BA.debugLine="p_pregunta1.Visible = False";
_p_pregunta1.setVisible(__c.False);
- //BA.debugLineNum = 2914;BA.debugLine="p_cliente.Visible = False";
+ //BA.debugLineNum = 2919;BA.debugLine="p_cliente.Visible = False";
_p_cliente.setVisible(__c.False);
- //BA.debugLineNum = 2915;BA.debugLine="SV_ENCUESTA.Visible = True";
+ //BA.debugLineNum = 2920;BA.debugLine="SV_ENCUESTA.Visible = True";
_sv_encuesta.setVisible(__c.True);
- //BA.debugLineNum = 2916;BA.debugLine="SV_ENCUESTA.Panel.LoadLayout(\"ESNCUESTA_m2\")";
+ //BA.debugLineNum = 2921;BA.debugLine="SV_ENCUESTA.Panel.LoadLayout(\"ESNCUESTA_m2\")";
_sv_encuesta.getPanel().LoadLayout("ESNCUESTA_m2",ba);
- //BA.debugLineNum = 2917;BA.debugLine="p_m2.Width = Root.Width * 0.94";
+ //BA.debugLineNum = 2922;BA.debugLine="p_m2.Width = Root.Width * 0.94";
_p_m2.setWidth((int) (_root.getWidth()*0.94));
- //BA.debugLineNum = 2918;BA.debugLine="SV_ENCUESTA.Panel.Height = p_m2.Height + 60";
+ //BA.debugLineNum = 2923;BA.debugLine="SV_ENCUESTA.Panel.Height = p_m2.Height + 60";
_sv_encuesta.getPanel().setHeight((int) (_p_m2.getHeight()+60));
- //BA.debugLineNum = 2919;BA.debugLine="Panel7_M2.Visible = False";
+ //BA.debugLineNum = 2924;BA.debugLine="Panel7_M2.Visible = False";
_panel7_m2.setVisible(__c.False);
}else {
- //BA.debugLineNum = 2921;BA.debugLine="p_pregunta1.Visible = False";
+ //BA.debugLineNum = 2926;BA.debugLine="p_pregunta1.Visible = False";
_p_pregunta1.setVisible(__c.False);
- //BA.debugLineNum = 2922;BA.debugLine="SV_ENCUESTA.Visible = False";
+ //BA.debugLineNum = 2927;BA.debugLine="SV_ENCUESTA.Visible = False";
_sv_encuesta.setVisible(__c.False);
- //BA.debugLineNum = 2923;BA.debugLine="p_cliente.Visible = True";
+ //BA.debugLineNum = 2928;BA.debugLine="p_cliente.Visible = True";
_p_cliente.setVisible(__c.True);
- //BA.debugLineNum = 2926;BA.debugLine="B4XPages.ShowPage(\"productos\")";
+ //BA.debugLineNum = 2931;BA.debugLine="B4XPages.ShowPage(\"productos\")";
_b4xpages._showpage /*String*/ (ba,"productos");
};
}else {
- //BA.debugLineNum = 2929;BA.debugLine="Msgbox(\"FALTAN DATOS DE CAPTURA FAVOR DE VALIDAR";
+ //BA.debugLineNum = 2934;BA.debugLine="Msgbox(\"FALTAN DATOS DE CAPTURA FAVOR DE VALIDAR";
__c.Msgbox(BA.ObjectToCharSequence("FALTAN DATOS DE CAPTURA FAVOR DE VALIDAR"),BA.ObjectToCharSequence("AVISO"),ba);
};
- //BA.debugLineNum = 2931;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2936;BA.debugLine="End Sub";
return "";
}
public String _b_guardaencuesta_m2_click() throws Exception{
- //BA.debugLineNum = 4985;BA.debugLine="Private Sub B_guardaencuesta_m2_Click";
- //BA.debugLineNum = 4986;BA.debugLine="P3_M2 = \"\"";
+ //BA.debugLineNum = 4990;BA.debugLine="Private Sub B_guardaencuesta_m2_Click";
+ //BA.debugLineNum = 4991;BA.debugLine="P3_M2 = \"\"";
_p3_m2 = "";
- //BA.debugLineNum = 4987;BA.debugLine="P6_M2 = \"\"";
+ //BA.debugLineNum = 4992;BA.debugLine="P6_M2 = \"\"";
_p6_m2 = "";
- //BA.debugLineNum = 4988;BA.debugLine="P4_M2 = \"\"";
-_p4_m2 = "";
- //BA.debugLineNum = 4990;BA.debugLine="PASA = \"1\"";
-_pasa = "1";
- //BA.debugLineNum = 4991;BA.debugLine="If et_p1_m2.Text = \"\" Then PASA = \"0\"";
-if ((_et_p1_m2.getText()).equals("")) {
-_pasa = "0";};
- //BA.debugLineNum = 4992;BA.debugLine="If et_p2_m2.Text = \"\" Then PASA = \"0\"";
-if ((_et_p2_m2.getText()).equals("")) {
-_pasa = "0";};
//BA.debugLineNum = 4993;BA.debugLine="P4_M2 = \"\"";
_p4_m2 = "";
- //BA.debugLineNum = 4994;BA.debugLine="If rd1_p4_m2.Checked Then P4_M2 = \"ALTO\"";
+ //BA.debugLineNum = 4995;BA.debugLine="PASA = \"1\"";
+_pasa = "1";
+ //BA.debugLineNum = 4996;BA.debugLine="If et_p1_m2.Text = \"\" Then PASA = \"0\"";
+if ((_et_p1_m2.getText()).equals("")) {
+_pasa = "0";};
+ //BA.debugLineNum = 4997;BA.debugLine="If et_p2_m2.Text = \"\" Then PASA = \"0\"";
+if ((_et_p2_m2.getText()).equals("")) {
+_pasa = "0";};
+ //BA.debugLineNum = 4998;BA.debugLine="P4_M2 = \"\"";
+_p4_m2 = "";
+ //BA.debugLineNum = 4999;BA.debugLine="If rd1_p4_m2.Checked Then P4_M2 = \"ALTO\"";
if (_rd1_p4_m2.getChecked()) {
_p4_m2 = "ALTO";};
- //BA.debugLineNum = 4995;BA.debugLine="If rd2_p4_m2.Checked Then P4_M2 = \"MEDIO\"";
+ //BA.debugLineNum = 5000;BA.debugLine="If rd2_p4_m2.Checked Then P4_M2 = \"MEDIO\"";
if (_rd2_p4_m2.getChecked()) {
_p4_m2 = "MEDIO";};
- //BA.debugLineNum = 4996;BA.debugLine="If rd3_p4_m2.Checked Then P4_M2 = \"BAJO\"";
+ //BA.debugLineNum = 5001;BA.debugLine="If rd3_p4_m2.Checked Then P4_M2 = \"BAJO\"";
if (_rd3_p4_m2.getChecked()) {
_p4_m2 = "BAJO";};
- //BA.debugLineNum = 4998;BA.debugLine="If P4_M2 = \"\" Then PASA = \"0\"";
+ //BA.debugLineNum = 5003;BA.debugLine="If P4_M2 = \"\" Then PASA = \"0\"";
if ((_p4_m2).equals("")) {
_pasa = "0";};
- //BA.debugLineNum = 5000;BA.debugLine="P6_M2 = \"\"";
+ //BA.debugLineNum = 5005;BA.debugLine="P6_M2 = \"\"";
_p6_m2 = "";
- //BA.debugLineNum = 5001;BA.debugLine="If RB1_P6_M2.Checked Then P6_M2 = \"LUNES\"";
+ //BA.debugLineNum = 5006;BA.debugLine="If RB1_P6_M2.Checked Then P6_M2 = \"LUNES\"";
if (_rb1_p6_m2.getChecked()) {
_p6_m2 = "LUNES";};
- //BA.debugLineNum = 5002;BA.debugLine="If RB2_P6_M2.Checked Then P6_M2 = \"MARTES\"";
+ //BA.debugLineNum = 5007;BA.debugLine="If RB2_P6_M2.Checked Then P6_M2 = \"MARTES\"";
if (_rb2_p6_m2.getChecked()) {
_p6_m2 = "MARTES";};
- //BA.debugLineNum = 5003;BA.debugLine="If RB3_P6_M2.Checked Then P6_M2 = \"MIERCOLES\"";
+ //BA.debugLineNum = 5008;BA.debugLine="If RB3_P6_M2.Checked Then P6_M2 = \"MIERCOLES\"";
if (_rb3_p6_m2.getChecked()) {
_p6_m2 = "MIERCOLES";};
- //BA.debugLineNum = 5004;BA.debugLine="If RB4_P6_M2.Checked Then P6_M2 = \"JUEVES\"";
+ //BA.debugLineNum = 5009;BA.debugLine="If RB4_P6_M2.Checked Then P6_M2 = \"JUEVES\"";
if (_rb4_p6_m2.getChecked()) {
_p6_m2 = "JUEVES";};
- //BA.debugLineNum = 5005;BA.debugLine="If RB5_P6_M2.Checked Then P6_M2 = \"VIERNES\"";
+ //BA.debugLineNum = 5010;BA.debugLine="If RB5_P6_M2.Checked Then P6_M2 = \"VIERNES\"";
if (_rb5_p6_m2.getChecked()) {
_p6_m2 = "VIERNES";};
- //BA.debugLineNum = 5006;BA.debugLine="If RB6_P6_M2.Checked Then P6_M2 = \"SABADO\"";
+ //BA.debugLineNum = 5011;BA.debugLine="If RB6_P6_M2.Checked Then P6_M2 = \"SABADO\"";
if (_rb6_p6_m2.getChecked()) {
_p6_m2 = "SABADO";};
- //BA.debugLineNum = 5007;BA.debugLine="If RB7_P6_M2.Checked Then P6_M2 = \"DOMINGO\"";
+ //BA.debugLineNum = 5012;BA.debugLine="If RB7_P6_M2.Checked Then P6_M2 = \"DOMINGO\"";
if (_rb7_p6_m2.getChecked()) {
_p6_m2 = "DOMINGO";};
- //BA.debugLineNum = 5009;BA.debugLine="If P6_M2 = \"\" Then PASA = \"0\"";
+ //BA.debugLineNum = 5014;BA.debugLine="If P6_M2 = \"\" Then PASA = \"0\"";
if ((_p6_m2).equals("")) {
_pasa = "0";};
- //BA.debugLineNum = 5012;BA.debugLine="If CB1_P3_M2.Checked = False And CB2_P3_M2.Chec";
+ //BA.debugLineNum = 5017;BA.debugLine="If CB1_P3_M2.Checked = False And CB2_P3_M2.Chec";
if (_cb1_p3_m2.getChecked()==__c.False && _cb2_p3_m2.getChecked()==__c.False && _cb3_p3_m2.getChecked()==__c.False && _cb4_p3_m2.getChecked()==__c.False && _cb5_p3_m2.getChecked()==__c.False && _cb6_p3_m2.getChecked()==__c.False && _rb1_p3_m2.getChecked()==__c.False && _rb2_p3_m2.getChecked()==__c.False && _rb3_p3_m2.getChecked()==__c.False && (_et_p3_m2.getText()).equals(BA.ObjectToString(__c.False)) && _cb1_p4_m2.getChecked()==__c.False && _cb2_p4_m2.getChecked()==__c.False && _cb3_p4_m2.getChecked()==__c.False && _cb4_p4_m2.getChecked()==__c.False) {
_pasa = "0";};
- //BA.debugLineNum = 5013;BA.debugLine="If et_p5_m2.Text = \"\" Then PASA = \"0\"";
+ //BA.debugLineNum = 5018;BA.debugLine="If et_p5_m2.Text = \"\" Then PASA = \"0\"";
if ((_et_p5_m2.getText()).equals("")) {
_pasa = "0";};
- //BA.debugLineNum = 5014;BA.debugLine="Log(textemp2)";
-__c.LogImpl("020774941",_textemp2,0);
- //BA.debugLineNum = 5015;BA.debugLine="If textemp2 <> \"\" And textemp2.SubString2(0,2) =";
+ //BA.debugLineNum = 5019;BA.debugLine="Log(textemp2)";
+__c.LogImpl("720774941",_textemp2,0);
+ //BA.debugLineNum = 5020;BA.debugLine="If textemp2 <> \"\" And textemp2.SubString2(0,2) =";
if ((_textemp2).equals("") == false && (_textemp2.substring((int) (0),(int) (2))).equals(", ")) {
_textemp2 = _textemp2.substring((int) (2));};
- //BA.debugLineNum = 5016;BA.debugLine="Log(textemp2)";
-__c.LogImpl("020774943",_textemp2,0);
- //BA.debugLineNum = 5017;BA.debugLine="P3_M2 = textemp2";
+ //BA.debugLineNum = 5021;BA.debugLine="Log(textemp2)";
+__c.LogImpl("720774943",_textemp2,0);
+ //BA.debugLineNum = 5022;BA.debugLine="P3_M2 = textemp2";
_p3_m2 = _textemp2;
- //BA.debugLineNum = 5018;BA.debugLine="If RB2_P4_M2.Checked Then";
+ //BA.debugLineNum = 5023;BA.debugLine="If RB2_P4_M2.Checked Then";
if (_rb2_p4_m2.getChecked()) {
- //BA.debugLineNum = 5019;BA.debugLine="P3_M2 = P3_M2 &\"|\" & \"NO\"";
+ //BA.debugLineNum = 5024;BA.debugLine="P3_M2 = P3_M2 &\"|\" & \"NO\"";
_p3_m2 = _p3_m2+"|"+"NO";
}else if(_rb1_p4_m2.getChecked()) {
- //BA.debugLineNum = 5022;BA.debugLine="P3_M2 = P3_M2 &\"|\" & \"SI\"";
+ //BA.debugLineNum = 5027;BA.debugLine="P3_M2 = P3_M2 &\"|\" & \"SI\"";
_p3_m2 = _p3_m2+"|"+"SI";
- //BA.debugLineNum = 5023;BA.debugLine="If ET_P3_M2.Text = \"\" Then";
+ //BA.debugLineNum = 5028;BA.debugLine="If ET_P3_M2.Text = \"\" Then";
if ((_et_p3_m2.getText()).equals("")) {
- //BA.debugLineNum = 5024;BA.debugLine="If RB1_P3_M2.Checked Then P3_M2 = P3_M2 &\"|\" &";
-if (_rb1_p3_m2.getChecked()) {
-_p3_m2 = _p3_m2+"|"+"Rappi";};
- //BA.debugLineNum = 5025;BA.debugLine="If RB2_P3_M2.Checked Then P3_M2 = P3_M2 &\"|\" &";
-if (_rb2_p3_m2.getChecked()) {
-_p3_m2 = _p3_m2+"|"+"Coca Cola";};
- //BA.debugLineNum = 5026;BA.debugLine="If RB3_P3_M2.Checked Then P3_M2 = P3_M2 &\"|\" &";
-if (_rb3_p3_m2.getChecked()) {
-_p3_m2 = _p3_m2+"|"+"Modelo";};
- //BA.debugLineNum = 5027;BA.debugLine="If RB4_P3_M2.Checked Then P3_M2 = P3_M2 &\"|\" &";
-if (_rb4_p3_m2.getChecked()) {
-_p3_m2 = _p3_m2+"|"+"Rabbit";};
- }else if((_et_p3_m2.getText()).equals("") == false) {
//BA.debugLineNum = 5029;BA.debugLine="If RB1_P3_M2.Checked Then P3_M2 = P3_M2 &\"|\" &";
if (_rb1_p3_m2.getChecked()) {
_p3_m2 = _p3_m2+"|"+"Rappi";};
@@ -1602,251 +1589,264 @@ _p3_m2 = _p3_m2+"|"+"Modelo";};
//BA.debugLineNum = 5032;BA.debugLine="If RB4_P3_M2.Checked Then P3_M2 = P3_M2 &\"|\" &";
if (_rb4_p3_m2.getChecked()) {
_p3_m2 = _p3_m2+"|"+"Rabbit";};
- //BA.debugLineNum = 5033;BA.debugLine="P3_M2 = P3_M2 &\", \" & ET_P3_M2.Text";
+ }else if((_et_p3_m2.getText()).equals("") == false) {
+ //BA.debugLineNum = 5034;BA.debugLine="If RB1_P3_M2.Checked Then P3_M2 = P3_M2 &\"|\" &";
+if (_rb1_p3_m2.getChecked()) {
+_p3_m2 = _p3_m2+"|"+"Rappi";};
+ //BA.debugLineNum = 5035;BA.debugLine="If RB2_P3_M2.Checked Then P3_M2 = P3_M2 &\"|\" &";
+if (_rb2_p3_m2.getChecked()) {
+_p3_m2 = _p3_m2+"|"+"Coca Cola";};
+ //BA.debugLineNum = 5036;BA.debugLine="If RB3_P3_M2.Checked Then P3_M2 = P3_M2 &\"|\" &";
+if (_rb3_p3_m2.getChecked()) {
+_p3_m2 = _p3_m2+"|"+"Modelo";};
+ //BA.debugLineNum = 5037;BA.debugLine="If RB4_P3_M2.Checked Then P3_M2 = P3_M2 &\"|\" &";
+if (_rb4_p3_m2.getChecked()) {
+_p3_m2 = _p3_m2+"|"+"Rabbit";};
+ //BA.debugLineNum = 5038;BA.debugLine="P3_M2 = P3_M2 &\", \" & ET_P3_M2.Text";
_p3_m2 = _p3_m2+", "+_et_p3_m2.getText();
};
};
- //BA.debugLineNum = 5036;BA.debugLine="If textemp3 <> \"\" And textemp3.SubString2(0,2) =";
+ //BA.debugLineNum = 5041;BA.debugLine="If textemp3 <> \"\" And textemp3.SubString2(0,2) =";
if ((_textemp3).equals("") == false && (_textemp3.substring((int) (0),(int) (2))).equals(", ")) {
_textemp3 = _textemp3.substring((int) (2));};
- //BA.debugLineNum = 5038;BA.debugLine="P3_M2 = P3_M2 &\"|\" & textemp3";
+ //BA.debugLineNum = 5043;BA.debugLine="P3_M2 = P3_M2 &\"|\" & textemp3";
_p3_m2 = _p3_m2+"|"+_textemp3;
- //BA.debugLineNum = 5040;BA.debugLine="If P3_M2 <> \"\" And P3_M2.SubString2(0,2) = \", \" T";
+ //BA.debugLineNum = 5045;BA.debugLine="If P3_M2 <> \"\" And P3_M2.SubString2(0,2) = \", \" T";
if ((_p3_m2).equals("") == false && (_p3_m2.substring((int) (0),(int) (2))).equals(", ")) {
_p3_m2 = _p3_m2.substring((int) (2));};
- //BA.debugLineNum = 5041;BA.debugLine="LogColor(P3_M2,Colors.BlUE)";
-__c.LogImpl("020774968",_p3_m2,__c.Colors.Blue);
- //BA.debugLineNum = 5042;BA.debugLine="If PASA = \"1\" Then";
+ //BA.debugLineNum = 5046;BA.debugLine="LogColor(P3_M2,Colors.BlUE)";
+__c.LogImpl("720774968",_p3_m2,__c.Colors.Blue);
+ //BA.debugLineNum = 5047;BA.debugLine="If PASA = \"1\" Then";
if ((_pasa).equals("1")) {
- //BA.debugLineNum = 5043;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO ENCUESTA_MODULO2";
+ //BA.debugLineNum = 5048;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO ENCUESTA_MODULO2";
_skmt.ExecNonQuery2("INSERT INTO ENCUESTA_MODULO2 (CLIENTE, ALMACEN,P1, P2, P3, P4, P5, P6) VALUES (?,?,?,?,?,?,?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_subs._traecliente /*String*/ (ba)),(Object)(_almacen),(Object)(_et_p1_m2.getText()),(Object)(_et_p2_m2.getText()),(Object)(_p3_m2),(Object)(_p4_m2),(Object)(_et_p5_m2.getText()),(Object)(_p6_m2)}));
- //BA.debugLineNum = 5044;BA.debugLine="SV_ENCUESTA.Visible = False";
+ //BA.debugLineNum = 5049;BA.debugLine="SV_ENCUESTA.Visible = False";
_sv_encuesta.setVisible(__c.False);
- //BA.debugLineNum = 5045;BA.debugLine="p_cliente.Visible = True";
+ //BA.debugLineNum = 5050;BA.debugLine="p_cliente.Visible = True";
_p_cliente.setVisible(__c.True);
- //BA.debugLineNum = 5046;BA.debugLine="et_p1_m2.Text = \"\"";
+ //BA.debugLineNum = 5051;BA.debugLine="et_p1_m2.Text = \"\"";
_et_p1_m2.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 5047;BA.debugLine="et_p2_m2.TEXT = \"\"";
+ //BA.debugLineNum = 5052;BA.debugLine="et_p2_m2.TEXT = \"\"";
_et_p2_m2.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 5048;BA.debugLine="RB7_P6_M2.Checked = False";
+ //BA.debugLineNum = 5053;BA.debugLine="RB7_P6_M2.Checked = False";
_rb7_p6_m2.setChecked(__c.False);
- //BA.debugLineNum = 5049;BA.debugLine="RB6_P6_M2.Checked = False";
+ //BA.debugLineNum = 5054;BA.debugLine="RB6_P6_M2.Checked = False";
_rb6_p6_m2.setChecked(__c.False);
- //BA.debugLineNum = 5050;BA.debugLine="RB5_P6_M2.Checked = False";
+ //BA.debugLineNum = 5055;BA.debugLine="RB5_P6_M2.Checked = False";
_rb5_p6_m2.setChecked(__c.False);
- //BA.debugLineNum = 5051;BA.debugLine="RB4_P6_M2.Checked = False";
+ //BA.debugLineNum = 5056;BA.debugLine="RB4_P6_M2.Checked = False";
_rb4_p6_m2.setChecked(__c.False);
- //BA.debugLineNum = 5052;BA.debugLine="RB3_P6_M2.Checked = False";
+ //BA.debugLineNum = 5057;BA.debugLine="RB3_P6_M2.Checked = False";
_rb3_p6_m2.setChecked(__c.False);
- //BA.debugLineNum = 5053;BA.debugLine="RB2_P6_M2.Checked = False";
+ //BA.debugLineNum = 5058;BA.debugLine="RB2_P6_M2.Checked = False";
_rb2_p6_m2.setChecked(__c.False);
- //BA.debugLineNum = 5054;BA.debugLine="RB1_P6_M2.Checked = False";
+ //BA.debugLineNum = 5059;BA.debugLine="RB1_P6_M2.Checked = False";
_rb1_p6_m2.setChecked(__c.False);
- //BA.debugLineNum = 5055;BA.debugLine="et_p5_m2.Text = \"\"";
+ //BA.debugLineNum = 5060;BA.debugLine="et_p5_m2.Text = \"\"";
_et_p5_m2.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 5056;BA.debugLine="rd3_p4_m2.Checked = False";
+ //BA.debugLineNum = 5061;BA.debugLine="rd3_p4_m2.Checked = False";
_rd3_p4_m2.setChecked(__c.False);
- //BA.debugLineNum = 5057;BA.debugLine="rd2_p4_m2.Checked = False";
+ //BA.debugLineNum = 5062;BA.debugLine="rd2_p4_m2.Checked = False";
_rd2_p4_m2.setChecked(__c.False);
- //BA.debugLineNum = 5058;BA.debugLine="rd1_p4_m2.Checked = False";
+ //BA.debugLineNum = 5063;BA.debugLine="rd1_p4_m2.Checked = False";
_rd1_p4_m2.setChecked(__c.False);
- //BA.debugLineNum = 5059;BA.debugLine="RB1_P3_M2.Checked = False";
+ //BA.debugLineNum = 5064;BA.debugLine="RB1_P3_M2.Checked = False";
_rb1_p3_m2.setChecked(__c.False);
- //BA.debugLineNum = 5060;BA.debugLine="RB2_P3_M2.Checked = False";
+ //BA.debugLineNum = 5065;BA.debugLine="RB2_P3_M2.Checked = False";
_rb2_p3_m2.setChecked(__c.False);
- //BA.debugLineNum = 5061;BA.debugLine="RB3_P3_M2.Checked = False";
+ //BA.debugLineNum = 5066;BA.debugLine="RB3_P3_M2.Checked = False";
_rb3_p3_m2.setChecked(__c.False);
- //BA.debugLineNum = 5062;BA.debugLine="RB4_P3_M2.Checked = False";
+ //BA.debugLineNum = 5067;BA.debugLine="RB4_P3_M2.Checked = False";
_rb4_p3_m2.setChecked(__c.False);
- //BA.debugLineNum = 5064;BA.debugLine="CB1_P3_M2.Checked = False";
+ //BA.debugLineNum = 5069;BA.debugLine="CB1_P3_M2.Checked = False";
_cb1_p3_m2.setChecked(__c.False);
- //BA.debugLineNum = 5065;BA.debugLine="CB2_P3_M2.Checked = False";
+ //BA.debugLineNum = 5070;BA.debugLine="CB2_P3_M2.Checked = False";
_cb2_p3_m2.setChecked(__c.False);
- //BA.debugLineNum = 5066;BA.debugLine="CB3_P3_M2.Checked = False";
+ //BA.debugLineNum = 5071;BA.debugLine="CB3_P3_M2.Checked = False";
_cb3_p3_m2.setChecked(__c.False);
- //BA.debugLineNum = 5067;BA.debugLine="CB4_P3_M2.Checked = False";
+ //BA.debugLineNum = 5072;BA.debugLine="CB4_P3_M2.Checked = False";
_cb4_p3_m2.setChecked(__c.False);
- //BA.debugLineNum = 5068;BA.debugLine="CB5_P3_M2.Checked = False";
+ //BA.debugLineNum = 5073;BA.debugLine="CB5_P3_M2.Checked = False";
_cb5_p3_m2.setChecked(__c.False);
- //BA.debugLineNum = 5069;BA.debugLine="CB6_P3_M2.Checked = False";
+ //BA.debugLineNum = 5074;BA.debugLine="CB6_P3_M2.Checked = False";
_cb6_p3_m2.setChecked(__c.False);
- //BA.debugLineNum = 5071;BA.debugLine="ET_P3_M2.Text = \"\"";
+ //BA.debugLineNum = 5076;BA.debugLine="ET_P3_M2.Text = \"\"";
_et_p3_m2.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 5072;BA.debugLine="P3_M2 = \"\"";
+ //BA.debugLineNum = 5077;BA.debugLine="P3_M2 = \"\"";
_p3_m2 = "";
- //BA.debugLineNum = 5073;BA.debugLine="P4_M2 = \"\"";
+ //BA.debugLineNum = 5078;BA.debugLine="P4_M2 = \"\"";
_p4_m2 = "";
- //BA.debugLineNum = 5074;BA.debugLine="P6_M2 = \"\"";
+ //BA.debugLineNum = 5079;BA.debugLine="P6_M2 = \"\"";
_p6_m2 = "";
- //BA.debugLineNum = 5076;BA.debugLine="Panel7_M2.Visible = False";
+ //BA.debugLineNum = 5081;BA.debugLine="Panel7_M2.Visible = False";
_panel7_m2.setVisible(__c.False);
- //BA.debugLineNum = 5081;BA.debugLine="If ENCUESTA > 2 Then";
+ //BA.debugLineNum = 5086;BA.debugLine="If ENCUESTA > 2 Then";
if ((double)(Double.parseDouble(_encuesta))>2) {
- //BA.debugLineNum = 5082;BA.debugLine="If p_m2.IsInitialized And p_m2.Visible Then";
+ //BA.debugLineNum = 5087;BA.debugLine="If p_m2.IsInitialized And p_m2.Visible Then";
if (_p_m2.IsInitialized() && _p_m2.getVisible()) {
- //BA.debugLineNum = 5083;BA.debugLine="p_m2.Visible = False";
+ //BA.debugLineNum = 5088;BA.debugLine="p_m2.Visible = False";
_p_m2.setVisible(__c.False);
}else {
};
- //BA.debugLineNum = 5087;BA.debugLine="p_pregunta1.Visible = False";
+ //BA.debugLineNum = 5092;BA.debugLine="p_pregunta1.Visible = False";
_p_pregunta1.setVisible(__c.False);
- //BA.debugLineNum = 5088;BA.debugLine="p_cliente.Visible = False";
+ //BA.debugLineNum = 5093;BA.debugLine="p_cliente.Visible = False";
_p_cliente.setVisible(__c.False);
- //BA.debugLineNum = 5089;BA.debugLine="SV_ENCUESTA.Visible = True";
+ //BA.debugLineNum = 5094;BA.debugLine="SV_ENCUESTA.Visible = True";
_sv_encuesta.setVisible(__c.True);
- //BA.debugLineNum = 5090;BA.debugLine="SV_ENCUESTA.Panel.LoadLayout(\"ENCUESSTA_M3\")";
+ //BA.debugLineNum = 5095;BA.debugLine="SV_ENCUESTA.Panel.LoadLayout(\"ENCUESSTA_M3\")";
_sv_encuesta.getPanel().LoadLayout("ENCUESSTA_M3",ba);
- //BA.debugLineNum = 5091;BA.debugLine="p_m3.Width = Root.Width * 0.94";
+ //BA.debugLineNum = 5096;BA.debugLine="p_m3.Width = Root.Width * 0.94";
_p_m3.setWidth((int) (_root.getWidth()*0.94));
- //BA.debugLineNum = 5092;BA.debugLine="SV_ENCUESTA.Panel.Height = p_m3.Height + 60";
+ //BA.debugLineNum = 5097;BA.debugLine="SV_ENCUESTA.Panel.Height = p_m3.Height + 60";
_sv_encuesta.getPanel().setHeight((int) (_p_m3.getHeight()+60));
- //BA.debugLineNum = 5094;BA.debugLine="If Subs.traeAlmacen = 1 Or Subs.traeAlmacen";
+ //BA.debugLineNum = 5099;BA.debugLine="If Subs.traeAlmacen = 1 Or Subs.traeAlmacen";
if ((_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(1)) || (_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(2)) || (_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(4)) || (_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(5)) || (_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(35)) || (_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(36)) || (_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(45)) || (_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(46)) || (_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(47)) || (_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(54)) || (_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(64)) || (_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(65)) || (_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(71)) || (_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(3)) || (_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(25)) || (_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(27)) || (_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(38))) {
- //BA.debugLineNum = 5095;BA.debugLine="CB1_P6_M3.Text = \"GARIS\"";
+ //BA.debugLineNum = 5100;BA.debugLine="CB1_P6_M3.Text = \"GARIS\"";
_cb1_p6_m3.setText(BA.ObjectToCharSequence("GARIS"));
- //BA.debugLineNum = 5096;BA.debugLine="CB2_P6_M3.Text = \"SAHUAYO\"";
+ //BA.debugLineNum = 5101;BA.debugLine="CB2_P6_M3.Text = \"SAHUAYO\"";
_cb2_p6_m3.setText(BA.ObjectToCharSequence("SAHUAYO"));
- //BA.debugLineNum = 5097;BA.debugLine="CB3_P6_M3.Text = \"ZORRO\"";
+ //BA.debugLineNum = 5102;BA.debugLine="CB3_P6_M3.Text = \"ZORRO\"";
_cb3_p6_m3.setText(BA.ObjectToCharSequence("ZORRO"));
- //BA.debugLineNum = 5098;BA.debugLine="CB4_P6_M3.Text = \"ESCORPION\"";
+ //BA.debugLineNum = 5103;BA.debugLine="CB4_P6_M3.Text = \"ESCORPION\"";
_cb4_p6_m3.setText(BA.ObjectToCharSequence("ESCORPION"));
- //BA.debugLineNum = 5099;BA.debugLine="CB5_P6_M3.Text = \"RABBIT\"";
+ //BA.debugLineNum = 5104;BA.debugLine="CB5_P6_M3.Text = \"RABBIT\"";
_cb5_p6_m3.setText(BA.ObjectToCharSequence("RABBIT"));
- //BA.debugLineNum = 5100;BA.debugLine="CB6_P6_M3.Text = \"SAMS\"";
+ //BA.debugLineNum = 5105;BA.debugLine="CB6_P6_M3.Text = \"SAMS\"";
_cb6_p6_m3.setText(BA.ObjectToCharSequence("SAMS"));
}else if((_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(12))) {
- //BA.debugLineNum = 5103;BA.debugLine="CB1_P6_M3.Text = \"DECASA\"";
+ //BA.debugLineNum = 5108;BA.debugLine="CB1_P6_M3.Text = \"DECASA\"";
_cb1_p6_m3.setText(BA.ObjectToCharSequence("DECASA"));
- //BA.debugLineNum = 5104;BA.debugLine="CB2_P6_M3.Text = \"ZETA\"";
+ //BA.debugLineNum = 5109;BA.debugLine="CB2_P6_M3.Text = \"ZETA\"";
_cb2_p6_m3.setText(BA.ObjectToCharSequence("ZETA"));
- //BA.debugLineNum = 5105;BA.debugLine="CB3_P6_M3.Text = \"SAHUAYO\"";
+ //BA.debugLineNum = 5110;BA.debugLine="CB3_P6_M3.Text = \"SAHUAYO\"";
_cb3_p6_m3.setText(BA.ObjectToCharSequence("SAHUAYO"));
- //BA.debugLineNum = 5106;BA.debugLine="CB4_P6_M3.Text = \"DUERO\"";
+ //BA.debugLineNum = 5111;BA.debugLine="CB4_P6_M3.Text = \"DUERO\"";
_cb4_p6_m3.setText(BA.ObjectToCharSequence("DUERO"));
- //BA.debugLineNum = 5107;BA.debugLine="CB5_P6_M3.Text = \"HUGOSS\"";
+ //BA.debugLineNum = 5112;BA.debugLine="CB5_P6_M3.Text = \"HUGOSS\"";
_cb5_p6_m3.setText(BA.ObjectToCharSequence("HUGOSS"));
- //BA.debugLineNum = 5108;BA.debugLine="CB6_P6_M3.Text = \"ZORRO\"";
+ //BA.debugLineNum = 5113;BA.debugLine="CB6_P6_M3.Text = \"ZORRO\"";
_cb6_p6_m3.setText(BA.ObjectToCharSequence("ZORRO"));
}else if((_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(13))) {
- //BA.debugLineNum = 5110;BA.debugLine="CB1_P6_M3.Text = \"DECASA\"";
+ //BA.debugLineNum = 5115;BA.debugLine="CB1_P6_M3.Text = \"DECASA\"";
_cb1_p6_m3.setText(BA.ObjectToCharSequence("DECASA"));
- //BA.debugLineNum = 5111;BA.debugLine="CB2_P6_M3.Text = \"ZETA\"";
+ //BA.debugLineNum = 5116;BA.debugLine="CB2_P6_M3.Text = \"ZETA\"";
_cb2_p6_m3.setText(BA.ObjectToCharSequence("ZETA"));
- //BA.debugLineNum = 5112;BA.debugLine="CB3_P6_M3.Text = \"SAHUAYO\"";
+ //BA.debugLineNum = 5117;BA.debugLine="CB3_P6_M3.Text = \"SAHUAYO\"";
_cb3_p6_m3.setText(BA.ObjectToCharSequence("SAHUAYO"));
- //BA.debugLineNum = 5113;BA.debugLine="CB4_P6_M3.Text = \"SCORPION\"";
+ //BA.debugLineNum = 5118;BA.debugLine="CB4_P6_M3.Text = \"SCORPION\"";
_cb4_p6_m3.setText(BA.ObjectToCharSequence("SCORPION"));
- //BA.debugLineNum = 5114;BA.debugLine="CB5_P6_M3.Text = \"ZORRO\"";
+ //BA.debugLineNum = 5119;BA.debugLine="CB5_P6_M3.Text = \"ZORRO\"";
_cb5_p6_m3.setText(BA.ObjectToCharSequence("ZORRO"));
- //BA.debugLineNum = 5115;BA.debugLine="CB6_P6_M3.Text = \"GARIS\"";
+ //BA.debugLineNum = 5120;BA.debugLine="CB6_P6_M3.Text = \"GARIS\"";
_cb6_p6_m3.setText(BA.ObjectToCharSequence("GARIS"));
}else if((_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(14)) || (_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(69)) || (_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(37))) {
- //BA.debugLineNum = 5117;BA.debugLine="CB1_P6_M3.Text = \"DECASA\"";
+ //BA.debugLineNum = 5122;BA.debugLine="CB1_P6_M3.Text = \"DECASA\"";
_cb1_p6_m3.setText(BA.ObjectToCharSequence("DECASA"));
- //BA.debugLineNum = 5118;BA.debugLine="CB2_P6_M3.Text = \"ZETA\"";
+ //BA.debugLineNum = 5123;BA.debugLine="CB2_P6_M3.Text = \"ZETA\"";
_cb2_p6_m3.setText(BA.ObjectToCharSequence("ZETA"));
- //BA.debugLineNum = 5119;BA.debugLine="CB3_P6_M3.Text = \"SAHUAYO\"";
+ //BA.debugLineNum = 5124;BA.debugLine="CB3_P6_M3.Text = \"SAHUAYO\"";
_cb3_p6_m3.setText(BA.ObjectToCharSequence("SAHUAYO"));
- //BA.debugLineNum = 5120;BA.debugLine="CB4_P6_M3.Text = \"DUERO\"";
+ //BA.debugLineNum = 5125;BA.debugLine="CB4_P6_M3.Text = \"DUERO\"";
_cb4_p6_m3.setText(BA.ObjectToCharSequence("DUERO"));
- //BA.debugLineNum = 5121;BA.debugLine="CB5_P6_M3.Text = \"RIVERA/GRAN BODEGA\"";
+ //BA.debugLineNum = 5126;BA.debugLine="CB5_P6_M3.Text = \"RIVERA/GRAN BODEGA\"";
_cb5_p6_m3.setText(BA.ObjectToCharSequence("RIVERA/GRAN BODEGA"));
- //BA.debugLineNum = 5122;BA.debugLine="CB6_P6_M3.Text = \"ZORRO\"";
+ //BA.debugLineNum = 5127;BA.debugLine="CB6_P6_M3.Text = \"ZORRO\"";
_cb6_p6_m3.setText(BA.ObjectToCharSequence("ZORRO"));
}else if((_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(16)) || (_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(70))) {
- //BA.debugLineNum = 5124;BA.debugLine="CB1_P6_M3.Text = \"DECASA\"";
+ //BA.debugLineNum = 5129;BA.debugLine="CB1_P6_M3.Text = \"DECASA\"";
_cb1_p6_m3.setText(BA.ObjectToCharSequence("DECASA"));
- //BA.debugLineNum = 5125;BA.debugLine="CB2_P6_M3.Text = \"ZETA\"";
+ //BA.debugLineNum = 5130;BA.debugLine="CB2_P6_M3.Text = \"ZETA\"";
_cb2_p6_m3.setText(BA.ObjectToCharSequence("ZETA"));
- //BA.debugLineNum = 5126;BA.debugLine="CB3_P6_M3.Text = \"SAHUAYO\"";
+ //BA.debugLineNum = 5131;BA.debugLine="CB3_P6_M3.Text = \"SAHUAYO\"";
_cb3_p6_m3.setText(BA.ObjectToCharSequence("SAHUAYO"));
- //BA.debugLineNum = 5127;BA.debugLine="CB4_P6_M3.Text = \"DUERO\"";
+ //BA.debugLineNum = 5132;BA.debugLine="CB4_P6_M3.Text = \"DUERO\"";
_cb4_p6_m3.setText(BA.ObjectToCharSequence("DUERO"));
- //BA.debugLineNum = 5128;BA.debugLine="CB5_P6_M3.Text = \"RIVERA/GRAN BODEGA\"";
+ //BA.debugLineNum = 5133;BA.debugLine="CB5_P6_M3.Text = \"RIVERA/GRAN BODEGA\"";
_cb5_p6_m3.setText(BA.ObjectToCharSequence("RIVERA/GRAN BODEGA"));
- //BA.debugLineNum = 5129;BA.debugLine="CB6_P6_M3.Text = \"SAMS\"";
+ //BA.debugLineNum = 5134;BA.debugLine="CB6_P6_M3.Text = \"SAMS\"";
_cb6_p6_m3.setText(BA.ObjectToCharSequence("SAMS"));
}else if((_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(17))) {
- //BA.debugLineNum = 5131;BA.debugLine="CB1_P6_M3.Text = \"DECASA\"";
+ //BA.debugLineNum = 5136;BA.debugLine="CB1_P6_M3.Text = \"DECASA\"";
_cb1_p6_m3.setText(BA.ObjectToCharSequence("DECASA"));
- //BA.debugLineNum = 5132;BA.debugLine="CB2_P6_M3.Text = \"SAHUAYO\"";
+ //BA.debugLineNum = 5137;BA.debugLine="CB2_P6_M3.Text = \"SAHUAYO\"";
_cb2_p6_m3.setText(BA.ObjectToCharSequence("SAHUAYO"));
- //BA.debugLineNum = 5133;BA.debugLine="CB3_P6_M3.Text = \"\"";
+ //BA.debugLineNum = 5138;BA.debugLine="CB3_P6_M3.Text = \"\"";
_cb3_p6_m3.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 5134;BA.debugLine="CB4_P6_M3.Text = \"\"";
+ //BA.debugLineNum = 5139;BA.debugLine="CB4_P6_M3.Text = \"\"";
_cb4_p6_m3.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 5135;BA.debugLine="CB5_P6_M3.Text = \"\"";
+ //BA.debugLineNum = 5140;BA.debugLine="CB5_P6_M3.Text = \"\"";
_cb5_p6_m3.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 5136;BA.debugLine="CB6_P6_M3.Text = \"\"";
+ //BA.debugLineNum = 5141;BA.debugLine="CB6_P6_M3.Text = \"\"";
_cb6_p6_m3.setText(BA.ObjectToCharSequence(""));
}else if((_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(29)) || (_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(31))) {
- //BA.debugLineNum = 5138;BA.debugLine="CB1_P6_M3.Text = \"DECASA\"";
+ //BA.debugLineNum = 5143;BA.debugLine="CB1_P6_M3.Text = \"DECASA\"";
_cb1_p6_m3.setText(BA.ObjectToCharSequence("DECASA"));
- //BA.debugLineNum = 5139;BA.debugLine="CB2_P6_M3.Text = \"ZETA\"";
+ //BA.debugLineNum = 5144;BA.debugLine="CB2_P6_M3.Text = \"ZETA\"";
_cb2_p6_m3.setText(BA.ObjectToCharSequence("ZETA"));
- //BA.debugLineNum = 5140;BA.debugLine="CB3_P6_M3.Text = \"SAHUAYO\"";
+ //BA.debugLineNum = 5145;BA.debugLine="CB3_P6_M3.Text = \"SAHUAYO\"";
_cb3_p6_m3.setText(BA.ObjectToCharSequence("SAHUAYO"));
- //BA.debugLineNum = 5141;BA.debugLine="CB4_P6_M3.Text = \"DUERO\"";
+ //BA.debugLineNum = 5146;BA.debugLine="CB4_P6_M3.Text = \"DUERO\"";
_cb4_p6_m3.setText(BA.ObjectToCharSequence("DUERO"));
- //BA.debugLineNum = 5142;BA.debugLine="CB5_P6_M3.Text = \"SAMS\"";
+ //BA.debugLineNum = 5147;BA.debugLine="CB5_P6_M3.Text = \"SAMS\"";
_cb5_p6_m3.setText(BA.ObjectToCharSequence("SAMS"));
- //BA.debugLineNum = 5143;BA.debugLine="CB6_P6_M3.Text = \"RIVERA/GRAN BODEGA\"";
+ //BA.debugLineNum = 5148;BA.debugLine="CB6_P6_M3.Text = \"RIVERA/GRAN BODEGA\"";
_cb6_p6_m3.setText(BA.ObjectToCharSequence("RIVERA/GRAN BODEGA"));
}else if((_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(32)) || (_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(33))) {
- //BA.debugLineNum = 5145;BA.debugLine="CB1_P6_M3.Text = \"MAS BODEGA\"";
+ //BA.debugLineNum = 5150;BA.debugLine="CB1_P6_M3.Text = \"MAS BODEGA\"";
_cb1_p6_m3.setText(BA.ObjectToCharSequence("MAS BODEGA"));
- //BA.debugLineNum = 5146;BA.debugLine="CB2_P6_M3.Text = \"SAHUAYO\"";
+ //BA.debugLineNum = 5151;BA.debugLine="CB2_P6_M3.Text = \"SAHUAYO\"";
_cb2_p6_m3.setText(BA.ObjectToCharSequence("SAHUAYO"));
- //BA.debugLineNum = 5147;BA.debugLine="CB3_P6_M3.Text = \"TREVIÑO\"";
+ //BA.debugLineNum = 5152;BA.debugLine="CB3_P6_M3.Text = \"TREVIÑO\"";
_cb3_p6_m3.setText(BA.ObjectToCharSequence("TREVIÑO"));
- //BA.debugLineNum = 5148;BA.debugLine="CB4_P6_M3.Text = \"HUGOSS\"";
+ //BA.debugLineNum = 5153;BA.debugLine="CB4_P6_M3.Text = \"HUGOSS\"";
_cb4_p6_m3.setText(BA.ObjectToCharSequence("HUGOSS"));
- //BA.debugLineNum = 5149;BA.debugLine="CB5_P6_M3.Text = \"RABBIT\"";
+ //BA.debugLineNum = 5154;BA.debugLine="CB5_P6_M3.Text = \"RABBIT\"";
_cb5_p6_m3.setText(BA.ObjectToCharSequence("RABBIT"));
- //BA.debugLineNum = 5150;BA.debugLine="CB6_P6_M3.Text = \"SAMS\"";
+ //BA.debugLineNum = 5155;BA.debugLine="CB6_P6_M3.Text = \"SAMS\"";
_cb6_p6_m3.setText(BA.ObjectToCharSequence("SAMS"));
}else if((_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(66)) || (_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(67))) {
- //BA.debugLineNum = 5152;BA.debugLine="CB1_P6_M3.Text = \"DECASA\"";
+ //BA.debugLineNum = 5157;BA.debugLine="CB1_P6_M3.Text = \"DECASA\"";
_cb1_p6_m3.setText(BA.ObjectToCharSequence("DECASA"));
- //BA.debugLineNum = 5153;BA.debugLine="CB2_P6_M3.Text = \"ZETA\"";
+ //BA.debugLineNum = 5158;BA.debugLine="CB2_P6_M3.Text = \"ZETA\"";
_cb2_p6_m3.setText(BA.ObjectToCharSequence("ZETA"));
- //BA.debugLineNum = 5154;BA.debugLine="CB3_P6_M3.Text = \"SAHUAYO\"";
+ //BA.debugLineNum = 5159;BA.debugLine="CB3_P6_M3.Text = \"SAHUAYO\"";
_cb3_p6_m3.setText(BA.ObjectToCharSequence("SAHUAYO"));
- //BA.debugLineNum = 5155;BA.debugLine="CB4_P6_M3.Text = \"DUERO\"";
+ //BA.debugLineNum = 5160;BA.debugLine="CB4_P6_M3.Text = \"DUERO\"";
_cb4_p6_m3.setText(BA.ObjectToCharSequence("DUERO"));
- //BA.debugLineNum = 5156;BA.debugLine="CB5_P6_M3.Text = \"SCORPION\"";
+ //BA.debugLineNum = 5161;BA.debugLine="CB5_P6_M3.Text = \"SCORPION\"";
_cb5_p6_m3.setText(BA.ObjectToCharSequence("SCORPION"));
- //BA.debugLineNum = 5157;BA.debugLine="CB6_P6_M3.Text = \"SAMS\"";
+ //BA.debugLineNum = 5162;BA.debugLine="CB6_P6_M3.Text = \"SAMS\"";
_cb6_p6_m3.setText(BA.ObjectToCharSequence("SAMS"));
}else if((_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(22)) || (_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(34))) {
- //BA.debugLineNum = 5160;BA.debugLine="CB1_P6_M3.Text = \"DECASA\"";
+ //BA.debugLineNum = 5165;BA.debugLine="CB1_P6_M3.Text = \"DECASA\"";
_cb1_p6_m3.setText(BA.ObjectToCharSequence("DECASA"));
- //BA.debugLineNum = 5161;BA.debugLine="CB2_P6_M3.Text = \"ZETA\"";
+ //BA.debugLineNum = 5166;BA.debugLine="CB2_P6_M3.Text = \"ZETA\"";
_cb2_p6_m3.setText(BA.ObjectToCharSequence("ZETA"));
- //BA.debugLineNum = 5162;BA.debugLine="CB3_P6_M3.Text = \"SAHUAYO\"";
+ //BA.debugLineNum = 5167;BA.debugLine="CB3_P6_M3.Text = \"SAHUAYO\"";
_cb3_p6_m3.setText(BA.ObjectToCharSequence("SAHUAYO"));
- //BA.debugLineNum = 5163;BA.debugLine="CB4_P6_M3.Text = \"MERZA/DUERO\"";
+ //BA.debugLineNum = 5168;BA.debugLine="CB4_P6_M3.Text = \"MERZA/DUERO\"";
_cb4_p6_m3.setText(BA.ObjectToCharSequence("MERZA/DUERO"));
- //BA.debugLineNum = 5164;BA.debugLine="CB5_P6_M3.Text = \"HUGOSS\"";
+ //BA.debugLineNum = 5169;BA.debugLine="CB5_P6_M3.Text = \"HUGOSS\"";
_cb5_p6_m3.setText(BA.ObjectToCharSequence("HUGOSS"));
};
}else {
- //BA.debugLineNum = 5167;BA.debugLine="p_pregunta1.Visible = False";
+ //BA.debugLineNum = 5172;BA.debugLine="p_pregunta1.Visible = False";
_p_pregunta1.setVisible(__c.False);
- //BA.debugLineNum = 5168;BA.debugLine="SV_ENCUESTA.Visible = False";
+ //BA.debugLineNum = 5173;BA.debugLine="SV_ENCUESTA.Visible = False";
_sv_encuesta.setVisible(__c.False);
- //BA.debugLineNum = 5169;BA.debugLine="p_cliente.Visible = True";
+ //BA.debugLineNum = 5174;BA.debugLine="p_cliente.Visible = True";
_p_cliente.setVisible(__c.True);
- //BA.debugLineNum = 5171;BA.debugLine="B4XPages.ShowPage(\"productos\")";
+ //BA.debugLineNum = 5176;BA.debugLine="B4XPages.ShowPage(\"productos\")";
_b4xpages._showpage /*String*/ (ba,"productos");
- //BA.debugLineNum = 5172;BA.debugLine="MsgboxAsync(\"Encuesta guardada\",\"\")";
+ //BA.debugLineNum = 5177;BA.debugLine="MsgboxAsync(\"Encuesta guardada\",\"\")";
__c.MsgboxAsync(BA.ObjectToCharSequence("Encuesta guardada"),BA.ObjectToCharSequence(""),ba);
};
}else {
- //BA.debugLineNum = 5175;BA.debugLine="Msgbox(\"FAVOR DE CONTESTAR LA ENCUESTA\",\"AVISO\")";
+ //BA.debugLineNum = 5180;BA.debugLine="Msgbox(\"FAVOR DE CONTESTAR LA ENCUESTA\",\"AVISO\")";
__c.Msgbox(BA.ObjectToCharSequence("FAVOR DE CONTESTAR LA ENCUESTA"),BA.ObjectToCharSequence("AVISO"),ba);
};
- //BA.debugLineNum = 5177;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5182;BA.debugLine="End Sub";
return "";
}
public String _b_guardaencuesta_m3_click() throws Exception{
@@ -1859,455 +1859,455 @@ String _p8_m3 = "";
String _p9_m3 = "";
anywheresoftware.b4a.objects.collections.List _items2 = null;
anywheresoftware.b4a.objects.collections.List _items3 = null;
- //BA.debugLineNum = 5189;BA.debugLine="Private Sub B_guardaencuesta_m3_Click";
- //BA.debugLineNum = 5191;BA.debugLine="PASA = \"1\"";
+ //BA.debugLineNum = 5194;BA.debugLine="Private Sub B_guardaencuesta_m3_Click";
+ //BA.debugLineNum = 5196;BA.debugLine="PASA = \"1\"";
_pasa = "1";
- //BA.debugLineNum = 5197;BA.debugLine="Private P3_M3 As String = \"\"";
+ //BA.debugLineNum = 5202;BA.debugLine="Private P3_M3 As String = \"\"";
_p3_m3 = "";
- //BA.debugLineNum = 5198;BA.debugLine="Private P4_M3 As String = \"\"";
+ //BA.debugLineNum = 5203;BA.debugLine="Private P4_M3 As String = \"\"";
_p4_m3 = "";
- //BA.debugLineNum = 5199;BA.debugLine="Private P5_M3 As String = \"\"";
+ //BA.debugLineNum = 5204;BA.debugLine="Private P5_M3 As String = \"\"";
_p5_m3 = "";
- //BA.debugLineNum = 5200;BA.debugLine="Private P6_M3 As String = \"\"";
+ //BA.debugLineNum = 5205;BA.debugLine="Private P6_M3 As String = \"\"";
_p6_m3 = "";
- //BA.debugLineNum = 5201;BA.debugLine="Private P7_M3 As String = \"\"";
+ //BA.debugLineNum = 5206;BA.debugLine="Private P7_M3 As String = \"\"";
_p7_m3 = "";
- //BA.debugLineNum = 5202;BA.debugLine="Private P8_M3 As String = \"\"";
+ //BA.debugLineNum = 5207;BA.debugLine="Private P8_M3 As String = \"\"";
_p8_m3 = "";
- //BA.debugLineNum = 5203;BA.debugLine="Private P9_M3 As String = \"\"";
+ //BA.debugLineNum = 5208;BA.debugLine="Private P9_M3 As String = \"\"";
_p9_m3 = "";
- //BA.debugLineNum = 5209;BA.debugLine="If rd1_p5_m3.Checked Then P5_M3 = \"SI\"";
+ //BA.debugLineNum = 5214;BA.debugLine="If rd1_p5_m3.Checked Then P5_M3 = \"SI\"";
if (_rd1_p5_m3.getChecked()) {
_p5_m3 = "SI";};
- //BA.debugLineNum = 5210;BA.debugLine="If rd2_p5_m3.Checked Then P5_M3 = \"NO\"";
+ //BA.debugLineNum = 5215;BA.debugLine="If rd2_p5_m3.Checked Then P5_M3 = \"NO\"";
if (_rd2_p5_m3.getChecked()) {
_p5_m3 = "NO";};
- //BA.debugLineNum = 5212;BA.debugLine="If RB1_P9_M3.Checked Then P9_M3 = \"DIARIO\"";
+ //BA.debugLineNum = 5217;BA.debugLine="If RB1_P9_M3.Checked Then P9_M3 = \"DIARIO\"";
if (_rb1_p9_m3.getChecked()) {
_p9_m3 = "DIARIO";};
- //BA.debugLineNum = 5213;BA.debugLine="If RB2_P9_M3.Checked Then P9_M3 = \"BISEMANAL\"";
+ //BA.debugLineNum = 5218;BA.debugLine="If RB2_P9_M3.Checked Then P9_M3 = \"BISEMANAL\"";
if (_rb2_p9_m3.getChecked()) {
_p9_m3 = "BISEMANAL";};
- //BA.debugLineNum = 5214;BA.debugLine="If RB3_P9_M3.Checked Then P9_M3 = \"SEMANAL\"";
+ //BA.debugLineNum = 5219;BA.debugLine="If RB3_P9_M3.Checked Then P9_M3 = \"SEMANAL\"";
if (_rb3_p9_m3.getChecked()) {
_p9_m3 = "SEMANAL";};
- //BA.debugLineNum = 5215;BA.debugLine="If RB4_P9_M3.Checked Then P9_M3 = \"QUINCENAL\"";
+ //BA.debugLineNum = 5220;BA.debugLine="If RB4_P9_M3.Checked Then P9_M3 = \"QUINCENAL\"";
if (_rb4_p9_m3.getChecked()) {
_p9_m3 = "QUINCENAL";};
- //BA.debugLineNum = 5216;BA.debugLine="If RB5_P9_M3.Checked Then P9_M3 = \"MENSUAL\"";
+ //BA.debugLineNum = 5221;BA.debugLine="If RB5_P9_M3.Checked Then P9_M3 = \"MENSUAL\"";
if (_rb5_p9_m3.getChecked()) {
_p9_m3 = "MENSUAL";};
- //BA.debugLineNum = 5217;BA.debugLine="If P9_M3 = \"\" Then PASA = \"0\"";
+ //BA.debugLineNum = 5222;BA.debugLine="If P9_M3 = \"\" Then PASA = \"0\"";
if ((_p9_m3).equals("")) {
_pasa = "0";};
- //BA.debugLineNum = 5218;BA.debugLine="If P5_M3 = \"\" Then PASA = \"0\"";
+ //BA.debugLineNum = 5223;BA.debugLine="If P5_M3 = \"\" Then PASA = \"0\"";
if ((_p5_m3).equals("")) {
_pasa = "0";};
- //BA.debugLineNum = 5221;BA.debugLine="If CB1_P3_M3.Checked = False And CB2_P3_M3.Check";
+ //BA.debugLineNum = 5226;BA.debugLine="If CB1_P3_M3.Checked = False And CB2_P3_M3.Check";
if (_cb1_p3_m3.getChecked()==__c.False && _cb2_p3_m3.getChecked()==__c.False && _cb3_p3_m3.getChecked()==__c.False && _cb4_p3_m3.getChecked()==__c.False && _cb5_p3_m3.getChecked()==__c.False) {
_pasa = "0";};
- //BA.debugLineNum = 5223;BA.debugLine="If CB1_P4_M3.Checked = False And CB2_P4_M3.Che";
+ //BA.debugLineNum = 5228;BA.debugLine="If CB1_P4_M3.Checked = False And CB2_P4_M3.Che";
if (_cb1_p4_m3.getChecked()==__c.False && _cb2_p4_m3.getChecked()==__c.False && _cb3_p4_m3.getChecked()==__c.False && _cb4_p4_m3.getChecked()==__c.False && _cb5_p4_m3.getChecked()==__c.False) {
_pasa = "0";};
- //BA.debugLineNum = 5228;BA.debugLine="If CB1_P7_M3.Checked = False And CB2_P7_M3.Chec";
+ //BA.debugLineNum = 5233;BA.debugLine="If CB1_P7_M3.Checked = False And CB2_P7_M3.Chec";
if (_cb1_p7_m3.getChecked()==__c.False && _cb2_p7_m3.getChecked()==__c.False && _cb3_p7_m3.getChecked()==__c.False && _cb4_p7_m3.getChecked()==__c.False) {
_pasa = "0";};
- //BA.debugLineNum = 5231;BA.debugLine="If CB1_P8_M3.Checked = False And CB2_P8_M3.Check";
+ //BA.debugLineNum = 5236;BA.debugLine="If CB1_P8_M3.Checked = False And CB2_P8_M3.Check";
if (_cb1_p8_m3.getChecked()==__c.False && _cb2_p8_m3.getChecked()==__c.False && _cb3_p8_m3.getChecked()==__c.False && _cb4_p8_m3.getChecked()==__c.False) {
_pasa = "0";};
- //BA.debugLineNum = 5232;BA.debugLine="If rb1_m3_p1.Checked Then P3_M3 = \"7 A 9\"";
+ //BA.debugLineNum = 5237;BA.debugLine="If rb1_m3_p1.Checked Then P3_M3 = \"7 A 9\"";
if (_rb1_m3_p1.getChecked()) {
_p3_m3 = "7 A 9";};
- //BA.debugLineNum = 5233;BA.debugLine="If RB2_M3_P1.Checked Then P3_M3 = \"9 A 11\"";
+ //BA.debugLineNum = 5238;BA.debugLine="If RB2_M3_P1.Checked Then P3_M3 = \"9 A 11\"";
if (_rb2_m3_p1.getChecked()) {
_p3_m3 = "9 A 11";};
- //BA.debugLineNum = 5234;BA.debugLine="If RB3_M3_P1.Checked Then P3_M3 = \"11 A 13\"";
+ //BA.debugLineNum = 5239;BA.debugLine="If RB3_M3_P1.Checked Then P3_M3 = \"11 A 13\"";
if (_rb3_m3_p1.getChecked()) {
_p3_m3 = "11 A 13";};
- //BA.debugLineNum = 5235;BA.debugLine="If RB4_M3_P1.Checked Then P3_M3 = \"13 +\"";
+ //BA.debugLineNum = 5240;BA.debugLine="If RB4_M3_P1.Checked Then P3_M3 = \"13 +\"";
if (_rb4_m3_p1.getChecked()) {
_p3_m3 = "13 +";};
- //BA.debugLineNum = 5237;BA.debugLine="If RB1_M3_P2.Checked Then P4_M3 = \"2 A 4\"";
+ //BA.debugLineNum = 5242;BA.debugLine="If RB1_M3_P2.Checked Then P4_M3 = \"2 A 4\"";
if (_rb1_m3_p2.getChecked()) {
_p4_m3 = "2 A 4";};
- //BA.debugLineNum = 5238;BA.debugLine="If RB2_M3_P2.Checked Then P4_M3 = \"4 A 6\"";
+ //BA.debugLineNum = 5243;BA.debugLine="If RB2_M3_P2.Checked Then P4_M3 = \"4 A 6\"";
if (_rb2_m3_p2.getChecked()) {
_p4_m3 = "4 A 6";};
- //BA.debugLineNum = 5239;BA.debugLine="If RB3_M3_P2.Checked Then P4_M3 = \"6 A 8\"";
+ //BA.debugLineNum = 5244;BA.debugLine="If RB3_M3_P2.Checked Then P4_M3 = \"6 A 8\"";
if (_rb3_m3_p2.getChecked()) {
_p4_m3 = "6 A 8";};
- //BA.debugLineNum = 5240;BA.debugLine="If RB4_M3_P2.Checked Then P4_M3 = \"8 +\"";
+ //BA.debugLineNum = 5245;BA.debugLine="If RB4_M3_P2.Checked Then P4_M3 = \"8 +\"";
if (_rb4_m3_p2.getChecked()) {
_p4_m3 = "8 +";};
- //BA.debugLineNum = 5242;BA.debugLine="If CB5_P4_M3.Checked = True And ( CB2_P4_M3.Chec";
+ //BA.debugLineNum = 5247;BA.debugLine="If CB5_P4_M3.Checked = True And ( CB2_P4_M3.Chec";
if (_cb5_p4_m3.getChecked()==__c.True && (_cb2_p4_m3.getChecked()==__c.True || _cb3_p4_m3.getChecked()==__c.True || _cb4_p4_m3.getChecked()==__c.True || _cb1_p4_m3.getChecked()==__c.True)) {
- //BA.debugLineNum = 5243;BA.debugLine="PASA = \"0\"";
+ //BA.debugLineNum = 5248;BA.debugLine="PASA = \"0\"";
_pasa = "0";
- //BA.debugLineNum = 5244;BA.debugLine="CB5_P4_M3.Checked = False";
+ //BA.debugLineNum = 5249;BA.debugLine="CB5_P4_M3.Checked = False";
_cb5_p4_m3.setChecked(__c.False);
- //BA.debugLineNum = 5245;BA.debugLine="CB2_P4_M3.Checked = False";
+ //BA.debugLineNum = 5250;BA.debugLine="CB2_P4_M3.Checked = False";
_cb2_p4_m3.setChecked(__c.False);
- //BA.debugLineNum = 5246;BA.debugLine="CB3_P4_M3.Checked = False";
+ //BA.debugLineNum = 5251;BA.debugLine="CB3_P4_M3.Checked = False";
_cb3_p4_m3.setChecked(__c.False);
- //BA.debugLineNum = 5247;BA.debugLine="CB4_P4_M3.Checked = False";
+ //BA.debugLineNum = 5252;BA.debugLine="CB4_P4_M3.Checked = False";
_cb4_p4_m3.setChecked(__c.False);
- //BA.debugLineNum = 5248;BA.debugLine="CB1_P4_M3.Checked = False";
+ //BA.debugLineNum = 5253;BA.debugLine="CB1_P4_M3.Checked = False";
_cb1_p4_m3.setChecked(__c.False);
};
- //BA.debugLineNum = 5252;BA.debugLine="If PASA = \"1\" Then";
+ //BA.debugLineNum = 5257;BA.debugLine="If PASA = \"1\" Then";
if ((_pasa).equals("1")) {
- //BA.debugLineNum = 5253;BA.debugLine="If rb1_m3_p1.Checked Then P3_M3 = \"7 A 9\"";
+ //BA.debugLineNum = 5258;BA.debugLine="If rb1_m3_p1.Checked Then P3_M3 = \"7 A 9\"";
if (_rb1_m3_p1.getChecked()) {
_p3_m3 = "7 A 9";};
- //BA.debugLineNum = 5254;BA.debugLine="If RB2_M3_P1.Checked Then P3_M3 = \"9 A 11\"";
+ //BA.debugLineNum = 5259;BA.debugLine="If RB2_M3_P1.Checked Then P3_M3 = \"9 A 11\"";
if (_rb2_m3_p1.getChecked()) {
_p3_m3 = "9 A 11";};
- //BA.debugLineNum = 5255;BA.debugLine="If RB3_M3_P1.Checked Then P3_M3 = \"11 A 13\"";
+ //BA.debugLineNum = 5260;BA.debugLine="If RB3_M3_P1.Checked Then P3_M3 = \"11 A 13\"";
if (_rb3_m3_p1.getChecked()) {
_p3_m3 = "11 A 13";};
- //BA.debugLineNum = 5256;BA.debugLine="If RB4_M3_P1.Checked Then P3_M3 = \"13 +\"";
+ //BA.debugLineNum = 5261;BA.debugLine="If RB4_M3_P1.Checked Then P3_M3 = \"13 +\"";
if (_rb4_m3_p1.getChecked()) {
_p3_m3 = "13 +";};
- //BA.debugLineNum = 5258;BA.debugLine="If RB1_M3_P2.Checked Then P4_M3 = \"2 A 4\"";
+ //BA.debugLineNum = 5263;BA.debugLine="If RB1_M3_P2.Checked Then P4_M3 = \"2 A 4\"";
if (_rb1_m3_p2.getChecked()) {
_p4_m3 = "2 A 4";};
- //BA.debugLineNum = 5259;BA.debugLine="If RB2_M3_P2.Checked Then P4_M3 = \"4 A 6\"";
+ //BA.debugLineNum = 5264;BA.debugLine="If RB2_M3_P2.Checked Then P4_M3 = \"4 A 6\"";
if (_rb2_m3_p2.getChecked()) {
_p4_m3 = "4 A 6";};
- //BA.debugLineNum = 5260;BA.debugLine="If RB3_M3_P2.Checked Then P4_M3 = \"6 A 8\"";
+ //BA.debugLineNum = 5265;BA.debugLine="If RB3_M3_P2.Checked Then P4_M3 = \"6 A 8\"";
if (_rb3_m3_p2.getChecked()) {
_p4_m3 = "6 A 8";};
- //BA.debugLineNum = 5261;BA.debugLine="If RB4_M3_P2.Checked Then P4_M3 = \"8 +\"";
+ //BA.debugLineNum = 5266;BA.debugLine="If RB4_M3_P2.Checked Then P4_M3 = \"8 +\"";
if (_rb4_m3_p2.getChecked()) {
_p4_m3 = "8 +";};
- //BA.debugLineNum = 5263;BA.debugLine="If ET_P6_M3.Text <> \"\" Then";
+ //BA.debugLineNum = 5268;BA.debugLine="If ET_P6_M3.Text <> \"\" Then";
if ((_et_p6_m3.getText()).equals("") == false) {
- //BA.debugLineNum = 5264;BA.debugLine="textemp6 = textemp6 & \", \" & ET_P6_M3.Text";
+ //BA.debugLineNum = 5269;BA.debugLine="textemp6 = textemp6 & \", \" & ET_P6_M3.Text";
_textemp6 = _textemp6+", "+_et_p6_m3.getText();
};
- //BA.debugLineNum = 5267;BA.debugLine="If textemp4 <> \"\" And textemp4.SubString2(0,2) =";
+ //BA.debugLineNum = 5272;BA.debugLine="If textemp4 <> \"\" And textemp4.SubString2(0,2) =";
if ((_textemp4).equals("") == false && (_textemp4.substring((int) (0),(int) (2))).equals(", ")) {
_textemp4 = _textemp4.substring((int) (2));};
- //BA.debugLineNum = 5268;BA.debugLine="If textemp5 <> \"\" And textemp5.SubString2(0,2) =";
+ //BA.debugLineNum = 5273;BA.debugLine="If textemp5 <> \"\" And textemp5.SubString2(0,2) =";
if ((_textemp5).equals("") == false && (_textemp5.substring((int) (0),(int) (2))).equals(", ")) {
_textemp5 = _textemp5.substring((int) (2));};
- //BA.debugLineNum = 5269;BA.debugLine="If textemp6 <> \"\" And textemp6.SubString2(0,2) =";
+ //BA.debugLineNum = 5274;BA.debugLine="If textemp6 <> \"\" And textemp6.SubString2(0,2) =";
if ((_textemp6).equals("") == false && (_textemp6.substring((int) (0),(int) (2))).equals(", ")) {
_textemp6 = _textemp6.substring((int) (2));};
- //BA.debugLineNum = 5270;BA.debugLine="If textemp7 <> \"\" And textemp7.SubString2(0,2) =";
+ //BA.debugLineNum = 5275;BA.debugLine="If textemp7 <> \"\" And textemp7.SubString2(0,2) =";
if ((_textemp7).equals("") == false && (_textemp7.substring((int) (0),(int) (2))).equals(", ")) {
_textemp7 = _textemp7.substring((int) (2));};
- //BA.debugLineNum = 5271;BA.debugLine="If textemp8 <> \"\" And textemp8.SubString2(0,2) =";
+ //BA.debugLineNum = 5276;BA.debugLine="If textemp8 <> \"\" And textemp8.SubString2(0,2) =";
if ((_textemp8).equals("") == false && (_textemp8.substring((int) (0),(int) (2))).equals(", ")) {
_textemp8 = _textemp8.substring((int) (2));};
- //BA.debugLineNum = 5275;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO ENCUESTA_MODULO3";
+ //BA.debugLineNum = 5280;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO ENCUESTA_MODULO3";
_skmt.ExecNonQuery2("INSERT INTO ENCUESTA_MODULO3 (CLIENTE, ALMACEN,P1, P2, P3, P4, P5, P6,P7,P8,P9,P10,P11) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_subs._traecliente /*String*/ (ba)),(Object)(_almacen),(Object)("x"),(Object)("x"),(Object)(_p3_m3),(Object)(_p4_m3),(Object)(_textemp4),(Object)(_textemp5),(Object)(_p5_m3),(Object)(_textemp6),(Object)(_textemp7),(Object)(_textemp8),(Object)(_p9_m3)}));
- //BA.debugLineNum = 5276;BA.debugLine="SV_ENCUESTA.Visible = False";
+ //BA.debugLineNum = 5281;BA.debugLine="SV_ENCUESTA.Visible = False";
_sv_encuesta.setVisible(__c.False);
- //BA.debugLineNum = 5277;BA.debugLine="p_cliente.Visible = True";
+ //BA.debugLineNum = 5282;BA.debugLine="p_cliente.Visible = True";
_p_cliente.setVisible(__c.True);
- //BA.debugLineNum = 5280;BA.debugLine="If ENCUESTA > 3 Then";
+ //BA.debugLineNum = 5285;BA.debugLine="If ENCUESTA > 3 Then";
if ((double)(Double.parseDouble(_encuesta))>3) {
- //BA.debugLineNum = 5281;BA.debugLine="If p_m3.IsInitialized And p_m3.Visible Then";
+ //BA.debugLineNum = 5286;BA.debugLine="If p_m3.IsInitialized And p_m3.Visible Then";
if (_p_m3.IsInitialized() && _p_m3.getVisible()) {
- //BA.debugLineNum = 5282;BA.debugLine="p_m3.Visible = False";
+ //BA.debugLineNum = 5287;BA.debugLine="p_m3.Visible = False";
_p_m3.setVisible(__c.False);
}else {
};
- //BA.debugLineNum = 5286;BA.debugLine="p_pregunta1.Visible = False";
+ //BA.debugLineNum = 5291;BA.debugLine="p_pregunta1.Visible = False";
_p_pregunta1.setVisible(__c.False);
- //BA.debugLineNum = 5287;BA.debugLine="p_cliente.Visible = False";
+ //BA.debugLineNum = 5292;BA.debugLine="p_cliente.Visible = False";
_p_cliente.setVisible(__c.False);
- //BA.debugLineNum = 5288;BA.debugLine="SV_ENCUESTA.Visible = True";
+ //BA.debugLineNum = 5293;BA.debugLine="SV_ENCUESTA.Visible = True";
_sv_encuesta.setVisible(__c.True);
- //BA.debugLineNum = 5289;BA.debugLine="p_pregunta1.Visible = False";
+ //BA.debugLineNum = 5294;BA.debugLine="p_pregunta1.Visible = False";
_p_pregunta1.setVisible(__c.False);
- //BA.debugLineNum = 5290;BA.debugLine="SV_ENCUESTA.Panel.LoadLayout(\"ENCUESTA_M4\")";
+ //BA.debugLineNum = 5295;BA.debugLine="SV_ENCUESTA.Panel.LoadLayout(\"ENCUESTA_M4\")";
_sv_encuesta.getPanel().LoadLayout("ENCUESTA_M4",ba);
- //BA.debugLineNum = 5291;BA.debugLine="p_m4.Width = Root.Width * 0.94";
+ //BA.debugLineNum = 5296;BA.debugLine="p_m4.Width = Root.Width * 0.94";
_p_m4.setWidth((int) (_root.getWidth()*0.94));
- //BA.debugLineNum = 5292;BA.debugLine="SV_ENCUESTA.Panel.Height = p_m4.Height + 60";
+ //BA.debugLineNum = 5297;BA.debugLine="SV_ENCUESTA.Panel.Height = p_m4.Height + 60";
_sv_encuesta.getPanel().setHeight((int) (_p_m4.getHeight()+60));
- //BA.debugLineNum = 5294;BA.debugLine="Dim Items2 As List";
+ //BA.debugLineNum = 5299;BA.debugLine="Dim Items2 As List";
_items2 = new anywheresoftware.b4a.objects.collections.List();
- //BA.debugLineNum = 5295;BA.debugLine="Items2.Initialize";
+ //BA.debugLineNum = 5300;BA.debugLine="Items2.Initialize";
_items2.Initialize();
- //BA.debugLineNum = 5296;BA.debugLine="Items2.Add(\"Selecciona una opcion\")";
+ //BA.debugLineNum = 5301;BA.debugLine="Items2.Add(\"Selecciona una opcion\")";
_items2.Add((Object)("Selecciona una opcion"));
- //BA.debugLineNum = 5297;BA.debugLine="Items2.Add(\"Propio\")";
+ //BA.debugLineNum = 5302;BA.debugLine="Items2.Add(\"Propio\")";
_items2.Add((Object)("Propio"));
- //BA.debugLineNum = 5298;BA.debugLine="Items2.Add(\"Rentado\")";
+ //BA.debugLineNum = 5303;BA.debugLine="Items2.Add(\"Rentado\")";
_items2.Add((Object)("Rentado"));
- //BA.debugLineNum = 5299;BA.debugLine="cb_p3_m4.SetItems(Items2)";
+ //BA.debugLineNum = 5304;BA.debugLine="cb_p3_m4.SetItems(Items2)";
_cb_p3_m4._setitems /*String*/ (_items2);
- //BA.debugLineNum = 5300;BA.debugLine="itemselect2 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 5305;BA.debugLine="itemselect2 = \"Selecciona una opcion\"";
_itemselect2 = "Selecciona una opcion";
- //BA.debugLineNum = 5303;BA.debugLine="Dim Items3 As List";
+ //BA.debugLineNum = 5308;BA.debugLine="Dim Items3 As List";
_items3 = new anywheresoftware.b4a.objects.collections.List();
- //BA.debugLineNum = 5304;BA.debugLine="Items3.Initialize";
+ //BA.debugLineNum = 5309;BA.debugLine="Items3.Initialize";
_items3.Initialize();
- //BA.debugLineNum = 5305;BA.debugLine="Items3.Add(\"Selecciona una opcion\")";
+ //BA.debugLineNum = 5310;BA.debugLine="Items3.Add(\"Selecciona una opcion\")";
_items3.Add((Object)("Selecciona una opcion"));
- //BA.debugLineNum = 5306;BA.debugLine="Items3.Add(\"Completamente Surtido\")";
+ //BA.debugLineNum = 5311;BA.debugLine="Items3.Add(\"Completamente Surtido\")";
_items3.Add((Object)("Completamente Surtido"));
- //BA.debugLineNum = 5307;BA.debugLine="Items3.Add(\"Bien Surtido\")";
+ //BA.debugLineNum = 5312;BA.debugLine="Items3.Add(\"Bien Surtido\")";
_items3.Add((Object)("Bien Surtido"));
- //BA.debugLineNum = 5308;BA.debugLine="Items3.Add(\"Poco Surtido\")";
+ //BA.debugLineNum = 5313;BA.debugLine="Items3.Add(\"Poco Surtido\")";
_items3.Add((Object)("Poco Surtido"));
- //BA.debugLineNum = 5309;BA.debugLine="Items3.Add(\"Muy Poco Surtido\")";
+ //BA.debugLineNum = 5314;BA.debugLine="Items3.Add(\"Muy Poco Surtido\")";
_items3.Add((Object)("Muy Poco Surtido"));
- //BA.debugLineNum = 5310;BA.debugLine="Items3.Add(\"Sin Existencias\")";
+ //BA.debugLineNum = 5315;BA.debugLine="Items3.Add(\"Sin Existencias\")";
_items3.Add((Object)("Sin Existencias"));
- //BA.debugLineNum = 5311;BA.debugLine="cb_p4_1_m4.SetItems(Items3)";
+ //BA.debugLineNum = 5316;BA.debugLine="cb_p4_1_m4.SetItems(Items3)";
_cb_p4_1_m4._setitems /*String*/ (_items3);
- //BA.debugLineNum = 5312;BA.debugLine="itemselect3 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 5317;BA.debugLine="itemselect3 = \"Selecciona una opcion\"";
_itemselect3 = "Selecciona una opcion";
- //BA.debugLineNum = 5313;BA.debugLine="cb_p4_2_m4.SetItems(Items3)";
+ //BA.debugLineNum = 5318;BA.debugLine="cb_p4_2_m4.SetItems(Items3)";
_cb_p4_2_m4._setitems /*String*/ (_items3);
- //BA.debugLineNum = 5314;BA.debugLine="itemselect4 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 5319;BA.debugLine="itemselect4 = \"Selecciona una opcion\"";
_itemselect4 = "Selecciona una opcion";
- //BA.debugLineNum = 5315;BA.debugLine="cb_p4_3_m4.SetItems(Items3)";
+ //BA.debugLineNum = 5320;BA.debugLine="cb_p4_3_m4.SetItems(Items3)";
_cb_p4_3_m4._setitems /*String*/ (_items3);
- //BA.debugLineNum = 5316;BA.debugLine="itemselect5 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 5321;BA.debugLine="itemselect5 = \"Selecciona una opcion\"";
_itemselect5 = "Selecciona una opcion";
- //BA.debugLineNum = 5317;BA.debugLine="cb_p4_4_m4.SetItems(Items3)";
+ //BA.debugLineNum = 5322;BA.debugLine="cb_p4_4_m4.SetItems(Items3)";
_cb_p4_4_m4._setitems /*String*/ (_items3);
- //BA.debugLineNum = 5318;BA.debugLine="itemselect6 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 5323;BA.debugLine="itemselect6 = \"Selecciona una opcion\"";
_itemselect6 = "Selecciona una opcion";
- //BA.debugLineNum = 5319;BA.debugLine="cb_p4_5_m4.SetItems(Items3)";
+ //BA.debugLineNum = 5324;BA.debugLine="cb_p4_5_m4.SetItems(Items3)";
_cb_p4_5_m4._setitems /*String*/ (_items3);
- //BA.debugLineNum = 5320;BA.debugLine="itemselect7 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 5325;BA.debugLine="itemselect7 = \"Selecciona una opcion\"";
_itemselect7 = "Selecciona una opcion";
}else {
- //BA.debugLineNum = 5322;BA.debugLine="p_pregunta1.Visible = False";
+ //BA.debugLineNum = 5327;BA.debugLine="p_pregunta1.Visible = False";
_p_pregunta1.setVisible(__c.False);
- //BA.debugLineNum = 5323;BA.debugLine="SV_ENCUESTA.Visible = False";
+ //BA.debugLineNum = 5328;BA.debugLine="SV_ENCUESTA.Visible = False";
_sv_encuesta.setVisible(__c.False);
- //BA.debugLineNum = 5324;BA.debugLine="p_cliente.Visible = True";
+ //BA.debugLineNum = 5329;BA.debugLine="p_cliente.Visible = True";
_p_cliente.setVisible(__c.True);
- //BA.debugLineNum = 5326;BA.debugLine="B4XPages.ShowPage(\"productos\")";
+ //BA.debugLineNum = 5331;BA.debugLine="B4XPages.ShowPage(\"productos\")";
_b4xpages._showpage /*String*/ (ba,"productos");
- //BA.debugLineNum = 5327;BA.debugLine="MsgboxAsync(\"Encuesta guardada\",\"\")";
+ //BA.debugLineNum = 5332;BA.debugLine="MsgboxAsync(\"Encuesta guardada\",\"\")";
__c.MsgboxAsync(BA.ObjectToCharSequence("Encuesta guardada"),BA.ObjectToCharSequence(""),ba);
};
}else {
- //BA.debugLineNum = 5330;BA.debugLine="Msgbox(\"FAVOR DE CONTESTAR LA ENCUESTA\",\"AVISO\")";
+ //BA.debugLineNum = 5335;BA.debugLine="Msgbox(\"FAVOR DE CONTESTAR LA ENCUESTA\",\"AVISO\")";
__c.Msgbox(BA.ObjectToCharSequence("FAVOR DE CONTESTAR LA ENCUESTA"),BA.ObjectToCharSequence("AVISO"),ba);
};
- //BA.debugLineNum = 5332;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5337;BA.debugLine="End Sub";
return "";
}
public String _b_guardaencuesta_m4_click() throws Exception{
anywheresoftware.b4a.objects.collections.List _items8 = null;
- //BA.debugLineNum = 5334;BA.debugLine="Private Sub B_guardaencuesta_m4_Click";
- //BA.debugLineNum = 5336;BA.debugLine="PASA = \"1\"";
+ //BA.debugLineNum = 5339;BA.debugLine="Private Sub B_guardaencuesta_m4_Click";
+ //BA.debugLineNum = 5341;BA.debugLine="PASA = \"1\"";
_pasa = "1";
- //BA.debugLineNum = 5338;BA.debugLine="If itemselect2 = \"Selecciona una opcion\" Then";
+ //BA.debugLineNum = 5343;BA.debugLine="If itemselect2 = \"Selecciona una opcion\" Then";
if ((_itemselect2).equals("Selecciona una opcion")) {
- //BA.debugLineNum = 5339;BA.debugLine="PASA = \"0\"";
+ //BA.debugLineNum = 5344;BA.debugLine="PASA = \"0\"";
_pasa = "0";
};
- //BA.debugLineNum = 5341;BA.debugLine="If itemselect3 = \"Selecciona una opcion\" Then";
+ //BA.debugLineNum = 5346;BA.debugLine="If itemselect3 = \"Selecciona una opcion\" Then";
if ((_itemselect3).equals("Selecciona una opcion")) {
- //BA.debugLineNum = 5342;BA.debugLine="PASA = \"0\"";
+ //BA.debugLineNum = 5347;BA.debugLine="PASA = \"0\"";
_pasa = "0";
};
- //BA.debugLineNum = 5344;BA.debugLine="If itemselect4 = \"Selecciona una opcion\" Then";
+ //BA.debugLineNum = 5349;BA.debugLine="If itemselect4 = \"Selecciona una opcion\" Then";
if ((_itemselect4).equals("Selecciona una opcion")) {
- //BA.debugLineNum = 5345;BA.debugLine="PASA = \"0\"";
+ //BA.debugLineNum = 5350;BA.debugLine="PASA = \"0\"";
_pasa = "0";
};
- //BA.debugLineNum = 5347;BA.debugLine="If itemselect5 = \"Selecciona una opcion\" Then";
+ //BA.debugLineNum = 5352;BA.debugLine="If itemselect5 = \"Selecciona una opcion\" Then";
if ((_itemselect5).equals("Selecciona una opcion")) {
- //BA.debugLineNum = 5348;BA.debugLine="PASA = \"0\"";
+ //BA.debugLineNum = 5353;BA.debugLine="PASA = \"0\"";
_pasa = "0";
};
- //BA.debugLineNum = 5350;BA.debugLine="If itemselect6 = \"Selecciona una opcion\" Then";
+ //BA.debugLineNum = 5355;BA.debugLine="If itemselect6 = \"Selecciona una opcion\" Then";
if ((_itemselect6).equals("Selecciona una opcion")) {
- //BA.debugLineNum = 5351;BA.debugLine="PASA = \"0\"";
+ //BA.debugLineNum = 5356;BA.debugLine="PASA = \"0\"";
_pasa = "0";
};
- //BA.debugLineNum = 5353;BA.debugLine="If itemselect7 = \"Selecciona una opcion\" Then";
+ //BA.debugLineNum = 5358;BA.debugLine="If itemselect7 = \"Selecciona una opcion\" Then";
if ((_itemselect7).equals("Selecciona una opcion")) {
- //BA.debugLineNum = 5354;BA.debugLine="PASA = \"0\"";
-_pasa = "0";
- };
- //BA.debugLineNum = 5356;BA.debugLine="If et_p1_m4.Text.Length < 2 Then";
-if (_et_p1_m4.getText().length()<2) {
- //BA.debugLineNum = 5358;BA.debugLine="et_p1_m4.Text = \"\"";
-_et_p1_m4.setText(BA.ObjectToCharSequence(""));
//BA.debugLineNum = 5359;BA.debugLine="PASA = \"0\"";
_pasa = "0";
};
- //BA.debugLineNum = 5361;BA.debugLine="If PASA = \"1\" Then";
+ //BA.debugLineNum = 5361;BA.debugLine="If et_p1_m4.Text.Length < 2 Then";
+if (_et_p1_m4.getText().length()<2) {
+ //BA.debugLineNum = 5363;BA.debugLine="et_p1_m4.Text = \"\"";
+_et_p1_m4.setText(BA.ObjectToCharSequence(""));
+ //BA.debugLineNum = 5364;BA.debugLine="PASA = \"0\"";
+_pasa = "0";
+ };
+ //BA.debugLineNum = 5366;BA.debugLine="If PASA = \"1\" Then";
if ((_pasa).equals("1")) {
- //BA.debugLineNum = 5362;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO ENCUESTA_MODULO4";
+ //BA.debugLineNum = 5367;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO ENCUESTA_MODULO4";
_skmt.ExecNonQuery2("INSERT INTO ENCUESTA_MODULO4 (CLIENTE, ALMACEN,P1, P2, P3, P4, P5, P6, P7, P8) VALUES (?,?,?,?,?,?,?,?,?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_subs._traecliente /*String*/ (ba)),(Object)(_almacen),(Object)(_et_p1_m4.getText()),(Object)(_et_p2_m4.getText()),(Object)(_itemselect2),(Object)(_itemselect3),(Object)(_itemselect4),(Object)(_itemselect5),(Object)(_itemselect6),(Object)(_itemselect7)}));
- //BA.debugLineNum = 5363;BA.debugLine="SV_ENCUESTA.Visible = False";
+ //BA.debugLineNum = 5368;BA.debugLine="SV_ENCUESTA.Visible = False";
_sv_encuesta.setVisible(__c.False);
- //BA.debugLineNum = 5364;BA.debugLine="p_cliente.Visible = True";
+ //BA.debugLineNum = 5369;BA.debugLine="p_cliente.Visible = True";
_p_cliente.setVisible(__c.True);
- //BA.debugLineNum = 5366;BA.debugLine="If ENCUESTA > 4 Then";
+ //BA.debugLineNum = 5371;BA.debugLine="If ENCUESTA > 4 Then";
if ((double)(Double.parseDouble(_encuesta))>4) {
- //BA.debugLineNum = 5367;BA.debugLine="If p_m4.IsInitialized And p_m4.Visible Then";
+ //BA.debugLineNum = 5372;BA.debugLine="If p_m4.IsInitialized And p_m4.Visible Then";
if (_p_m4.IsInitialized() && _p_m4.getVisible()) {
- //BA.debugLineNum = 5368;BA.debugLine="p_m4.Visible = False";
+ //BA.debugLineNum = 5373;BA.debugLine="p_m4.Visible = False";
_p_m4.setVisible(__c.False);
}else {
};
- //BA.debugLineNum = 5372;BA.debugLine="p_cliente.Visible = False";
+ //BA.debugLineNum = 5377;BA.debugLine="p_cliente.Visible = False";
_p_cliente.setVisible(__c.False);
- //BA.debugLineNum = 5373;BA.debugLine="SV_ENCUESTA.Visible = True";
+ //BA.debugLineNum = 5378;BA.debugLine="SV_ENCUESTA.Visible = True";
_sv_encuesta.setVisible(__c.True);
- //BA.debugLineNum = 5374;BA.debugLine="p_pregunta1.Visible = False";
+ //BA.debugLineNum = 5379;BA.debugLine="p_pregunta1.Visible = False";
_p_pregunta1.setVisible(__c.False);
- //BA.debugLineNum = 5375;BA.debugLine="SV_ENCUESTA.Panel.LoadLayout(\"ENCUESTA_M5\")";
+ //BA.debugLineNum = 5380;BA.debugLine="SV_ENCUESTA.Panel.LoadLayout(\"ENCUESTA_M5\")";
_sv_encuesta.getPanel().LoadLayout("ENCUESTA_M5",ba);
- //BA.debugLineNum = 5376;BA.debugLine="p_modulo5.Width = Root.Width * 0.94";
+ //BA.debugLineNum = 5381;BA.debugLine="p_modulo5.Width = Root.Width * 0.94";
_p_modulo5.setWidth((int) (_root.getWidth()*0.94));
- //BA.debugLineNum = 5377;BA.debugLine="SV_ENCUESTA.Panel.Height = p_modulo5.Height + 6";
+ //BA.debugLineNum = 5382;BA.debugLine="SV_ENCUESTA.Panel.Height = p_modulo5.Height + 6";
_sv_encuesta.getPanel().setHeight((int) (_p_modulo5.getHeight()+60));
- //BA.debugLineNum = 5379;BA.debugLine="Dim Items8 As List";
+ //BA.debugLineNum = 5384;BA.debugLine="Dim Items8 As List";
_items8 = new anywheresoftware.b4a.objects.collections.List();
- //BA.debugLineNum = 5380;BA.debugLine="Items8.Initialize";
+ //BA.debugLineNum = 5385;BA.debugLine="Items8.Initialize";
_items8.Initialize();
- //BA.debugLineNum = 5381;BA.debugLine="Items8.Add(\"Selecciona una opcion\")";
+ //BA.debugLineNum = 5386;BA.debugLine="Items8.Add(\"Selecciona una opcion\")";
_items8.Add((Object)("Selecciona una opcion"));
- //BA.debugLineNum = 5382;BA.debugLine="Items8.Add(\"Completamente Surtido\")";
+ //BA.debugLineNum = 5387;BA.debugLine="Items8.Add(\"Completamente Surtido\")";
_items8.Add((Object)("Completamente Surtido"));
- //BA.debugLineNum = 5383;BA.debugLine="Items8.Add(\"Bien Surtido\")";
+ //BA.debugLineNum = 5388;BA.debugLine="Items8.Add(\"Bien Surtido\")";
_items8.Add((Object)("Bien Surtido"));
- //BA.debugLineNum = 5384;BA.debugLine="Items8.Add(\"Poco Surtido\")";
+ //BA.debugLineNum = 5389;BA.debugLine="Items8.Add(\"Poco Surtido\")";
_items8.Add((Object)("Poco Surtido"));
- //BA.debugLineNum = 5385;BA.debugLine="Items8.Add(\"Muy Poco Surtido\")";
+ //BA.debugLineNum = 5390;BA.debugLine="Items8.Add(\"Muy Poco Surtido\")";
_items8.Add((Object)("Muy Poco Surtido"));
- //BA.debugLineNum = 5386;BA.debugLine="Items8.Add(\"Sin Existencias\")";
+ //BA.debugLineNum = 5391;BA.debugLine="Items8.Add(\"Sin Existencias\")";
_items8.Add((Object)("Sin Existencias"));
- //BA.debugLineNum = 5387;BA.debugLine="cb_p1_m5.SetItems(Items8)";
+ //BA.debugLineNum = 5392;BA.debugLine="cb_p1_m5.SetItems(Items8)";
_cb_p1_m5._setitems /*String*/ (_items8);
- //BA.debugLineNum = 5388;BA.debugLine="itemselect8 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 5393;BA.debugLine="itemselect8 = \"Selecciona una opcion\"";
_itemselect8 = "Selecciona una opcion";
- //BA.debugLineNum = 5389;BA.debugLine="cb_p2_m5.SetItems(Items8)";
+ //BA.debugLineNum = 5394;BA.debugLine="cb_p2_m5.SetItems(Items8)";
_cb_p2_m5._setitems /*String*/ (_items8);
- //BA.debugLineNum = 5390;BA.debugLine="itemselect9 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 5395;BA.debugLine="itemselect9 = \"Selecciona una opcion\"";
_itemselect9 = "Selecciona una opcion";
- //BA.debugLineNum = 5391;BA.debugLine="cb_p3_m5.SetItems(Items8)";
+ //BA.debugLineNum = 5396;BA.debugLine="cb_p3_m5.SetItems(Items8)";
_cb_p3_m5._setitems /*String*/ (_items8);
- //BA.debugLineNum = 5392;BA.debugLine="itemselect10 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 5397;BA.debugLine="itemselect10 = \"Selecciona una opcion\"";
_itemselect10 = "Selecciona una opcion";
- //BA.debugLineNum = 5393;BA.debugLine="cb_p4_m5.SetItems(Items8)";
+ //BA.debugLineNum = 5398;BA.debugLine="cb_p4_m5.SetItems(Items8)";
_cb_p4_m5._setitems /*String*/ (_items8);
- //BA.debugLineNum = 5394;BA.debugLine="itemselect11 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 5399;BA.debugLine="itemselect11 = \"Selecciona una opcion\"";
_itemselect11 = "Selecciona una opcion";
- //BA.debugLineNum = 5395;BA.debugLine="cb_p5_m5.SetItems(Items8)";
+ //BA.debugLineNum = 5400;BA.debugLine="cb_p5_m5.SetItems(Items8)";
_cb_p5_m5._setitems /*String*/ (_items8);
- //BA.debugLineNum = 5396;BA.debugLine="itemselect12 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 5401;BA.debugLine="itemselect12 = \"Selecciona una opcion\"";
_itemselect12 = "Selecciona una opcion";
- //BA.debugLineNum = 5397;BA.debugLine="cb_p6_m5.SetItems(Items8)";
+ //BA.debugLineNum = 5402;BA.debugLine="cb_p6_m5.SetItems(Items8)";
_cb_p6_m5._setitems /*String*/ (_items8);
- //BA.debugLineNum = 5398;BA.debugLine="itemselect13 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 5403;BA.debugLine="itemselect13 = \"Selecciona una opcion\"";
_itemselect13 = "Selecciona una opcion";
- //BA.debugLineNum = 5399;BA.debugLine="cb_p7_m5.SetItems(Items8)";
+ //BA.debugLineNum = 5404;BA.debugLine="cb_p7_m5.SetItems(Items8)";
_cb_p7_m5._setitems /*String*/ (_items8);
- //BA.debugLineNum = 5400;BA.debugLine="itemselect14 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 5405;BA.debugLine="itemselect14 = \"Selecciona una opcion\"";
_itemselect14 = "Selecciona una opcion";
- //BA.debugLineNum = 5401;BA.debugLine="cb_p8_m5.SetItems(Items8)";
+ //BA.debugLineNum = 5406;BA.debugLine="cb_p8_m5.SetItems(Items8)";
_cb_p8_m5._setitems /*String*/ (_items8);
- //BA.debugLineNum = 5402;BA.debugLine="itemselect15 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 5407;BA.debugLine="itemselect15 = \"Selecciona una opcion\"";
_itemselect15 = "Selecciona una opcion";
- //BA.debugLineNum = 5403;BA.debugLine="cb_p9_m5.SetItems(Items8)";
+ //BA.debugLineNum = 5408;BA.debugLine="cb_p9_m5.SetItems(Items8)";
_cb_p9_m5._setitems /*String*/ (_items8);
- //BA.debugLineNum = 5404;BA.debugLine="itemselect16 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 5409;BA.debugLine="itemselect16 = \"Selecciona una opcion\"";
_itemselect16 = "Selecciona una opcion";
- //BA.debugLineNum = 5405;BA.debugLine="MsgboxAsync(\"Encuesta guardada\",\"\")";
+ //BA.debugLineNum = 5410;BA.debugLine="MsgboxAsync(\"Encuesta guardada\",\"\")";
__c.MsgboxAsync(BA.ObjectToCharSequence("Encuesta guardada"),BA.ObjectToCharSequence(""),ba);
}else {
- //BA.debugLineNum = 5407;BA.debugLine="B4XPages.MainPage.tipo_venta = tipo_venta";
+ //BA.debugLineNum = 5412;BA.debugLine="B4XPages.MainPage.tipo_venta = tipo_venta";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ = _tipo_venta;
- //BA.debugLineNum = 5409;BA.debugLine="p_pregunta1.Visible = False";
+ //BA.debugLineNum = 5414;BA.debugLine="p_pregunta1.Visible = False";
_p_pregunta1.setVisible(__c.False);
- //BA.debugLineNum = 5410;BA.debugLine="SV_ENCUESTA.Visible = False";
+ //BA.debugLineNum = 5415;BA.debugLine="SV_ENCUESTA.Visible = False";
_sv_encuesta.setVisible(__c.False);
- //BA.debugLineNum = 5411;BA.debugLine="p_cliente.Visible = True";
+ //BA.debugLineNum = 5416;BA.debugLine="p_cliente.Visible = True";
_p_cliente.setVisible(__c.True);
- //BA.debugLineNum = 5412;BA.debugLine="B4XPages.ShowPage(\"productos\")";
+ //BA.debugLineNum = 5417;BA.debugLine="B4XPages.ShowPage(\"productos\")";
_b4xpages._showpage /*String*/ (ba,"productos");
};
}else {
- //BA.debugLineNum = 5415;BA.debugLine="Msgbox(\"FAVOR DE CONTESTAR LA ENCUESTA\",\"AVISO\")";
+ //BA.debugLineNum = 5420;BA.debugLine="Msgbox(\"FAVOR DE CONTESTAR LA ENCUESTA\",\"AVISO\")";
__c.Msgbox(BA.ObjectToCharSequence("FAVOR DE CONTESTAR LA ENCUESTA"),BA.ObjectToCharSequence("AVISO"),ba);
};
- //BA.debugLineNum = 5418;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5423;BA.debugLine="End Sub";
return "";
}
public String _b_guardaencuesta_m5_click() throws Exception{
- //BA.debugLineNum = 5420;BA.debugLine="Private Sub B_guardaencuesta_m5_Click";
- //BA.debugLineNum = 5422;BA.debugLine="PASA = \"1\"";
+ //BA.debugLineNum = 5425;BA.debugLine="Private Sub B_guardaencuesta_m5_Click";
+ //BA.debugLineNum = 5427;BA.debugLine="PASA = \"1\"";
_pasa = "1";
- //BA.debugLineNum = 5424;BA.debugLine="If itemselect8 = \"Selecciona una opcion\" Then";
+ //BA.debugLineNum = 5429;BA.debugLine="If itemselect8 = \"Selecciona una opcion\" Then";
if ((_itemselect8).equals("Selecciona una opcion")) {
- //BA.debugLineNum = 5425;BA.debugLine="PASA = \"0\"";
+ //BA.debugLineNum = 5430;BA.debugLine="PASA = \"0\"";
_pasa = "0";
};
- //BA.debugLineNum = 5427;BA.debugLine="If itemselect9 = \"Selecciona una opcion\" Then";
+ //BA.debugLineNum = 5432;BA.debugLine="If itemselect9 = \"Selecciona una opcion\" Then";
if ((_itemselect9).equals("Selecciona una opcion")) {
- //BA.debugLineNum = 5428;BA.debugLine="PASA = \"0\"";
+ //BA.debugLineNum = 5433;BA.debugLine="PASA = \"0\"";
_pasa = "0";
};
- //BA.debugLineNum = 5430;BA.debugLine="If itemselect10 = \"Selecciona una opcion\" Then";
+ //BA.debugLineNum = 5435;BA.debugLine="If itemselect10 = \"Selecciona una opcion\" Then";
if ((_itemselect10).equals("Selecciona una opcion")) {
- //BA.debugLineNum = 5431;BA.debugLine="PASA = \"0\"";
+ //BA.debugLineNum = 5436;BA.debugLine="PASA = \"0\"";
_pasa = "0";
};
- //BA.debugLineNum = 5433;BA.debugLine="If itemselect11 = \"Selecciona una opcion\" Then";
+ //BA.debugLineNum = 5438;BA.debugLine="If itemselect11 = \"Selecciona una opcion\" Then";
if ((_itemselect11).equals("Selecciona una opcion")) {
- //BA.debugLineNum = 5434;BA.debugLine="PASA = \"0\"";
+ //BA.debugLineNum = 5439;BA.debugLine="PASA = \"0\"";
_pasa = "0";
};
- //BA.debugLineNum = 5436;BA.debugLine="If itemselect12 = \"Selecciona una opcion\" Then";
+ //BA.debugLineNum = 5441;BA.debugLine="If itemselect12 = \"Selecciona una opcion\" Then";
if ((_itemselect12).equals("Selecciona una opcion")) {
- //BA.debugLineNum = 5437;BA.debugLine="PASA = \"0\"";
+ //BA.debugLineNum = 5442;BA.debugLine="PASA = \"0\"";
_pasa = "0";
};
- //BA.debugLineNum = 5439;BA.debugLine="If itemselect13 = \"Selecciona una opcion\" Then";
+ //BA.debugLineNum = 5444;BA.debugLine="If itemselect13 = \"Selecciona una opcion\" Then";
if ((_itemselect13).equals("Selecciona una opcion")) {
- //BA.debugLineNum = 5440;BA.debugLine="PASA = \"0\"";
+ //BA.debugLineNum = 5445;BA.debugLine="PASA = \"0\"";
_pasa = "0";
};
- //BA.debugLineNum = 5442;BA.debugLine="If itemselect14 = \"Selecciona una opcion\" Then";
+ //BA.debugLineNum = 5447;BA.debugLine="If itemselect14 = \"Selecciona una opcion\" Then";
if ((_itemselect14).equals("Selecciona una opcion")) {
- //BA.debugLineNum = 5443;BA.debugLine="PASA = \"0\"";
+ //BA.debugLineNum = 5448;BA.debugLine="PASA = \"0\"";
_pasa = "0";
};
- //BA.debugLineNum = 5445;BA.debugLine="If itemselect15 = \"Selecciona una opcion\" Then";
+ //BA.debugLineNum = 5450;BA.debugLine="If itemselect15 = \"Selecciona una opcion\" Then";
if ((_itemselect15).equals("Selecciona una opcion")) {
- //BA.debugLineNum = 5446;BA.debugLine="PASA = \"0\"";
+ //BA.debugLineNum = 5451;BA.debugLine="PASA = \"0\"";
_pasa = "0";
};
- //BA.debugLineNum = 5448;BA.debugLine="If itemselect16 = \"Selecciona una opcion\" Then";
+ //BA.debugLineNum = 5453;BA.debugLine="If itemselect16 = \"Selecciona una opcion\" Then";
if ((_itemselect16).equals("Selecciona una opcion")) {
- //BA.debugLineNum = 5449;BA.debugLine="PASA = \"0\"";
+ //BA.debugLineNum = 5454;BA.debugLine="PASA = \"0\"";
_pasa = "0";
};
- //BA.debugLineNum = 5452;BA.debugLine="If PASA = \"1\" Then";
+ //BA.debugLineNum = 5457;BA.debugLine="If PASA = \"1\" Then";
if ((_pasa).equals("1")) {
- //BA.debugLineNum = 5453;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO ENCUESTA_MODULO5";
+ //BA.debugLineNum = 5458;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO ENCUESTA_MODULO5";
_skmt.ExecNonQuery2("INSERT INTO ENCUESTA_MODULO5 (CLIENTE, ALMACEN,P1, P2, P3, P4, P5, P6, P7, P8, P9) VALUES (?,?,?,?,?,?,?,?,?,?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_subs._traecliente /*String*/ (ba)),(Object)(_almacen),(Object)(_itemselect8),(Object)(_itemselect9),(Object)(_itemselect10),(Object)(_itemselect11),(Object)(_itemselect12),(Object)(_itemselect13),(Object)(_itemselect14),(Object)(_itemselect15),(Object)(_itemselect16)}));
- //BA.debugLineNum = 5454;BA.debugLine="SV_ENCUESTA.Visible = False";
+ //BA.debugLineNum = 5459;BA.debugLine="SV_ENCUESTA.Visible = False";
_sv_encuesta.setVisible(__c.False);
- //BA.debugLineNum = 5455;BA.debugLine="p_cliente.Visible = True";
+ //BA.debugLineNum = 5460;BA.debugLine="p_cliente.Visible = True";
_p_cliente.setVisible(__c.True);
- //BA.debugLineNum = 5456;BA.debugLine="B4XPages.MainPage.tipo_venta = tipo_venta";
+ //BA.debugLineNum = 5461;BA.debugLine="B4XPages.MainPage.tipo_venta = tipo_venta";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ = _tipo_venta;
- //BA.debugLineNum = 5457;BA.debugLine="B4XPages.ShowPage(\"productos\")";
+ //BA.debugLineNum = 5462;BA.debugLine="B4XPages.ShowPage(\"productos\")";
_b4xpages._showpage /*String*/ (ba,"productos");
- //BA.debugLineNum = 5458;BA.debugLine="MsgboxAsync(\"Encuesta guardada\",\"\")";
+ //BA.debugLineNum = 5463;BA.debugLine="MsgboxAsync(\"Encuesta guardada\",\"\")";
__c.MsgboxAsync(BA.ObjectToCharSequence("Encuesta guardada"),BA.ObjectToCharSequence(""),ba);
}else {
- //BA.debugLineNum = 5460;BA.debugLine="Msgbox(\"FAVOR DE CONTESTAR LA ENCUESTA\",\"AVISO\")";
+ //BA.debugLineNum = 5465;BA.debugLine="Msgbox(\"FAVOR DE CONTESTAR LA ENCUESTA\",\"AVISO\")";
__c.Msgbox(BA.ObjectToCharSequence("FAVOR DE CONTESTAR LA ENCUESTA"),BA.ObjectToCharSequence("AVISO"),ba);
};
- //BA.debugLineNum = 5462;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5467;BA.debugLine="End Sub";
return "";
}
public void _b_imp_click() throws Exception{
@@ -2334,7 +2334,7 @@ return;
case 0:
//C
this.state = 1;
- //BA.debugLineNum = 3159;BA.debugLine="If ALMACEN = 87 Then";
+ //BA.debugLineNum = 3164;BA.debugLine="If ALMACEN = 87 Then";
if (true) break;
case 1:
@@ -2342,9 +2342,9 @@ case 1:
this.state = 44;
if ((parent._almacen).equals(BA.NumberToString(87))) {
this.state = 3;
-}else if((parent._almacen).equals(BA.NumberToString(88))) {
+}else if((parent._almacen).equals(BA.NumberToString(88)) || (parent._almacen).equals(BA.NumberToString(94))) {
this.state = 11;
-}else if((parent._almacen).equals(BA.NumberToString(81)) || (parent._almacen).equals(BA.NumberToString(102)) || (parent._almacen).equals(BA.NumberToString(94))) {
+}else if((parent._almacen).equals(BA.NumberToString(81)) || (parent._almacen).equals(BA.NumberToString(102))) {
this.state = 13;
}else {
this.state = 43;
@@ -2353,7 +2353,7 @@ this.state = 43;
case 3:
//C
this.state = 4;
- //BA.debugLineNum = 3160;BA.debugLine="If Subs.traemontoprod Then";
+ //BA.debugLineNum = 3165;BA.debugLine="If Subs.traemontoprod Then";
if (true) break;
case 4:
@@ -2368,14 +2368,14 @@ this.state = 8;
case 6:
//C
this.state = 9;
- //BA.debugLineNum = 3161;BA.debugLine="Impresion2";
+ //BA.debugLineNum = 3166;BA.debugLine="Impresion2";
parent._impresion2();
if (true) break;
case 8:
//C
this.state = 9;
- //BA.debugLineNum = 3163;BA.debugLine="Impresion";
+ //BA.debugLineNum = 3168;BA.debugLine="Impresion";
parent._impresion();
if (true) break;
@@ -2388,18 +2388,18 @@ this.state = 44;
case 11:
//C
this.state = 44;
- //BA.debugLineNum = 3167;BA.debugLine="Impresion4";
+ //BA.debugLineNum = 3172;BA.debugLine="Impresion4";
parent._impresion4();
if (true) break;
case 13:
//C
this.state = 14;
- //BA.debugLineNum = 3170;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select IFNUL";
+ //BA.debugLineNum = 3175;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select IFNUL";
parent._c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(CAT_CL_BCREDITO,0) AS CAT_CL_BCREDITO, CAT_CL_LIMITECREDITO, IFNULL(CONFIRMADO,0) AS CONFIRMADO from kmt_info3 where CAT_CL_CODIGO In (Select cuenta from cuentaa)")));
- //BA.debugLineNum = 3171;BA.debugLine="c.Position = 0";
+ //BA.debugLineNum = 3176;BA.debugLine="c.Position = 0";
parent._c.setPosition((int) (0));
- //BA.debugLineNum = 3173;BA.debugLine="If c.GetString(\"CAT_CL_BCREDITO\") = 0 Then";
+ //BA.debugLineNum = 3178;BA.debugLine="If c.GetString(\"CAT_CL_BCREDITO\") = 0 Then";
if (true) break;
case 14:
@@ -2414,14 +2414,14 @@ this.state = 18;
case 16:
//C
this.state = 41;
- //BA.debugLineNum = 3174;BA.debugLine="Impresion4";
+ //BA.debugLineNum = 3179;BA.debugLine="Impresion4";
parent._impresion4();
if (true) break;
case 18:
//C
this.state = 19;
- //BA.debugLineNum = 3177;BA.debugLine="If c.GetString(\"CONFIRMADO\") = 0 Then";
+ //BA.debugLineNum = 3182;BA.debugLine="If c.GetString(\"CONFIRMADO\") = 0 Then";
if (true) break;
case 19:
@@ -2436,9 +2436,9 @@ this.state = 39;
case 21:
//C
this.state = 22;
- //BA.debugLineNum = 3179;BA.debugLine="Msgbox2Async(\"La entrega sera a credito o de c";
+ //BA.debugLineNum = 3184;BA.debugLine="Msgbox2Async(\"La entrega sera a credito o de c";
parent.__c.Msgbox2Async(BA.ObjectToCharSequence("La entrega sera a credito o de contado?"),BA.ObjectToCharSequence("Atención"),"Credito","Contado","",parent.__c.LoadBitmap(parent.__c.File.getDirAssets(),"alert2.png"),ba,parent.__c.False);
- //BA.debugLineNum = 3180;BA.debugLine="Wait For Msgbox_Result (resultado As Int)";
+ //BA.debugLineNum = 3185;BA.debugLine="Wait For Msgbox_Result (resultado As Int)";
parent.__c.WaitFor("msgbox_result", ba, this, null);
this.state = 45;
return;
@@ -2447,7 +2447,7 @@ case 45:
this.state = 22;
_resultado = (Integer) result[0];
;
- //BA.debugLineNum = 3181;BA.debugLine="If resultado = DialogResponse.POSITIVE Then";
+ //BA.debugLineNum = 3186;BA.debugLine="If resultado = DialogResponse.POSITIVE Then";
if (true) break;
case 22:
@@ -2462,12 +2462,12 @@ this.state = 36;
case 24:
//C
this.state = 25;
- //BA.debugLineNum = 3182;BA.debugLine="Dim creditocod As Cursor = Starter.skmt.ExecQ";
+ //BA.debugLineNum = 3187;BA.debugLine="Dim creditocod As Cursor = Starter.skmt.ExecQ";
_creditocod = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_creditocod = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("SELECT CODIGO FROM CODIGOS_CREDITO WHERE CLIENTE IN (SELECT CUENTA FROM CUENTAA)")));
- //BA.debugLineNum = 3183;BA.debugLine="Log(creditocod.RowCount)";
-parent.__c.LogImpl("017432617",BA.NumberToString(_creditocod.getRowCount()),0);
- //BA.debugLineNum = 3184;BA.debugLine="If creditocod.RowCount > 0 Then";
+ //BA.debugLineNum = 3188;BA.debugLine="Log(creditocod.RowCount)";
+parent.__c.LogImpl("717432617",BA.NumberToString(_creditocod.getRowCount()),0);
+ //BA.debugLineNum = 3189;BA.debugLine="If creditocod.RowCount > 0 Then";
if (true) break;
case 25:
@@ -2482,21 +2482,21 @@ this.state = 33;
case 27:
//C
this.state = 28;
- //BA.debugLineNum = 3185;BA.debugLine="creditocod.Position = 0";
+ //BA.debugLineNum = 3190;BA.debugLine="creditocod.Position = 0";
_creditocod.setPosition((int) (0));
- //BA.debugLineNum = 3186;BA.debugLine="Dim cs As CSBuilder";
+ //BA.debugLineNum = 3191;BA.debugLine="Dim cs As CSBuilder";
_cs = new anywheresoftware.b4a.objects.CSBuilder();
- //BA.debugLineNum = 3187;BA.debugLine="cs.Initialize";
+ //BA.debugLineNum = 3192;BA.debugLine="cs.Initialize";
_cs.Initialize();
- //BA.debugLineNum = 3190;BA.debugLine="cs.Size(16).Append(\"Proporciona el siguiente";
+ //BA.debugLineNum = 3195;BA.debugLine="cs.Size(16).Append(\"Proporciona el siguiente";
_cs.Size((int) (16)).Append(BA.ObjectToCharSequence("Proporciona el siguiente codigo al cliente '"));
- //BA.debugLineNum = 3193;BA.debugLine="cs.Bold.Append(creditocod.GetString(\"CODIGO\"";
+ //BA.debugLineNum = 3198;BA.debugLine="cs.Bold.Append(creditocod.GetString(\"CODIGO\"";
_cs.Bold().Append(BA.ObjectToCharSequence(_creditocod.GetString("CODIGO"))).Pop();
- //BA.debugLineNum = 3196;BA.debugLine="cs.Append(\"' para su entrega\").PopAll";
+ //BA.debugLineNum = 3201;BA.debugLine="cs.Append(\"' para su entrega\").PopAll";
_cs.Append(BA.ObjectToCharSequence("' para su entrega")).PopAll();
- //BA.debugLineNum = 3199;BA.debugLine="Msgbox2Async(cs, \"Atención\", \"Ok\", \"\", \"\", L";
+ //BA.debugLineNum = 3204;BA.debugLine="Msgbox2Async(cs, \"Atención\", \"Ok\", \"\", \"\", L";
parent.__c.Msgbox2Async(BA.ObjectToCharSequence(_cs.getObject()),BA.ObjectToCharSequence("Atención"),"Ok","","",parent.__c.LoadBitmap(parent.__c.File.getDirAssets(),"alert2.png"),ba,parent.__c.False);
- //BA.debugLineNum = 3200;BA.debugLine="Wait For Msgbox_Result (resultado As Int)";
+ //BA.debugLineNum = 3205;BA.debugLine="Wait For Msgbox_Result (resultado As Int)";
parent.__c.WaitFor("msgbox_result", ba, this, null);
this.state = 46;
return;
@@ -2505,7 +2505,7 @@ case 46:
this.state = 28;
_resultado = (Integer) result[0];
;
- //BA.debugLineNum = 3201;BA.debugLine="If resultado = DialogResponse.POSITIVE Then";
+ //BA.debugLineNum = 3206;BA.debugLine="If resultado = DialogResponse.POSITIVE Then";
if (true) break;
case 28:
@@ -2518,11 +2518,11 @@ this.state = 30;
case 30:
//C
this.state = 31;
- //BA.debugLineNum = 3202;BA.debugLine="Starter.skmt.ExecNonQuery(\"Update kmt_info3";
+ //BA.debugLineNum = 3207;BA.debugLine="Starter.skmt.ExecNonQuery(\"Update kmt_info3";
parent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("Update kmt_info3 set CONFIRMADO = 1 WHERE CAT_CL_CODIGO IN (SELECT CUENTA FROM CUENTAA)");
- //BA.debugLineNum = 3203;BA.debugLine="Starter.skmt.ExecNonQuery(\"Update CODIGOS_C";
+ //BA.debugLineNum = 3208;BA.debugLine="Starter.skmt.ExecNonQuery(\"Update CODIGOS_C";
parent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("Update CODIGOS_CREDITO set BANDERA = 1 WHERE CLIENTE IN (SELECT CUENTA FROM CUENTAA)");
- //BA.debugLineNum = 3205;BA.debugLine="Impresion4";
+ //BA.debugLineNum = 3210;BA.debugLine="Impresion4";
parent._impresion4();
if (true) break;
@@ -2535,7 +2535,7 @@ this.state = 34;
case 33:
//C
this.state = 34;
- //BA.debugLineNum = 3208;BA.debugLine="Impresion4";
+ //BA.debugLineNum = 3213;BA.debugLine="Impresion4";
parent._impresion4();
if (true) break;
@@ -2548,9 +2548,9 @@ this.state = 37;
case 36:
//C
this.state = 37;
- //BA.debugLineNum = 3213;BA.debugLine="Starter.skmt.ExecNonQuery(\"Update kmt_info3 s";
+ //BA.debugLineNum = 3218;BA.debugLine="Starter.skmt.ExecNonQuery(\"Update kmt_info3 s";
parent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("Update kmt_info3 set CONFIRMADO = 1 WHERE CAT_CL_CODIGO IN (SELECT CUENTA FROM CUENTAA)");
- //BA.debugLineNum = 3214;BA.debugLine="Impresion4";
+ //BA.debugLineNum = 3219;BA.debugLine="Impresion4";
parent._impresion4();
if (true) break;
@@ -2563,7 +2563,7 @@ this.state = 40;
case 39:
//C
this.state = 40;
- //BA.debugLineNum = 3217;BA.debugLine="Impresion4";
+ //BA.debugLineNum = 3222;BA.debugLine="Impresion4";
parent._impresion4();
if (true) break;
@@ -2582,7 +2582,7 @@ this.state = 44;
case 43:
//C
this.state = 44;
- //BA.debugLineNum = 3222;BA.debugLine="Impresion";
+ //BA.debugLineNum = 3227;BA.debugLine="Impresion";
parent._impresion();
if (true) break;
@@ -2590,11 +2590,11 @@ case 44:
//C
this.state = -1;
;
- //BA.debugLineNum = 3225;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete from";
+ //BA.debugLineNum = 3230;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete from";
parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("delete from TICKET_IMPRESO where idCliente In (select cuenta from cuentaa)");
- //BA.debugLineNum = 3226;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"insert into";
+ //BA.debugLineNum = 3231;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"insert into";
parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("insert into TICKET_IMPRESO (idCliente) values ('"+parent.__c.SmartStringFormatter("",(Object)(parent._subs._traecliente /*String*/ (ba)))+"')"));
- //BA.debugLineNum = 3227;BA.debugLine="End Sub";
+ //BA.debugLineNum = 3232;BA.debugLine="End Sub";
if (true) break;
}
@@ -2604,295 +2604,295 @@ if (true) break;
public void _msgbox_result(int _resultado) throws Exception{
}
public String _b_inicio_fin_venta_click() throws Exception{
- //BA.debugLineNum = 6709;BA.debugLine="Private Sub b_Inicio_Fin_venta_Click";
- //BA.debugLineNum = 6744;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6714;BA.debugLine="Private Sub b_Inicio_Fin_venta_Click";
+ //BA.debugLineNum = 6749;BA.debugLine="End Sub";
return "";
}
public String _b_like_click() throws Exception{
- //BA.debugLineNum = 4711;BA.debugLine="Sub b_like_Click";
- //BA.debugLineNum = 4712;BA.debugLine="Panel1.Visible = True";
+ //BA.debugLineNum = 4716;BA.debugLine="Sub b_like_Click";
+ //BA.debugLineNum = 4717;BA.debugLine="Panel1.Visible = True";
_panel1.setVisible(__c.True);
- //BA.debugLineNum = 4713;BA.debugLine="b_like.Visible = False";
+ //BA.debugLineNum = 4718;BA.debugLine="b_like.Visible = False";
_b_like.setVisible(__c.False);
- //BA.debugLineNum = 4714;BA.debugLine="Tar.Visible = False";
+ //BA.debugLineNum = 4719;BA.debugLine="Tar.Visible = False";
_tar.setVisible(__c.False);
- //BA.debugLineNum = 4715;BA.debugLine="Tels.Visible = False";
+ //BA.debugLineNum = 4720;BA.debugLine="Tels.Visible = False";
_tels.setVisible(__c.False);
- //BA.debugLineNum = 4716;BA.debugLine="gest.Visible = False ' : ToastMessageShow(\"bbbb\",";
+ //BA.debugLineNum = 4721;BA.debugLine="gest.Visible = False ' : ToastMessageShow(\"bbbb\",";
_gest.setVisible(__c.False);
- //BA.debugLineNum = 4717;BA.debugLine="b_venta.Visible = False";
+ //BA.debugLineNum = 4722;BA.debugLine="b_venta.Visible = False";
_b_venta.setVisible(__c.False);
- //BA.debugLineNum = 4718;BA.debugLine="Guardar.Visible = False";
+ //BA.debugLineNum = 4723;BA.debugLine="Guardar.Visible = False";
_guardar.setVisible(__c.False);
- //BA.debugLineNum = 4719;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4724;BA.debugLine="End Sub";
return "";
}
public String _b_mapa_click() throws Exception{
- //BA.debugLineNum = 3138;BA.debugLine="Sub b_mapa_Click";
- //BA.debugLineNum = 3139;BA.debugLine="B4XPages.ShowPage(\"mapas\")";
+ //BA.debugLineNum = 3143;BA.debugLine="Sub b_mapa_Click";
+ //BA.debugLineNum = 3144;BA.debugLine="B4XPages.ShowPage(\"mapas\")";
_b4xpages._showpage /*String*/ (ba,"mapas");
- //BA.debugLineNum = 3140;BA.debugLine="End Sub";
+ //BA.debugLineNum = 3145;BA.debugLine="End Sub";
return "";
}
public String _b_okdeuda_click() throws Exception{
- //BA.debugLineNum = 7903;BA.debugLine="Private Sub b_okdeuda_Click";
- //BA.debugLineNum = 7904;BA.debugLine="p_deuda.Visible = False";
+ //BA.debugLineNum = 7908;BA.debugLine="Private Sub b_okdeuda_Click";
+ //BA.debugLineNum = 7909;BA.debugLine="p_deuda.Visible = False";
_p_deuda.setVisible(__c.False);
- //BA.debugLineNum = 7905;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7910;BA.debugLine="End Sub";
return "";
}
public String _b_preguntag_click() throws Exception{
anywheresoftware.b4a.objects.collections.List _items2 = null;
anywheresoftware.b4a.objects.collections.List _items3 = null;
anywheresoftware.b4a.objects.collections.List _items8 = null;
- //BA.debugLineNum = 2408;BA.debugLine="Private Sub b_preguntag_Click";
- //BA.debugLineNum = 2409;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDATE kmt_";
+ //BA.debugLineNum = 2413;BA.debugLine="Private Sub b_preguntag_Click";
+ //BA.debugLineNum = 2414;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDATE kmt_";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("UPDATE kmt_info3 SET CAT_CL_GIRO = ? WHERE CAT_CL_CODIGO = ? And CAT_CL_NOMBRE = ?",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_girotienda),(Object)(_la_cuenta.getText()),(Object)(_la_nombre.getText())}));
- //BA.debugLineNum = 2410;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO HIST_ENCUESTA_AVI";
+ //BA.debugLineNum = 2415;BA.debugLine="skmt.ExecNonQuery2(\"INSERT INTO HIST_ENCUESTA_AVI";
_skmt.ExecNonQuery2("INSERT INTO HIST_ENCUESTA_AVISO_GIRO(HEAV_CLIENTE , HEAV_MODULO , HEAV_AVISO ,HEAV_GIRO ) VALUES (?,?,?,?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_clie_id),(Object)(_encuesta),(Object)("ACEPTA"),(Object)(_girotienda)}));
- //BA.debugLineNum = 2411;BA.debugLine="If girotienda <> \"Selecciona una opcion\" Then";
+ //BA.debugLineNum = 2416;BA.debugLine="If girotienda <> \"Selecciona una opcion\" Then";
if ((_girotienda).equals("Selecciona una opcion") == false) {
- //BA.debugLineNum = 2412;BA.debugLine="If girotienda = \"Tienda de Abarrotes (Abarrotes,";
+ //BA.debugLineNum = 2417;BA.debugLine="If girotienda = \"Tienda de Abarrotes (Abarrotes,";
if ((_girotienda).equals("Tienda de Abarrotes (Abarrotes, Misceláneas, Minisupers, Particulares con Venta y Cremerías)")) {
- //BA.debugLineNum = 2413;BA.debugLine="Dim result As Int= -3";
+ //BA.debugLineNum = 2418;BA.debugLine="Dim result As Int= -3";
_result = (int) (-3);
- //BA.debugLineNum = 2414;BA.debugLine="Do While result=-3";
+ //BA.debugLineNum = 2419;BA.debugLine="Do While result=-3";
while (_result==-3) {
- //BA.debugLineNum = 2415;BA.debugLine="result = Msgbox2(\"Entiendo, acepto y consient";
+ //BA.debugLineNum = 2420;BA.debugLine="result = Msgbox2(\"Entiendo, acepto y consient";
_result = __c.Msgbox2(BA.ObjectToCharSequence("Entiendo, acepto y consiento que GUNA usará mis datos Personales y serán tratados acorde con lo establecido en la Ley Federal de Protección de Datos Personales en Posesión de los Particulares (en lo sucesivo la “Ley”), y su respectivo Reglamento; bajo lo manifestado en el Aviso de Privacidad – Texto Completo – que se encuentra en la página www.guna.com.mx"),BA.ObjectToCharSequence("AVISO DE PRIVACIDAD"),"ACEPTO","","NO ACEPTO",(android.graphics.Bitmap)(__c.LoadBitmap(__c.File.getDirAssets(),"alert2.png").getObject()),ba);
- //BA.debugLineNum = 2416;BA.debugLine="Select Case result";
+ //BA.debugLineNum = 2421;BA.debugLine="Select Case result";
switch (BA.switchObjectToInt(_result,__c.DialogResponse.POSITIVE,__c.DialogResponse.NEGATIVE)) {
case 0: {
- //BA.debugLineNum = 2435;BA.debugLine="Log(que_modulo)";
-__c.LogImpl("015335451",_que_modulo,0);
- //BA.debugLineNum = 2436;BA.debugLine="If que_modulo = Null Or que_modulo = \" \" The";
+ //BA.debugLineNum = 2440;BA.debugLine="Log(que_modulo)";
+__c.LogImpl("715335451",_que_modulo,0);
+ //BA.debugLineNum = 2441;BA.debugLine="If que_modulo = Null Or que_modulo = \" \" The";
if (_que_modulo== null || (_que_modulo).equals(" ")) {
_que_modulo = "1";};
- //BA.debugLineNum = 2438;BA.debugLine="If que_modulo < = ENCUESTA Then";
+ //BA.debugLineNum = 2443;BA.debugLine="If que_modulo < = ENCUESTA Then";
if ((double)(Double.parseDouble(_que_modulo))<=(double)(Double.parseDouble(_encuesta))) {
- //BA.debugLineNum = 2439;BA.debugLine="If que_modulo = \"1\" Then";
+ //BA.debugLineNum = 2444;BA.debugLine="If que_modulo = \"1\" Then";
if ((_que_modulo).equals("1")) {
- //BA.debugLineNum = 2442;BA.debugLine="If p_m2.IsInitialized And p_m2.Visible The";
+ //BA.debugLineNum = 2447;BA.debugLine="If p_m2.IsInitialized And p_m2.Visible The";
if (_p_m2.IsInitialized() && _p_m2.getVisible()) {
- //BA.debugLineNum = 2443;BA.debugLine="p_m2.Visible = False";
+ //BA.debugLineNum = 2448;BA.debugLine="p_m2.Visible = False";
_p_m2.setVisible(__c.False);
}else if(_p_m3.IsInitialized() && _p_m3.getVisible()) {
- //BA.debugLineNum = 2445;BA.debugLine="p_m3.Visible = False";
+ //BA.debugLineNum = 2450;BA.debugLine="p_m3.Visible = False";
_p_m3.setVisible(__c.False);
}else if(_p_m4.IsInitialized() && _p_m4.getVisible()) {
- //BA.debugLineNum = 2447;BA.debugLine="p_m4.Visible = False";
+ //BA.debugLineNum = 2452;BA.debugLine="p_m4.Visible = False";
_p_m4.setVisible(__c.False);
}else if(_p_modulo5.IsInitialized() && _p_modulo5.getVisible()) {
- //BA.debugLineNum = 2449;BA.debugLine="p_modulo5.Visible = False";
+ //BA.debugLineNum = 2454;BA.debugLine="p_modulo5.Visible = False";
_p_modulo5.setVisible(__c.False);
}else {
};
- //BA.debugLineNum = 2453;BA.debugLine="p_pregunta1.Visible = False";
+ //BA.debugLineNum = 2458;BA.debugLine="p_pregunta1.Visible = False";
_p_pregunta1.setVisible(__c.False);
- //BA.debugLineNum = 2454;BA.debugLine="p_cliente.Visible = False";
+ //BA.debugLineNum = 2459;BA.debugLine="p_cliente.Visible = False";
_p_cliente.setVisible(__c.False);
- //BA.debugLineNum = 2455;BA.debugLine="SV_ENCUESTA.Visible = True";
+ //BA.debugLineNum = 2460;BA.debugLine="SV_ENCUESTA.Visible = True";
_sv_encuesta.setVisible(__c.True);
- //BA.debugLineNum = 2456;BA.debugLine="SV_ENCUESTA.Panel.LoadLayout(\"ENCUESTA\")";
+ //BA.debugLineNum = 2461;BA.debugLine="SV_ENCUESTA.Panel.LoadLayout(\"ENCUESTA\")";
_sv_encuesta.getPanel().LoadLayout("ENCUESTA",ba);
- //BA.debugLineNum = 2457;BA.debugLine="p_m1.Width = Root.Width * 0.94";
+ //BA.debugLineNum = 2462;BA.debugLine="p_m1.Width = Root.Width * 0.94";
_p_m1.setWidth((int) (_root.getWidth()*0.94));
- //BA.debugLineNum = 2458;BA.debugLine="SV_ENCUESTA.Panel.Height = p_m1.Height + 6";
+ //BA.debugLineNum = 2463;BA.debugLine="SV_ENCUESTA.Panel.Height = p_m1.Height + 6";
_sv_encuesta.getPanel().setHeight((int) (_p_m1.getHeight()+60));
- //BA.debugLineNum = 2459;BA.debugLine="Panel7.Visible = False";
+ //BA.debugLineNum = 2464;BA.debugLine="Panel7.Visible = False";
_panel7.setVisible(__c.False);
}else if((_que_modulo).equals("2")) {
- //BA.debugLineNum = 2463;BA.debugLine="If p_m1.IsInitialized And p_m1.Visible The";
+ //BA.debugLineNum = 2468;BA.debugLine="If p_m1.IsInitialized And p_m1.Visible The";
if (_p_m1.IsInitialized() && _p_m1.getVisible()) {
- //BA.debugLineNum = 2464;BA.debugLine="p_m1.Visible = False";
+ //BA.debugLineNum = 2469;BA.debugLine="p_m1.Visible = False";
_p_m1.setVisible(__c.False);
}else {
};
- //BA.debugLineNum = 2468;BA.debugLine="p_pregunta1.Visible = False";
+ //BA.debugLineNum = 2473;BA.debugLine="p_pregunta1.Visible = False";
_p_pregunta1.setVisible(__c.False);
- //BA.debugLineNum = 2469;BA.debugLine="p_cliente.Visible = False";
+ //BA.debugLineNum = 2474;BA.debugLine="p_cliente.Visible = False";
_p_cliente.setVisible(__c.False);
- //BA.debugLineNum = 2470;BA.debugLine="SV_ENCUESTA.Visible = True";
+ //BA.debugLineNum = 2475;BA.debugLine="SV_ENCUESTA.Visible = True";
_sv_encuesta.setVisible(__c.True);
- //BA.debugLineNum = 2471;BA.debugLine="SV_ENCUESTA.Panel.LoadLayout(\"ESNCUESTA_m2";
+ //BA.debugLineNum = 2476;BA.debugLine="SV_ENCUESTA.Panel.LoadLayout(\"ESNCUESTA_m2";
_sv_encuesta.getPanel().LoadLayout("ESNCUESTA_m2",ba);
- //BA.debugLineNum = 2472;BA.debugLine="p_m2.Width = Root.Width * 0.94";
+ //BA.debugLineNum = 2477;BA.debugLine="p_m2.Width = Root.Width * 0.94";
_p_m2.setWidth((int) (_root.getWidth()*0.94));
- //BA.debugLineNum = 2473;BA.debugLine="SV_ENCUESTA.Panel.Height = p_m2.Height + 6";
+ //BA.debugLineNum = 2478;BA.debugLine="SV_ENCUESTA.Panel.Height = p_m2.Height + 6";
_sv_encuesta.getPanel().setHeight((int) (_p_m2.getHeight()+60));
- //BA.debugLineNum = 2474;BA.debugLine="Panel7_M2.Visible = False";
+ //BA.debugLineNum = 2479;BA.debugLine="Panel7_M2.Visible = False";
_panel7_m2.setVisible(__c.False);
}else if((_que_modulo).equals("3")) {
- //BA.debugLineNum = 2477;BA.debugLine="If p_m2.IsInitialized And p_m2.Visible The";
+ //BA.debugLineNum = 2482;BA.debugLine="If p_m2.IsInitialized And p_m2.Visible The";
if (_p_m2.IsInitialized() && _p_m2.getVisible()) {
- //BA.debugLineNum = 2478;BA.debugLine="p_m2.Visible = False";
+ //BA.debugLineNum = 2483;BA.debugLine="p_m2.Visible = False";
_p_m2.setVisible(__c.False);
}else {
};
- //BA.debugLineNum = 2482;BA.debugLine="p_pregunta1.Visible = False";
+ //BA.debugLineNum = 2487;BA.debugLine="p_pregunta1.Visible = False";
_p_pregunta1.setVisible(__c.False);
- //BA.debugLineNum = 2483;BA.debugLine="p_cliente.Visible = False";
+ //BA.debugLineNum = 2488;BA.debugLine="p_cliente.Visible = False";
_p_cliente.setVisible(__c.False);
- //BA.debugLineNum = 2484;BA.debugLine="SV_ENCUESTA.Visible = True";
+ //BA.debugLineNum = 2489;BA.debugLine="SV_ENCUESTA.Visible = True";
_sv_encuesta.setVisible(__c.True);
- //BA.debugLineNum = 2485;BA.debugLine="SV_ENCUESTA.Panel.LoadLayout(\"ENCUESSTA_M3";
+ //BA.debugLineNum = 2490;BA.debugLine="SV_ENCUESTA.Panel.LoadLayout(\"ENCUESSTA_M3";
_sv_encuesta.getPanel().LoadLayout("ENCUESSTA_M3",ba);
- //BA.debugLineNum = 2487;BA.debugLine="p_m3.Width = Root.Width * 0.94";
+ //BA.debugLineNum = 2492;BA.debugLine="p_m3.Width = Root.Width * 0.94";
_p_m3.setWidth((int) (_root.getWidth()*0.94));
- //BA.debugLineNum = 2488;BA.debugLine="SV_ENCUESTA.Panel.Height = p_m3.Height + 6";
+ //BA.debugLineNum = 2493;BA.debugLine="SV_ENCUESTA.Panel.Height = p_m3.Height + 6";
_sv_encuesta.getPanel().setHeight((int) (_p_m3.getHeight()+60));
}else if((_que_modulo).equals("4")) {
- //BA.debugLineNum = 2491;BA.debugLine="If p_m3.IsInitialized And p_m3.Visible The";
+ //BA.debugLineNum = 2496;BA.debugLine="If p_m3.IsInitialized And p_m3.Visible The";
if (_p_m3.IsInitialized() && _p_m3.getVisible()) {
- //BA.debugLineNum = 2493;BA.debugLine="p_m3.Visible = False";
+ //BA.debugLineNum = 2498;BA.debugLine="p_m3.Visible = False";
_p_m3.setVisible(__c.False);
}else {
};
- //BA.debugLineNum = 2496;BA.debugLine="p_pregunta1.Visible = False";
+ //BA.debugLineNum = 2501;BA.debugLine="p_pregunta1.Visible = False";
_p_pregunta1.setVisible(__c.False);
- //BA.debugLineNum = 2497;BA.debugLine="p_cliente.Visible = False";
+ //BA.debugLineNum = 2502;BA.debugLine="p_cliente.Visible = False";
_p_cliente.setVisible(__c.False);
- //BA.debugLineNum = 2498;BA.debugLine="SV_ENCUESTA.Visible = True";
+ //BA.debugLineNum = 2503;BA.debugLine="SV_ENCUESTA.Visible = True";
_sv_encuesta.setVisible(__c.True);
- //BA.debugLineNum = 2499;BA.debugLine="p_pregunta1.Visible = False";
+ //BA.debugLineNum = 2504;BA.debugLine="p_pregunta1.Visible = False";
_p_pregunta1.setVisible(__c.False);
- //BA.debugLineNum = 2500;BA.debugLine="SV_ENCUESTA.Panel.LoadLayout(\"ENCUESTA_M4\"";
+ //BA.debugLineNum = 2505;BA.debugLine="SV_ENCUESTA.Panel.LoadLayout(\"ENCUESTA_M4\"";
_sv_encuesta.getPanel().LoadLayout("ENCUESTA_M4",ba);
- //BA.debugLineNum = 2501;BA.debugLine="p_m4.Width = Root.Width * 0.94";
+ //BA.debugLineNum = 2506;BA.debugLine="p_m4.Width = Root.Width * 0.94";
_p_m4.setWidth((int) (_root.getWidth()*0.94));
- //BA.debugLineNum = 2502;BA.debugLine="SV_ENCUESTA.Panel.Height = p_m4.Height + 6";
+ //BA.debugLineNum = 2507;BA.debugLine="SV_ENCUESTA.Panel.Height = p_m4.Height + 6";
_sv_encuesta.getPanel().setHeight((int) (_p_m4.getHeight()+60));
- //BA.debugLineNum = 2504;BA.debugLine="Dim Items2 As List";
+ //BA.debugLineNum = 2509;BA.debugLine="Dim Items2 As List";
_items2 = new anywheresoftware.b4a.objects.collections.List();
- //BA.debugLineNum = 2505;BA.debugLine="Items2.Initialize";
+ //BA.debugLineNum = 2510;BA.debugLine="Items2.Initialize";
_items2.Initialize();
- //BA.debugLineNum = 2506;BA.debugLine="Items2.Add(\"Selecciona una opcion\")";
+ //BA.debugLineNum = 2511;BA.debugLine="Items2.Add(\"Selecciona una opcion\")";
_items2.Add((Object)("Selecciona una opcion"));
- //BA.debugLineNum = 2507;BA.debugLine="Items2.Add(\"Propio\")";
+ //BA.debugLineNum = 2512;BA.debugLine="Items2.Add(\"Propio\")";
_items2.Add((Object)("Propio"));
- //BA.debugLineNum = 2508;BA.debugLine="Items2.Add(\"Rentado\")";
+ //BA.debugLineNum = 2513;BA.debugLine="Items2.Add(\"Rentado\")";
_items2.Add((Object)("Rentado"));
- //BA.debugLineNum = 2509;BA.debugLine="cb_p3_m4.SetItems(Items2)";
+ //BA.debugLineNum = 2514;BA.debugLine="cb_p3_m4.SetItems(Items2)";
_cb_p3_m4._setitems /*String*/ (_items2);
- //BA.debugLineNum = 2510;BA.debugLine="itemselect2 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 2515;BA.debugLine="itemselect2 = \"Selecciona una opcion\"";
_itemselect2 = "Selecciona una opcion";
- //BA.debugLineNum = 2512;BA.debugLine="Dim Items3 As List";
+ //BA.debugLineNum = 2517;BA.debugLine="Dim Items3 As List";
_items3 = new anywheresoftware.b4a.objects.collections.List();
- //BA.debugLineNum = 2513;BA.debugLine="Items3.Initialize";
+ //BA.debugLineNum = 2518;BA.debugLine="Items3.Initialize";
_items3.Initialize();
- //BA.debugLineNum = 2514;BA.debugLine="Items3.Add(\"Selecciona una opcion\")";
+ //BA.debugLineNum = 2519;BA.debugLine="Items3.Add(\"Selecciona una opcion\")";
_items3.Add((Object)("Selecciona una opcion"));
- //BA.debugLineNum = 2515;BA.debugLine="Items3.Add(\"Completamente Surtido\")";
+ //BA.debugLineNum = 2520;BA.debugLine="Items3.Add(\"Completamente Surtido\")";
_items3.Add((Object)("Completamente Surtido"));
- //BA.debugLineNum = 2516;BA.debugLine="Items3.Add(\"Bien Surtido\")";
+ //BA.debugLineNum = 2521;BA.debugLine="Items3.Add(\"Bien Surtido\")";
_items3.Add((Object)("Bien Surtido"));
- //BA.debugLineNum = 2517;BA.debugLine="Items3.Add(\"Poco Surtido\")";
+ //BA.debugLineNum = 2522;BA.debugLine="Items3.Add(\"Poco Surtido\")";
_items3.Add((Object)("Poco Surtido"));
- //BA.debugLineNum = 2518;BA.debugLine="Items3.Add(\"Muy Poco Surtido\")";
+ //BA.debugLineNum = 2523;BA.debugLine="Items3.Add(\"Muy Poco Surtido\")";
_items3.Add((Object)("Muy Poco Surtido"));
- //BA.debugLineNum = 2519;BA.debugLine="Items3.Add(\"Sin Existencias\")";
+ //BA.debugLineNum = 2524;BA.debugLine="Items3.Add(\"Sin Existencias\")";
_items3.Add((Object)("Sin Existencias"));
- //BA.debugLineNum = 2520;BA.debugLine="cb_p4_1_m4.SetItems(Items3)";
+ //BA.debugLineNum = 2525;BA.debugLine="cb_p4_1_m4.SetItems(Items3)";
_cb_p4_1_m4._setitems /*String*/ (_items3);
- //BA.debugLineNum = 2521;BA.debugLine="itemselect3 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 2526;BA.debugLine="itemselect3 = \"Selecciona una opcion\"";
_itemselect3 = "Selecciona una opcion";
- //BA.debugLineNum = 2522;BA.debugLine="cb_p4_2_m4.SetItems(Items3)";
+ //BA.debugLineNum = 2527;BA.debugLine="cb_p4_2_m4.SetItems(Items3)";
_cb_p4_2_m4._setitems /*String*/ (_items3);
- //BA.debugLineNum = 2523;BA.debugLine="itemselect4 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 2528;BA.debugLine="itemselect4 = \"Selecciona una opcion\"";
_itemselect4 = "Selecciona una opcion";
- //BA.debugLineNum = 2524;BA.debugLine="cb_p4_3_m4.SetItems(Items3)";
+ //BA.debugLineNum = 2529;BA.debugLine="cb_p4_3_m4.SetItems(Items3)";
_cb_p4_3_m4._setitems /*String*/ (_items3);
- //BA.debugLineNum = 2525;BA.debugLine="itemselect5 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 2530;BA.debugLine="itemselect5 = \"Selecciona una opcion\"";
_itemselect5 = "Selecciona una opcion";
- //BA.debugLineNum = 2526;BA.debugLine="cb_p4_4_m4.SetItems(Items3)";
+ //BA.debugLineNum = 2531;BA.debugLine="cb_p4_4_m4.SetItems(Items3)";
_cb_p4_4_m4._setitems /*String*/ (_items3);
- //BA.debugLineNum = 2527;BA.debugLine="itemselect6 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 2532;BA.debugLine="itemselect6 = \"Selecciona una opcion\"";
_itemselect6 = "Selecciona una opcion";
- //BA.debugLineNum = 2528;BA.debugLine="cb_p4_5_m4.SetItems(Items3)";
+ //BA.debugLineNum = 2533;BA.debugLine="cb_p4_5_m4.SetItems(Items3)";
_cb_p4_5_m4._setitems /*String*/ (_items3);
- //BA.debugLineNum = 2529;BA.debugLine="itemselect7 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 2534;BA.debugLine="itemselect7 = \"Selecciona una opcion\"";
_itemselect7 = "Selecciona una opcion";
}else if((_que_modulo).equals("5")) {
- //BA.debugLineNum = 2532;BA.debugLine="If p_m4.IsInitialized And p_m4.Visible The";
+ //BA.debugLineNum = 2537;BA.debugLine="If p_m4.IsInitialized And p_m4.Visible The";
if (_p_m4.IsInitialized() && _p_m4.getVisible()) {
- //BA.debugLineNum = 2533;BA.debugLine="p_m4.Visible = False";
+ //BA.debugLineNum = 2538;BA.debugLine="p_m4.Visible = False";
_p_m4.setVisible(__c.False);
}else {
};
- //BA.debugLineNum = 2536;BA.debugLine="p_cliente.Visible = False";
+ //BA.debugLineNum = 2541;BA.debugLine="p_cliente.Visible = False";
_p_cliente.setVisible(__c.False);
- //BA.debugLineNum = 2537;BA.debugLine="SV_ENCUESTA.Visible = True";
+ //BA.debugLineNum = 2542;BA.debugLine="SV_ENCUESTA.Visible = True";
_sv_encuesta.setVisible(__c.True);
- //BA.debugLineNum = 2538;BA.debugLine="p_pregunta1.Visible = False";
+ //BA.debugLineNum = 2543;BA.debugLine="p_pregunta1.Visible = False";
_p_pregunta1.setVisible(__c.False);
- //BA.debugLineNum = 2539;BA.debugLine="SV_ENCUESTA.Panel.LoadLayout(\"ENCUESTA_M5\"";
+ //BA.debugLineNum = 2544;BA.debugLine="SV_ENCUESTA.Panel.LoadLayout(\"ENCUESTA_M5\"";
_sv_encuesta.getPanel().LoadLayout("ENCUESTA_M5",ba);
- //BA.debugLineNum = 2540;BA.debugLine="p_modulo5.Width = Root.Width * 0.94";
+ //BA.debugLineNum = 2545;BA.debugLine="p_modulo5.Width = Root.Width * 0.94";
_p_modulo5.setWidth((int) (_root.getWidth()*0.94));
- //BA.debugLineNum = 2541;BA.debugLine="SV_ENCUESTA.Panel.Height = p_modulo5.Heigh";
+ //BA.debugLineNum = 2546;BA.debugLine="SV_ENCUESTA.Panel.Height = p_modulo5.Heigh";
_sv_encuesta.getPanel().setHeight((int) (_p_modulo5.getHeight()+30));
- //BA.debugLineNum = 2542;BA.debugLine="Dim Items8 As List";
+ //BA.debugLineNum = 2547;BA.debugLine="Dim Items8 As List";
_items8 = new anywheresoftware.b4a.objects.collections.List();
- //BA.debugLineNum = 2543;BA.debugLine="Items8.Initialize";
+ //BA.debugLineNum = 2548;BA.debugLine="Items8.Initialize";
_items8.Initialize();
- //BA.debugLineNum = 2544;BA.debugLine="Items8.Add(\"Selecciona una opcion\")";
+ //BA.debugLineNum = 2549;BA.debugLine="Items8.Add(\"Selecciona una opcion\")";
_items8.Add((Object)("Selecciona una opcion"));
- //BA.debugLineNum = 2545;BA.debugLine="Items8.Add(\"Completamente Surtido\")";
+ //BA.debugLineNum = 2550;BA.debugLine="Items8.Add(\"Completamente Surtido\")";
_items8.Add((Object)("Completamente Surtido"));
- //BA.debugLineNum = 2546;BA.debugLine="Items8.Add(\"Bien Surtido\")";
+ //BA.debugLineNum = 2551;BA.debugLine="Items8.Add(\"Bien Surtido\")";
_items8.Add((Object)("Bien Surtido"));
- //BA.debugLineNum = 2547;BA.debugLine="Items8.Add(\"Poco Surtido\")";
+ //BA.debugLineNum = 2552;BA.debugLine="Items8.Add(\"Poco Surtido\")";
_items8.Add((Object)("Poco Surtido"));
- //BA.debugLineNum = 2548;BA.debugLine="Items8.Add(\"Muy Poco Surtido\")";
+ //BA.debugLineNum = 2553;BA.debugLine="Items8.Add(\"Muy Poco Surtido\")";
_items8.Add((Object)("Muy Poco Surtido"));
- //BA.debugLineNum = 2549;BA.debugLine="Items8.Add(\"Sin Existencias\")";
+ //BA.debugLineNum = 2554;BA.debugLine="Items8.Add(\"Sin Existencias\")";
_items8.Add((Object)("Sin Existencias"));
- //BA.debugLineNum = 2550;BA.debugLine="cb_p1_m5.SetItems(Items8)";
+ //BA.debugLineNum = 2555;BA.debugLine="cb_p1_m5.SetItems(Items8)";
_cb_p1_m5._setitems /*String*/ (_items8);
- //BA.debugLineNum = 2551;BA.debugLine="itemselect8 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 2556;BA.debugLine="itemselect8 = \"Selecciona una opcion\"";
_itemselect8 = "Selecciona una opcion";
- //BA.debugLineNum = 2552;BA.debugLine="cb_p2_m5.SetItems(Items8)";
+ //BA.debugLineNum = 2557;BA.debugLine="cb_p2_m5.SetItems(Items8)";
_cb_p2_m5._setitems /*String*/ (_items8);
- //BA.debugLineNum = 2553;BA.debugLine="itemselect9 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 2558;BA.debugLine="itemselect9 = \"Selecciona una opcion\"";
_itemselect9 = "Selecciona una opcion";
- //BA.debugLineNum = 2554;BA.debugLine="cb_p3_m5.SetItems(Items8)";
+ //BA.debugLineNum = 2559;BA.debugLine="cb_p3_m5.SetItems(Items8)";
_cb_p3_m5._setitems /*String*/ (_items8);
- //BA.debugLineNum = 2555;BA.debugLine="itemselect10 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 2560;BA.debugLine="itemselect10 = \"Selecciona una opcion\"";
_itemselect10 = "Selecciona una opcion";
- //BA.debugLineNum = 2556;BA.debugLine="cb_p4_m5.SetItems(Items8)";
+ //BA.debugLineNum = 2561;BA.debugLine="cb_p4_m5.SetItems(Items8)";
_cb_p4_m5._setitems /*String*/ (_items8);
- //BA.debugLineNum = 2557;BA.debugLine="itemselect11 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 2562;BA.debugLine="itemselect11 = \"Selecciona una opcion\"";
_itemselect11 = "Selecciona una opcion";
- //BA.debugLineNum = 2558;BA.debugLine="cb_p5_m5.SetItems(Items8)";
+ //BA.debugLineNum = 2563;BA.debugLine="cb_p5_m5.SetItems(Items8)";
_cb_p5_m5._setitems /*String*/ (_items8);
- //BA.debugLineNum = 2559;BA.debugLine="itemselect12 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 2564;BA.debugLine="itemselect12 = \"Selecciona una opcion\"";
_itemselect12 = "Selecciona una opcion";
- //BA.debugLineNum = 2560;BA.debugLine="cb_p6_m5.SetItems(Items8)";
+ //BA.debugLineNum = 2565;BA.debugLine="cb_p6_m5.SetItems(Items8)";
_cb_p6_m5._setitems /*String*/ (_items8);
- //BA.debugLineNum = 2561;BA.debugLine="itemselect13 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 2566;BA.debugLine="itemselect13 = \"Selecciona una opcion\"";
_itemselect13 = "Selecciona una opcion";
- //BA.debugLineNum = 2562;BA.debugLine="cb_p7_m5.SetItems(Items8)";
+ //BA.debugLineNum = 2567;BA.debugLine="cb_p7_m5.SetItems(Items8)";
_cb_p7_m5._setitems /*String*/ (_items8);
- //BA.debugLineNum = 2563;BA.debugLine="itemselect14 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 2568;BA.debugLine="itemselect14 = \"Selecciona una opcion\"";
_itemselect14 = "Selecciona una opcion";
- //BA.debugLineNum = 2564;BA.debugLine="cb_p8_m5.SetItems(Items8)";
+ //BA.debugLineNum = 2569;BA.debugLine="cb_p8_m5.SetItems(Items8)";
_cb_p8_m5._setitems /*String*/ (_items8);
- //BA.debugLineNum = 2565;BA.debugLine="itemselect15 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 2570;BA.debugLine="itemselect15 = \"Selecciona una opcion\"";
_itemselect15 = "Selecciona una opcion";
- //BA.debugLineNum = 2566;BA.debugLine="cb_p9_m5.SetItems(Items8)";
+ //BA.debugLineNum = 2571;BA.debugLine="cb_p9_m5.SetItems(Items8)";
_cb_p9_m5._setitems /*String*/ (_items8);
- //BA.debugLineNum = 2567;BA.debugLine="itemselect16 = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 2572;BA.debugLine="itemselect16 = \"Selecciona una opcion\"";
_itemselect16 = "Selecciona una opcion";
};
}else {
- //BA.debugLineNum = 2570;BA.debugLine="p_pregunta1.Visible = False";
+ //BA.debugLineNum = 2575;BA.debugLine="p_pregunta1.Visible = False";
_p_pregunta1.setVisible(__c.False);
- //BA.debugLineNum = 2571;BA.debugLine="B4XPages.ShowPage(\"productos\")";
+ //BA.debugLineNum = 2576;BA.debugLine="B4XPages.ShowPage(\"productos\")";
_b4xpages._showpage /*String*/ (ba,"productos");
};
break; }
case 1: {
- //BA.debugLineNum = 2575;BA.debugLine="B4XPages.ShowPage(\"productos\")";
+ //BA.debugLineNum = 2580;BA.debugLine="B4XPages.ShowPage(\"productos\")";
_b4xpages._showpage /*String*/ (ba,"productos");
break; }
}
@@ -2900,21 +2900,21 @@ _b4xpages._showpage /*String*/ (ba,"productos");
}
;
}else {
- //BA.debugLineNum = 2727;BA.debugLine="p_pregunta1.Visible = False";
+ //BA.debugLineNum = 2732;BA.debugLine="p_pregunta1.Visible = False";
_p_pregunta1.setVisible(__c.False);
- //BA.debugLineNum = 2728;BA.debugLine="B4XPages.ShowPage(\"productos\")";
+ //BA.debugLineNum = 2733;BA.debugLine="B4XPages.ShowPage(\"productos\")";
_b4xpages._showpage /*String*/ (ba,"productos");
};
}else {
- //BA.debugLineNum = 2731;BA.debugLine="Msgbox(\"Contesta la pregunta por favor\",\"AVISO\")";
+ //BA.debugLineNum = 2736;BA.debugLine="Msgbox(\"Contesta la pregunta por favor\",\"AVISO\")";
__c.Msgbox(BA.ObjectToCharSequence("Contesta la pregunta por favor"),BA.ObjectToCharSequence("AVISO"),ba);
};
- //BA.debugLineNum = 2733;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2738;BA.debugLine="End Sub";
return "";
}
public String _b_preventa_click() throws Exception{
- //BA.debugLineNum = 6764;BA.debugLine="Private Sub b_preventa_Click";
- //BA.debugLineNum = 6766;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6769;BA.debugLine="Private Sub b_preventa_Click";
+ //BA.debugLineNum = 6771;BA.debugLine="End Sub";
return "";
}
public void _b_preventa2_click() throws Exception{
@@ -2944,12 +2944,12 @@ return;
case 0:
//C
this.state = 1;
- //BA.debugLineNum = 7915;BA.debugLine="B4XPages.MainPage.tipo_venta = \"PREVENTA_FUTURA\"";
+ //BA.debugLineNum = 7920;BA.debugLine="B4XPages.MainPage.tipo_venta = \"PREVENTA_FUTURA\"";
parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ = "PREVENTA_FUTURA";
- //BA.debugLineNum = 7916;BA.debugLine="Dim pagarepen As Cursor = B4XPages.MainPage.skmt.";
+ //BA.debugLineNum = 7921;BA.debugLine="Dim pagarepen As Cursor = B4XPages.MainPage.skmt.";
_pagarepen = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_pagarepen = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select FECHA, SALDO_PENDIENTE FROM ABONOSP WHERE CLIENTE IN (SELECT CUENTA FROM CUENTAA)")));
- //BA.debugLineNum = 7917;BA.debugLine="If pagarepen.RowCount > 0 Then";
+ //BA.debugLineNum = 7922;BA.debugLine="If pagarepen.RowCount > 0 Then";
if (true) break;
case 1:
@@ -2964,27 +2964,27 @@ this.state = 15;
case 3:
//C
this.state = 4;
- //BA.debugLineNum = 7918;BA.debugLine="pagarepen.Position = 0";
+ //BA.debugLineNum = 7923;BA.debugLine="pagarepen.Position = 0";
_pagarepen.setPosition((int) (0));
- //BA.debugLineNum = 7919;BA.debugLine="DateTime.DateFormat=\"dd/MM/yyyy\"";
+ //BA.debugLineNum = 7924;BA.debugLine="DateTime.DateFormat=\"dd/MM/yyyy\"";
parent.__c.DateTime.setDateFormat("dd/MM/yyyy");
- //BA.debugLineNum = 7920;BA.debugLine="Dim FechaInicio As String = pagarepen.GetString(";
+ //BA.debugLineNum = 7925;BA.debugLine="Dim FechaInicio As String = pagarepen.GetString(";
_fechainicio = _pagarepen.GetString("FECHA");
- //BA.debugLineNum = 7922;BA.debugLine="Log(pagarepen.GetString(\"FECHA\"))";
-parent.__c.LogImpl("028180491",_pagarepen.GetString("FECHA"),0);
- //BA.debugLineNum = 7925;BA.debugLine="Dim TicksInicio As Long = DateTime.DateParse(Fec";
+ //BA.debugLineNum = 7927;BA.debugLine="Log(pagarepen.GetString(\"FECHA\"))";
+parent.__c.LogImpl("728180491",_pagarepen.GetString("FECHA"),0);
+ //BA.debugLineNum = 7930;BA.debugLine="Dim TicksInicio As Long = DateTime.DateParse(Fec";
_ticksinicio = parent.__c.DateTime.DateParse(_fechainicio);
- //BA.debugLineNum = 7926;BA.debugLine="Dim TicksHoy As Long = DateTime.DateParse(DateTi";
+ //BA.debugLineNum = 7931;BA.debugLine="Dim TicksHoy As Long = DateTime.DateParse(DateTi";
_tickshoy = parent.__c.DateTime.DateParse(parent.__c.DateTime.Date(parent.__c.DateTime.getNow()));
- //BA.debugLineNum = 7929;BA.debugLine="Dim DiferenciaDias As Int = (TicksHoy - TicksIni";
+ //BA.debugLineNum = 7934;BA.debugLine="Dim DiferenciaDias As Int = (TicksHoy - TicksIni";
_diferenciadias = (int) ((_tickshoy-_ticksinicio)/(double)parent.__c.DateTime.TicksPerDay);
- //BA.debugLineNum = 7932;BA.debugLine="Log($\"Días transcurridos: ${DiferenciaDias}\"$)";
-parent.__c.LogImpl("028180501",("Días transcurridos: "+parent.__c.SmartStringFormatter("",(Object)(_diferenciadias))+""),0);
- //BA.debugLineNum = 7934;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select IFNUL";
+ //BA.debugLineNum = 7937;BA.debugLine="Log($\"Días transcurridos: ${DiferenciaDias}\"$)";
+parent.__c.LogImpl("728180501",("Días transcurridos: "+parent.__c.SmartStringFormatter("",(Object)(_diferenciadias))+""),0);
+ //BA.debugLineNum = 7939;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select IFNUL";
parent._c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(CAT_CL_DIASCREDITO,0) AS CAT_CL_DIASCREDITO from kmt_info3 where CAT_CL_CODIGO In (Select cuenta from cuentaa)")));
- //BA.debugLineNum = 7935;BA.debugLine="c.Position = 0";
+ //BA.debugLineNum = 7940;BA.debugLine="c.Position = 0";
parent._c.setPosition((int) (0));
- //BA.debugLineNum = 7937;BA.debugLine="If DiferenciaDias <= c.GetInt(\"CAT_CL_DIASCREDIT";
+ //BA.debugLineNum = 7942;BA.debugLine="If DiferenciaDias <= c.GetInt(\"CAT_CL_DIASCREDIT";
if (true) break;
case 4:
@@ -2999,9 +2999,9 @@ this.state = 12;
case 6:
//C
this.state = 7;
- //BA.debugLineNum = 7939;BA.debugLine="Msgbox2Async($\"Favor de pagar su credito el día";
+ //BA.debugLineNum = 7944;BA.debugLine="Msgbox2Async($\"Favor de pagar su credito el día";
parent.__c.Msgbox2Async(BA.ObjectToCharSequence(("Favor de pagar su credito el día de mañana por un monto de $"+parent.__c.SmartStringFormatter("",(Object)(_pagarepen.GetString("SALDO_PENDIENTE")))+"")),BA.ObjectToCharSequence("Recordatorio"),"Ok","","",parent.__c.LoadBitmap(parent.__c.File.getDirAssets(),"alert2.png"),ba,parent.__c.False);
- //BA.debugLineNum = 7940;BA.debugLine="Wait For Msgbox_Result (resultado As Int)";
+ //BA.debugLineNum = 7945;BA.debugLine="Wait For Msgbox_Result (resultado As Int)";
parent.__c.WaitFor("msgbox_result", ba, this, null);
this.state = 17;
return;
@@ -3010,7 +3010,7 @@ case 17:
this.state = 7;
_resultado = (Integer) result[0];
;
- //BA.debugLineNum = 7941;BA.debugLine="If resultado = DialogResponse.POSITIVE Then";
+ //BA.debugLineNum = 7946;BA.debugLine="If resultado = DialogResponse.POSITIVE Then";
if (true) break;
case 7:
@@ -3023,7 +3023,7 @@ this.state = 9;
case 9:
//C
this.state = 10;
- //BA.debugLineNum = 7942;BA.debugLine="gestionar";
+ //BA.debugLineNum = 7947;BA.debugLine="gestionar";
parent._gestionar();
if (true) break;
@@ -3036,7 +3036,7 @@ this.state = 13;
case 12:
//C
this.state = 13;
- //BA.debugLineNum = 7945;BA.debugLine="MsgboxAsync($\"No se puede realizar venta por qu";
+ //BA.debugLineNum = 7950;BA.debugLine="MsgboxAsync($\"No se puede realizar venta por qu";
parent.__c.MsgboxAsync(BA.ObjectToCharSequence(("No se puede realizar venta por que presenta "+parent.__c.SmartStringFormatter("",(Object)((_diferenciadias-(parent._c.GetInt("CAT_CL_DIASCREDITO")+1))))+" días de atraso en el credito, por un monto de $"+parent.__c.SmartStringFormatter("",(Object)(_pagarepen.GetString("SALDO_PENDIENTE")))+"")),BA.ObjectToCharSequence("Atención"),ba);
if (true) break;
@@ -3049,7 +3049,7 @@ this.state = 16;
case 15:
//C
this.state = 16;
- //BA.debugLineNum = 7948;BA.debugLine="gestionar";
+ //BA.debugLineNum = 7953;BA.debugLine="gestionar";
parent._gestionar();
if (true) break;
@@ -3057,7 +3057,7 @@ case 16:
//C
this.state = -1;
;
- //BA.debugLineNum = 7950;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7955;BA.debugLine="End Sub";
if (true) break;
}
@@ -3065,27 +3065,27 @@ if (true) break;
}
}
public String _b_preventa2_longclick() throws Exception{
- //BA.debugLineNum = 3873;BA.debugLine="Private Sub b_preventa2_LongClick";
- //BA.debugLineNum = 3875;BA.debugLine="Log(NumberFormat2(Subs.calculaTotalConPromoXRango";
-__c.LogImpl("017694722",__c.NumberFormat2((double)(Double.parseDouble(_subs._calculatotalconpromoxrango4 /*String*/ (ba,_subs._traecliente /*String*/ (ba)))),(int) (0),(int) (2),(int) (2),__c.False),0);
- //BA.debugLineNum = 3876;BA.debugLine="Log(NumberFormat2(Subs.calculaTotalConPromoXRango";
-__c.LogImpl("017694723",__c.NumberFormat2((double)(Double.parseDouble(_subs._calculatotalconpromoxrango1 /*String*/ (ba,_subs._traecliente /*String*/ (ba)))),(int) (0),(int) (2),(int) (2),__c.False),0);
- //BA.debugLineNum = 3877;BA.debugLine="Log(NumberFormat2( (Subs.calculaTotalConPromoXRan";
-__c.LogImpl("017694724",__c.NumberFormat2(((double)(Double.parseDouble(_subs._calculatotalconpromoxrango4 /*String*/ (ba,_subs._traecliente /*String*/ (ba))))-(double)(Double.parseDouble(_subs._calculatotalconpromoxrango1 /*String*/ (ba,_subs._traecliente /*String*/ (ba))))),(int) (0),(int) (2),(int) (2),__c.False),0);
- //BA.debugLineNum = 3878;BA.debugLine="Log(NumberFormat2( (((Subs.calculaTotalConPromoXR";
-__c.LogImpl("017694725",__c.NumberFormat2(((((double)(Double.parseDouble(_subs._calculatotalconpromoxrango4 /*String*/ (ba,_subs._traecliente /*String*/ (ba))))-(double)(Double.parseDouble(_subs._calculatotalconpromoxrango1 /*String*/ (ba,_subs._traecliente /*String*/ (ba)))))*100)/(double)(double)(Double.parseDouble(__c.NumberFormat2((double)(Double.parseDouble(_subs._calculatotalconpromoxrango4 /*String*/ (ba,_subs._traecliente /*String*/ (ba)))),(int) (0),(int) (2),(int) (2),__c.False)))),(int) (0),(int) (2),(int) (2),__c.False),0);
- //BA.debugLineNum = 3881;BA.debugLine="End Sub";
+ //BA.debugLineNum = 3878;BA.debugLine="Private Sub b_preventa2_LongClick";
+ //BA.debugLineNum = 3880;BA.debugLine="Log(NumberFormat2(Subs.calculaTotalConPromoXRango";
+__c.LogImpl("717694722",__c.NumberFormat2((double)(Double.parseDouble(_subs._calculatotalconpromoxrango4 /*String*/ (ba,_subs._traecliente /*String*/ (ba)))),(int) (0),(int) (2),(int) (2),__c.False),0);
+ //BA.debugLineNum = 3881;BA.debugLine="Log(NumberFormat2(Subs.calculaTotalConPromoXRango";
+__c.LogImpl("717694723",__c.NumberFormat2((double)(Double.parseDouble(_subs._calculatotalconpromoxrango1 /*String*/ (ba,_subs._traecliente /*String*/ (ba)))),(int) (0),(int) (2),(int) (2),__c.False),0);
+ //BA.debugLineNum = 3882;BA.debugLine="Log(NumberFormat2( (Subs.calculaTotalConPromoXRan";
+__c.LogImpl("717694724",__c.NumberFormat2(((double)(Double.parseDouble(_subs._calculatotalconpromoxrango4 /*String*/ (ba,_subs._traecliente /*String*/ (ba))))-(double)(Double.parseDouble(_subs._calculatotalconpromoxrango1 /*String*/ (ba,_subs._traecliente /*String*/ (ba))))),(int) (0),(int) (2),(int) (2),__c.False),0);
+ //BA.debugLineNum = 3883;BA.debugLine="Log(NumberFormat2( (((Subs.calculaTotalConPromoXR";
+__c.LogImpl("717694725",__c.NumberFormat2(((((double)(Double.parseDouble(_subs._calculatotalconpromoxrango4 /*String*/ (ba,_subs._traecliente /*String*/ (ba))))-(double)(Double.parseDouble(_subs._calculatotalconpromoxrango1 /*String*/ (ba,_subs._traecliente /*String*/ (ba)))))*100)/(double)(double)(Double.parseDouble(__c.NumberFormat2((double)(Double.parseDouble(_subs._calculatotalconpromoxrango4 /*String*/ (ba,_subs._traecliente /*String*/ (ba)))),(int) (0),(int) (2),(int) (2),__c.False)))),(int) (0),(int) (2),(int) (2),__c.False),0);
+ //BA.debugLineNum = 3886;BA.debugLine="End Sub";
return "";
}
public String _b_venta_click() throws Exception{
- //BA.debugLineNum = 4644;BA.debugLine="Sub b_venta_Click";
- //BA.debugLineNum = 4645;BA.debugLine="DateTime.DateFormat = \"MM/dd/yyyy\"";
+ //BA.debugLineNum = 4649;BA.debugLine="Sub b_venta_Click";
+ //BA.debugLineNum = 4650;BA.debugLine="DateTime.DateFormat = \"MM/dd/yyyy\"";
__c.DateTime.setDateFormat("MM/dd/yyyy");
- //BA.debugLineNum = 4646;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
+ //BA.debugLineNum = 4651;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
_sdate = __c.DateTime.Date(__c.DateTime.getNow());
- //BA.debugLineNum = 4647;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
+ //BA.debugLineNum = 4652;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
_stime = __c.DateTime.Time(__c.DateTime.getNow());
- //BA.debugLineNum = 4675;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4680;BA.debugLine="End Sub";
return "";
}
public void _b4xpage_appear() throws Exception{
@@ -3238,9 +3238,9 @@ this.state = 12;
//BA.debugLineNum = 588;BA.debugLine="tipo_venta = \"ABORDO\"";
parent._tipo_venta = "ABORDO";
//BA.debugLineNum = 589;BA.debugLine="Log(1)";
-parent.__c.LogImpl("014155814",BA.NumberToString(1),0);
+parent.__c.LogImpl("714155814",BA.NumberToString(1),0);
//BA.debugLineNum = 590;BA.debugLine="Log(\"ABORDO\")";
-parent.__c.LogImpl("014155815","ABORDO",0);
+parent.__c.LogImpl("714155815","ABORDO",0);
if (true) break;
case 11:
@@ -3249,7 +3249,7 @@ this.state = 12;
//BA.debugLineNum = 592;BA.debugLine="tipo_venta = Subs.traeTipoVentaDeBD";
parent._tipo_venta = parent._subs._traetipoventadebd /*String*/ (ba);
//BA.debugLineNum = 594;BA.debugLine="Log(Subs.traeTipoVentaDeBD)";
-parent.__c.LogImpl("014155819",parent._subs._traetipoventadebd /*String*/ (ba),0);
+parent.__c.LogImpl("714155819",parent._subs._traetipoventadebd /*String*/ (ba),0);
if (true) break;
case 12:
@@ -3259,7 +3259,7 @@ this.state = 13;
//BA.debugLineNum = 596;BA.debugLine="B4XPages.MainPage.tipo_venta = tipo_venta";
parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ = parent._tipo_venta;
//BA.debugLineNum = 597;BA.debugLine="Log($\"TIPO_VENTA: ${tipo_venta}\"$)";
-parent.__c.LogImpl("014155822",("TIPO_VENTA: "+parent.__c.SmartStringFormatter("",(Object)(parent._tipo_venta))+""),0);
+parent.__c.LogImpl("714155822",("TIPO_VENTA: "+parent.__c.SmartStringFormatter("",(Object)(parent._tipo_venta))+""),0);
//BA.debugLineNum = 598;BA.debugLine="encuentasmapa.Initialize";
parent._encuentasmapa.Initialize();
//BA.debugLineNum = 599;BA.debugLine="Starter.rp.CheckAndRequest(Starter.rp.PERMISSION_";
@@ -3312,7 +3312,7 @@ case 15:
//C
this.state = 18;
//BA.debugLineNum = 623;BA.debugLine="Log(\">>>>> HAY PEDIDO\")";
-parent.__c.LogImpl("014155848",">>>>> HAY PEDIDO",0);
+parent.__c.LogImpl("714155848",">>>>> HAY PEDIDO",0);
//BA.debugLineNum = 624;BA.debugLine="Tels.Enabled = False";
parent._tels.setEnabled(parent.__c.False);
if (true) break;
@@ -3403,7 +3403,7 @@ _inputstream1.Close();
//BA.debugLineNum = 670;BA.debugLine="ImageView4.Bitmap = Bitmap1";
parent._imageview4.setBitmap((android.graphics.Bitmap)(_bitmap1.getObject()));
//BA.debugLineNum = 671;BA.debugLine="Log(\"aqui si hay foto\")";
-parent.__c.LogImpl("014155896","aqui si hay foto",0);
+parent.__c.LogImpl("714155896","aqui si hay foto",0);
if (true) break;
case 29:
@@ -3412,7 +3412,7 @@ this.state = 30;
//BA.debugLineNum = 673;BA.debugLine="ImageView4.Bitmap = LoadBitmap(File.DirAssets,\"";
parent._imageview4.setBitmap((android.graphics.Bitmap)(parent.__c.LoadBitmap(parent.__c.File.getDirAssets(),"images.png").getObject()));
//BA.debugLineNum = 674;BA.debugLine="Log(\"aqui no hay foto\")";
-parent.__c.LogImpl("014155899","aqui no hay foto",0);
+parent.__c.LogImpl("714155899","aqui no hay foto",0);
if (true) break;
case 30:
@@ -3441,7 +3441,7 @@ _inputstream1.Close();
//BA.debugLineNum = 685;BA.debugLine="ImageView4.Bitmap = Bitmap1";
parent._imageview4.setBitmap((android.graphics.Bitmap)(_bitmap1.getObject()));
//BA.debugLineNum = 686;BA.debugLine="Log(\"aqui si hay foto\")";
-parent.__c.LogImpl("014155911","aqui si hay foto",0);
+parent.__c.LogImpl("714155911","aqui si hay foto",0);
if (true) break;
case 33:
@@ -3982,7 +3982,7 @@ parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lat_gps /*
//BA.debugLineNum = 810;BA.debugLine="B4XPages.MainPage.lon_gps = Tracker.FLP.GetLastK";
parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lon_gps /*String*/ = BA.NumberToString(parent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getLongitude());
//BA.debugLineNum = 811;BA.debugLine="Log($\"Tenemos UUC: ${Tracker.FLP.GetLastKnownLoc";
-parent.__c.LogImpl("014156036",("Tenemos UUC: "+parent.__c.SmartStringFormatter("",(Object)(parent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getLatitude()))+","+parent.__c.SmartStringFormatter("",(Object)(parent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getLongitude()))+""),0);
+parent.__c.LogImpl("714156036",("Tenemos UUC: "+parent.__c.SmartStringFormatter("",(Object)(parent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getLatitude()))+","+parent.__c.SmartStringFormatter("",(Object)(parent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getLongitude()))+""),0);
//BA.debugLineNum = 812;BA.debugLine="GPS_LocationChanged(Tracker.FLP.GetLastKnownLoca";
parent._gps_locationchanged(parent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation());
if (true) break;
@@ -4187,7 +4187,7 @@ parent._printer1._disconnect /*String*/ ();
//BA.debugLineNum = 855;BA.debugLine="Printer1.Connect";
parent._printer1._connect /*boolean*/ ();
//BA.debugLineNum = 856;BA.debugLine="Log(\"2\")";
-parent.__c.LogImpl("014156081","2",0);
+parent.__c.LogImpl("714156081","2",0);
if (true) break;
case 163:
@@ -4335,11 +4335,11 @@ this.state = 190;
//BA.debugLineNum = 883;BA.debugLine="Private j3 As Cursor";
_j3 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
//BA.debugLineNum = 884;BA.debugLine="Log(\"SI PROMO\")";
-parent.__c.LogImpl("014156109","SI PROMO",0);
+parent.__c.LogImpl("714156109","SI PROMO",0);
//BA.debugLineNum = 885;BA.debugLine="j3 = B4XPages.MainPage.skmt.ExecQuery2(\"SELECT";
_j3 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT PE_CEDIS, PE_CANT,PE_PROID, PE_PRONOMBRE FROM PEDIDO WHERE PE_CEDIS IN (SELECT PE_CEDIS FROM PEDIDO WHERE PE_PROID = ?)",new String[]{"PROUNI01"})));
//BA.debugLineNum = 886;BA.debugLine="Log(j3.RowCount)";
-parent.__c.LogImpl("014156111",BA.NumberToString(_j3.getRowCount()),0);
+parent.__c.LogImpl("714156111",BA.NumberToString(_j3.getRowCount()),0);
//BA.debugLineNum = 887;BA.debugLine="If j3.RowCount = 0 Then";
if (true) break;
@@ -4354,7 +4354,7 @@ case 192:
//C
this.state = 193;
//BA.debugLineNum = 888;BA.debugLine="Log(\"estoy aqui\")";
-parent.__c.LogImpl("014156113","estoy aqui",0);
+parent.__c.LogImpl("714156113","estoy aqui",0);
//BA.debugLineNum = 889;BA.debugLine="For i = 0 To j3.RowCount -1";
if (true) break;
@@ -4383,7 +4383,7 @@ case 195:
//C
this.state = 558;
//BA.debugLineNum = 890;BA.debugLine="Log(\"aqui tronare?\")";
-parent.__c.LogImpl("014156115","aqui tronare?",0);
+parent.__c.LogImpl("714156115","aqui tronare?",0);
//BA.debugLineNum = 891;BA.debugLine="j3.Position = i";
_j3.setPosition(_i);
//BA.debugLineNum = 892;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"update";
@@ -4490,7 +4490,7 @@ parent._c.setPosition((int) (0));
//BA.debugLineNum = 909;BA.debugLine="Private des As Float = NumberFormat2(150/c.Ge";
_des = (float)(Double.parseDouble(parent.__c.NumberFormat2(150/(double)(double)(Double.parseDouble(parent._c.GetString("PIEZAS"))),(int) (0),(int) (2),(int) (2),parent.__c.False)));
//BA.debugLineNum = 910;BA.debugLine="Log( NumberFormat2(des,0,2,2,False))";
-parent.__c.LogImpl("014156135",parent.__c.NumberFormat2(_des,(int) (0),(int) (2),(int) (2),parent.__c.False),0);
+parent.__c.LogImpl("714156135",parent.__c.NumberFormat2(_des,(int) (0),(int) (2),(int) (2),parent.__c.False),0);
//BA.debugLineNum = 911;BA.debugLine="Private c2 As Cursor = B4XPages.MainPage.skmt";
parent._c2 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
parent._c2 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT Ifnull(SUM(PE_CANT),0) AS PE_CANT FROM PEDIDO JOIN CAT_PROMO_ESP ON CAT_PE_ID = PE_PROID WHERE PE_CLIENTE IN (Select CUENTA FROM CUENTAA) AND PE_COSTOU < ?",new String[]{BA.NumberToString(_des)})));
@@ -4510,7 +4510,7 @@ this.state = 216;
//BA.debugLineNum = 913;BA.debugLine="c2.Position = 0";
parent._c2.setPosition((int) (0));
//BA.debugLineNum = 914;BA.debugLine="Log(c2.GetString(\"PE_CANT\"))";
-parent.__c.LogImpl("014156139",parent._c2.GetString("PE_CANT"),0);
+parent.__c.LogImpl("714156139",parent._c2.GetString("PE_CANT"),0);
if (true) break;
case 216:
@@ -4536,15 +4536,15 @@ this.state = 220;
//BA.debugLineNum = 918;BA.debugLine="c3.Position = 0";
_c3.setPosition((int) (0));
//BA.debugLineNum = 919;BA.debugLine="Log(c3.GetString(\"PE_CANT\"))";
-parent.__c.LogImpl("014156144",_c3.GetString("PE_CANT"),0);
+parent.__c.LogImpl("714156144",_c3.GetString("PE_CANT"),0);
//BA.debugLineNum = 920;BA.debugLine="Private rec As Float = (des * c2.GetString(\"";
_rec = (float) ((_des*(double)(Double.parseDouble(parent._c2.GetString("PE_CANT"))))/(double)(double)(Double.parseDouble(_c3.GetString("PE_CANT"))));
//BA.debugLineNum = 921;BA.debugLine="Log( NumberFormat2(rec,0,2,2,False))";
-parent.__c.LogImpl("014156146",parent.__c.NumberFormat2(_rec,(int) (0),(int) (2),(int) (2),parent.__c.False),0);
+parent.__c.LogImpl("714156146",parent.__c.NumberFormat2(_rec,(int) (0),(int) (2),(int) (2),parent.__c.False),0);
//BA.debugLineNum = 922;BA.debugLine="Private cantres As Float = des + rec";
_cantres = (float) (_des+_rec);
//BA.debugLineNum = 923;BA.debugLine="Log( NumberFormat2(cantres,0,2,2,False))";
-parent.__c.LogImpl("014156148",parent.__c.NumberFormat2(_cantres,(int) (0),(int) (2),(int) (2),parent.__c.False),0);
+parent.__c.LogImpl("714156148",parent.__c.NumberFormat2(_cantres,(int) (0),(int) (2),(int) (2),parent.__c.False),0);
//BA.debugLineNum = 924;BA.debugLine="Private c5 As Cursor = B4XPages.MainPage.skm";
_c5 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_c5 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT Ifnull(SUM(PE_CANT),0) AS PE_CANT FROM PEDIDO JOIN CAT_PROMO_ESP ON CAT_PE_ID = PE_PROID WHERE PE_CLIENTE IN (Select CUENTA FROM CUENTAA) AND PE_COSTOU > ? and PE_COSTOU < ?",new String[]{BA.NumberToString(_des),BA.NumberToString(_cantres)})));
@@ -4564,7 +4564,7 @@ this.state = 223;
//BA.debugLineNum = 926;BA.debugLine="c5.Position = 0";
_c5.setPosition((int) (0));
//BA.debugLineNum = 927;BA.debugLine="Log(c5.GetString(\"PE_CANT\"))";
-parent.__c.LogImpl("014156152",_c5.GetString("PE_CANT"),0);
+parent.__c.LogImpl("714156152",_c5.GetString("PE_CANT"),0);
//BA.debugLineNum = 928;BA.debugLine="If c5.GetString(\"PE_CANT\") = \"0\" Then";
if (true) break;
@@ -4628,7 +4628,7 @@ _c4.setPosition(_i);
//BA.debugLineNum = 933;BA.debugLine="Private recalculo As Float = c4.GetStrin";
_recalculo = (float) ((double)(Double.parseDouble(_c4.GetString("PE_COSTOU")))-(double)(Double.parseDouble(parent.__c.NumberFormat2(_cantres,(int) (0),(int) (2),(int) (2),parent.__c.False))));
//BA.debugLineNum = 934;BA.debugLine="LogColor(recalculo,Colors.Blue)";
-parent.__c.LogImpl("014156159",BA.NumberToString(_recalculo),parent.__c.Colors.Blue);
+parent.__c.LogImpl("714156159",BA.NumberToString(_recalculo),parent.__c.Colors.Blue);
//BA.debugLineNum = 935;BA.debugLine="Private recalculototal As Float = c4.Get";
_recalculototal = (float) ((double)(Double.parseDouble(_c4.GetString("PE_CANT")))*(double)(Double.parseDouble(parent.__c.NumberFormat2(_recalculo,(int) (0),(int) (2),(int) (2),parent.__c.False))));
//BA.debugLineNum = 937;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE PEDIDO set PE";
@@ -4672,15 +4672,15 @@ this.state = 239;
//BA.debugLineNum = 944;BA.debugLine="c6.Position = 0";
_c6.setPosition((int) (0));
//BA.debugLineNum = 945;BA.debugLine="Log(c6.GetString(\"PE_CANT\"))";
-parent.__c.LogImpl("014156170",_c6.GetString("PE_CANT"),0);
+parent.__c.LogImpl("714156170",_c6.GetString("PE_CANT"),0);
//BA.debugLineNum = 946;BA.debugLine="Private rec1 As Float = (cantres * c5.Get";
_rec1 = (float) ((_cantres*(double)(Double.parseDouble(_c5.GetString("PE_CANT"))))/(double)(double)(Double.parseDouble(_c6.GetString("PE_CANT"))));
//BA.debugLineNum = 947;BA.debugLine="Log( NumberFormat2(rec1,0,2,2,False))";
-parent.__c.LogImpl("014156172",parent.__c.NumberFormat2(_rec1,(int) (0),(int) (2),(int) (2),parent.__c.False),0);
+parent.__c.LogImpl("714156172",parent.__c.NumberFormat2(_rec1,(int) (0),(int) (2),(int) (2),parent.__c.False),0);
//BA.debugLineNum = 948;BA.debugLine="Private cantres1 As Float = cantres + rec";
_cantres1 = (float) (_cantres+_rec1);
//BA.debugLineNum = 949;BA.debugLine="Log( NumberFormat2(cantres1,0,2,2,False))";
-parent.__c.LogImpl("014156174",parent.__c.NumberFormat2(_cantres1,(int) (0),(int) (2),(int) (2),parent.__c.False),0);
+parent.__c.LogImpl("714156174",parent.__c.NumberFormat2(_cantres1,(int) (0),(int) (2),(int) (2),parent.__c.False),0);
//BA.debugLineNum = 950;BA.debugLine="Private c4 As Cursor = B4XPages.MainPage.";
_c4 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_c4 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT * FROM PEDIDO JOIN CAT_PROMO_ESP ON CAT_PE_ID = PE_PROID WHERE PE_CLIENTE IN (Select CUENTA FROM CUENTAA) AND PE_COSTOU >= ?",new String[]{parent.__c.NumberFormat2(_cantres1,(int) (0),(int) (2),(int) (2),parent.__c.False)})));
@@ -4729,7 +4729,7 @@ _c4.setPosition(_i);
//BA.debugLineNum = 954;BA.debugLine="Private recalculo As Float = c4.GetStri";
_recalculo = (float) ((double)(Double.parseDouble(_c4.GetString("PE_COSTOU")))-(double)(Double.parseDouble(parent.__c.NumberFormat2(_cantres1,(int) (0),(int) (2),(int) (2),parent.__c.False))));
//BA.debugLineNum = 955;BA.debugLine="LogColor(recalculo,Colors.Blue)";
-parent.__c.LogImpl("014156180",BA.NumberToString(_recalculo),parent.__c.Colors.Blue);
+parent.__c.LogImpl("714156180",BA.NumberToString(_recalculo),parent.__c.Colors.Blue);
//BA.debugLineNum = 956;BA.debugLine="Private recalculototal As Float = c4.Ge";
_recalculototal = (float) ((double)(Double.parseDouble(_c4.GetString("PE_CANT")))*(double)(Double.parseDouble(parent.__c.NumberFormat2(_recalculo,(int) (0),(int) (2),(int) (2),parent.__c.False))));
//BA.debugLineNum = 958;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE PEDIDO set P";
@@ -4841,7 +4841,7 @@ parent._c.setPosition((int) (0));
//BA.debugLineNum = 978;BA.debugLine="Private des As Float = NumberFormat2(70/c.Get";
_des = (float)(Double.parseDouble(parent.__c.NumberFormat2(70/(double)(double)(Double.parseDouble(parent._c.GetString("PIEZAS"))),(int) (0),(int) (5),(int) (5),parent.__c.False)));
//BA.debugLineNum = 979;BA.debugLine="Log(des)";
-parent.__c.LogImpl("014156204",BA.NumberToString(_des),0);
+parent.__c.LogImpl("714156204",BA.NumberToString(_des),0);
//BA.debugLineNum = 980;BA.debugLine="Private c2 As Cursor = B4XPages.MainPage.skmt";
parent._c2 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
parent._c2 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT Ifnull(SUM(PE_CANT),0) AS PE_CANT FROM PEDIDO JOIN CAT_PROMO_ESP ON CAT_PE_ID = PE_PROID WHERE PE_CLIENTE IN (Select CUENTA FROM CUENTAA) AND PE_COSTOU < ?",new String[]{BA.NumberToString(_des)})));
@@ -4861,7 +4861,7 @@ this.state = 264;
//BA.debugLineNum = 982;BA.debugLine="c2.Position = 0";
parent._c2.setPosition((int) (0));
//BA.debugLineNum = 983;BA.debugLine="Log(c2.GetString(\"PE_CANT\"))";
-parent.__c.LogImpl("014156208",parent._c2.GetString("PE_CANT"),0);
+parent.__c.LogImpl("714156208",parent._c2.GetString("PE_CANT"),0);
if (true) break;
case 264:
@@ -4887,15 +4887,15 @@ this.state = 268;
//BA.debugLineNum = 987;BA.debugLine="c3.Position = 0";
_c3.setPosition((int) (0));
//BA.debugLineNum = 988;BA.debugLine="Log(c3.GetString(\"PE_CANT\"))";
-parent.__c.LogImpl("014156213",_c3.GetString("PE_CANT"),0);
+parent.__c.LogImpl("714156213",_c3.GetString("PE_CANT"),0);
//BA.debugLineNum = 989;BA.debugLine="Private rec As Float = (des * c2.GetString(\"";
_rec = (float) ((_des*(double)(Double.parseDouble(parent._c2.GetString("PE_CANT"))))/(double)(double)(Double.parseDouble(_c3.GetString("PE_CANT"))));
//BA.debugLineNum = 990;BA.debugLine="Log( NumberFormat2(rec,0,2,2,False))";
-parent.__c.LogImpl("014156215",parent.__c.NumberFormat2(_rec,(int) (0),(int) (2),(int) (2),parent.__c.False),0);
+parent.__c.LogImpl("714156215",parent.__c.NumberFormat2(_rec,(int) (0),(int) (2),(int) (2),parent.__c.False),0);
//BA.debugLineNum = 991;BA.debugLine="Private cantres As Float = des + rec";
_cantres = (float) (_des+_rec);
//BA.debugLineNum = 992;BA.debugLine="Log( NumberFormat2(cantres,0,2,2,False))";
-parent.__c.LogImpl("014156217",parent.__c.NumberFormat2(_cantres,(int) (0),(int) (2),(int) (2),parent.__c.False),0);
+parent.__c.LogImpl("714156217",parent.__c.NumberFormat2(_cantres,(int) (0),(int) (2),(int) (2),parent.__c.False),0);
//BA.debugLineNum = 993;BA.debugLine="Private c5 As Cursor = B4XPages.MainPage.skm";
_c5 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_c5 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT Ifnull(SUM(PE_CANT),0) AS PE_CANT FROM PEDIDO JOIN CAT_PROMO_ESP ON CAT_PE_ID = PE_PROID WHERE PE_CLIENTE IN (Select CUENTA FROM CUENTAA) AND PE_COSTOU > ? and PE_COSTOU < ?",new String[]{BA.NumberToString(_des),BA.NumberToString(_cantres)})));
@@ -4915,7 +4915,7 @@ this.state = 271;
//BA.debugLineNum = 995;BA.debugLine="c5.Position = 0";
_c5.setPosition((int) (0));
//BA.debugLineNum = 996;BA.debugLine="Log(c5.GetString(\"PE_CANT\"))";
-parent.__c.LogImpl("014156221",_c5.GetString("PE_CANT"),0);
+parent.__c.LogImpl("714156221",_c5.GetString("PE_CANT"),0);
//BA.debugLineNum = 997;BA.debugLine="If c5.GetString(\"PE_CANT\") = \"0\" Then";
if (true) break;
@@ -4979,11 +4979,11 @@ _c4.setPosition(_i);
//BA.debugLineNum = 1002;BA.debugLine="Private recalculo As Float = c4.GetStrin";
_recalculo = (float) ((double)(Double.parseDouble(_c4.GetString("PE_COSTOU")))-(double)(Double.parseDouble(parent.__c.NumberFormat2(_cantres,(int) (0),(int) (2),(int) (2),parent.__c.False))));
//BA.debugLineNum = 1003;BA.debugLine="LogColor(recalculo,Colors.Blue)";
-parent.__c.LogImpl("014156228",BA.NumberToString(_recalculo),parent.__c.Colors.Blue);
+parent.__c.LogImpl("714156228",BA.NumberToString(_recalculo),parent.__c.Colors.Blue);
//BA.debugLineNum = 1004;BA.debugLine="Private recalculototal As Float = c4.Get";
_recalculototal = (float) ((double)(Double.parseDouble(_c4.GetString("PE_CANT")))*(double)(Double.parseDouble(parent.__c.NumberFormat2(_recalculo,(int) (0),(int) (2),(int) (2),parent.__c.False))));
//BA.debugLineNum = 1005;BA.debugLine="Log(recalculo&\"|||||\"&recalculototal&\"||";
-parent.__c.LogImpl("014156230",BA.NumberToString(_recalculo)+"|||||"+BA.NumberToString(_recalculototal)+"|||||||||||||||||||"+_c4.GetString("PE_PROID"),0);
+parent.__c.LogImpl("714156230",BA.NumberToString(_recalculo)+"|||||"+BA.NumberToString(_recalculototal)+"|||||||||||||||||||"+_c4.GetString("PE_PROID"),0);
//BA.debugLineNum = 1006;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE PEDIDO set PE";
parent._skmt.ExecNonQuery2("UPDATE PEDIDO set PE_RECALCULO = ?, PE_RECALCULOTOT = ? WHERE PE_PROID = ? AND PE_CLIENTE IN (SELECT CUENTA FROM CUENTAA) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{parent.__c.NumberFormat2(_recalculo,(int) (0),(int) (2),(int) (2),parent.__c.False),parent.__c.NumberFormat2(_recalculototal,(int) (0),(int) (2),(int) (2),parent.__c.False),_c4.GetString("PE_PROID")}));
if (true) break;
@@ -5025,15 +5025,15 @@ this.state = 287;
//BA.debugLineNum = 1013;BA.debugLine="c6.Position = 0";
_c6.setPosition((int) (0));
//BA.debugLineNum = 1014;BA.debugLine="Log(c6.GetString(\"PE_CANT\"))";
-parent.__c.LogImpl("014156239",_c6.GetString("PE_CANT"),0);
+parent.__c.LogImpl("714156239",_c6.GetString("PE_CANT"),0);
//BA.debugLineNum = 1015;BA.debugLine="Private rec1 As Float = (cantres * c5.Get";
_rec1 = (float) ((_cantres*(double)(Double.parseDouble(_c5.GetString("PE_CANT"))))/(double)(double)(Double.parseDouble(_c6.GetString("PE_CANT"))));
//BA.debugLineNum = 1016;BA.debugLine="Log( NumberFormat2(rec1,0,2,2,False))";
-parent.__c.LogImpl("014156241",parent.__c.NumberFormat2(_rec1,(int) (0),(int) (2),(int) (2),parent.__c.False),0);
+parent.__c.LogImpl("714156241",parent.__c.NumberFormat2(_rec1,(int) (0),(int) (2),(int) (2),parent.__c.False),0);
//BA.debugLineNum = 1017;BA.debugLine="Private cantres1 As Float = cantres + rec";
_cantres1 = (float) (_cantres+_rec1);
//BA.debugLineNum = 1018;BA.debugLine="Log( NumberFormat2(cantres1,0,2,2,False))";
-parent.__c.LogImpl("014156243",parent.__c.NumberFormat2(_cantres1,(int) (0),(int) (2),(int) (2),parent.__c.False),0);
+parent.__c.LogImpl("714156243",parent.__c.NumberFormat2(_cantres1,(int) (0),(int) (2),(int) (2),parent.__c.False),0);
//BA.debugLineNum = 1019;BA.debugLine="Private c4 As Cursor = B4XPages.MainPage.";
_c4 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_c4 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT * FROM PEDIDO JOIN CAT_PROMO_ESP ON CAT_PE_ID = PE_PROID WHERE PE_CLIENTE IN (Select CUENTA FROM CUENTAA) AND PE_COSTOU >= ?",new String[]{parent.__c.NumberFormat2(_cantres1,(int) (0),(int) (2),(int) (2),parent.__c.False)})));
@@ -5082,7 +5082,7 @@ _c4.setPosition(_i);
//BA.debugLineNum = 1023;BA.debugLine="Private recalculo As Float = c4.GetStri";
_recalculo = (float) ((double)(Double.parseDouble(_c4.GetString("PE_COSTOU")))-(double)(Double.parseDouble(parent.__c.NumberFormat2(_cantres1,(int) (0),(int) (2),(int) (2),parent.__c.False))));
//BA.debugLineNum = 1024;BA.debugLine="LogColor(recalculo,Colors.Blue)";
-parent.__c.LogImpl("014156249",BA.NumberToString(_recalculo),parent.__c.Colors.Blue);
+parent.__c.LogImpl("714156249",BA.NumberToString(_recalculo),parent.__c.Colors.Blue);
//BA.debugLineNum = 1025;BA.debugLine="Private recalculototal As Float = c4.Ge";
_recalculototal = (float) ((double)(Double.parseDouble(_c4.GetString("PE_CANT")))*(double)(Double.parseDouble(parent.__c.NumberFormat2(_recalculo,(int) (0),(int) (2),(int) (2),parent.__c.False))));
//BA.debugLineNum = 1027;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE PEDIDO set P";
@@ -5308,7 +5308,7 @@ this.state = 328;
//BA.debugLineNum = 1071;BA.debugLine="c.Position = 0";
parent._c.setPosition((int) (0));
//BA.debugLineNum = 1072;BA.debugLine="Log(\">>>>>> \" & c.GetString(\"CAT_CL_CODIGO\"))";
-parent.__c.LogImpl("014156297",">>>>>> "+parent._c.GetString("CAT_CL_CODIGO"),0);
+parent.__c.LogImpl("714156297",">>>>>> "+parent._c.GetString("CAT_CL_CODIGO"),0);
//BA.debugLineNum = 1073;BA.debugLine="la_cuenta.Text = c.GetString(\"CAT_CL_CODIGO\")";
parent._la_cuenta.setText(BA.ObjectToCharSequence(parent._c.GetString("CAT_CL_CODIGO")));
//BA.debugLineNum = 1074;BA.debugLine="la_cuenta_gallina.Text = c.GetString(\"CAT_CL_CO";
@@ -5952,7 +5952,7 @@ case 455:
this.state = 456;
;
//BA.debugLineNum = 1205;BA.debugLine="Log(Subs.traeRuta)";
-parent.__c.LogImpl("014156430",parent._subs._traeruta /*String*/ (ba),0);
+parent.__c.LogImpl("714156430",parent._subs._traeruta /*String*/ (ba),0);
//BA.debugLineNum = 1206;BA.debugLine="If Subs.hayPedido Then";
if (true) break;
@@ -6260,11 +6260,11 @@ case 511:
this.state = 512;
;
//BA.debugLineNum = 1276;BA.debugLine="Log(\"============================================";
-parent.__c.LogImpl("014156501","============================================================",0);
+parent.__c.LogImpl("714156501","============================================================",0);
//BA.debugLineNum = 1277;BA.debugLine="Log(\"============================================";
-parent.__c.LogImpl("014156502","============================================================",0);
+parent.__c.LogImpl("714156502","============================================================",0);
//BA.debugLineNum = 1278;BA.debugLine="Log(\"============================================";
-parent.__c.LogImpl("014156503","============================================================",0);
+parent.__c.LogImpl("714156503","============================================================",0);
//BA.debugLineNum = 1280;BA.debugLine="l_total.Text = Subs.calculaTotalConPromoXRango(Su";
parent._l_total.setText(BA.ObjectToCharSequence(parent._subs._calculatotalconpromoxrango /*String*/ (ba,parent._subs._traecliente /*String*/ (ba))));
//BA.debugLineNum = 1283;BA.debugLine="SV_ENCUESTA.Visible = False";
@@ -6382,7 +6382,7 @@ parent.__c.DateTime.setDateFormat("dd/MM/yyyy");
//BA.debugLineNum = 1310;BA.debugLine="Dim FechaInicio As String = pagarepen.GetString";
_fechainicio = _pagarepen.GetString("FECHA");
//BA.debugLineNum = 1312;BA.debugLine="Log(pagarepen.GetString(\"FECHA\"))";
-parent.__c.LogImpl("014156537",_pagarepen.GetString("FECHA"),0);
+parent.__c.LogImpl("714156537",_pagarepen.GetString("FECHA"),0);
//BA.debugLineNum = 1314;BA.debugLine="Dim TicksInicio As Long = DateTime.DateParse(Fe";
_ticksinicio = parent.__c.DateTime.DateParse(_fechainicio);
//BA.debugLineNum = 1315;BA.debugLine="Dim TicksHoy As Long = DateTime.DateParse(DateT";
@@ -6390,7 +6390,7 @@ _tickshoy = parent.__c.DateTime.DateParse(parent.__c.DateTime.Date(parent.__c.Da
//BA.debugLineNum = 1318;BA.debugLine="Dim DiferenciaDias As Int = (TicksHoy - TicksIn";
_diferenciadias = (int) ((_tickshoy-_ticksinicio)/(double)parent.__c.DateTime.TicksPerDay);
//BA.debugLineNum = 1321;BA.debugLine="Log($\"Días transcurridos: ${DiferenciaDias}\"$)";
-parent.__c.LogImpl("014156546",("Días transcurridos: "+parent.__c.SmartStringFormatter("",(Object)(_diferenciadias))+""),0);
+parent.__c.LogImpl("714156546",("Días transcurridos: "+parent.__c.SmartStringFormatter("",(Object)(_diferenciadias))+""),0);
//BA.debugLineNum = 1323;BA.debugLine="Dim c4 As Cursor=B4XPages.MainPage.skmt.ExecQue";
_c4 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_c4 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(CAT_CL_DIASCREDITO,0) AS CAT_CL_DIASCREDITO from kmt_info3 where CAT_CL_CODIGO In (Select cuenta from cuentaa)")));
@@ -6581,11 +6581,11 @@ parent.__c.ReturnFromResumableSub(this,null);return;}
case 0:
//C
this.state = 1;
- //BA.debugLineNum = 2940;BA.debugLine="cuest.encuestaIniciada = False";
+ //BA.debugLineNum = 2945;BA.debugLine="cuest.encuestaIniciada = False";
parent._cuest._encuestainiciada /*boolean*/ = parent.__c.False;
- //BA.debugLineNum = 2941;BA.debugLine="cuest.ocultPanelPregunta";
+ //BA.debugLineNum = 2946;BA.debugLine="cuest.ocultPanelPregunta";
parent._cuest._ocultpanelpregunta /*String*/ ();
- //BA.debugLineNum = 2942;BA.debugLine="If bitacora.p_transparenteInicioFin2.Visible And";
+ //BA.debugLineNum = 2947;BA.debugLine="If bitacora.p_transparenteInicioFin2.Visible And";
if (true) break;
case 1:
@@ -6610,9 +6610,9 @@ this.state = 15;
case 3:
//C
this.state = 16;
- //BA.debugLineNum = 2943;BA.debugLine="ToastMessageShow(\"Por favor presione el botón de";
+ //BA.debugLineNum = 2948;BA.debugLine="ToastMessageShow(\"Por favor presione el botón de";
parent.__c.ToastMessageShow(BA.ObjectToCharSequence("Por favor presione el botón de TERMINAR VISITA"),parent.__c.True);
- //BA.debugLineNum = 2944;BA.debugLine="Return False";
+ //BA.debugLineNum = 2949;BA.debugLine="Return False";
if (true) {
parent.__c.ReturnFromResumableSub(this,(Object)(parent.__c.False));return;};
if (true) break;
@@ -6620,9 +6620,9 @@ parent.__c.ReturnFromResumableSub(this,(Object)(parent.__c.False));return;};
case 5:
//C
this.state = 16;
- //BA.debugLineNum = 2946;BA.debugLine="ToastMessageShow(\"Por favor presione el botón de";
+ //BA.debugLineNum = 2951;BA.debugLine="ToastMessageShow(\"Por favor presione el botón de";
parent.__c.ToastMessageShow(BA.ObjectToCharSequence("Por favor presione el botón de GUARDAR"),parent.__c.True);
- //BA.debugLineNum = 2947;BA.debugLine="Return False";
+ //BA.debugLineNum = 2952;BA.debugLine="Return False";
if (true) {
parent.__c.ReturnFromResumableSub(this,(Object)(parent.__c.False));return;};
if (true) break;
@@ -6630,14 +6630,14 @@ parent.__c.ReturnFromResumableSub(this,(Object)(parent.__c.False));return;};
case 7:
//C
this.state = 16;
- //BA.debugLineNum = 2949;BA.debugLine="p_encuesta.Visible = False";
+ //BA.debugLineNum = 2954;BA.debugLine="p_encuesta.Visible = False";
parent._p_encuesta.setVisible(parent.__c.False);
if (true) break;
case 9:
//C
this.state = 16;
- //BA.debugLineNum = 2951;BA.debugLine="Return False";
+ //BA.debugLineNum = 2956;BA.debugLine="Return False";
if (true) {
parent.__c.ReturnFromResumableSub(this,(Object)(parent.__c.False));return;};
if (true) break;
@@ -6645,25 +6645,25 @@ parent.__c.ReturnFromResumableSub(this,(Object)(parent.__c.False));return;};
case 11:
//C
this.state = 16;
- //BA.debugLineNum = 2955;BA.debugLine="p_pregunta1.Visible = False";
+ //BA.debugLineNum = 2960;BA.debugLine="p_pregunta1.Visible = False";
parent._p_pregunta1.setVisible(parent.__c.False);
if (true) break;
case 13:
//C
this.state = 16;
- //BA.debugLineNum = 2957;BA.debugLine="SV_ENCUESTA.visible = False";
+ //BA.debugLineNum = 2962;BA.debugLine="SV_ENCUESTA.visible = False";
parent._sv_encuesta.setVisible(parent.__c.False);
- //BA.debugLineNum = 2958;BA.debugLine="p_cliente.Visible = True";
+ //BA.debugLineNum = 2963;BA.debugLine="p_cliente.Visible = True";
parent._p_cliente.setVisible(parent.__c.True);
if (true) break;
case 15:
//C
this.state = 16;
- //BA.debugLineNum = 2961;BA.debugLine="Starter.enCliente = False";
+ //BA.debugLineNum = 2966;BA.debugLine="Starter.enCliente = False";
parent._starter._encliente /*boolean*/ = parent.__c.False;
- //BA.debugLineNum = 2962;BA.debugLine="B4XPages.ShowPage(\"Clientes\")";
+ //BA.debugLineNum = 2967;BA.debugLine="B4XPages.ShowPage(\"Clientes\")";
parent._b4xpages._showpage /*String*/ (ba,"Clientes");
if (true) break;
@@ -6671,10 +6671,10 @@ case 16:
//C
this.state = -1;
;
- //BA.debugLineNum = 2965;BA.debugLine="Return False";
+ //BA.debugLineNum = 2970;BA.debugLine="Return False";
if (true) {
parent.__c.ReturnFromResumableSub(this,(Object)(parent.__c.False));return;};
- //BA.debugLineNum = 2966;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2971;BA.debugLine="End Sub";
if (true) break;
}
@@ -6805,67 +6805,67 @@ _l_version.setLeft((int) (_root.getWidth()-_l_version.getWidth()));
return "";
}
public String _bt_qr_click() throws Exception{
- //BA.debugLineNum = 3080;BA.debugLine="Sub BT_QR_Click";
- //BA.debugLineNum = 3081;BA.debugLine="sc.isportrait = True";
+ //BA.debugLineNum = 3085;BA.debugLine="Sub BT_QR_Click";
+ //BA.debugLineNum = 3086;BA.debugLine="sc.isportrait = True";
_sc.isportrait = __c.True;
- //BA.debugLineNum = 3082;BA.debugLine="sc.timeoutDuration = 45";
+ //BA.debugLineNum = 3087;BA.debugLine="sc.timeoutDuration = 45";
_sc.timeoutDuration = (int) (45);
- //BA.debugLineNum = 3083;BA.debugLine="sc.theViewFinderXfactor = 0.7";
+ //BA.debugLineNum = 3088;BA.debugLine="sc.theViewFinderXfactor = 0.7";
_sc.theViewFinderXfactor = 0.7;
- //BA.debugLineNum = 3084;BA.debugLine="sc.theViewFinderYfactor = 0.5";
+ //BA.debugLineNum = 3089;BA.debugLine="sc.theViewFinderYfactor = 0.5";
_sc.theViewFinderYfactor = 0.5;
- //BA.debugLineNum = 3085;BA.debugLine="sc.theResultColor = Colors.Green";
+ //BA.debugLineNum = 3090;BA.debugLine="sc.theResultColor = Colors.Green";
_sc.theResultColor = __c.Colors.Green;
- //BA.debugLineNum = 3086;BA.debugLine="sc.mustVibrate = True";
+ //BA.debugLineNum = 3091;BA.debugLine="sc.mustVibrate = True";
_sc.mustVibrate = __c.True;
- //BA.debugLineNum = 3087;BA.debugLine="sc.BeginScan(\"sc\")";
+ //BA.debugLineNum = 3092;BA.debugLine="sc.BeginScan(\"sc\")";
_sc.BeginScan(ba,"sc");
- //BA.debugLineNum = 3088;BA.debugLine="End Sub";
+ //BA.debugLineNum = 3093;BA.debugLine="End Sub";
return "";
}
public String _btnaceptaplanlealtad_click() throws Exception{
- //BA.debugLineNum = 7541;BA.debugLine="Private Sub btnAceptaPlanLealtad_Click";
- //BA.debugLineNum = 7543;BA.debugLine="c = Starter.skmt.ExecQuery(\"SELECT * FROM PLAN_LE";
+ //BA.debugLineNum = 7546;BA.debugLine="Private Sub btnAceptaPlanLealtad_Click";
+ //BA.debugLineNum = 7548;BA.debugLine="c = Starter.skmt.ExecQuery(\"SELECT * FROM PLAN_LE";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("SELECT * FROM PLAN_LEALTAD WHERE PL_CLIENTE IN (SELECT CUENTA FROM CUENTAA)")));
- //BA.debugLineNum = 7544;BA.debugLine="c.Position = 0";
+ //BA.debugLineNum = 7549;BA.debugLine="c.Position = 0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 7545;BA.debugLine="If c.RowCount = 0 Then";
+ //BA.debugLineNum = 7550;BA.debugLine="If c.RowCount = 0 Then";
if (_c.getRowCount()==0) {
- //BA.debugLineNum = 7547;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"insert int";
+ //BA.debugLineNum = 7552;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"insert int";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("insert into PLAN_LEALTAD (PL_BANDERA, PL_CLIENTE) values ('1','"+__c.SmartStringFormatter("",(Object)(_subs._traecliente /*String*/ (ba)))+"')"));
- //BA.debugLineNum = 7548;BA.debugLine="pnlPlanLealtad.Visible = False";
-_pnlplanlealtad.setVisible(__c.False);
- //BA.debugLineNum = 7549;BA.debugLine="Log(\"AQUI\")";
-__c.LogImpl("026804232","AQUI",0);
- //BA.debugLineNum = 7550;BA.debugLine="B4XPage_Appear";
-_b4xpage_appear();
- }else {
- //BA.debugLineNum = 7552;BA.debugLine="Starter.skmt.ExecNonQuery($\"UPDATE PLAN_LEALTAD";
-_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("UPDATE PLAN_LEALTAD SET PL_BANDERA = 1 where PL_CLIENTE IN (SELECT CUENTA FROM CUENTAA)"));
//BA.debugLineNum = 7553;BA.debugLine="pnlPlanLealtad.Visible = False";
_pnlplanlealtad.setVisible(__c.False);
- //BA.debugLineNum = 7554;BA.debugLine="Log(\"AQUI2\")";
-__c.LogImpl("026804237","AQUI2",0);
+ //BA.debugLineNum = 7554;BA.debugLine="Log(\"AQUI\")";
+__c.LogImpl("726804232","AQUI",0);
//BA.debugLineNum = 7555;BA.debugLine="B4XPage_Appear";
+_b4xpage_appear();
+ }else {
+ //BA.debugLineNum = 7557;BA.debugLine="Starter.skmt.ExecNonQuery($\"UPDATE PLAN_LEALTAD";
+_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("UPDATE PLAN_LEALTAD SET PL_BANDERA = 1 where PL_CLIENTE IN (SELECT CUENTA FROM CUENTAA)"));
+ //BA.debugLineNum = 7558;BA.debugLine="pnlPlanLealtad.Visible = False";
+_pnlplanlealtad.setVisible(__c.False);
+ //BA.debugLineNum = 7559;BA.debugLine="Log(\"AQUI2\")";
+__c.LogImpl("726804237","AQUI2",0);
+ //BA.debugLineNum = 7560;BA.debugLine="B4XPage_Appear";
_b4xpage_appear();
};
- //BA.debugLineNum = 7557;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7562;BA.debugLine="End Sub";
return "";
}
public String _btncancelarplanlealtad_click() throws Exception{
- //BA.debugLineNum = 7537;BA.debugLine="Private Sub btnCancelarPlanLealtad_Click";
- //BA.debugLineNum = 7538;BA.debugLine="pnlPlanLealtad.Visible = False";
+ //BA.debugLineNum = 7542;BA.debugLine="Private Sub btnCancelarPlanLealtad_Click";
+ //BA.debugLineNum = 7543;BA.debugLine="pnlPlanLealtad.Visible = False";
_pnlplanlealtad.setVisible(__c.False);
- //BA.debugLineNum = 7539;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7544;BA.debugLine="End Sub";
return "";
}
public String _btnplanlealtad_click() throws Exception{
- //BA.debugLineNum = 7532;BA.debugLine="Private Sub btnPlanLealtad_Click";
- //BA.debugLineNum = 7533;BA.debugLine="Subs.centraPanel(pnl_btns, pnlPlanLealtad.Width)";
+ //BA.debugLineNum = 7537;BA.debugLine="Private Sub btnPlanLealtad_Click";
+ //BA.debugLineNum = 7538;BA.debugLine="Subs.centraPanel(pnl_btns, pnlPlanLealtad.Width)";
_subs._centrapanel /*String*/ (ba,_pnl_btns,_pnlplanlealtad.getWidth());
- //BA.debugLineNum = 7534;BA.debugLine="pnlPlanLealtad.Visible = True";
+ //BA.debugLineNum = 7539;BA.debugLine="pnlPlanLealtad.Visible = True";
_pnlplanlealtad.setVisible(__c.True);
- //BA.debugLineNum = 7535;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7540;BA.debugLine="End Sub";
return "";
}
public String _calc_ean_checksum(String _number) throws Exception{
@@ -6874,36 +6874,36 @@ char _co = '\0';
int _soma = 0;
int _n = 0;
float _digit = 0f;
- //BA.debugLineNum = 3123;BA.debugLine="Sub calc_ean_checksum(number As String) As String";
- //BA.debugLineNum = 3124;BA.debugLine="Dim i As Int";
+ //BA.debugLineNum = 3128;BA.debugLine="Sub calc_ean_checksum(number As String) As String";
+ //BA.debugLineNum = 3129;BA.debugLine="Dim i As Int";
_i = 0;
- //BA.debugLineNum = 3125;BA.debugLine="Dim cO As Char";
+ //BA.debugLineNum = 3130;BA.debugLine="Dim cO As Char";
_co = '\0';
- //BA.debugLineNum = 3126;BA.debugLine="Dim soma As Int";
+ //BA.debugLineNum = 3131;BA.debugLine="Dim soma As Int";
_soma = 0;
- //BA.debugLineNum = 3127;BA.debugLine="Dim n As Int";
+ //BA.debugLineNum = 3132;BA.debugLine="Dim n As Int";
_n = 0;
- //BA.debugLineNum = 3128;BA.debugLine="Dim digit As Float";
+ //BA.debugLineNum = 3133;BA.debugLine="Dim digit As Float";
_digit = 0f;
- //BA.debugLineNum = 3129;BA.debugLine="soma = 0";
+ //BA.debugLineNum = 3134;BA.debugLine="soma = 0";
_soma = (int) (0);
- //BA.debugLineNum = 3130;BA.debugLine="For i=0 To number.Length - 1";
+ //BA.debugLineNum = 3135;BA.debugLine="For i=0 To number.Length - 1";
{
final int step7 = 1;
final int limit7 = (int) (_number.length()-1);
_i = (int) (0) ;
for (;_i <= limit7 ;_i = _i + step7 ) {
- //BA.debugLineNum = 3131;BA.debugLine="digit = number.SubString2(i,i+1)";
+ //BA.debugLineNum = 3136;BA.debugLine="digit = number.SubString2(i,i+1)";
_digit = (float)(Double.parseDouble(_number.substring(_i,(int) (_i+1))));
- //BA.debugLineNum = 3132;BA.debugLine="n= digit * ((i Mod 2) * 2 + 1)";
+ //BA.debugLineNum = 3137;BA.debugLine="n= digit * ((i Mod 2) * 2 + 1)";
_n = (int) (_digit*((_i%2)*2+1));
- //BA.debugLineNum = 3133;BA.debugLine="soma=soma+n";
+ //BA.debugLineNum = 3138;BA.debugLine="soma=soma+n";
_soma = (int) (_soma+_n);
}
};
- //BA.debugLineNum = 3135;BA.debugLine="Return number & ( ( 10 - ( soma Mod 10 )) Mod 10";
+ //BA.debugLineNum = 3140;BA.debugLine="Return number & ( ( 10 - ( soma Mod 10 )) Mod 10";
if (true) return _number+BA.NumberToString(((10-(_soma%10))%10));
- //BA.debugLineNum = 3136;BA.debugLine="End Sub";
+ //BA.debugLineNum = 3141;BA.debugLine="End Sub";
return "";
}
public String _camera1_picturetaken(byte[] _data) throws Exception{
@@ -6913,1580 +6913,1580 @@ String _dir = "";
String _dir2 = "";
anywheresoftware.b4a.objects.B4XViewWrapper.B4XBitmapWrapper _img = null;
anywheresoftware.b4a.objects.streams.File.OutputStreamWrapper _out = null;
- //BA.debugLineNum = 7749;BA.debugLine="Sub Camera1_PictureTaken (Data()As Byte)";
- //BA.debugLineNum = 7751;BA.debugLine="DateTime.DateFormat=\"ddMMyyyyHHmmss\"";
+ //BA.debugLineNum = 7754;BA.debugLine="Sub Camera1_PictureTaken (Data()As Byte)";
+ //BA.debugLineNum = 7756;BA.debugLine="DateTime.DateFormat=\"ddMMyyyyHHmmss\"";
__c.DateTime.setDateFormat("ddMMyyyyHHmmss");
- //BA.debugLineNum = 7752;BA.debugLine="nombrefoto = DateTime.Now & \"_FOTO1.jpg\"";
+ //BA.debugLineNum = 7757;BA.debugLine="nombrefoto = DateTime.Now & \"_FOTO1.jpg\"";
_nombrefoto = BA.NumberToString(__c.DateTime.getNow())+"_FOTO1.jpg";
- //BA.debugLineNum = 7753;BA.debugLine="teclado.HideKeyboard";
+ //BA.debugLineNum = 7758;BA.debugLine="teclado.HideKeyboard";
_teclado.HideKeyboard(ba);
- //BA.debugLineNum = 7754;BA.debugLine="fototomada = nombrefoto";
+ //BA.debugLineNum = 7759;BA.debugLine="fototomada = nombrefoto";
_fototomada = _nombrefoto;
- //BA.debugLineNum = 7757;BA.debugLine="Log(\"tome foto\")";
-__c.LogImpl("027525128","tome foto",0);
- //BA.debugLineNum = 7758;BA.debugLine="Dim filename As String = fototomada";
+ //BA.debugLineNum = 7762;BA.debugLine="Log(\"tome foto\")";
+__c.LogImpl("727525128","tome foto",0);
+ //BA.debugLineNum = 7763;BA.debugLine="Dim filename As String = fototomada";
_filename = _fototomada;
- //BA.debugLineNum = 7759;BA.debugLine="Dim Dirp As String = File.DirInternal";
+ //BA.debugLineNum = 7764;BA.debugLine="Dim Dirp As String = File.DirInternal";
_dirp = __c.File.getDirInternal();
- //BA.debugLineNum = 7760;BA.debugLine="Dim Dir As String";
+ //BA.debugLineNum = 7765;BA.debugLine="Dim Dir As String";
_dir = "";
- //BA.debugLineNum = 7761;BA.debugLine="Dim Dir2 As String";
+ //BA.debugLineNum = 7766;BA.debugLine="Dim Dir2 As String";
_dir2 = "";
- //BA.debugLineNum = 7762;BA.debugLine="Try";
-try { //BA.debugLineNum = 7763;BA.debugLine="File.MakeDir(Dirp,\"/md\")";
+ //BA.debugLineNum = 7767;BA.debugLine="Try";
+try { //BA.debugLineNum = 7768;BA.debugLine="File.MakeDir(Dirp,\"/md\")";
__c.File.MakeDir(_dirp,"/md");
- //BA.debugLineNum = 7764;BA.debugLine="Dir = \"/md\"";
+ //BA.debugLineNum = 7769;BA.debugLine="Dir = \"/md\"";
_dir = "/md";
- //BA.debugLineNum = 7765;BA.debugLine="Log(\"creado en promotoria \" & Dirp & Dir)";
-__c.LogImpl("027525136","creado en promotoria "+_dirp+_dir,0);
+ //BA.debugLineNum = 7770;BA.debugLine="Log(\"creado en promotoria \" & Dirp & Dir)";
+__c.LogImpl("727525136","creado en promotoria "+_dirp+_dir,0);
}
catch (Exception e15) {
- ba.setLastException(e15); //BA.debugLineNum = 7767;BA.debugLine="Dir = \"\"";
+ ba.setLastException(e15); //BA.debugLineNum = 7772;BA.debugLine="Dir = \"\"";
_dir = "";
- //BA.debugLineNum = 7768;BA.debugLine="Log(\"creado en raiz\")";
-__c.LogImpl("027525139","creado en raiz",0);
+ //BA.debugLineNum = 7773;BA.debugLine="Log(\"creado en raiz\")";
+__c.LogImpl("727525139","creado en raiz",0);
};
- //BA.debugLineNum = 7771;BA.debugLine="Try";
-try { //BA.debugLineNum = 7772;BA.debugLine="File.MakeDir(Dirp & Dir,\"/reduccion\")";
+ //BA.debugLineNum = 7776;BA.debugLine="Try";
+try { //BA.debugLineNum = 7777;BA.debugLine="File.MakeDir(Dirp & Dir,\"/reduccion\")";
__c.File.MakeDir(_dirp+_dir,"/reduccion");
- //BA.debugLineNum = 7773;BA.debugLine="Dir2 = \"/reduccion\"";
+ //BA.debugLineNum = 7778;BA.debugLine="Dir2 = \"/reduccion\"";
_dir2 = "/reduccion";
- //BA.debugLineNum = 7774;BA.debugLine="Log(\"creado en promotoria \" & Dirp & Dir & Dir2)";
-__c.LogImpl("027525145","creado en promotoria "+_dirp+_dir+_dir2,0);
+ //BA.debugLineNum = 7779;BA.debugLine="Log(\"creado en promotoria \" & Dirp & Dir & Dir2)";
+__c.LogImpl("727525145","creado en promotoria "+_dirp+_dir+_dir2,0);
}
catch (Exception e23) {
- ba.setLastException(e23); //BA.debugLineNum = 7776;BA.debugLine="Dir = \"\"";
+ ba.setLastException(e23); //BA.debugLineNum = 7781;BA.debugLine="Dir = \"\"";
_dir = "";
- //BA.debugLineNum = 7777;BA.debugLine="Log(\"creado en raiz\")";
-__c.LogImpl("027525148","creado en raiz",0);
+ //BA.debugLineNum = 7782;BA.debugLine="Log(\"creado en raiz\")";
+__c.LogImpl("727525148","creado en raiz",0);
};
- //BA.debugLineNum = 7780;BA.debugLine="camEx.SavePictureToFile(Data, Dirp&Dir, filename)";
+ //BA.debugLineNum = 7785;BA.debugLine="camEx.SavePictureToFile(Data, Dirp&Dir, filename)";
_camex._savepicturetofile /*String*/ (_data,_dirp+_dir,_filename);
- //BA.debugLineNum = 7781;BA.debugLine="camEx.StartPreview 'restart preview";
+ //BA.debugLineNum = 7786;BA.debugLine="camEx.StartPreview 'restart preview";
_camex._startpreview /*String*/ ();
- //BA.debugLineNum = 7783;BA.debugLine="Log(\"Picture saved.\" & CRLF & \"File size: \" & Fi";
-__c.LogImpl("027525154","Picture saved."+__c.CRLF+"File size: "+BA.NumberToString(__c.File.Size(_dir,_filename))+_dir+","+_filename,0);
- //BA.debugLineNum = 7784;BA.debugLine="p_camara.Visible = False";
+ //BA.debugLineNum = 7788;BA.debugLine="Log(\"Picture saved.\" & CRLF & \"File size: \" & Fi";
+__c.LogImpl("727525154","Picture saved."+__c.CRLF+"File size: "+BA.NumberToString(__c.File.Size(_dir,_filename))+_dir+","+_filename,0);
+ //BA.debugLineNum = 7789;BA.debugLine="p_camara.Visible = False";
_p_camara.setVisible(__c.False);
- //BA.debugLineNum = 7786;BA.debugLine="Log(nombrefoto)";
-__c.LogImpl("027525157",_nombrefoto,0);
- //BA.debugLineNum = 7788;BA.debugLine="Dim img As B4XBitmap = xui.LoadBitmapResize(File.";
+ //BA.debugLineNum = 7791;BA.debugLine="Log(nombrefoto)";
+__c.LogImpl("727525157",_nombrefoto,0);
+ //BA.debugLineNum = 7793;BA.debugLine="Dim img As B4XBitmap = xui.LoadBitmapResize(File.";
_img = new anywheresoftware.b4a.objects.B4XViewWrapper.B4XBitmapWrapper();
_img = _xui.LoadBitmapResize(__c.File.getDirInternal()+_dir,_filename,(int) (225),(int) (300),__c.True);
- //BA.debugLineNum = 7789;BA.debugLine="Dim out As OutputStream = File.OpenOutput(File.Di";
+ //BA.debugLineNum = 7794;BA.debugLine="Dim out As OutputStream = File.OpenOutput(File.Di";
_out = new anywheresoftware.b4a.objects.streams.File.OutputStreamWrapper();
_out = __c.File.OpenOutput(__c.File.getDirInternal()+_dir+_dir2,_filename,__c.False);
- //BA.debugLineNum = 7790;BA.debugLine="img.WriteToStream(out, 100, \"PNG\")";
+ //BA.debugLineNum = 7795;BA.debugLine="img.WriteToStream(out, 100, \"PNG\")";
_img.WriteToStream((java.io.OutputStream)(_out.getObject()),(int) (100),BA.getEnumFromString(android.graphics.Bitmap.CompressFormat.class,"PNG"));
- //BA.debugLineNum = 7793;BA.debugLine="out.Close";
+ //BA.debugLineNum = 7798;BA.debugLine="out.Close";
_out.Close();
- //BA.debugLineNum = 7794;BA.debugLine="ImageView4.Bitmap = LoadBitmap(File.DirInternal &";
+ //BA.debugLineNum = 7799;BA.debugLine="ImageView4.Bitmap = LoadBitmap(File.DirInternal &";
_imageview4.setBitmap((android.graphics.Bitmap)(__c.LoadBitmap(__c.File.getDirInternal()+_dir+_dir2,_nombrefoto).getObject()));
- //BA.debugLineNum = 7796;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE kmt_info3 SET foto = (";
+ //BA.debugLineNum = 7801;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE kmt_info3 SET foto = (";
_skmt.ExecNonQuery2("UPDATE kmt_info3 SET foto = (?) WHERE CAT_CL_CODIGO IN (SELECT CUENTA FROM CUENTAA)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(__c.File.ReadBytes(__c.File.getDirInternal()+_dir+_dir2,_nombrefoto))}));
- //BA.debugLineNum = 7797;BA.debugLine="StopCamera2";
+ //BA.debugLineNum = 7802;BA.debugLine="StopCamera2";
_stopcamera2();
- //BA.debugLineNum = 7799;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7804;BA.debugLine="End Sub";
return "";
}
public String _camera1_ready(boolean _success) throws Exception{
- //BA.debugLineNum = 7735;BA.debugLine="Sub Camera1_Ready (Success As Boolean)";
- //BA.debugLineNum = 7736;BA.debugLine="Log(\"Camara ready\")";
-__c.LogImpl("027459585","Camara ready",0);
- //BA.debugLineNum = 7737;BA.debugLine="If Success Then";
+ //BA.debugLineNum = 7740;BA.debugLine="Sub Camera1_Ready (Success As Boolean)";
+ //BA.debugLineNum = 7741;BA.debugLine="Log(\"Camara ready\")";
+__c.LogImpl("727459585","Camara ready",0);
+ //BA.debugLineNum = 7742;BA.debugLine="If Success Then";
if (_success) {
- //BA.debugLineNum = 7738;BA.debugLine="camEx.SetJpegQuality(90)";
+ //BA.debugLineNum = 7743;BA.debugLine="camEx.SetJpegQuality(90)";
_camex._setjpegquality /*String*/ ((int) (90));
- //BA.debugLineNum = 7739;BA.debugLine="camEx.SetContinuousAutoFocus";
+ //BA.debugLineNum = 7744;BA.debugLine="camEx.SetContinuousAutoFocus";
_camex._setcontinuousautofocus /*String*/ ();
- //BA.debugLineNum = 7740;BA.debugLine="camEx.CommitParameters";
+ //BA.debugLineNum = 7745;BA.debugLine="camEx.CommitParameters";
_camex._commitparameters /*String*/ ();
- //BA.debugLineNum = 7741;BA.debugLine="camEx.StartPreview";
+ //BA.debugLineNum = 7746;BA.debugLine="camEx.StartPreview";
_camex._startpreview /*String*/ ();
- //BA.debugLineNum = 7742;BA.debugLine="Log(camEx.GetPreviewSize)";
-__c.LogImpl("027459591",BA.ObjectToString(_camex._getpreviewsize /*gunav2.keymon.com.mx.cameraexclass._camerasize*/ ()),0);
+ //BA.debugLineNum = 7747;BA.debugLine="Log(camEx.GetPreviewSize)";
+__c.LogImpl("727459591",BA.ObjectToString(_camex._getpreviewsize /*gunav2.keymon.com.mx.cameraexclass._camerasize*/ ()),0);
}else {
- //BA.debugLineNum = 7744;BA.debugLine="ToastMessageShow(\"Cannot open camera.\", True)";
+ //BA.debugLineNum = 7749;BA.debugLine="ToastMessageShow(\"Cannot open camera.\", True)";
__c.ToastMessageShow(BA.ObjectToCharSequence("Cannot open camera."),__c.True);
- //BA.debugLineNum = 7745;BA.debugLine="Log(\"Cannot open camera\")";
-__c.LogImpl("027459594","Cannot open camera",0);
+ //BA.debugLineNum = 7750;BA.debugLine="Log(\"Cannot open camera\")";
+__c.LogImpl("727459594","Cannot open camera",0);
};
- //BA.debugLineNum = 7747;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7752;BA.debugLine="End Sub";
return "";
}
public String _cb_p1_m5_selectedindexchanged(int _index) throws Exception{
- //BA.debugLineNum = 2771;BA.debugLine="Private Sub cb_p1_m5_SelectedIndexChanged (Index A";
- //BA.debugLineNum = 2772;BA.debugLine="itemselect8 = Sender.As(B4XComboBox).SelectedItem";
+ //BA.debugLineNum = 2776;BA.debugLine="Private Sub cb_p1_m5_SelectedIndexChanged (Index A";
+ //BA.debugLineNum = 2777;BA.debugLine="itemselect8 = Sender.As(B4XComboBox).SelectedItem";
_itemselect8 = ((gunav2.keymon.com.mx.b4xcombobox)(__c.Sender(ba)))._getselecteditem /*String*/ ();
- //BA.debugLineNum = 2773;BA.debugLine="Log(itemselect8)";
-__c.LogImpl("015794178",_itemselect8,0);
- //BA.debugLineNum = 2774;BA.debugLine="Log(Index)";
-__c.LogImpl("015794179",BA.NumberToString(_index),0);
- //BA.debugLineNum = 2775;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2778;BA.debugLine="Log(itemselect8)";
+__c.LogImpl("715794178",_itemselect8,0);
+ //BA.debugLineNum = 2779;BA.debugLine="Log(Index)";
+__c.LogImpl("715794179",BA.NumberToString(_index),0);
+ //BA.debugLineNum = 2780;BA.debugLine="End Sub";
return "";
}
public String _cb_p2_m5_selectedindexchanged(int _index) throws Exception{
- //BA.debugLineNum = 2777;BA.debugLine="Private Sub cb_p2_m5_SelectedIndexChanged (Index A";
- //BA.debugLineNum = 2778;BA.debugLine="itemselect9 = Sender.As(B4XComboBox).SelectedItem";
+ //BA.debugLineNum = 2782;BA.debugLine="Private Sub cb_p2_m5_SelectedIndexChanged (Index A";
+ //BA.debugLineNum = 2783;BA.debugLine="itemselect9 = Sender.As(B4XComboBox).SelectedItem";
_itemselect9 = ((gunav2.keymon.com.mx.b4xcombobox)(__c.Sender(ba)))._getselecteditem /*String*/ ();
- //BA.debugLineNum = 2779;BA.debugLine="Log(itemselect9)";
-__c.LogImpl("015859714",_itemselect9,0);
- //BA.debugLineNum = 2780;BA.debugLine="Log(Index)";
-__c.LogImpl("015859715",BA.NumberToString(_index),0);
- //BA.debugLineNum = 2781;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2784;BA.debugLine="Log(itemselect9)";
+__c.LogImpl("715859714",_itemselect9,0);
+ //BA.debugLineNum = 2785;BA.debugLine="Log(Index)";
+__c.LogImpl("715859715",BA.NumberToString(_index),0);
+ //BA.debugLineNum = 2786;BA.debugLine="End Sub";
return "";
}
public String _cb_p3_m4_selectedindexchanged(int _index) throws Exception{
- //BA.debugLineNum = 2735;BA.debugLine="Private Sub cb_p3_m4_SelectedIndexChanged (Index A";
- //BA.debugLineNum = 2736;BA.debugLine="itemselect2 = Sender.As(B4XComboBox).SelectedItem";
+ //BA.debugLineNum = 2740;BA.debugLine="Private Sub cb_p3_m4_SelectedIndexChanged (Index A";
+ //BA.debugLineNum = 2741;BA.debugLine="itemselect2 = Sender.As(B4XComboBox).SelectedItem";
_itemselect2 = ((gunav2.keymon.com.mx.b4xcombobox)(__c.Sender(ba)))._getselecteditem /*String*/ ();
- //BA.debugLineNum = 2737;BA.debugLine="Log(itemselect2)";
-__c.LogImpl("015400962",_itemselect2,0);
- //BA.debugLineNum = 2738;BA.debugLine="Log(Index)";
-__c.LogImpl("015400963",BA.NumberToString(_index),0);
- //BA.debugLineNum = 2739;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2742;BA.debugLine="Log(itemselect2)";
+__c.LogImpl("715400962",_itemselect2,0);
+ //BA.debugLineNum = 2743;BA.debugLine="Log(Index)";
+__c.LogImpl("715400963",BA.NumberToString(_index),0);
+ //BA.debugLineNum = 2744;BA.debugLine="End Sub";
return "";
}
public String _cb_p3_m5_selectedindexchanged(int _index) throws Exception{
- //BA.debugLineNum = 2783;BA.debugLine="Private Sub cb_p3_m5_SelectedIndexChanged (Index A";
- //BA.debugLineNum = 2784;BA.debugLine="itemselect10 = Sender.As(B4XComboBox).SelectedIte";
+ //BA.debugLineNum = 2788;BA.debugLine="Private Sub cb_p3_m5_SelectedIndexChanged (Index A";
+ //BA.debugLineNum = 2789;BA.debugLine="itemselect10 = Sender.As(B4XComboBox).SelectedIte";
_itemselect10 = ((gunav2.keymon.com.mx.b4xcombobox)(__c.Sender(ba)))._getselecteditem /*String*/ ();
- //BA.debugLineNum = 2785;BA.debugLine="Log(itemselect10)";
-__c.LogImpl("015925250",_itemselect10,0);
- //BA.debugLineNum = 2786;BA.debugLine="Log(Index)";
-__c.LogImpl("015925251",BA.NumberToString(_index),0);
- //BA.debugLineNum = 2787;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2790;BA.debugLine="Log(itemselect10)";
+__c.LogImpl("715925250",_itemselect10,0);
+ //BA.debugLineNum = 2791;BA.debugLine="Log(Index)";
+__c.LogImpl("715925251",BA.NumberToString(_index),0);
+ //BA.debugLineNum = 2792;BA.debugLine="End Sub";
return "";
}
public String _cb_p4_1_m4_selectedindexchanged(int _index) throws Exception{
- //BA.debugLineNum = 2741;BA.debugLine="Private Sub cb_p4_1_m4_SelectedIndexChanged (Index";
- //BA.debugLineNum = 2742;BA.debugLine="itemselect3 = Sender.As(B4XComboBox).SelectedItem";
+ //BA.debugLineNum = 2746;BA.debugLine="Private Sub cb_p4_1_m4_SelectedIndexChanged (Index";
+ //BA.debugLineNum = 2747;BA.debugLine="itemselect3 = Sender.As(B4XComboBox).SelectedItem";
_itemselect3 = ((gunav2.keymon.com.mx.b4xcombobox)(__c.Sender(ba)))._getselecteditem /*String*/ ();
- //BA.debugLineNum = 2743;BA.debugLine="Log(itemselect3)";
-__c.LogImpl("015466498",_itemselect3,0);
- //BA.debugLineNum = 2744;BA.debugLine="Log(Index)";
-__c.LogImpl("015466499",BA.NumberToString(_index),0);
- //BA.debugLineNum = 2745;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2748;BA.debugLine="Log(itemselect3)";
+__c.LogImpl("715466498",_itemselect3,0);
+ //BA.debugLineNum = 2749;BA.debugLine="Log(Index)";
+__c.LogImpl("715466499",BA.NumberToString(_index),0);
+ //BA.debugLineNum = 2750;BA.debugLine="End Sub";
return "";
}
public String _cb_p4_2_m4_selectedindexchanged(int _index) throws Exception{
- //BA.debugLineNum = 2747;BA.debugLine="Private Sub cb_p4_2_m4_SelectedIndexChanged (Index";
- //BA.debugLineNum = 2748;BA.debugLine="itemselect4 = Sender.As(B4XComboBox).SelectedItem";
+ //BA.debugLineNum = 2752;BA.debugLine="Private Sub cb_p4_2_m4_SelectedIndexChanged (Index";
+ //BA.debugLineNum = 2753;BA.debugLine="itemselect4 = Sender.As(B4XComboBox).SelectedItem";
_itemselect4 = ((gunav2.keymon.com.mx.b4xcombobox)(__c.Sender(ba)))._getselecteditem /*String*/ ();
- //BA.debugLineNum = 2749;BA.debugLine="Log(itemselect4)";
-__c.LogImpl("015532034",_itemselect4,0);
- //BA.debugLineNum = 2750;BA.debugLine="Log(Index)";
-__c.LogImpl("015532035",BA.NumberToString(_index),0);
- //BA.debugLineNum = 2751;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2754;BA.debugLine="Log(itemselect4)";
+__c.LogImpl("715532034",_itemselect4,0);
+ //BA.debugLineNum = 2755;BA.debugLine="Log(Index)";
+__c.LogImpl("715532035",BA.NumberToString(_index),0);
+ //BA.debugLineNum = 2756;BA.debugLine="End Sub";
return "";
}
public String _cb_p4_3_m4_selectedindexchanged(int _index) throws Exception{
- //BA.debugLineNum = 2753;BA.debugLine="Private Sub cb_p4_3_m4_SelectedIndexChanged (Index";
- //BA.debugLineNum = 2754;BA.debugLine="itemselect5 = Sender.As(B4XComboBox).SelectedItem";
+ //BA.debugLineNum = 2758;BA.debugLine="Private Sub cb_p4_3_m4_SelectedIndexChanged (Index";
+ //BA.debugLineNum = 2759;BA.debugLine="itemselect5 = Sender.As(B4XComboBox).SelectedItem";
_itemselect5 = ((gunav2.keymon.com.mx.b4xcombobox)(__c.Sender(ba)))._getselecteditem /*String*/ ();
- //BA.debugLineNum = 2755;BA.debugLine="Log(itemselect5)";
-__c.LogImpl("015597570",_itemselect5,0);
- //BA.debugLineNum = 2756;BA.debugLine="Log(Index)";
-__c.LogImpl("015597571",BA.NumberToString(_index),0);
- //BA.debugLineNum = 2757;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2760;BA.debugLine="Log(itemselect5)";
+__c.LogImpl("715597570",_itemselect5,0);
+ //BA.debugLineNum = 2761;BA.debugLine="Log(Index)";
+__c.LogImpl("715597571",BA.NumberToString(_index),0);
+ //BA.debugLineNum = 2762;BA.debugLine="End Sub";
return "";
}
public String _cb_p4_4_m4_selectedindexchanged(int _index) throws Exception{
- //BA.debugLineNum = 2759;BA.debugLine="Private Sub cb_p4_4_m4_SelectedIndexChanged (Index";
- //BA.debugLineNum = 2760;BA.debugLine="itemselect6 = Sender.As(B4XComboBox).SelectedItem";
+ //BA.debugLineNum = 2764;BA.debugLine="Private Sub cb_p4_4_m4_SelectedIndexChanged (Index";
+ //BA.debugLineNum = 2765;BA.debugLine="itemselect6 = Sender.As(B4XComboBox).SelectedItem";
_itemselect6 = ((gunav2.keymon.com.mx.b4xcombobox)(__c.Sender(ba)))._getselecteditem /*String*/ ();
- //BA.debugLineNum = 2761;BA.debugLine="Log(itemselect6)";
-__c.LogImpl("015663106",_itemselect6,0);
- //BA.debugLineNum = 2762;BA.debugLine="Log(Index)";
-__c.LogImpl("015663107",BA.NumberToString(_index),0);
- //BA.debugLineNum = 2763;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2766;BA.debugLine="Log(itemselect6)";
+__c.LogImpl("715663106",_itemselect6,0);
+ //BA.debugLineNum = 2767;BA.debugLine="Log(Index)";
+__c.LogImpl("715663107",BA.NumberToString(_index),0);
+ //BA.debugLineNum = 2768;BA.debugLine="End Sub";
return "";
}
public String _cb_p4_5_m4_selectedindexchanged(int _index) throws Exception{
- //BA.debugLineNum = 2765;BA.debugLine="Private Sub cb_p4_5_m4_SelectedIndexChanged (Index";
- //BA.debugLineNum = 2766;BA.debugLine="itemselect7 = Sender.As(B4XComboBox).SelectedItem";
+ //BA.debugLineNum = 2770;BA.debugLine="Private Sub cb_p4_5_m4_SelectedIndexChanged (Index";
+ //BA.debugLineNum = 2771;BA.debugLine="itemselect7 = Sender.As(B4XComboBox).SelectedItem";
_itemselect7 = ((gunav2.keymon.com.mx.b4xcombobox)(__c.Sender(ba)))._getselecteditem /*String*/ ();
- //BA.debugLineNum = 2767;BA.debugLine="Log(itemselect7)";
-__c.LogImpl("015728642",_itemselect7,0);
- //BA.debugLineNum = 2768;BA.debugLine="Log(Index)";
-__c.LogImpl("015728643",BA.NumberToString(_index),0);
- //BA.debugLineNum = 2769;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2772;BA.debugLine="Log(itemselect7)";
+__c.LogImpl("715728642",_itemselect7,0);
+ //BA.debugLineNum = 2773;BA.debugLine="Log(Index)";
+__c.LogImpl("715728643",BA.NumberToString(_index),0);
+ //BA.debugLineNum = 2774;BA.debugLine="End Sub";
return "";
}
public String _cb_p4_m5_selectedindexchanged(int _index) throws Exception{
- //BA.debugLineNum = 2789;BA.debugLine="Private Sub cb_p4_m5_SelectedIndexChanged (Index A";
- //BA.debugLineNum = 2790;BA.debugLine="itemselect11 = Sender.As(B4XComboBox).SelectedIte";
+ //BA.debugLineNum = 2794;BA.debugLine="Private Sub cb_p4_m5_SelectedIndexChanged (Index A";
+ //BA.debugLineNum = 2795;BA.debugLine="itemselect11 = Sender.As(B4XComboBox).SelectedIte";
_itemselect11 = ((gunav2.keymon.com.mx.b4xcombobox)(__c.Sender(ba)))._getselecteditem /*String*/ ();
- //BA.debugLineNum = 2791;BA.debugLine="Log(itemselect11)";
-__c.LogImpl("015990786",_itemselect11,0);
- //BA.debugLineNum = 2792;BA.debugLine="Log(Index)";
-__c.LogImpl("015990787",BA.NumberToString(_index),0);
- //BA.debugLineNum = 2793;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2796;BA.debugLine="Log(itemselect11)";
+__c.LogImpl("715990786",_itemselect11,0);
+ //BA.debugLineNum = 2797;BA.debugLine="Log(Index)";
+__c.LogImpl("715990787",BA.NumberToString(_index),0);
+ //BA.debugLineNum = 2798;BA.debugLine="End Sub";
return "";
}
public String _cb_p5_m5_selectedindexchanged(int _index) throws Exception{
- //BA.debugLineNum = 2795;BA.debugLine="Private Sub cb_p5_m5_SelectedIndexChanged (Index A";
- //BA.debugLineNum = 2796;BA.debugLine="itemselect12 = Sender.As(B4XComboBox).SelectedIte";
+ //BA.debugLineNum = 2800;BA.debugLine="Private Sub cb_p5_m5_SelectedIndexChanged (Index A";
+ //BA.debugLineNum = 2801;BA.debugLine="itemselect12 = Sender.As(B4XComboBox).SelectedIte";
_itemselect12 = ((gunav2.keymon.com.mx.b4xcombobox)(__c.Sender(ba)))._getselecteditem /*String*/ ();
- //BA.debugLineNum = 2797;BA.debugLine="Log(itemselect12)";
-__c.LogImpl("016056322",_itemselect12,0);
- //BA.debugLineNum = 2798;BA.debugLine="Log(Index)";
-__c.LogImpl("016056323",BA.NumberToString(_index),0);
- //BA.debugLineNum = 2799;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2802;BA.debugLine="Log(itemselect12)";
+__c.LogImpl("716056322",_itemselect12,0);
+ //BA.debugLineNum = 2803;BA.debugLine="Log(Index)";
+__c.LogImpl("716056323",BA.NumberToString(_index),0);
+ //BA.debugLineNum = 2804;BA.debugLine="End Sub";
return "";
}
public String _cb_p6_m5_selectedindexchanged(int _index) throws Exception{
- //BA.debugLineNum = 2801;BA.debugLine="Private Sub cb_p6_m5_SelectedIndexChanged (Index A";
- //BA.debugLineNum = 2802;BA.debugLine="itemselect13 = Sender.As(B4XComboBox).SelectedIte";
+ //BA.debugLineNum = 2806;BA.debugLine="Private Sub cb_p6_m5_SelectedIndexChanged (Index A";
+ //BA.debugLineNum = 2807;BA.debugLine="itemselect13 = Sender.As(B4XComboBox).SelectedIte";
_itemselect13 = ((gunav2.keymon.com.mx.b4xcombobox)(__c.Sender(ba)))._getselecteditem /*String*/ ();
- //BA.debugLineNum = 2803;BA.debugLine="Log(itemselect13)";
-__c.LogImpl("016121858",_itemselect13,0);
- //BA.debugLineNum = 2804;BA.debugLine="Log(Index)";
-__c.LogImpl("016121859",BA.NumberToString(_index),0);
- //BA.debugLineNum = 2805;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2808;BA.debugLine="Log(itemselect13)";
+__c.LogImpl("716121858",_itemselect13,0);
+ //BA.debugLineNum = 2809;BA.debugLine="Log(Index)";
+__c.LogImpl("716121859",BA.NumberToString(_index),0);
+ //BA.debugLineNum = 2810;BA.debugLine="End Sub";
return "";
}
public String _cb_p7_m5_selectedindexchanged(int _index) throws Exception{
- //BA.debugLineNum = 2807;BA.debugLine="Private Sub cb_p7_m5_SelectedIndexChanged (Index A";
- //BA.debugLineNum = 2808;BA.debugLine="itemselect14 = Sender.As(B4XComboBox).SelectedIte";
+ //BA.debugLineNum = 2812;BA.debugLine="Private Sub cb_p7_m5_SelectedIndexChanged (Index A";
+ //BA.debugLineNum = 2813;BA.debugLine="itemselect14 = Sender.As(B4XComboBox).SelectedIte";
_itemselect14 = ((gunav2.keymon.com.mx.b4xcombobox)(__c.Sender(ba)))._getselecteditem /*String*/ ();
- //BA.debugLineNum = 2809;BA.debugLine="Log(itemselect14)";
-__c.LogImpl("016187394",_itemselect14,0);
- //BA.debugLineNum = 2810;BA.debugLine="Log(Index)";
-__c.LogImpl("016187395",BA.NumberToString(_index),0);
- //BA.debugLineNum = 2811;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2814;BA.debugLine="Log(itemselect14)";
+__c.LogImpl("716187394",_itemselect14,0);
+ //BA.debugLineNum = 2815;BA.debugLine="Log(Index)";
+__c.LogImpl("716187395",BA.NumberToString(_index),0);
+ //BA.debugLineNum = 2816;BA.debugLine="End Sub";
return "";
}
public String _cb_p8_m5_selectedindexchanged(int _index) throws Exception{
- //BA.debugLineNum = 2813;BA.debugLine="Private Sub cb_p8_m5_SelectedIndexChanged (Index A";
- //BA.debugLineNum = 2814;BA.debugLine="itemselect15 = Sender.As(B4XComboBox).SelectedIte";
+ //BA.debugLineNum = 2818;BA.debugLine="Private Sub cb_p8_m5_SelectedIndexChanged (Index A";
+ //BA.debugLineNum = 2819;BA.debugLine="itemselect15 = Sender.As(B4XComboBox).SelectedIte";
_itemselect15 = ((gunav2.keymon.com.mx.b4xcombobox)(__c.Sender(ba)))._getselecteditem /*String*/ ();
- //BA.debugLineNum = 2815;BA.debugLine="Log(itemselect15)";
-__c.LogImpl("016252930",_itemselect15,0);
- //BA.debugLineNum = 2816;BA.debugLine="Log(Index)";
-__c.LogImpl("016252931",BA.NumberToString(_index),0);
- //BA.debugLineNum = 2817;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2820;BA.debugLine="Log(itemselect15)";
+__c.LogImpl("716252930",_itemselect15,0);
+ //BA.debugLineNum = 2821;BA.debugLine="Log(Index)";
+__c.LogImpl("716252931",BA.NumberToString(_index),0);
+ //BA.debugLineNum = 2822;BA.debugLine="End Sub";
return "";
}
public String _cb_p9_m5_selectedindexchanged(int _index) throws Exception{
- //BA.debugLineNum = 2819;BA.debugLine="Private Sub cb_p9_m5_SelectedIndexChanged (Index A";
- //BA.debugLineNum = 2820;BA.debugLine="itemselect16 = Sender.As(B4XComboBox).SelectedIte";
+ //BA.debugLineNum = 2824;BA.debugLine="Private Sub cb_p9_m5_SelectedIndexChanged (Index A";
+ //BA.debugLineNum = 2825;BA.debugLine="itemselect16 = Sender.As(B4XComboBox).SelectedIte";
_itemselect16 = ((gunav2.keymon.com.mx.b4xcombobox)(__c.Sender(ba)))._getselecteditem /*String*/ ();
- //BA.debugLineNum = 2821;BA.debugLine="Log(itemselect16)";
-__c.LogImpl("016318466",_itemselect16,0);
- //BA.debugLineNum = 2822;BA.debugLine="Log(Index)";
-__c.LogImpl("016318467",BA.NumberToString(_index),0);
- //BA.debugLineNum = 2823;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2826;BA.debugLine="Log(itemselect16)";
+__c.LogImpl("716318466",_itemselect16,0);
+ //BA.debugLineNum = 2827;BA.debugLine="Log(Index)";
+__c.LogImpl("716318467",BA.NumberToString(_index),0);
+ //BA.debugLineNum = 2828;BA.debugLine="End Sub";
return "";
}
public String _cb_pregunta_selectedindexchanged(int _index) throws Exception{
- //BA.debugLineNum = 2402;BA.debugLine="Private Sub cb_pregunta_SelectedIndexChanged (Inde";
- //BA.debugLineNum = 2403;BA.debugLine="girotienda = Sender.As(B4XComboBox).SelectedItem";
+ //BA.debugLineNum = 2407;BA.debugLine="Private Sub cb_pregunta_SelectedIndexChanged (Inde";
+ //BA.debugLineNum = 2408;BA.debugLine="girotienda = Sender.As(B4XComboBox).SelectedItem";
_girotienda = ((gunav2.keymon.com.mx.b4xcombobox)(__c.Sender(ba)))._getselecteditem /*String*/ ();
- //BA.debugLineNum = 2404;BA.debugLine="Log(girotienda)";
-__c.LogImpl("015269890",_girotienda,0);
- //BA.debugLineNum = 2405;BA.debugLine="Log(Index)";
-__c.LogImpl("015269891",BA.NumberToString(_index),0);
- //BA.debugLineNum = 2406;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2409;BA.debugLine="Log(girotienda)";
+__c.LogImpl("715269890",_girotienda,0);
+ //BA.debugLineNum = 2410;BA.debugLine="Log(Index)";
+__c.LogImpl("715269891",BA.NumberToString(_index),0);
+ //BA.debugLineNum = 2411;BA.debugLine="End Sub";
return "";
}
public String _cb1_p3_m2_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 5727;BA.debugLine="Private Sub CB1_P3_M2_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 5728;BA.debugLine="textemp2 = \"\"";
+ //BA.debugLineNum = 5732;BA.debugLine="Private Sub CB1_P3_M2_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 5733;BA.debugLine="textemp2 = \"\"";
_textemp2 = "";
- //BA.debugLineNum = 5729;BA.debugLine="If CB1_P3_M2.Checked Then";
+ //BA.debugLineNum = 5734;BA.debugLine="If CB1_P3_M2.Checked Then";
if (_cb1_p3_m2.getChecked()) {
- //BA.debugLineNum = 5730;BA.debugLine="textemp2 = CB1_P3_M2.Text";
+ //BA.debugLineNum = 5735;BA.debugLine="textemp2 = CB1_P3_M2.Text";
_textemp2 = _cb1_p3_m2.getText();
}else {
- //BA.debugLineNum = 5732;BA.debugLine="textemp2 = \"\"";
+ //BA.debugLineNum = 5737;BA.debugLine="textemp2 = \"\"";
_textemp2 = "";
};
- //BA.debugLineNum = 5734;BA.debugLine="If CB2_P3_M2.Checked Then textemp2 = textemp2 & \"";
+ //BA.debugLineNum = 5739;BA.debugLine="If CB2_P3_M2.Checked Then textemp2 = textemp2 & \"";
if (_cb2_p3_m2.getChecked()) {
_textemp2 = _textemp2+", "+_cb2_p3_m2.getText();};
- //BA.debugLineNum = 5735;BA.debugLine="If CB3_P3_M2.Checked Then textemp2 = textemp2 & \"";
+ //BA.debugLineNum = 5740;BA.debugLine="If CB3_P3_M2.Checked Then textemp2 = textemp2 & \"";
if (_cb3_p3_m2.getChecked()) {
_textemp2 = _textemp2+", "+_cb3_p3_m2.getText();};
- //BA.debugLineNum = 5736;BA.debugLine="If CB4_P3_M2.Checked Then textemp2 = textemp2 & \"";
+ //BA.debugLineNum = 5741;BA.debugLine="If CB4_P3_M2.Checked Then textemp2 = textemp2 & \"";
if (_cb4_p3_m2.getChecked()) {
_textemp2 = _textemp2+", "+_cb4_p3_m2.getText();};
- //BA.debugLineNum = 5737;BA.debugLine="If CB5_P3_M2.Checked Then textemp2 = textemp2 & \"";
+ //BA.debugLineNum = 5742;BA.debugLine="If CB5_P3_M2.Checked Then textemp2 = textemp2 & \"";
if (_cb5_p3_m2.getChecked()) {
_textemp2 = _textemp2+", "+_cb5_p3_m2.getText();};
- //BA.debugLineNum = 5738;BA.debugLine="Log(textemp2)";
-__c.LogImpl("022085643",_textemp2,0);
- //BA.debugLineNum = 5739;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5743;BA.debugLine="Log(textemp2)";
+__c.LogImpl("722085643",_textemp2,0);
+ //BA.debugLineNum = 5744;BA.debugLine="End Sub";
return "";
}
public String _cb1_p3_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 5854;BA.debugLine="Private Sub CB1_P3_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 5855;BA.debugLine="textemp4 = \"\"";
+ //BA.debugLineNum = 5859;BA.debugLine="Private Sub CB1_P3_M3_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 5860;BA.debugLine="textemp4 = \"\"";
_textemp4 = "";
- //BA.debugLineNum = 5856;BA.debugLine="If CB1_P3_M3.Checked Then";
+ //BA.debugLineNum = 5861;BA.debugLine="If CB1_P3_M3.Checked Then";
if (_cb1_p3_m3.getChecked()) {
- //BA.debugLineNum = 5857;BA.debugLine="textemp4 = CB1_P3_M3.Text";
+ //BA.debugLineNum = 5862;BA.debugLine="textemp4 = CB1_P3_M3.Text";
_textemp4 = _cb1_p3_m3.getText();
}else {
- //BA.debugLineNum = 5859;BA.debugLine="textemp4 = \"\"";
+ //BA.debugLineNum = 5864;BA.debugLine="textemp4 = \"\"";
_textemp4 = "";
};
- //BA.debugLineNum = 5861;BA.debugLine="If CB2_P3_M3.Checked Then textemp4 = textemp4 & \"";
+ //BA.debugLineNum = 5866;BA.debugLine="If CB2_P3_M3.Checked Then textemp4 = textemp4 & \"";
if (_cb2_p3_m3.getChecked()) {
_textemp4 = _textemp4+", "+_cb2_p3_m3.getText();};
- //BA.debugLineNum = 5862;BA.debugLine="If CB3_P3_M3.Checked Then textemp4 = textemp4 & \"";
+ //BA.debugLineNum = 5867;BA.debugLine="If CB3_P3_M3.Checked Then textemp4 = textemp4 & \"";
if (_cb3_p3_m3.getChecked()) {
_textemp4 = _textemp4+", "+_cb3_p3_m3.getText();};
- //BA.debugLineNum = 5863;BA.debugLine="If CB4_P3_M3.Checked Then textemp4 = textemp4 & \"";
+ //BA.debugLineNum = 5868;BA.debugLine="If CB4_P3_M3.Checked Then textemp4 = textemp4 & \"";
if (_cb4_p3_m3.getChecked()) {
_textemp4 = _textemp4+", "+_cb4_p3_m3.getText();};
- //BA.debugLineNum = 5864;BA.debugLine="If CB5_P3_M3.Checked Then textemp4 = textemp4 & \"";
+ //BA.debugLineNum = 5869;BA.debugLine="If CB5_P3_M3.Checked Then textemp4 = textemp4 & \"";
if (_cb5_p3_m3.getChecked()) {
_textemp4 = _textemp4+", "+_cb5_p3_m3.getText();};
- //BA.debugLineNum = 5865;BA.debugLine="Log(textemp4)";
-__c.LogImpl("022675467",_textemp4,0);
- //BA.debugLineNum = 5866;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5870;BA.debugLine="Log(textemp4)";
+__c.LogImpl("722675467",_textemp4,0);
+ //BA.debugLineNum = 5871;BA.debugLine="End Sub";
return "";
}
public String _cb1_p4_m2_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 5799;BA.debugLine="Private Sub CB1_P4_M2_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 5800;BA.debugLine="textemp3 = \"\"";
+ //BA.debugLineNum = 5804;BA.debugLine="Private Sub CB1_P4_M2_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 5805;BA.debugLine="textemp3 = \"\"";
_textemp3 = "";
- //BA.debugLineNum = 5801;BA.debugLine="If CB1_P4_M2.Checked Then";
+ //BA.debugLineNum = 5806;BA.debugLine="If CB1_P4_M2.Checked Then";
if (_cb1_p4_m2.getChecked()) {
- //BA.debugLineNum = 5802;BA.debugLine="textemp3 = CB1_P4_M2.Text";
+ //BA.debugLineNum = 5807;BA.debugLine="textemp3 = CB1_P4_M2.Text";
_textemp3 = _cb1_p4_m2.getText();
}else {
- //BA.debugLineNum = 5804;BA.debugLine="textemp3 = \"\"";
+ //BA.debugLineNum = 5809;BA.debugLine="textemp3 = \"\"";
_textemp3 = "";
};
- //BA.debugLineNum = 5806;BA.debugLine="If CB2_P4_M2.Checked Then textemp3 = textemp3 & \"";
+ //BA.debugLineNum = 5811;BA.debugLine="If CB2_P4_M2.Checked Then textemp3 = textemp3 & \"";
if (_cb2_p4_m2.getChecked()) {
_textemp3 = _textemp3+", "+_cb2_p4_m2.getText();};
- //BA.debugLineNum = 5807;BA.debugLine="If CB3_P4_M2.Checked Then textemp3 = textemp3 & \"";
+ //BA.debugLineNum = 5812;BA.debugLine="If CB3_P4_M2.Checked Then textemp3 = textemp3 & \"";
if (_cb3_p4_m2.getChecked()) {
_textemp3 = _textemp3+", "+_cb3_p4_m2.getText();};
- //BA.debugLineNum = 5808;BA.debugLine="If CB4_P4_M2.Checked Then textemp3 = textemp3 & \"";
+ //BA.debugLineNum = 5813;BA.debugLine="If CB4_P4_M2.Checked Then textemp3 = textemp3 & \"";
if (_cb4_p4_m2.getChecked()) {
_textemp3 = _textemp3+", "+_cb4_p4_m2.getText();};
- //BA.debugLineNum = 5809;BA.debugLine="Log(textemp3)";
-__c.LogImpl("022413322",_textemp3,0);
- //BA.debugLineNum = 5810;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5814;BA.debugLine="Log(textemp3)";
+__c.LogImpl("722413322",_textemp3,0);
+ //BA.debugLineNum = 5815;BA.debugLine="End Sub";
return "";
}
public String _cb1_p4_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 5926;BA.debugLine="Private Sub CB1_P4_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 5927;BA.debugLine="textemp5 = \"\"";
-_textemp5 = "";
- //BA.debugLineNum = 5928;BA.debugLine="CB5_P4_M3.Checked = False";
-_cb5_p4_m3.setChecked(__c.False);
- //BA.debugLineNum = 5929;BA.debugLine="If CB1_P4_M3.Checked Then";
-if (_cb1_p4_m3.getChecked()) {
- //BA.debugLineNum = 5930;BA.debugLine="textemp5 = CB1_P4_M3.Text";
-_textemp5 = _cb1_p4_m3.getText();
- }else {
+ //BA.debugLineNum = 5931;BA.debugLine="Private Sub CB1_P4_M3_CheckedChange(Checked As Boo";
//BA.debugLineNum = 5932;BA.debugLine="textemp5 = \"\"";
+_textemp5 = "";
+ //BA.debugLineNum = 5933;BA.debugLine="CB5_P4_M3.Checked = False";
+_cb5_p4_m3.setChecked(__c.False);
+ //BA.debugLineNum = 5934;BA.debugLine="If CB1_P4_M3.Checked Then";
+if (_cb1_p4_m3.getChecked()) {
+ //BA.debugLineNum = 5935;BA.debugLine="textemp5 = CB1_P4_M3.Text";
+_textemp5 = _cb1_p4_m3.getText();
+ }else {
+ //BA.debugLineNum = 5937;BA.debugLine="textemp5 = \"\"";
_textemp5 = "";
};
- //BA.debugLineNum = 5934;BA.debugLine="If CB2_P4_M3.Checked Then textemp5 = textemp5 & \"";
+ //BA.debugLineNum = 5939;BA.debugLine="If CB2_P4_M3.Checked Then textemp5 = textemp5 & \"";
if (_cb2_p4_m3.getChecked()) {
_textemp5 = _textemp5+", "+_cb2_p4_m3.getText();};
- //BA.debugLineNum = 5935;BA.debugLine="If CB3_P4_M3.Checked Then textemp5 = textemp5 & \"";
+ //BA.debugLineNum = 5940;BA.debugLine="If CB3_P4_M3.Checked Then textemp5 = textemp5 & \"";
if (_cb3_p4_m3.getChecked()) {
_textemp5 = _textemp5+", "+_cb3_p4_m3.getText();};
- //BA.debugLineNum = 5936;BA.debugLine="If CB4_P4_M3.Checked Then textemp5 = textemp5 & \"";
+ //BA.debugLineNum = 5941;BA.debugLine="If CB4_P4_M3.Checked Then textemp5 = textemp5 & \"";
if (_cb4_p4_m3.getChecked()) {
_textemp5 = _textemp5+", "+_cb4_p4_m3.getText();};
- //BA.debugLineNum = 5937;BA.debugLine="If CB5_P4_M3.Checked Then textemp5 = textemp5 & \"";
+ //BA.debugLineNum = 5942;BA.debugLine="If CB5_P4_M3.Checked Then textemp5 = textemp5 & \"";
if (_cb5_p4_m3.getChecked()) {
_textemp5 = _textemp5+", "+_cb5_p4_m3.getText();};
- //BA.debugLineNum = 5938;BA.debugLine="Log(textemp5)";
-__c.LogImpl("023003148",_textemp5,0);
- //BA.debugLineNum = 5939;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5943;BA.debugLine="Log(textemp5)";
+__c.LogImpl("723003148",_textemp5,0);
+ //BA.debugLineNum = 5944;BA.debugLine="End Sub";
return "";
}
public String _cb1_p6_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 6007;BA.debugLine="Private Sub CB1_P6_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 6008;BA.debugLine="textemp6 = \"\"";
+ //BA.debugLineNum = 6012;BA.debugLine="Private Sub CB1_P6_M3_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 6013;BA.debugLine="textemp6 = \"\"";
_textemp6 = "";
- //BA.debugLineNum = 6009;BA.debugLine="If CB1_P6_M3.Checked Then";
+ //BA.debugLineNum = 6014;BA.debugLine="If CB1_P6_M3.Checked Then";
if (_cb1_p6_m3.getChecked()) {
- //BA.debugLineNum = 6010;BA.debugLine="textemp6 = CB1_P6_M3.Text";
+ //BA.debugLineNum = 6015;BA.debugLine="textemp6 = CB1_P6_M3.Text";
_textemp6 = _cb1_p6_m3.getText();
}else {
- //BA.debugLineNum = 6012;BA.debugLine="textemp6 = \"\"";
+ //BA.debugLineNum = 6017;BA.debugLine="textemp6 = \"\"";
_textemp6 = "";
};
- //BA.debugLineNum = 6014;BA.debugLine="If CB2_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6019;BA.debugLine="If CB2_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb2_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb2_p6_m3.getText();};
- //BA.debugLineNum = 6015;BA.debugLine="If CB3_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6020;BA.debugLine="If CB3_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb3_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb3_p6_m3.getText();};
- //BA.debugLineNum = 6016;BA.debugLine="If CB4_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6021;BA.debugLine="If CB4_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb4_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb4_p6_m3.getText();};
- //BA.debugLineNum = 6017;BA.debugLine="If CB5_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6022;BA.debugLine="If CB5_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb5_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb5_p6_m3.getText();};
- //BA.debugLineNum = 6018;BA.debugLine="If CB6_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6023;BA.debugLine="If CB6_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb6_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb6_p6_m3.getText();};
- //BA.debugLineNum = 6019;BA.debugLine="If CB7_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6024;BA.debugLine="If CB7_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb7_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb7_p6_m3.getText();};
- //BA.debugLineNum = 6020;BA.debugLine="Log(textemp6)";
-__c.LogImpl("023330829",_textemp6,0);
- //BA.debugLineNum = 6021;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6025;BA.debugLine="Log(textemp6)";
+__c.LogImpl("723330829",_textemp6,0);
+ //BA.debugLineNum = 6026;BA.debugLine="End Sub";
return "";
}
public String _cb1_p7_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 6119;BA.debugLine="Private Sub CB1_P7_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 6120;BA.debugLine="textemp7 = \"\"";
+ //BA.debugLineNum = 6124;BA.debugLine="Private Sub CB1_P7_M3_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 6125;BA.debugLine="textemp7 = \"\"";
_textemp7 = "";
- //BA.debugLineNum = 6121;BA.debugLine="If CB1_P7_M3.Checked Then";
+ //BA.debugLineNum = 6126;BA.debugLine="If CB1_P7_M3.Checked Then";
if (_cb1_p7_m3.getChecked()) {
- //BA.debugLineNum = 6122;BA.debugLine="textemp7 = CB1_P7_M3.Text";
+ //BA.debugLineNum = 6127;BA.debugLine="textemp7 = CB1_P7_M3.Text";
_textemp7 = _cb1_p7_m3.getText();
}else {
- //BA.debugLineNum = 6124;BA.debugLine="textemp7 = \"\"";
+ //BA.debugLineNum = 6129;BA.debugLine="textemp7 = \"\"";
_textemp7 = "";
};
- //BA.debugLineNum = 6126;BA.debugLine="If CB2_P7_M3.Checked Then textemp7 = textemp7 & \"";
+ //BA.debugLineNum = 6131;BA.debugLine="If CB2_P7_M3.Checked Then textemp7 = textemp7 & \"";
if (_cb2_p7_m3.getChecked()) {
_textemp7 = _textemp7+", "+_cb2_p7_m3.getText();};
- //BA.debugLineNum = 6127;BA.debugLine="If CB3_P7_M3.Checked Then textemp7 = textemp7 & \"";
+ //BA.debugLineNum = 6132;BA.debugLine="If CB3_P7_M3.Checked Then textemp7 = textemp7 & \"";
if (_cb3_p7_m3.getChecked()) {
_textemp7 = _textemp7+", "+_cb3_p7_m3.getText();};
- //BA.debugLineNum = 6128;BA.debugLine="If CB4_P7_M3.Checked Then textemp7 = textemp7 & \"";
+ //BA.debugLineNum = 6133;BA.debugLine="If CB4_P7_M3.Checked Then textemp7 = textemp7 & \"";
if (_cb4_p7_m3.getChecked()) {
_textemp7 = _textemp7+", "+_cb4_p7_m3.getText();};
- //BA.debugLineNum = 6129;BA.debugLine="Log(textemp7)";
-__c.LogImpl("023789578",_textemp7,0);
- //BA.debugLineNum = 6130;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6134;BA.debugLine="Log(textemp7)";
+__c.LogImpl("723789578",_textemp7,0);
+ //BA.debugLineNum = 6135;BA.debugLine="End Sub";
return "";
}
public String _cb1_p8_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 6176;BA.debugLine="Private Sub CB1_P8_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 6177;BA.debugLine="textemp8 = \"\"";
+ //BA.debugLineNum = 6181;BA.debugLine="Private Sub CB1_P8_M3_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 6182;BA.debugLine="textemp8 = \"\"";
_textemp8 = "";
- //BA.debugLineNum = 6178;BA.debugLine="textemp8 = CB1_P8_M3.Text";
+ //BA.debugLineNum = 6183;BA.debugLine="textemp8 = CB1_P8_M3.Text";
_textemp8 = _cb1_p8_m3.getText();
- //BA.debugLineNum = 6179;BA.debugLine="If CB2_P8_M3.Checked Then textemp8 = textemp8 & \"";
+ //BA.debugLineNum = 6184;BA.debugLine="If CB2_P8_M3.Checked Then textemp8 = textemp8 & \"";
if (_cb2_p8_m3.getChecked()) {
_textemp8 = _textemp8+", "+_cb2_p8_m3.getText();};
- //BA.debugLineNum = 6180;BA.debugLine="If CB3_P8_M3.Checked Then textemp8 = textemp8 & \"";
+ //BA.debugLineNum = 6185;BA.debugLine="If CB3_P8_M3.Checked Then textemp8 = textemp8 & \"";
if (_cb3_p8_m3.getChecked()) {
_textemp8 = _textemp8+", "+_cb3_p8_m3.getText();};
- //BA.debugLineNum = 6181;BA.debugLine="If CB4_P8_M3.Checked Then textemp8 = textemp8 & \"";
+ //BA.debugLineNum = 6186;BA.debugLine="If CB4_P8_M3.Checked Then textemp8 = textemp8 & \"";
if (_cb4_p8_m3.getChecked()) {
_textemp8 = _textemp8+", "+_cb4_p8_m3.getText();};
- //BA.debugLineNum = 6182;BA.debugLine="Log(textemp8)";
-__c.LogImpl("024051718",_textemp8,0);
- //BA.debugLineNum = 6183;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6187;BA.debugLine="Log(textemp8)";
+__c.LogImpl("724051718",_textemp8,0);
+ //BA.debugLineNum = 6188;BA.debugLine="End Sub";
return "";
}
public String _cb2_p3_m2_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 5741;BA.debugLine="Private Sub CB2_P3_M2_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 5742;BA.debugLine="textemp2 = \"\"";
+ //BA.debugLineNum = 5746;BA.debugLine="Private Sub CB2_P3_M2_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 5747;BA.debugLine="textemp2 = \"\"";
_textemp2 = "";
- //BA.debugLineNum = 5743;BA.debugLine="If CB2_P3_M2.Checked Then";
+ //BA.debugLineNum = 5748;BA.debugLine="If CB2_P3_M2.Checked Then";
if (_cb2_p3_m2.getChecked()) {
- //BA.debugLineNum = 5744;BA.debugLine="textemp2 = CB2_P3_M2.Text";
+ //BA.debugLineNum = 5749;BA.debugLine="textemp2 = CB2_P3_M2.Text";
_textemp2 = _cb2_p3_m2.getText();
}else {
- //BA.debugLineNum = 5746;BA.debugLine="textemp2 = \"\"";
+ //BA.debugLineNum = 5751;BA.debugLine="textemp2 = \"\"";
_textemp2 = "";
};
- //BA.debugLineNum = 5748;BA.debugLine="If CB1_P3_M2.Checked Then textemp2 = textemp2 & \"";
+ //BA.debugLineNum = 5753;BA.debugLine="If CB1_P3_M2.Checked Then textemp2 = textemp2 & \"";
if (_cb1_p3_m2.getChecked()) {
_textemp2 = _textemp2+", "+_cb1_p3_m2.getText();};
- //BA.debugLineNum = 5749;BA.debugLine="If CB3_P3_M2.Checked Then textemp2 = textemp2 & \"";
+ //BA.debugLineNum = 5754;BA.debugLine="If CB3_P3_M2.Checked Then textemp2 = textemp2 & \"";
if (_cb3_p3_m2.getChecked()) {
_textemp2 = _textemp2+", "+_cb3_p3_m2.getText();};
- //BA.debugLineNum = 5750;BA.debugLine="If CB4_P3_M2.Checked Then textemp2 = textemp2 & \"";
+ //BA.debugLineNum = 5755;BA.debugLine="If CB4_P3_M2.Checked Then textemp2 = textemp2 & \"";
if (_cb4_p3_m2.getChecked()) {
_textemp2 = _textemp2+", "+_cb4_p3_m2.getText();};
- //BA.debugLineNum = 5751;BA.debugLine="If CB5_P3_M2.Checked Then textemp2 = textemp2 & \"";
+ //BA.debugLineNum = 5756;BA.debugLine="If CB5_P3_M2.Checked Then textemp2 = textemp2 & \"";
if (_cb5_p3_m2.getChecked()) {
_textemp2 = _textemp2+", "+_cb5_p3_m2.getText();};
- //BA.debugLineNum = 5752;BA.debugLine="Log(textemp2)";
-__c.LogImpl("022151179",_textemp2,0);
- //BA.debugLineNum = 5753;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5757;BA.debugLine="Log(textemp2)";
+__c.LogImpl("722151179",_textemp2,0);
+ //BA.debugLineNum = 5758;BA.debugLine="End Sub";
return "";
}
public String _cb2_p3_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 5868;BA.debugLine="Private Sub CB2_P3_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 5869;BA.debugLine="textemp4 = \"\"";
+ //BA.debugLineNum = 5873;BA.debugLine="Private Sub CB2_P3_M3_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 5874;BA.debugLine="textemp4 = \"\"";
_textemp4 = "";
- //BA.debugLineNum = 5870;BA.debugLine="If CB2_P3_M3.Checked Then";
+ //BA.debugLineNum = 5875;BA.debugLine="If CB2_P3_M3.Checked Then";
if (_cb2_p3_m3.getChecked()) {
- //BA.debugLineNum = 5871;BA.debugLine="textemp4 = CB2_P3_M3.Text";
+ //BA.debugLineNum = 5876;BA.debugLine="textemp4 = CB2_P3_M3.Text";
_textemp4 = _cb2_p3_m3.getText();
}else {
- //BA.debugLineNum = 5873;BA.debugLine="textemp4 = \"\"";
+ //BA.debugLineNum = 5878;BA.debugLine="textemp4 = \"\"";
_textemp4 = "";
};
- //BA.debugLineNum = 5875;BA.debugLine="If CB1_P3_M3.Checked Then textemp4 = textemp4 & \"";
+ //BA.debugLineNum = 5880;BA.debugLine="If CB1_P3_M3.Checked Then textemp4 = textemp4 & \"";
if (_cb1_p3_m3.getChecked()) {
_textemp4 = _textemp4+", "+_cb1_p3_m3.getText();};
- //BA.debugLineNum = 5876;BA.debugLine="If CB3_P3_M3.Checked Then textemp4 = textemp4 & \"";
+ //BA.debugLineNum = 5881;BA.debugLine="If CB3_P3_M3.Checked Then textemp4 = textemp4 & \"";
if (_cb3_p3_m3.getChecked()) {
_textemp4 = _textemp4+", "+_cb3_p3_m3.getText();};
- //BA.debugLineNum = 5877;BA.debugLine="If CB4_P3_M3.Checked Then textemp4 = textemp4 & \"";
+ //BA.debugLineNum = 5882;BA.debugLine="If CB4_P3_M3.Checked Then textemp4 = textemp4 & \"";
if (_cb4_p3_m3.getChecked()) {
_textemp4 = _textemp4+", "+_cb4_p3_m3.getText();};
- //BA.debugLineNum = 5878;BA.debugLine="If CB5_P3_M3.Checked Then textemp4 = textemp4 & \"";
+ //BA.debugLineNum = 5883;BA.debugLine="If CB5_P3_M3.Checked Then textemp4 = textemp4 & \"";
if (_cb5_p3_m3.getChecked()) {
_textemp4 = _textemp4+", "+_cb5_p3_m3.getText();};
- //BA.debugLineNum = 5879;BA.debugLine="Log(textemp4)";
-__c.LogImpl("022741003",_textemp4,0);
- //BA.debugLineNum = 5880;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5884;BA.debugLine="Log(textemp4)";
+__c.LogImpl("722741003",_textemp4,0);
+ //BA.debugLineNum = 5885;BA.debugLine="End Sub";
return "";
}
public String _cb2_p4_m2_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 5812;BA.debugLine="Private Sub CB2_P4_M2_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 5813;BA.debugLine="textemp3 = \"\"";
+ //BA.debugLineNum = 5817;BA.debugLine="Private Sub CB2_P4_M2_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 5818;BA.debugLine="textemp3 = \"\"";
_textemp3 = "";
- //BA.debugLineNum = 5814;BA.debugLine="If CB2_P4_M2.Checked Then";
+ //BA.debugLineNum = 5819;BA.debugLine="If CB2_P4_M2.Checked Then";
if (_cb2_p4_m2.getChecked()) {
- //BA.debugLineNum = 5815;BA.debugLine="textemp3 = CB2_P4_M2.Text";
+ //BA.debugLineNum = 5820;BA.debugLine="textemp3 = CB2_P4_M2.Text";
_textemp3 = _cb2_p4_m2.getText();
}else {
- //BA.debugLineNum = 5817;BA.debugLine="textemp3 = \"\"";
+ //BA.debugLineNum = 5822;BA.debugLine="textemp3 = \"\"";
_textemp3 = "";
};
- //BA.debugLineNum = 5819;BA.debugLine="If CB1_P4_M2.Checked Then textemp3 = textemp3 & \"";
+ //BA.debugLineNum = 5824;BA.debugLine="If CB1_P4_M2.Checked Then textemp3 = textemp3 & \"";
if (_cb1_p4_m2.getChecked()) {
_textemp3 = _textemp3+", "+_cb1_p4_m2.getText();};
- //BA.debugLineNum = 5820;BA.debugLine="If CB3_P4_M2.Checked Then textemp3 = textemp3 & \"";
+ //BA.debugLineNum = 5825;BA.debugLine="If CB3_P4_M2.Checked Then textemp3 = textemp3 & \"";
if (_cb3_p4_m2.getChecked()) {
_textemp3 = _textemp3+", "+_cb3_p4_m2.getText();};
- //BA.debugLineNum = 5821;BA.debugLine="If CB4_P4_M2.Checked Then textemp3 = textemp3 & \"";
+ //BA.debugLineNum = 5826;BA.debugLine="If CB4_P4_M2.Checked Then textemp3 = textemp3 & \"";
if (_cb4_p4_m2.getChecked()) {
_textemp3 = _textemp3+", "+_cb4_p4_m2.getText();};
- //BA.debugLineNum = 5822;BA.debugLine="Log(textemp3)";
-__c.LogImpl("022478858",_textemp3,0);
- //BA.debugLineNum = 5823;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5827;BA.debugLine="Log(textemp3)";
+__c.LogImpl("722478858",_textemp3,0);
+ //BA.debugLineNum = 5828;BA.debugLine="End Sub";
return "";
}
public String _cb2_p4_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 5941;BA.debugLine="Private Sub CB2_P4_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 5942;BA.debugLine="textemp5 = \"\"";
-_textemp5 = "";
- //BA.debugLineNum = 5943;BA.debugLine="CB5_P4_M3.Checked = False";
-_cb5_p4_m3.setChecked(__c.False);
- //BA.debugLineNum = 5944;BA.debugLine="If CB2_P4_M3.Checked Then";
-if (_cb2_p4_m3.getChecked()) {
- //BA.debugLineNum = 5945;BA.debugLine="textemp5 = CB2_P4_M3.Text";
-_textemp5 = _cb2_p4_m3.getText();
- }else {
+ //BA.debugLineNum = 5946;BA.debugLine="Private Sub CB2_P4_M3_CheckedChange(Checked As Boo";
//BA.debugLineNum = 5947;BA.debugLine="textemp5 = \"\"";
+_textemp5 = "";
+ //BA.debugLineNum = 5948;BA.debugLine="CB5_P4_M3.Checked = False";
+_cb5_p4_m3.setChecked(__c.False);
+ //BA.debugLineNum = 5949;BA.debugLine="If CB2_P4_M3.Checked Then";
+if (_cb2_p4_m3.getChecked()) {
+ //BA.debugLineNum = 5950;BA.debugLine="textemp5 = CB2_P4_M3.Text";
+_textemp5 = _cb2_p4_m3.getText();
+ }else {
+ //BA.debugLineNum = 5952;BA.debugLine="textemp5 = \"\"";
_textemp5 = "";
};
- //BA.debugLineNum = 5949;BA.debugLine="If CB1_P4_M3.Checked Then textemp5 = textemp5 & \"";
+ //BA.debugLineNum = 5954;BA.debugLine="If CB1_P4_M3.Checked Then textemp5 = textemp5 & \"";
if (_cb1_p4_m3.getChecked()) {
_textemp5 = _textemp5+", "+_cb1_p4_m3.getText();};
- //BA.debugLineNum = 5950;BA.debugLine="If CB3_P4_M3.Checked Then textemp5 = textemp5 & \"";
+ //BA.debugLineNum = 5955;BA.debugLine="If CB3_P4_M3.Checked Then textemp5 = textemp5 & \"";
if (_cb3_p4_m3.getChecked()) {
_textemp5 = _textemp5+", "+_cb3_p4_m3.getText();};
- //BA.debugLineNum = 5951;BA.debugLine="If CB4_P4_M3.Checked Then textemp5 = textemp5 & \"";
+ //BA.debugLineNum = 5956;BA.debugLine="If CB4_P4_M3.Checked Then textemp5 = textemp5 & \"";
if (_cb4_p4_m3.getChecked()) {
_textemp5 = _textemp5+", "+_cb4_p4_m3.getText();};
- //BA.debugLineNum = 5952;BA.debugLine="If CB5_P4_M3.Checked Then textemp5 = textemp5 & \"";
+ //BA.debugLineNum = 5957;BA.debugLine="If CB5_P4_M3.Checked Then textemp5 = textemp5 & \"";
if (_cb5_p4_m3.getChecked()) {
_textemp5 = _textemp5+", "+_cb5_p4_m3.getText();};
- //BA.debugLineNum = 5953;BA.debugLine="Log(textemp5)";
-__c.LogImpl("023068684",_textemp5,0);
- //BA.debugLineNum = 5954;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5958;BA.debugLine="Log(textemp5)";
+__c.LogImpl("723068684",_textemp5,0);
+ //BA.debugLineNum = 5959;BA.debugLine="End Sub";
return "";
}
public String _cb2_p6_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 6023;BA.debugLine="Private Sub CB2_P6_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 6024;BA.debugLine="textemp6 = \"\"";
+ //BA.debugLineNum = 6028;BA.debugLine="Private Sub CB2_P6_M3_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 6029;BA.debugLine="textemp6 = \"\"";
_textemp6 = "";
- //BA.debugLineNum = 6025;BA.debugLine="If CB2_P6_M3.Checked Then";
+ //BA.debugLineNum = 6030;BA.debugLine="If CB2_P6_M3.Checked Then";
if (_cb2_p6_m3.getChecked()) {
- //BA.debugLineNum = 6026;BA.debugLine="textemp6 = CB2_P6_M3.Text";
+ //BA.debugLineNum = 6031;BA.debugLine="textemp6 = CB2_P6_M3.Text";
_textemp6 = _cb2_p6_m3.getText();
}else {
- //BA.debugLineNum = 6028;BA.debugLine="textemp6 = \"\"";
+ //BA.debugLineNum = 6033;BA.debugLine="textemp6 = \"\"";
_textemp6 = "";
};
- //BA.debugLineNum = 6030;BA.debugLine="If CB1_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6035;BA.debugLine="If CB1_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb1_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb1_p6_m3.getText();};
- //BA.debugLineNum = 6031;BA.debugLine="If CB3_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6036;BA.debugLine="If CB3_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb3_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb3_p6_m3.getText();};
- //BA.debugLineNum = 6032;BA.debugLine="If CB4_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6037;BA.debugLine="If CB4_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb4_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb4_p6_m3.getText();};
- //BA.debugLineNum = 6033;BA.debugLine="If CB5_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6038;BA.debugLine="If CB5_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb5_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb5_p6_m3.getText();};
- //BA.debugLineNum = 6034;BA.debugLine="If CB6_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6039;BA.debugLine="If CB6_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb6_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb6_p6_m3.getText();};
- //BA.debugLineNum = 6035;BA.debugLine="If CB7_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6040;BA.debugLine="If CB7_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb7_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb7_p6_m3.getText();};
- //BA.debugLineNum = 6036;BA.debugLine="Log(textemp6)";
-__c.LogImpl("023396365",_textemp6,0);
- //BA.debugLineNum = 6037;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6041;BA.debugLine="Log(textemp6)";
+__c.LogImpl("723396365",_textemp6,0);
+ //BA.debugLineNum = 6042;BA.debugLine="End Sub";
return "";
}
public String _cb2_p7_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 6132;BA.debugLine="Private Sub CB2_P7_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 6133;BA.debugLine="textemp7 = \"\"";
+ //BA.debugLineNum = 6137;BA.debugLine="Private Sub CB2_P7_M3_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 6138;BA.debugLine="textemp7 = \"\"";
_textemp7 = "";
- //BA.debugLineNum = 6134;BA.debugLine="If CB2_P7_M3.Checked Then";
+ //BA.debugLineNum = 6139;BA.debugLine="If CB2_P7_M3.Checked Then";
if (_cb2_p7_m3.getChecked()) {
- //BA.debugLineNum = 6135;BA.debugLine="textemp7 = CB2_P7_M3.Text";
+ //BA.debugLineNum = 6140;BA.debugLine="textemp7 = CB2_P7_M3.Text";
_textemp7 = _cb2_p7_m3.getText();
}else {
- //BA.debugLineNum = 6137;BA.debugLine="textemp7 = \"\"";
+ //BA.debugLineNum = 6142;BA.debugLine="textemp7 = \"\"";
_textemp7 = "";
};
- //BA.debugLineNum = 6139;BA.debugLine="If CB1_P7_M3.Checked Then textemp7 = textemp7 & \"";
+ //BA.debugLineNum = 6144;BA.debugLine="If CB1_P7_M3.Checked Then textemp7 = textemp7 & \"";
if (_cb1_p7_m3.getChecked()) {
_textemp7 = _textemp7+", "+_cb1_p7_m3.getText();};
- //BA.debugLineNum = 6140;BA.debugLine="If CB3_P7_M3.Checked Then textemp7 = textemp7 & \"";
+ //BA.debugLineNum = 6145;BA.debugLine="If CB3_P7_M3.Checked Then textemp7 = textemp7 & \"";
if (_cb3_p7_m3.getChecked()) {
_textemp7 = _textemp7+", "+_cb3_p7_m3.getText();};
- //BA.debugLineNum = 6141;BA.debugLine="If CB4_P7_M3.Checked Then textemp7 = textemp7 & \"";
+ //BA.debugLineNum = 6146;BA.debugLine="If CB4_P7_M3.Checked Then textemp7 = textemp7 & \"";
if (_cb4_p7_m3.getChecked()) {
_textemp7 = _textemp7+", "+_cb4_p7_m3.getText();};
- //BA.debugLineNum = 6142;BA.debugLine="Log(textemp7)";
-__c.LogImpl("023855114",_textemp7,0);
- //BA.debugLineNum = 6143;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6147;BA.debugLine="Log(textemp7)";
+__c.LogImpl("723855114",_textemp7,0);
+ //BA.debugLineNum = 6148;BA.debugLine="End Sub";
return "";
}
public String _cb2_p8_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 6185;BA.debugLine="Private Sub CB2_P8_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 6186;BA.debugLine="textemp8 = \"\"";
+ //BA.debugLineNum = 6190;BA.debugLine="Private Sub CB2_P8_M3_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 6191;BA.debugLine="textemp8 = \"\"";
_textemp8 = "";
- //BA.debugLineNum = 6187;BA.debugLine="textemp8 = CB2_P8_M3.Text";
+ //BA.debugLineNum = 6192;BA.debugLine="textemp8 = CB2_P8_M3.Text";
_textemp8 = _cb2_p8_m3.getText();
- //BA.debugLineNum = 6188;BA.debugLine="If CB1_P8_M3.Checked Then textemp8 = textemp8 & \"";
+ //BA.debugLineNum = 6193;BA.debugLine="If CB1_P8_M3.Checked Then textemp8 = textemp8 & \"";
if (_cb1_p8_m3.getChecked()) {
_textemp8 = _textemp8+", "+_cb1_p8_m3.getText();};
- //BA.debugLineNum = 6189;BA.debugLine="If CB3_P8_M3.Checked Then textemp8 = textemp8 & \"";
+ //BA.debugLineNum = 6194;BA.debugLine="If CB3_P8_M3.Checked Then textemp8 = textemp8 & \"";
if (_cb3_p8_m3.getChecked()) {
_textemp8 = _textemp8+", "+_cb3_p8_m3.getText();};
- //BA.debugLineNum = 6190;BA.debugLine="If CB4_P8_M3.Checked Then textemp8 = textemp8 & \"";
+ //BA.debugLineNum = 6195;BA.debugLine="If CB4_P8_M3.Checked Then textemp8 = textemp8 & \"";
if (_cb4_p8_m3.getChecked()) {
_textemp8 = _textemp8+", "+_cb4_p8_m3.getText();};
- //BA.debugLineNum = 6191;BA.debugLine="Log(textemp8)";
-__c.LogImpl("024117254",_textemp8,0);
- //BA.debugLineNum = 6192;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6196;BA.debugLine="Log(textemp8)";
+__c.LogImpl("724117254",_textemp8,0);
+ //BA.debugLineNum = 6197;BA.debugLine="End Sub";
return "";
}
public String _cb3_p3_m2_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 5755;BA.debugLine="Private Sub CB3_P3_M2_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 5756;BA.debugLine="textemp2 = \"\"";
+ //BA.debugLineNum = 5760;BA.debugLine="Private Sub CB3_P3_M2_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 5761;BA.debugLine="textemp2 = \"\"";
_textemp2 = "";
- //BA.debugLineNum = 5757;BA.debugLine="If CB3_P3_M2.Checked Then";
+ //BA.debugLineNum = 5762;BA.debugLine="If CB3_P3_M2.Checked Then";
if (_cb3_p3_m2.getChecked()) {
- //BA.debugLineNum = 5758;BA.debugLine="textemp2 = CB3_P3_M2.Text";
+ //BA.debugLineNum = 5763;BA.debugLine="textemp2 = CB3_P3_M2.Text";
_textemp2 = _cb3_p3_m2.getText();
}else {
- //BA.debugLineNum = 5760;BA.debugLine="textemp2 = \"\"";
+ //BA.debugLineNum = 5765;BA.debugLine="textemp2 = \"\"";
_textemp2 = "";
};
- //BA.debugLineNum = 5762;BA.debugLine="If CB1_P3_M2.Checked Then textemp2 = textemp2 & \"";
+ //BA.debugLineNum = 5767;BA.debugLine="If CB1_P3_M2.Checked Then textemp2 = textemp2 & \"";
if (_cb1_p3_m2.getChecked()) {
_textemp2 = _textemp2+", "+_cb1_p3_m2.getText();};
- //BA.debugLineNum = 5763;BA.debugLine="If CB2_P3_M2.Checked Then textemp2 = textemp2 & \"";
+ //BA.debugLineNum = 5768;BA.debugLine="If CB2_P3_M2.Checked Then textemp2 = textemp2 & \"";
if (_cb2_p3_m2.getChecked()) {
_textemp2 = _textemp2+", "+_cb2_p3_m2.getText();};
- //BA.debugLineNum = 5764;BA.debugLine="If CB4_P3_M2.Checked Then textemp2 = textemp2 & \"";
+ //BA.debugLineNum = 5769;BA.debugLine="If CB4_P3_M2.Checked Then textemp2 = textemp2 & \"";
if (_cb4_p3_m2.getChecked()) {
_textemp2 = _textemp2+", "+_cb4_p3_m2.getText();};
- //BA.debugLineNum = 5765;BA.debugLine="If CB5_P3_M2.Checked Then textemp2 = textemp2 & \"";
+ //BA.debugLineNum = 5770;BA.debugLine="If CB5_P3_M2.Checked Then textemp2 = textemp2 & \"";
if (_cb5_p3_m2.getChecked()) {
_textemp2 = _textemp2+", "+_cb5_p3_m2.getText();};
- //BA.debugLineNum = 5766;BA.debugLine="Log(textemp2)";
-__c.LogImpl("022216715",_textemp2,0);
- //BA.debugLineNum = 5767;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5771;BA.debugLine="Log(textemp2)";
+__c.LogImpl("722216715",_textemp2,0);
+ //BA.debugLineNum = 5772;BA.debugLine="End Sub";
return "";
}
public String _cb3_p3_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 5882;BA.debugLine="Private Sub CB3_P3_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 5883;BA.debugLine="textemp4 = \"\"";
+ //BA.debugLineNum = 5887;BA.debugLine="Private Sub CB3_P3_M3_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 5888;BA.debugLine="textemp4 = \"\"";
_textemp4 = "";
- //BA.debugLineNum = 5884;BA.debugLine="If CB3_P3_M3.Checked Then";
+ //BA.debugLineNum = 5889;BA.debugLine="If CB3_P3_M3.Checked Then";
if (_cb3_p3_m3.getChecked()) {
- //BA.debugLineNum = 5885;BA.debugLine="textemp4 = CB3_P3_M3.Text";
+ //BA.debugLineNum = 5890;BA.debugLine="textemp4 = CB3_P3_M3.Text";
_textemp4 = _cb3_p3_m3.getText();
}else {
- //BA.debugLineNum = 5887;BA.debugLine="textemp4 = \"\"";
+ //BA.debugLineNum = 5892;BA.debugLine="textemp4 = \"\"";
_textemp4 = "";
};
- //BA.debugLineNum = 5889;BA.debugLine="If CB1_P3_M3.Checked Then textemp4 = textemp4 & \"";
+ //BA.debugLineNum = 5894;BA.debugLine="If CB1_P3_M3.Checked Then textemp4 = textemp4 & \"";
if (_cb1_p3_m3.getChecked()) {
_textemp4 = _textemp4+", "+_cb1_p3_m3.getText();};
- //BA.debugLineNum = 5890;BA.debugLine="If CB2_P3_M3.Checked Then textemp4 = textemp4 & \"";
+ //BA.debugLineNum = 5895;BA.debugLine="If CB2_P3_M3.Checked Then textemp4 = textemp4 & \"";
if (_cb2_p3_m3.getChecked()) {
_textemp4 = _textemp4+", "+_cb2_p3_m3.getText();};
- //BA.debugLineNum = 5891;BA.debugLine="If CB4_P3_M3.Checked Then textemp4 = textemp4 & \"";
+ //BA.debugLineNum = 5896;BA.debugLine="If CB4_P3_M3.Checked Then textemp4 = textemp4 & \"";
if (_cb4_p3_m3.getChecked()) {
_textemp4 = _textemp4+", "+_cb4_p3_m3.getText();};
- //BA.debugLineNum = 5892;BA.debugLine="If CB5_P3_M3.Checked Then textemp4 = textemp4 & \"";
+ //BA.debugLineNum = 5897;BA.debugLine="If CB5_P3_M3.Checked Then textemp4 = textemp4 & \"";
if (_cb5_p3_m3.getChecked()) {
_textemp4 = _textemp4+", "+_cb5_p3_m3.getText();};
- //BA.debugLineNum = 5893;BA.debugLine="Log(textemp4)";
-__c.LogImpl("022806539",_textemp4,0);
- //BA.debugLineNum = 5894;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5898;BA.debugLine="Log(textemp4)";
+__c.LogImpl("722806539",_textemp4,0);
+ //BA.debugLineNum = 5899;BA.debugLine="End Sub";
return "";
}
public String _cb3_p4_m2_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 5825;BA.debugLine="Private Sub CB3_P4_M2_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 5826;BA.debugLine="textemp3 = \"\"";
+ //BA.debugLineNum = 5830;BA.debugLine="Private Sub CB3_P4_M2_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 5831;BA.debugLine="textemp3 = \"\"";
_textemp3 = "";
- //BA.debugLineNum = 5827;BA.debugLine="If CB3_P4_M2.Checked Then";
+ //BA.debugLineNum = 5832;BA.debugLine="If CB3_P4_M2.Checked Then";
if (_cb3_p4_m2.getChecked()) {
- //BA.debugLineNum = 5828;BA.debugLine="textemp3 = CB3_P4_M2.Text";
+ //BA.debugLineNum = 5833;BA.debugLine="textemp3 = CB3_P4_M2.Text";
_textemp3 = _cb3_p4_m2.getText();
}else {
- //BA.debugLineNum = 5830;BA.debugLine="textemp3 = \"\"";
+ //BA.debugLineNum = 5835;BA.debugLine="textemp3 = \"\"";
_textemp3 = "";
};
- //BA.debugLineNum = 5832;BA.debugLine="If CB1_P4_M2.Checked Then textemp3 = textemp3 & \"";
+ //BA.debugLineNum = 5837;BA.debugLine="If CB1_P4_M2.Checked Then textemp3 = textemp3 & \"";
if (_cb1_p4_m2.getChecked()) {
_textemp3 = _textemp3+", "+_cb1_p4_m2.getText();};
- //BA.debugLineNum = 5833;BA.debugLine="If CB2_P4_M2.Checked Then textemp3 = textemp3 & \"";
+ //BA.debugLineNum = 5838;BA.debugLine="If CB2_P4_M2.Checked Then textemp3 = textemp3 & \"";
if (_cb2_p4_m2.getChecked()) {
_textemp3 = _textemp3+", "+_cb2_p4_m2.getText();};
- //BA.debugLineNum = 5834;BA.debugLine="If CB4_P4_M2.Checked Then textemp3 = textemp3 & \"";
+ //BA.debugLineNum = 5839;BA.debugLine="If CB4_P4_M2.Checked Then textemp3 = textemp3 & \"";
if (_cb4_p4_m2.getChecked()) {
_textemp3 = _textemp3+", "+_cb4_p4_m2.getText();};
- //BA.debugLineNum = 5835;BA.debugLine="Log(textemp3)";
-__c.LogImpl("022544394",_textemp3,0);
- //BA.debugLineNum = 5836;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5840;BA.debugLine="Log(textemp3)";
+__c.LogImpl("722544394",_textemp3,0);
+ //BA.debugLineNum = 5841;BA.debugLine="End Sub";
return "";
}
public String _cb3_p4_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 5956;BA.debugLine="Private Sub CB3_P4_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 5957;BA.debugLine="textemp5 = \"\"";
-_textemp5 = "";
- //BA.debugLineNum = 5958;BA.debugLine="CB5_P4_M3.Checked = False";
-_cb5_p4_m3.setChecked(__c.False);
- //BA.debugLineNum = 5959;BA.debugLine="If CB3_P4_M3.Checked Then";
-if (_cb3_p4_m3.getChecked()) {
- //BA.debugLineNum = 5960;BA.debugLine="textemp5 = CB3_P4_M3.Text";
-_textemp5 = _cb3_p4_m3.getText();
- }else {
+ //BA.debugLineNum = 5961;BA.debugLine="Private Sub CB3_P4_M3_CheckedChange(Checked As Boo";
//BA.debugLineNum = 5962;BA.debugLine="textemp5 = \"\"";
+_textemp5 = "";
+ //BA.debugLineNum = 5963;BA.debugLine="CB5_P4_M3.Checked = False";
+_cb5_p4_m3.setChecked(__c.False);
+ //BA.debugLineNum = 5964;BA.debugLine="If CB3_P4_M3.Checked Then";
+if (_cb3_p4_m3.getChecked()) {
+ //BA.debugLineNum = 5965;BA.debugLine="textemp5 = CB3_P4_M3.Text";
+_textemp5 = _cb3_p4_m3.getText();
+ }else {
+ //BA.debugLineNum = 5967;BA.debugLine="textemp5 = \"\"";
_textemp5 = "";
};
- //BA.debugLineNum = 5964;BA.debugLine="If CB1_P4_M3.Checked Then textemp5 = textemp5 & \"";
+ //BA.debugLineNum = 5969;BA.debugLine="If CB1_P4_M3.Checked Then textemp5 = textemp5 & \"";
if (_cb1_p4_m3.getChecked()) {
_textemp5 = _textemp5+", "+_cb1_p4_m3.getText();};
- //BA.debugLineNum = 5965;BA.debugLine="If CB2_P4_M3.Checked Then textemp5 = textemp5 & \"";
+ //BA.debugLineNum = 5970;BA.debugLine="If CB2_P4_M3.Checked Then textemp5 = textemp5 & \"";
if (_cb2_p4_m3.getChecked()) {
_textemp5 = _textemp5+", "+_cb2_p4_m3.getText();};
- //BA.debugLineNum = 5966;BA.debugLine="If CB4_P4_M3.Checked Then textemp5 = textemp5 & \"";
+ //BA.debugLineNum = 5971;BA.debugLine="If CB4_P4_M3.Checked Then textemp5 = textemp5 & \"";
if (_cb4_p4_m3.getChecked()) {
_textemp5 = _textemp5+", "+_cb4_p4_m3.getText();};
- //BA.debugLineNum = 5967;BA.debugLine="If CB5_P4_M3.Checked Then textemp5 = textemp5 & \"";
+ //BA.debugLineNum = 5972;BA.debugLine="If CB5_P4_M3.Checked Then textemp5 = textemp5 & \"";
if (_cb5_p4_m3.getChecked()) {
_textemp5 = _textemp5+", "+_cb5_p4_m3.getText();};
- //BA.debugLineNum = 5968;BA.debugLine="Log(textemp5)";
-__c.LogImpl("023134220",_textemp5,0);
- //BA.debugLineNum = 5969;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5973;BA.debugLine="Log(textemp5)";
+__c.LogImpl("723134220",_textemp5,0);
+ //BA.debugLineNum = 5974;BA.debugLine="End Sub";
return "";
}
public String _cb3_p6_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 6039;BA.debugLine="Private Sub CB3_P6_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 6040;BA.debugLine="textemp6 = \"\"";
+ //BA.debugLineNum = 6044;BA.debugLine="Private Sub CB3_P6_M3_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 6045;BA.debugLine="textemp6 = \"\"";
_textemp6 = "";
- //BA.debugLineNum = 6041;BA.debugLine="If CB3_P6_M3.Checked Then";
+ //BA.debugLineNum = 6046;BA.debugLine="If CB3_P6_M3.Checked Then";
if (_cb3_p6_m3.getChecked()) {
- //BA.debugLineNum = 6042;BA.debugLine="textemp6 = CB3_P6_M3.Text";
+ //BA.debugLineNum = 6047;BA.debugLine="textemp6 = CB3_P6_M3.Text";
_textemp6 = _cb3_p6_m3.getText();
}else {
- //BA.debugLineNum = 6044;BA.debugLine="textemp6 = \"\"";
+ //BA.debugLineNum = 6049;BA.debugLine="textemp6 = \"\"";
_textemp6 = "";
};
- //BA.debugLineNum = 6046;BA.debugLine="If CB1_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6051;BA.debugLine="If CB1_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb1_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb1_p6_m3.getText();};
- //BA.debugLineNum = 6047;BA.debugLine="If CB2_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6052;BA.debugLine="If CB2_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb2_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb2_p6_m3.getText();};
- //BA.debugLineNum = 6048;BA.debugLine="If CB4_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6053;BA.debugLine="If CB4_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb4_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb4_p6_m3.getText();};
- //BA.debugLineNum = 6049;BA.debugLine="If CB5_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6054;BA.debugLine="If CB5_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb5_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb5_p6_m3.getText();};
- //BA.debugLineNum = 6050;BA.debugLine="If CB6_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6055;BA.debugLine="If CB6_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb6_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb6_p6_m3.getText();};
- //BA.debugLineNum = 6051;BA.debugLine="If CB7_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6056;BA.debugLine="If CB7_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb7_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb7_p6_m3.getText();};
- //BA.debugLineNum = 6052;BA.debugLine="Log(textemp6)";
-__c.LogImpl("023461901",_textemp6,0);
- //BA.debugLineNum = 6053;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6057;BA.debugLine="Log(textemp6)";
+__c.LogImpl("723461901",_textemp6,0);
+ //BA.debugLineNum = 6058;BA.debugLine="End Sub";
return "";
}
public String _cb3_p7_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 6145;BA.debugLine="Private Sub CB3_P7_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 6146;BA.debugLine="textemp7 = \"\"";
+ //BA.debugLineNum = 6150;BA.debugLine="Private Sub CB3_P7_M3_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 6151;BA.debugLine="textemp7 = \"\"";
_textemp7 = "";
- //BA.debugLineNum = 6147;BA.debugLine="If CB3_P7_M3.Checked Then";
+ //BA.debugLineNum = 6152;BA.debugLine="If CB3_P7_M3.Checked Then";
if (_cb3_p7_m3.getChecked()) {
- //BA.debugLineNum = 6148;BA.debugLine="textemp7 = CB3_P7_M3.Text";
+ //BA.debugLineNum = 6153;BA.debugLine="textemp7 = CB3_P7_M3.Text";
_textemp7 = _cb3_p7_m3.getText();
}else {
- //BA.debugLineNum = 6150;BA.debugLine="textemp7 = \"\"";
+ //BA.debugLineNum = 6155;BA.debugLine="textemp7 = \"\"";
_textemp7 = "";
};
- //BA.debugLineNum = 6152;BA.debugLine="If CB1_P7_M3.Checked Then textemp7 = textemp7 & \"";
+ //BA.debugLineNum = 6157;BA.debugLine="If CB1_P7_M3.Checked Then textemp7 = textemp7 & \"";
if (_cb1_p7_m3.getChecked()) {
_textemp7 = _textemp7+", "+_cb1_p7_m3.getText();};
- //BA.debugLineNum = 6153;BA.debugLine="If CB2_P7_M3.Checked Then textemp7 = textemp7 & \"";
+ //BA.debugLineNum = 6158;BA.debugLine="If CB2_P7_M3.Checked Then textemp7 = textemp7 & \"";
if (_cb2_p7_m3.getChecked()) {
_textemp7 = _textemp7+", "+_cb2_p7_m3.getText();};
- //BA.debugLineNum = 6154;BA.debugLine="If CB4_P7_M3.Checked Then textemp7 = textemp7 & \"";
+ //BA.debugLineNum = 6159;BA.debugLine="If CB4_P7_M3.Checked Then textemp7 = textemp7 & \"";
if (_cb4_p7_m3.getChecked()) {
_textemp7 = _textemp7+", "+_cb4_p7_m3.getText();};
- //BA.debugLineNum = 6155;BA.debugLine="Log(textemp7)";
-__c.LogImpl("023920650",_textemp7,0);
- //BA.debugLineNum = 6156;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6160;BA.debugLine="Log(textemp7)";
+__c.LogImpl("723920650",_textemp7,0);
+ //BA.debugLineNum = 6161;BA.debugLine="End Sub";
return "";
}
public String _cb3_p8_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 6194;BA.debugLine="Private Sub CB3_P8_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 6195;BA.debugLine="textemp8 = \"\"";
+ //BA.debugLineNum = 6199;BA.debugLine="Private Sub CB3_P8_M3_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 6200;BA.debugLine="textemp8 = \"\"";
_textemp8 = "";
- //BA.debugLineNum = 6196;BA.debugLine="textemp8 = CB3_P8_M3.Text";
+ //BA.debugLineNum = 6201;BA.debugLine="textemp8 = CB3_P8_M3.Text";
_textemp8 = _cb3_p8_m3.getText();
- //BA.debugLineNum = 6197;BA.debugLine="If CB1_P8_M3.Checked Then textemp8 = textemp8 & \"";
+ //BA.debugLineNum = 6202;BA.debugLine="If CB1_P8_M3.Checked Then textemp8 = textemp8 & \"";
if (_cb1_p8_m3.getChecked()) {
_textemp8 = _textemp8+", "+_cb1_p8_m3.getText();};
- //BA.debugLineNum = 6198;BA.debugLine="If CB2_P8_M3.Checked Then textemp8 = textemp8 & \"";
+ //BA.debugLineNum = 6203;BA.debugLine="If CB2_P8_M3.Checked Then textemp8 = textemp8 & \"";
if (_cb2_p8_m3.getChecked()) {
_textemp8 = _textemp8+", "+_cb2_p8_m3.getText();};
- //BA.debugLineNum = 6199;BA.debugLine="If CB4_P8_M3.Checked Then textemp8 = textemp8 & \"";
+ //BA.debugLineNum = 6204;BA.debugLine="If CB4_P8_M3.Checked Then textemp8 = textemp8 & \"";
if (_cb4_p8_m3.getChecked()) {
_textemp8 = _textemp8+", "+_cb4_p8_m3.getText();};
- //BA.debugLineNum = 6200;BA.debugLine="Log(textemp8)";
-__c.LogImpl("024182790",_textemp8,0);
- //BA.debugLineNum = 6201;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6205;BA.debugLine="Log(textemp8)";
+__c.LogImpl("724182790",_textemp8,0);
+ //BA.debugLineNum = 6206;BA.debugLine="End Sub";
return "";
}
public String _cb4_p3_m2_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 5769;BA.debugLine="Private Sub CB4_P3_M2_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 5770;BA.debugLine="textemp2 = \"\"";
+ //BA.debugLineNum = 5774;BA.debugLine="Private Sub CB4_P3_M2_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 5775;BA.debugLine="textemp2 = \"\"";
_textemp2 = "";
- //BA.debugLineNum = 5771;BA.debugLine="If CB4_P3_M2.Checked Then";
+ //BA.debugLineNum = 5776;BA.debugLine="If CB4_P3_M2.Checked Then";
if (_cb4_p3_m2.getChecked()) {
- //BA.debugLineNum = 5772;BA.debugLine="textemp2 = CB4_P3_M2.Text";
+ //BA.debugLineNum = 5777;BA.debugLine="textemp2 = CB4_P3_M2.Text";
_textemp2 = _cb4_p3_m2.getText();
}else {
- //BA.debugLineNum = 5774;BA.debugLine="textemp2 = \"\"";
+ //BA.debugLineNum = 5779;BA.debugLine="textemp2 = \"\"";
_textemp2 = "";
};
- //BA.debugLineNum = 5776;BA.debugLine="If CB1_P3_M2.Checked Then textemp2 = textemp2 & \"";
+ //BA.debugLineNum = 5781;BA.debugLine="If CB1_P3_M2.Checked Then textemp2 = textemp2 & \"";
if (_cb1_p3_m2.getChecked()) {
_textemp2 = _textemp2+", "+_cb1_p3_m2.getText();};
- //BA.debugLineNum = 5777;BA.debugLine="If CB2_P3_M2.Checked Then textemp2 = textemp2 & \"";
+ //BA.debugLineNum = 5782;BA.debugLine="If CB2_P3_M2.Checked Then textemp2 = textemp2 & \"";
if (_cb2_p3_m2.getChecked()) {
_textemp2 = _textemp2+", "+_cb2_p3_m2.getText();};
- //BA.debugLineNum = 5778;BA.debugLine="If CB3_P3_M2.Checked Then textemp2 = textemp2 & \"";
+ //BA.debugLineNum = 5783;BA.debugLine="If CB3_P3_M2.Checked Then textemp2 = textemp2 & \"";
if (_cb3_p3_m2.getChecked()) {
_textemp2 = _textemp2+", "+_cb3_p3_m2.getText();};
- //BA.debugLineNum = 5779;BA.debugLine="If CB5_P3_M2.Checked Then textemp2 = textemp2 & \"";
+ //BA.debugLineNum = 5784;BA.debugLine="If CB5_P3_M2.Checked Then textemp2 = textemp2 & \"";
if (_cb5_p3_m2.getChecked()) {
_textemp2 = _textemp2+", "+_cb5_p3_m2.getText();};
- //BA.debugLineNum = 5780;BA.debugLine="Log(textemp2)";
-__c.LogImpl("022282251",_textemp2,0);
- //BA.debugLineNum = 5781;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5785;BA.debugLine="Log(textemp2)";
+__c.LogImpl("722282251",_textemp2,0);
+ //BA.debugLineNum = 5786;BA.debugLine="End Sub";
return "";
}
public String _cb4_p3_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 5896;BA.debugLine="Private Sub CB4_P3_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 5897;BA.debugLine="textemp4 = \"\"";
+ //BA.debugLineNum = 5901;BA.debugLine="Private Sub CB4_P3_M3_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 5902;BA.debugLine="textemp4 = \"\"";
_textemp4 = "";
- //BA.debugLineNum = 5898;BA.debugLine="If CB4_P3_M3.Checked Then";
+ //BA.debugLineNum = 5903;BA.debugLine="If CB4_P3_M3.Checked Then";
if (_cb4_p3_m3.getChecked()) {
- //BA.debugLineNum = 5899;BA.debugLine="textemp4 = CB4_P3_M3.Text";
+ //BA.debugLineNum = 5904;BA.debugLine="textemp4 = CB4_P3_M3.Text";
_textemp4 = _cb4_p3_m3.getText();
}else {
- //BA.debugLineNum = 5901;BA.debugLine="textemp4 = \"\"";
+ //BA.debugLineNum = 5906;BA.debugLine="textemp4 = \"\"";
_textemp4 = "";
};
- //BA.debugLineNum = 5903;BA.debugLine="If CB1_P3_M3.Checked Then textemp4 = textemp4 & \"";
+ //BA.debugLineNum = 5908;BA.debugLine="If CB1_P3_M3.Checked Then textemp4 = textemp4 & \"";
if (_cb1_p3_m3.getChecked()) {
_textemp4 = _textemp4+", "+_cb1_p3_m3.getText();};
- //BA.debugLineNum = 5904;BA.debugLine="If CB2_P3_M3.Checked Then textemp4 = textemp4 & \"";
+ //BA.debugLineNum = 5909;BA.debugLine="If CB2_P3_M3.Checked Then textemp4 = textemp4 & \"";
if (_cb2_p3_m3.getChecked()) {
_textemp4 = _textemp4+", "+_cb2_p3_m3.getText();};
- //BA.debugLineNum = 5905;BA.debugLine="If CB3_P3_M3.Checked Then textemp4 = textemp4 & \"";
+ //BA.debugLineNum = 5910;BA.debugLine="If CB3_P3_M3.Checked Then textemp4 = textemp4 & \"";
if (_cb3_p3_m3.getChecked()) {
_textemp4 = _textemp4+", "+_cb3_p3_m3.getText();};
- //BA.debugLineNum = 5906;BA.debugLine="If CB5_P3_M3.Checked Then textemp4 = textemp4 & \"";
+ //BA.debugLineNum = 5911;BA.debugLine="If CB5_P3_M3.Checked Then textemp4 = textemp4 & \"";
if (_cb5_p3_m3.getChecked()) {
_textemp4 = _textemp4+", "+_cb5_p3_m3.getText();};
- //BA.debugLineNum = 5907;BA.debugLine="Log(textemp4)";
-__c.LogImpl("022872075",_textemp4,0);
- //BA.debugLineNum = 5908;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5912;BA.debugLine="Log(textemp4)";
+__c.LogImpl("722872075",_textemp4,0);
+ //BA.debugLineNum = 5913;BA.debugLine="End Sub";
return "";
}
public String _cb4_p4_m2_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 5838;BA.debugLine="Private Sub CB4_P4_M2_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 5839;BA.debugLine="textemp3 = \"\"";
+ //BA.debugLineNum = 5843;BA.debugLine="Private Sub CB4_P4_M2_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 5844;BA.debugLine="textemp3 = \"\"";
_textemp3 = "";
- //BA.debugLineNum = 5840;BA.debugLine="If CB4_P4_M2.Checked Then";
+ //BA.debugLineNum = 5845;BA.debugLine="If CB4_P4_M2.Checked Then";
if (_cb4_p4_m2.getChecked()) {
- //BA.debugLineNum = 5841;BA.debugLine="textemp3 = CB4_P4_M2.Text";
+ //BA.debugLineNum = 5846;BA.debugLine="textemp3 = CB4_P4_M2.Text";
_textemp3 = _cb4_p4_m2.getText();
}else {
- //BA.debugLineNum = 5843;BA.debugLine="textemp3 = \"\"";
+ //BA.debugLineNum = 5848;BA.debugLine="textemp3 = \"\"";
_textemp3 = "";
};
- //BA.debugLineNum = 5845;BA.debugLine="If CB1_P4_M2.Checked Then textemp3 = textemp3 & \"";
+ //BA.debugLineNum = 5850;BA.debugLine="If CB1_P4_M2.Checked Then textemp3 = textemp3 & \"";
if (_cb1_p4_m2.getChecked()) {
_textemp3 = _textemp3+", "+_cb1_p4_m2.getText();};
- //BA.debugLineNum = 5846;BA.debugLine="If CB2_P4_M2.Checked Then textemp3 = textemp3 & \"";
+ //BA.debugLineNum = 5851;BA.debugLine="If CB2_P4_M2.Checked Then textemp3 = textemp3 & \"";
if (_cb2_p4_m2.getChecked()) {
_textemp3 = _textemp3+", "+_cb2_p4_m2.getText();};
- //BA.debugLineNum = 5847;BA.debugLine="If CB3_P4_M2.Checked Then textemp3 = textemp3 & \"";
+ //BA.debugLineNum = 5852;BA.debugLine="If CB3_P4_M2.Checked Then textemp3 = textemp3 & \"";
if (_cb3_p4_m2.getChecked()) {
_textemp3 = _textemp3+", "+_cb3_p4_m2.getText();};
- //BA.debugLineNum = 5848;BA.debugLine="Log(textemp3)";
-__c.LogImpl("022609930",_textemp3,0);
- //BA.debugLineNum = 5849;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5853;BA.debugLine="Log(textemp3)";
+__c.LogImpl("722609930",_textemp3,0);
+ //BA.debugLineNum = 5854;BA.debugLine="End Sub";
return "";
}
public String _cb4_p4_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 5971;BA.debugLine="Private Sub CB4_P4_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 5972;BA.debugLine="textemp5 = \"\"";
-_textemp5 = "";
- //BA.debugLineNum = 5973;BA.debugLine="CB5_P4_M3.Checked = False";
-_cb5_p4_m3.setChecked(__c.False);
- //BA.debugLineNum = 5974;BA.debugLine="If CB4_P4_M3.Checked Then";
-if (_cb4_p4_m3.getChecked()) {
- //BA.debugLineNum = 5975;BA.debugLine="textemp5 = CB4_P4_M3.Text";
-_textemp5 = _cb4_p4_m3.getText();
- }else {
+ //BA.debugLineNum = 5976;BA.debugLine="Private Sub CB4_P4_M3_CheckedChange(Checked As Boo";
//BA.debugLineNum = 5977;BA.debugLine="textemp5 = \"\"";
+_textemp5 = "";
+ //BA.debugLineNum = 5978;BA.debugLine="CB5_P4_M3.Checked = False";
+_cb5_p4_m3.setChecked(__c.False);
+ //BA.debugLineNum = 5979;BA.debugLine="If CB4_P4_M3.Checked Then";
+if (_cb4_p4_m3.getChecked()) {
+ //BA.debugLineNum = 5980;BA.debugLine="textemp5 = CB4_P4_M3.Text";
+_textemp5 = _cb4_p4_m3.getText();
+ }else {
+ //BA.debugLineNum = 5982;BA.debugLine="textemp5 = \"\"";
_textemp5 = "";
};
- //BA.debugLineNum = 5979;BA.debugLine="If CB1_P4_M3.Checked Then textemp5 = textemp5 & \"";
+ //BA.debugLineNum = 5984;BA.debugLine="If CB1_P4_M3.Checked Then textemp5 = textemp5 & \"";
if (_cb1_p4_m3.getChecked()) {
_textemp5 = _textemp5+", "+_cb1_p4_m3.getText();};
- //BA.debugLineNum = 5980;BA.debugLine="If CB2_P4_M3.Checked Then textemp5 = textemp5 & \"";
+ //BA.debugLineNum = 5985;BA.debugLine="If CB2_P4_M3.Checked Then textemp5 = textemp5 & \"";
if (_cb2_p4_m3.getChecked()) {
_textemp5 = _textemp5+", "+_cb2_p4_m3.getText();};
- //BA.debugLineNum = 5981;BA.debugLine="If CB3_P4_M3.Checked Then textemp5 = textemp5 & \"";
+ //BA.debugLineNum = 5986;BA.debugLine="If CB3_P4_M3.Checked Then textemp5 = textemp5 & \"";
if (_cb3_p4_m3.getChecked()) {
_textemp5 = _textemp5+", "+_cb3_p4_m3.getText();};
- //BA.debugLineNum = 5982;BA.debugLine="If CB5_P4_M3.Checked Then textemp5 = textemp5 & \"";
+ //BA.debugLineNum = 5987;BA.debugLine="If CB5_P4_M3.Checked Then textemp5 = textemp5 & \"";
if (_cb5_p4_m3.getChecked()) {
_textemp5 = _textemp5+", "+_cb5_p4_m3.getText();};
- //BA.debugLineNum = 5983;BA.debugLine="Log(textemp5)";
-__c.LogImpl("023199756",_textemp5,0);
- //BA.debugLineNum = 5984;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5988;BA.debugLine="Log(textemp5)";
+__c.LogImpl("723199756",_textemp5,0);
+ //BA.debugLineNum = 5989;BA.debugLine="End Sub";
return "";
}
public String _cb4_p6_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 6055;BA.debugLine="Private Sub CB4_P6_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 6056;BA.debugLine="textemp6 = \"\"";
+ //BA.debugLineNum = 6060;BA.debugLine="Private Sub CB4_P6_M3_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 6061;BA.debugLine="textemp6 = \"\"";
_textemp6 = "";
- //BA.debugLineNum = 6057;BA.debugLine="If CB4_P6_M3.Checked Then";
+ //BA.debugLineNum = 6062;BA.debugLine="If CB4_P6_M3.Checked Then";
if (_cb4_p6_m3.getChecked()) {
- //BA.debugLineNum = 6058;BA.debugLine="textemp6 = CB4_P6_M3.Text";
+ //BA.debugLineNum = 6063;BA.debugLine="textemp6 = CB4_P6_M3.Text";
_textemp6 = _cb4_p6_m3.getText();
}else {
- //BA.debugLineNum = 6060;BA.debugLine="textemp6 = \"\"";
+ //BA.debugLineNum = 6065;BA.debugLine="textemp6 = \"\"";
_textemp6 = "";
};
- //BA.debugLineNum = 6062;BA.debugLine="If CB1_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6067;BA.debugLine="If CB1_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb1_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb1_p6_m3.getText();};
- //BA.debugLineNum = 6063;BA.debugLine="If CB2_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6068;BA.debugLine="If CB2_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb2_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb2_p6_m3.getText();};
- //BA.debugLineNum = 6064;BA.debugLine="If CB3_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6069;BA.debugLine="If CB3_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb3_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb3_p6_m3.getText();};
- //BA.debugLineNum = 6065;BA.debugLine="If CB5_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6070;BA.debugLine="If CB5_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb5_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb5_p6_m3.getText();};
- //BA.debugLineNum = 6066;BA.debugLine="If CB6_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6071;BA.debugLine="If CB6_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb6_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb6_p6_m3.getText();};
- //BA.debugLineNum = 6067;BA.debugLine="If CB7_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6072;BA.debugLine="If CB7_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb7_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb7_p6_m3.getText();};
- //BA.debugLineNum = 6068;BA.debugLine="Log(textemp6)";
-__c.LogImpl("023527437",_textemp6,0);
- //BA.debugLineNum = 6069;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6073;BA.debugLine="Log(textemp6)";
+__c.LogImpl("723527437",_textemp6,0);
+ //BA.debugLineNum = 6074;BA.debugLine="End Sub";
return "";
}
public String _cb4_p7_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 6158;BA.debugLine="Private Sub CB4_P7_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 6159;BA.debugLine="textemp7 = \"\"";
+ //BA.debugLineNum = 6163;BA.debugLine="Private Sub CB4_P7_M3_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 6164;BA.debugLine="textemp7 = \"\"";
_textemp7 = "";
- //BA.debugLineNum = 6160;BA.debugLine="If CB4_P7_M3.Checked Then";
+ //BA.debugLineNum = 6165;BA.debugLine="If CB4_P7_M3.Checked Then";
if (_cb4_p7_m3.getChecked()) {
- //BA.debugLineNum = 6161;BA.debugLine="textemp7 = CB4_P7_M3.Text";
+ //BA.debugLineNum = 6166;BA.debugLine="textemp7 = CB4_P7_M3.Text";
_textemp7 = _cb4_p7_m3.getText();
}else {
- //BA.debugLineNum = 6163;BA.debugLine="textemp7 = \"\"";
+ //BA.debugLineNum = 6168;BA.debugLine="textemp7 = \"\"";
_textemp7 = "";
};
- //BA.debugLineNum = 6165;BA.debugLine="If CB1_P7_M3.Checked Then textemp7 = textemp7 & \"";
+ //BA.debugLineNum = 6170;BA.debugLine="If CB1_P7_M3.Checked Then textemp7 = textemp7 & \"";
if (_cb1_p7_m3.getChecked()) {
_textemp7 = _textemp7+", "+_cb1_p7_m3.getText();};
- //BA.debugLineNum = 6166;BA.debugLine="If CB2_P7_M3.Checked Then textemp7 = textemp7 & \"";
+ //BA.debugLineNum = 6171;BA.debugLine="If CB2_P7_M3.Checked Then textemp7 = textemp7 & \"";
if (_cb2_p7_m3.getChecked()) {
_textemp7 = _textemp7+", "+_cb2_p7_m3.getText();};
- //BA.debugLineNum = 6167;BA.debugLine="If CB3_P7_M3.Checked Then textemp7 = textemp7 & \"";
+ //BA.debugLineNum = 6172;BA.debugLine="If CB3_P7_M3.Checked Then textemp7 = textemp7 & \"";
if (_cb3_p7_m3.getChecked()) {
_textemp7 = _textemp7+", "+_cb3_p7_m3.getText();};
- //BA.debugLineNum = 6168;BA.debugLine="Log(textemp7)";
-__c.LogImpl("023986186",_textemp7,0);
- //BA.debugLineNum = 6169;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6173;BA.debugLine="Log(textemp7)";
+__c.LogImpl("723986186",_textemp7,0);
+ //BA.debugLineNum = 6174;BA.debugLine="End Sub";
return "";
}
public String _cb4_p8_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 6203;BA.debugLine="Private Sub CB4_P8_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 6204;BA.debugLine="textemp8 = \"\"";
+ //BA.debugLineNum = 6208;BA.debugLine="Private Sub CB4_P8_M3_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 6209;BA.debugLine="textemp8 = \"\"";
_textemp8 = "";
- //BA.debugLineNum = 6205;BA.debugLine="textemp8 = CB4_P8_M3.Text";
+ //BA.debugLineNum = 6210;BA.debugLine="textemp8 = CB4_P8_M3.Text";
_textemp8 = _cb4_p8_m3.getText();
- //BA.debugLineNum = 6206;BA.debugLine="If CB1_P8_M3.Checked Then textemp8 = textemp8 & \"";
+ //BA.debugLineNum = 6211;BA.debugLine="If CB1_P8_M3.Checked Then textemp8 = textemp8 & \"";
if (_cb1_p8_m3.getChecked()) {
_textemp8 = _textemp8+", "+_cb1_p8_m3.getText();};
- //BA.debugLineNum = 6207;BA.debugLine="If CB2_P8_M3.Checked Then textemp8 = textemp8 & \"";
+ //BA.debugLineNum = 6212;BA.debugLine="If CB2_P8_M3.Checked Then textemp8 = textemp8 & \"";
if (_cb2_p8_m3.getChecked()) {
_textemp8 = _textemp8+", "+_cb2_p8_m3.getText();};
- //BA.debugLineNum = 6208;BA.debugLine="If CB3_P8_M3.Checked Then textemp8 = textemp8 & \"";
+ //BA.debugLineNum = 6213;BA.debugLine="If CB3_P8_M3.Checked Then textemp8 = textemp8 & \"";
if (_cb3_p8_m3.getChecked()) {
_textemp8 = _textemp8+", "+_cb3_p8_m3.getText();};
- //BA.debugLineNum = 6209;BA.debugLine="Log(textemp8)";
-__c.LogImpl("024248326",_textemp8,0);
- //BA.debugLineNum = 6210;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6214;BA.debugLine="Log(textemp8)";
+__c.LogImpl("724248326",_textemp8,0);
+ //BA.debugLineNum = 6215;BA.debugLine="End Sub";
return "";
}
public String _cb5_p3_m2_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 5783;BA.debugLine="Private Sub CB5_P3_M2_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 5784;BA.debugLine="textemp2 = \"\"";
+ //BA.debugLineNum = 5788;BA.debugLine="Private Sub CB5_P3_M2_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 5789;BA.debugLine="textemp2 = \"\"";
_textemp2 = "";
- //BA.debugLineNum = 5785;BA.debugLine="If CB5_P3_M2.Checked Then";
+ //BA.debugLineNum = 5790;BA.debugLine="If CB5_P3_M2.Checked Then";
if (_cb5_p3_m2.getChecked()) {
- //BA.debugLineNum = 5786;BA.debugLine="textemp2 = CB5_P3_M2.Text";
+ //BA.debugLineNum = 5791;BA.debugLine="textemp2 = CB5_P3_M2.Text";
_textemp2 = _cb5_p3_m2.getText();
}else {
- //BA.debugLineNum = 5788;BA.debugLine="textemp2 = \"\"";
+ //BA.debugLineNum = 5793;BA.debugLine="textemp2 = \"\"";
_textemp2 = "";
};
- //BA.debugLineNum = 5790;BA.debugLine="If CB1_P3_M2.Checked Then textemp2 = textemp2 & \"";
+ //BA.debugLineNum = 5795;BA.debugLine="If CB1_P3_M2.Checked Then textemp2 = textemp2 & \"";
if (_cb1_p3_m2.getChecked()) {
_textemp2 = _textemp2+", "+_cb1_p3_m2.getText();};
- //BA.debugLineNum = 5791;BA.debugLine="If CB2_P3_M2.Checked Then textemp2 = textemp2 & \"";
+ //BA.debugLineNum = 5796;BA.debugLine="If CB2_P3_M2.Checked Then textemp2 = textemp2 & \"";
if (_cb2_p3_m2.getChecked()) {
_textemp2 = _textemp2+", "+_cb2_p3_m2.getText();};
- //BA.debugLineNum = 5792;BA.debugLine="If CB3_P3_M2.Checked Then textemp2 = textemp2 & \"";
+ //BA.debugLineNum = 5797;BA.debugLine="If CB3_P3_M2.Checked Then textemp2 = textemp2 & \"";
if (_cb3_p3_m2.getChecked()) {
_textemp2 = _textemp2+", "+_cb3_p3_m2.getText();};
- //BA.debugLineNum = 5793;BA.debugLine="If CB4_P3_M2.Checked Then textemp2 = textemp2 & \"";
+ //BA.debugLineNum = 5798;BA.debugLine="If CB4_P3_M2.Checked Then textemp2 = textemp2 & \"";
if (_cb4_p3_m2.getChecked()) {
_textemp2 = _textemp2+", "+_cb4_p3_m2.getText();};
- //BA.debugLineNum = 5794;BA.debugLine="Log(textemp2)";
-__c.LogImpl("022347787",_textemp2,0);
- //BA.debugLineNum = 5795;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5799;BA.debugLine="Log(textemp2)";
+__c.LogImpl("722347787",_textemp2,0);
+ //BA.debugLineNum = 5800;BA.debugLine="End Sub";
return "";
}
public String _cb5_p3_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 5910;BA.debugLine="Private Sub CB5_P3_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 5911;BA.debugLine="textemp4 = \"\"";
+ //BA.debugLineNum = 5915;BA.debugLine="Private Sub CB5_P3_M3_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 5916;BA.debugLine="textemp4 = \"\"";
_textemp4 = "";
- //BA.debugLineNum = 5912;BA.debugLine="If CB5_P3_M3.Checked Then";
+ //BA.debugLineNum = 5917;BA.debugLine="If CB5_P3_M3.Checked Then";
if (_cb5_p3_m3.getChecked()) {
- //BA.debugLineNum = 5913;BA.debugLine="textemp4 = CB5_P3_M3.Text";
+ //BA.debugLineNum = 5918;BA.debugLine="textemp4 = CB5_P3_M3.Text";
_textemp4 = _cb5_p3_m3.getText();
}else {
- //BA.debugLineNum = 5915;BA.debugLine="textemp4 = \"\"";
+ //BA.debugLineNum = 5920;BA.debugLine="textemp4 = \"\"";
_textemp4 = "";
};
- //BA.debugLineNum = 5917;BA.debugLine="If CB1_P3_M3.Checked Then textemp4 = textemp4 & \"";
+ //BA.debugLineNum = 5922;BA.debugLine="If CB1_P3_M3.Checked Then textemp4 = textemp4 & \"";
if (_cb1_p3_m3.getChecked()) {
_textemp4 = _textemp4+", "+_cb1_p3_m3.getText();};
- //BA.debugLineNum = 5918;BA.debugLine="If CB2_P3_M3.Checked Then textemp4 = textemp4 & \"";
+ //BA.debugLineNum = 5923;BA.debugLine="If CB2_P3_M3.Checked Then textemp4 = textemp4 & \"";
if (_cb2_p3_m3.getChecked()) {
_textemp4 = _textemp4+", "+_cb2_p3_m3.getText();};
- //BA.debugLineNum = 5919;BA.debugLine="If CB3_P3_M3.Checked Then textemp4 = textemp4 & \"";
+ //BA.debugLineNum = 5924;BA.debugLine="If CB3_P3_M3.Checked Then textemp4 = textemp4 & \"";
if (_cb3_p3_m3.getChecked()) {
_textemp4 = _textemp4+", "+_cb3_p3_m3.getText();};
- //BA.debugLineNum = 5920;BA.debugLine="If CB4_P3_M3.Checked Then textemp4 = textemp4 & \"";
+ //BA.debugLineNum = 5925;BA.debugLine="If CB4_P3_M3.Checked Then textemp4 = textemp4 & \"";
if (_cb4_p3_m3.getChecked()) {
_textemp4 = _textemp4+", "+_cb4_p3_m3.getText();};
- //BA.debugLineNum = 5921;BA.debugLine="Log(textemp4)";
-__c.LogImpl("022937611",_textemp4,0);
- //BA.debugLineNum = 5922;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5926;BA.debugLine="Log(textemp4)";
+__c.LogImpl("722937611",_textemp4,0);
+ //BA.debugLineNum = 5927;BA.debugLine="End Sub";
return "";
}
public String _cb5_p4_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 5986;BA.debugLine="Private Sub CB5_P4_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 5987;BA.debugLine="textemp5 = \"\"";
+ //BA.debugLineNum = 5991;BA.debugLine="Private Sub CB5_P4_M3_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 5992;BA.debugLine="textemp5 = \"\"";
_textemp5 = "";
- //BA.debugLineNum = 5988;BA.debugLine="CB1_P4_M3.Checked = False";
+ //BA.debugLineNum = 5993;BA.debugLine="CB1_P4_M3.Checked = False";
_cb1_p4_m3.setChecked(__c.False);
- //BA.debugLineNum = 5989;BA.debugLine="CB2_P4_M3.Checked = False";
+ //BA.debugLineNum = 5994;BA.debugLine="CB2_P4_M3.Checked = False";
_cb2_p4_m3.setChecked(__c.False);
- //BA.debugLineNum = 5990;BA.debugLine="CB3_P4_M3.Checked = False";
+ //BA.debugLineNum = 5995;BA.debugLine="CB3_P4_M3.Checked = False";
_cb3_p4_m3.setChecked(__c.False);
- //BA.debugLineNum = 5991;BA.debugLine="CB4_P4_M3.Checked = False";
+ //BA.debugLineNum = 5996;BA.debugLine="CB4_P4_M3.Checked = False";
_cb4_p4_m3.setChecked(__c.False);
- //BA.debugLineNum = 5992;BA.debugLine="If CB5_P4_M3.Checked Then";
+ //BA.debugLineNum = 5997;BA.debugLine="If CB5_P4_M3.Checked Then";
if (_cb5_p4_m3.getChecked()) {
- //BA.debugLineNum = 5993;BA.debugLine="textemp5 = CB5_P4_M3.Text";
+ //BA.debugLineNum = 5998;BA.debugLine="textemp5 = CB5_P4_M3.Text";
_textemp5 = _cb5_p4_m3.getText();
}else {
- //BA.debugLineNum = 5995;BA.debugLine="textemp5 = \"\"";
+ //BA.debugLineNum = 6000;BA.debugLine="textemp5 = \"\"";
_textemp5 = "";
};
- //BA.debugLineNum = 5997;BA.debugLine="If CB1_P4_M3.Checked Then textemp5 = textemp5 & \"";
+ //BA.debugLineNum = 6002;BA.debugLine="If CB1_P4_M3.Checked Then textemp5 = textemp5 & \"";
if (_cb1_p4_m3.getChecked()) {
_textemp5 = _textemp5+", "+_cb1_p4_m3.getText();};
- //BA.debugLineNum = 5998;BA.debugLine="If CB2_P4_M3.Checked Then textemp5 = textemp5 & \"";
+ //BA.debugLineNum = 6003;BA.debugLine="If CB2_P4_M3.Checked Then textemp5 = textemp5 & \"";
if (_cb2_p4_m3.getChecked()) {
_textemp5 = _textemp5+", "+_cb2_p4_m3.getText();};
- //BA.debugLineNum = 5999;BA.debugLine="If CB3_P4_M3.Checked Then textemp5 = textemp5 & \"";
+ //BA.debugLineNum = 6004;BA.debugLine="If CB3_P4_M3.Checked Then textemp5 = textemp5 & \"";
if (_cb3_p4_m3.getChecked()) {
_textemp5 = _textemp5+", "+_cb3_p4_m3.getText();};
- //BA.debugLineNum = 6000;BA.debugLine="If CB4_P4_M3.Checked Then textemp5 = textemp5 & \"";
+ //BA.debugLineNum = 6005;BA.debugLine="If CB4_P4_M3.Checked Then textemp5 = textemp5 & \"";
if (_cb4_p4_m3.getChecked()) {
_textemp5 = _textemp5+", "+_cb4_p4_m3.getText();};
- //BA.debugLineNum = 6001;BA.debugLine="Log(textemp5)";
-__c.LogImpl("023265295",_textemp5,0);
- //BA.debugLineNum = 6002;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6006;BA.debugLine="Log(textemp5)";
+__c.LogImpl("723265295",_textemp5,0);
+ //BA.debugLineNum = 6007;BA.debugLine="End Sub";
return "";
}
public String _cb5_p6_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 6071;BA.debugLine="Private Sub CB5_P6_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 6072;BA.debugLine="textemp6 = \"\"";
+ //BA.debugLineNum = 6076;BA.debugLine="Private Sub CB5_P6_M3_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 6077;BA.debugLine="textemp6 = \"\"";
_textemp6 = "";
- //BA.debugLineNum = 6073;BA.debugLine="If CB5_P6_M3.Checked Then";
+ //BA.debugLineNum = 6078;BA.debugLine="If CB5_P6_M3.Checked Then";
if (_cb5_p6_m3.getChecked()) {
- //BA.debugLineNum = 6074;BA.debugLine="textemp6 = CB5_P6_M3.Text";
+ //BA.debugLineNum = 6079;BA.debugLine="textemp6 = CB5_P6_M3.Text";
_textemp6 = _cb5_p6_m3.getText();
}else {
- //BA.debugLineNum = 6076;BA.debugLine="textemp6 = \"\"";
+ //BA.debugLineNum = 6081;BA.debugLine="textemp6 = \"\"";
_textemp6 = "";
};
- //BA.debugLineNum = 6078;BA.debugLine="If CB1_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6083;BA.debugLine="If CB1_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb1_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb1_p6_m3.getText();};
- //BA.debugLineNum = 6079;BA.debugLine="If CB2_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6084;BA.debugLine="If CB2_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb2_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb2_p6_m3.getText();};
- //BA.debugLineNum = 6080;BA.debugLine="If CB3_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6085;BA.debugLine="If CB3_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb3_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb3_p6_m3.getText();};
- //BA.debugLineNum = 6081;BA.debugLine="If CB4_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6086;BA.debugLine="If CB4_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb4_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb4_p6_m3.getText();};
- //BA.debugLineNum = 6082;BA.debugLine="If CB6_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6087;BA.debugLine="If CB6_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb6_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb6_p6_m3.getText();};
- //BA.debugLineNum = 6083;BA.debugLine="If CB7_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6088;BA.debugLine="If CB7_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb7_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb7_p6_m3.getText();};
- //BA.debugLineNum = 6084;BA.debugLine="Log(textemp6)";
-__c.LogImpl("023592973",_textemp6,0);
- //BA.debugLineNum = 6085;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6089;BA.debugLine="Log(textemp6)";
+__c.LogImpl("723592973",_textemp6,0);
+ //BA.debugLineNum = 6090;BA.debugLine="End Sub";
return "";
}
public String _cb6_p3_m2_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 5179;BA.debugLine="Private Sub CB6_P3_M2_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 5180;BA.debugLine="If CB6_P3_M2.Checked = True Then";
+ //BA.debugLineNum = 5184;BA.debugLine="Private Sub CB6_P3_M2_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 5185;BA.debugLine="If CB6_P3_M2.Checked = True Then";
if (_cb6_p3_m2.getChecked()==__c.True) {
- //BA.debugLineNum = 5181;BA.debugLine="Panel7_M2.Visible = True";
+ //BA.debugLineNum = 5186;BA.debugLine="Panel7_M2.Visible = True";
_panel7_m2.setVisible(__c.True);
}else {
- //BA.debugLineNum = 5183;BA.debugLine="Panel7_M2.Visible = False";
+ //BA.debugLineNum = 5188;BA.debugLine="Panel7_M2.Visible = False";
_panel7_m2.setVisible(__c.False);
};
- //BA.debugLineNum = 5187;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5192;BA.debugLine="End Sub";
return "";
}
public String _cb6_p6_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 6087;BA.debugLine="Private Sub CB6_P6_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 6088;BA.debugLine="textemp6 = \"\"";
+ //BA.debugLineNum = 6092;BA.debugLine="Private Sub CB6_P6_M3_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 6093;BA.debugLine="textemp6 = \"\"";
_textemp6 = "";
- //BA.debugLineNum = 6089;BA.debugLine="If CB6_P6_M3.Checked Then";
+ //BA.debugLineNum = 6094;BA.debugLine="If CB6_P6_M3.Checked Then";
if (_cb6_p6_m3.getChecked()) {
- //BA.debugLineNum = 6090;BA.debugLine="textemp6 = CB6_P6_M3.Text";
+ //BA.debugLineNum = 6095;BA.debugLine="textemp6 = CB6_P6_M3.Text";
_textemp6 = _cb6_p6_m3.getText();
}else {
- //BA.debugLineNum = 6092;BA.debugLine="textemp6 = \"\"";
+ //BA.debugLineNum = 6097;BA.debugLine="textemp6 = \"\"";
_textemp6 = "";
};
- //BA.debugLineNum = 6094;BA.debugLine="If CB1_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6099;BA.debugLine="If CB1_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb1_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb1_p6_m3.getText();};
- //BA.debugLineNum = 6095;BA.debugLine="If CB2_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6100;BA.debugLine="If CB2_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb2_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb2_p6_m3.getText();};
- //BA.debugLineNum = 6096;BA.debugLine="If CB3_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6101;BA.debugLine="If CB3_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb3_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb3_p6_m3.getText();};
- //BA.debugLineNum = 6097;BA.debugLine="If CB4_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6102;BA.debugLine="If CB4_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb4_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb4_p6_m3.getText();};
- //BA.debugLineNum = 6098;BA.debugLine="If CB5_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6103;BA.debugLine="If CB5_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb5_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb5_p6_m3.getText();};
- //BA.debugLineNum = 6099;BA.debugLine="If CB7_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6104;BA.debugLine="If CB7_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb7_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb7_p6_m3.getText();};
- //BA.debugLineNum = 6100;BA.debugLine="Log(textemp6)";
-__c.LogImpl("023658509",_textemp6,0);
- //BA.debugLineNum = 6101;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6105;BA.debugLine="Log(textemp6)";
+__c.LogImpl("723658509",_textemp6,0);
+ //BA.debugLineNum = 6106;BA.debugLine="End Sub";
return "";
}
public String _cb7_p6_m3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 6103;BA.debugLine="Private Sub CB7_P6_M3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 6104;BA.debugLine="textemp6 = \"\"";
+ //BA.debugLineNum = 6108;BA.debugLine="Private Sub CB7_P6_M3_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 6109;BA.debugLine="textemp6 = \"\"";
_textemp6 = "";
- //BA.debugLineNum = 6105;BA.debugLine="If CB7_P6_M3.Checked Then";
+ //BA.debugLineNum = 6110;BA.debugLine="If CB7_P6_M3.Checked Then";
if (_cb7_p6_m3.getChecked()) {
- //BA.debugLineNum = 6106;BA.debugLine="textemp6 = CB7_P6_M3.Text";
+ //BA.debugLineNum = 6111;BA.debugLine="textemp6 = CB7_P6_M3.Text";
_textemp6 = _cb7_p6_m3.getText();
}else {
- //BA.debugLineNum = 6108;BA.debugLine="textemp6 = \"\"";
+ //BA.debugLineNum = 6113;BA.debugLine="textemp6 = \"\"";
_textemp6 = "";
};
- //BA.debugLineNum = 6110;BA.debugLine="If CB1_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6115;BA.debugLine="If CB1_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb1_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb1_p6_m3.getText();};
- //BA.debugLineNum = 6111;BA.debugLine="If CB2_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6116;BA.debugLine="If CB2_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb2_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb2_p6_m3.getText();};
- //BA.debugLineNum = 6112;BA.debugLine="If CB3_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6117;BA.debugLine="If CB3_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb3_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb3_p6_m3.getText();};
- //BA.debugLineNum = 6113;BA.debugLine="If CB4_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6118;BA.debugLine="If CB4_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb4_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb4_p6_m3.getText();};
- //BA.debugLineNum = 6114;BA.debugLine="If CB5_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6119;BA.debugLine="If CB5_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb5_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb5_p6_m3.getText();};
- //BA.debugLineNum = 6115;BA.debugLine="If CB6_P6_M3.Checked Then textemp6 = textemp6 & \"";
+ //BA.debugLineNum = 6120;BA.debugLine="If CB6_P6_M3.Checked Then textemp6 = textemp6 & \"";
if (_cb6_p6_m3.getChecked()) {
_textemp6 = _textemp6+", "+_cb6_p6_m3.getText();};
- //BA.debugLineNum = 6116;BA.debugLine="Log(textemp6)";
-__c.LogImpl("023724045",_textemp6,0);
- //BA.debugLineNum = 6117;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6121;BA.debugLine="Log(textemp6)";
+__c.LogImpl("723724045",_textemp6,0);
+ //BA.debugLineNum = 6122;BA.debugLine="End Sub";
return "";
}
public int _centropantalla() throws Exception{
int _anchopantalla = 0;
- //BA.debugLineNum = 6455;BA.debugLine="Sub centroPantalla As Int";
- //BA.debugLineNum = 6456;BA.debugLine="Private anchoPantalla As Int = GetDeviceLayoutVal";
+ //BA.debugLineNum = 6460;BA.debugLine="Sub centroPantalla As Int";
+ //BA.debugLineNum = 6461;BA.debugLine="Private anchoPantalla As Int = GetDeviceLayoutVal";
_anchopantalla = __c.GetDeviceLayoutValues(ba).Width;
- //BA.debugLineNum = 6457;BA.debugLine="Private anchoPantalla As Int = Root.Width";
+ //BA.debugLineNum = 6462;BA.debugLine="Private anchoPantalla As Int = Root.Width";
_anchopantalla = _root.getWidth();
- //BA.debugLineNum = 6458;BA.debugLine="Return anchoPantalla/2";
+ //BA.debugLineNum = 6463;BA.debugLine="Return anchoPantalla/2";
if (true) return (int) (_anchopantalla/(double)2);
- //BA.debugLineNum = 6459;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6464;BA.debugLine="End Sub";
return 0;
}
public String _ch_factura_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 7849;BA.debugLine="Private Sub CH_FACTURA_CheckedChange(Checked As Bo";
- //BA.debugLineNum = 7851;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7854;BA.debugLine="Private Sub CH_FACTURA_CheckedChange(Checked As Bo";
+ //BA.debugLineNum = 7856;BA.debugLine="End Sub";
return "";
}
public String _chb_com_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 8048;BA.debugLine="Private Sub chb_com_CheckedChange(Checked As Boole";
- //BA.debugLineNum = 8050;BA.debugLine="End Sub";
+ //BA.debugLineNum = 8053;BA.debugLine="Private Sub chb_com_CheckedChange(Checked As Boole";
+ //BA.debugLineNum = 8055;BA.debugLine="End Sub";
return "";
}
public String _checkbox1_checkedchange(boolean _checked) throws Exception{
String _textemp = "";
- //BA.debugLineNum = 4873;BA.debugLine="Private Sub CheckBox1_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 4874;BA.debugLine="Dim textemp As String =\"\"";
+ //BA.debugLineNum = 4878;BA.debugLine="Private Sub CheckBox1_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 4879;BA.debugLine="Dim textemp As String =\"\"";
_textemp = "";
- //BA.debugLineNum = 4875;BA.debugLine="textemp = CheckBox1.Text";
+ //BA.debugLineNum = 4880;BA.debugLine="textemp = CheckBox1.Text";
_textemp = _checkbox1.getText();
- //BA.debugLineNum = 4876;BA.debugLine="If CheckBox2.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4881;BA.debugLine="If CheckBox2.Checked Then textemp = textemp & \",";
if (_checkbox2.getChecked()) {
_textemp = _textemp+", "+_checkbox2.getText();};
- //BA.debugLineNum = 4877;BA.debugLine="If CheckBox3.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4882;BA.debugLine="If CheckBox3.Checked Then textemp = textemp & \",";
if (_checkbox3.getChecked()) {
_textemp = _textemp+", "+_checkbox3.getText();};
- //BA.debugLineNum = 4878;BA.debugLine="If CheckBox4.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4883;BA.debugLine="If CheckBox4.Checked Then textemp = textemp & \",";
if (_checkbox4.getChecked()) {
_textemp = _textemp+", "+_checkbox4.getText();};
- //BA.debugLineNum = 4879;BA.debugLine="If CheckBox5.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4884;BA.debugLine="If CheckBox5.Checked Then textemp = textemp & \",";
if (_checkbox5.getChecked()) {
_textemp = _textemp+", "+_checkbox5.getText();};
- //BA.debugLineNum = 4880;BA.debugLine="If CheckBox6.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4885;BA.debugLine="If CheckBox6.Checked Then textemp = textemp & \",";
if (_checkbox6.getChecked()) {
_textemp = _textemp+", "+_checkbox6.getText();};
- //BA.debugLineNum = 4881;BA.debugLine="If CheckBox7.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4886;BA.debugLine="If CheckBox7.Checked Then textemp = textemp & \",";
if (_checkbox7.getChecked()) {
_textemp = _textemp+", "+_checkbox7.getText();};
- //BA.debugLineNum = 4882;BA.debugLine="If CheckBox8.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4887;BA.debugLine="If CheckBox8.Checked Then textemp = textemp & \",";
if (_checkbox8.getChecked()) {
_textemp = _textemp+", "+_checkbox8.getText();};
- //BA.debugLineNum = 4883;BA.debugLine="encuentasmapa.Put(\"P9\", textemp)";
+ //BA.debugLineNum = 4888;BA.debugLine="encuentasmapa.Put(\"P9\", textemp)";
_encuentasmapa.Put((Object)("P9"),(Object)(_textemp));
- //BA.debugLineNum = 4884;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("020250635",BA.ObjectToString(_encuentasmapa),0);
- //BA.debugLineNum = 4885;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4889;BA.debugLine="Log(encuentasmapa)";
+__c.LogImpl("720250635",BA.ObjectToString(_encuentasmapa),0);
+ //BA.debugLineNum = 4890;BA.debugLine="End Sub";
return "";
}
public String _checkbox2_checkedchange(boolean _checked) throws Exception{
String _textemp = "";
- //BA.debugLineNum = 4887;BA.debugLine="Private Sub CheckBox2_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 4888;BA.debugLine="Dim textemp As String =\"\"";
+ //BA.debugLineNum = 4892;BA.debugLine="Private Sub CheckBox2_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 4893;BA.debugLine="Dim textemp As String =\"\"";
_textemp = "";
- //BA.debugLineNum = 4889;BA.debugLine="textemp = CheckBox2.Text";
+ //BA.debugLineNum = 4894;BA.debugLine="textemp = CheckBox2.Text";
_textemp = _checkbox2.getText();
- //BA.debugLineNum = 4890;BA.debugLine="If CheckBox1.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4895;BA.debugLine="If CheckBox1.Checked Then textemp = textemp & \",";
if (_checkbox1.getChecked()) {
_textemp = _textemp+", "+_checkbox1.getText();};
- //BA.debugLineNum = 4891;BA.debugLine="If CheckBox3.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4896;BA.debugLine="If CheckBox3.Checked Then textemp = textemp & \",";
if (_checkbox3.getChecked()) {
_textemp = _textemp+", "+_checkbox3.getText();};
- //BA.debugLineNum = 4892;BA.debugLine="If CheckBox4.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4897;BA.debugLine="If CheckBox4.Checked Then textemp = textemp & \",";
if (_checkbox4.getChecked()) {
_textemp = _textemp+", "+_checkbox4.getText();};
- //BA.debugLineNum = 4893;BA.debugLine="If CheckBox5.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4898;BA.debugLine="If CheckBox5.Checked Then textemp = textemp & \",";
if (_checkbox5.getChecked()) {
_textemp = _textemp+", "+_checkbox5.getText();};
- //BA.debugLineNum = 4894;BA.debugLine="If CheckBox6.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4899;BA.debugLine="If CheckBox6.Checked Then textemp = textemp & \",";
if (_checkbox6.getChecked()) {
_textemp = _textemp+", "+_checkbox6.getText();};
- //BA.debugLineNum = 4895;BA.debugLine="If CheckBox7.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4900;BA.debugLine="If CheckBox7.Checked Then textemp = textemp & \",";
if (_checkbox7.getChecked()) {
_textemp = _textemp+", "+_checkbox7.getText();};
- //BA.debugLineNum = 4896;BA.debugLine="If CheckBox8.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4901;BA.debugLine="If CheckBox8.Checked Then textemp = textemp & \",";
if (_checkbox8.getChecked()) {
_textemp = _textemp+", "+_checkbox8.getText();};
- //BA.debugLineNum = 4897;BA.debugLine="encuentasmapa.Put(\"P9\", textemp)";
+ //BA.debugLineNum = 4902;BA.debugLine="encuentasmapa.Put(\"P9\", textemp)";
_encuentasmapa.Put((Object)("P9"),(Object)(_textemp));
- //BA.debugLineNum = 4898;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("020316171",BA.ObjectToString(_encuentasmapa),0);
- //BA.debugLineNum = 4899;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4903;BA.debugLine="Log(encuentasmapa)";
+__c.LogImpl("720316171",BA.ObjectToString(_encuentasmapa),0);
+ //BA.debugLineNum = 4904;BA.debugLine="End Sub";
return "";
}
public String _checkbox3_checkedchange(boolean _checked) throws Exception{
String _textemp = "";
- //BA.debugLineNum = 4901;BA.debugLine="Private Sub CheckBox3_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 4902;BA.debugLine="Dim textemp As String =\"\"";
+ //BA.debugLineNum = 4906;BA.debugLine="Private Sub CheckBox3_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 4907;BA.debugLine="Dim textemp As String =\"\"";
_textemp = "";
- //BA.debugLineNum = 4903;BA.debugLine="textemp = CheckBox3.Text";
+ //BA.debugLineNum = 4908;BA.debugLine="textemp = CheckBox3.Text";
_textemp = _checkbox3.getText();
- //BA.debugLineNum = 4904;BA.debugLine="If CheckBox1.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4909;BA.debugLine="If CheckBox1.Checked Then textemp = textemp & \",";
if (_checkbox1.getChecked()) {
_textemp = _textemp+", "+_checkbox1.getText();};
- //BA.debugLineNum = 4905;BA.debugLine="If CheckBox2.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4910;BA.debugLine="If CheckBox2.Checked Then textemp = textemp & \",";
if (_checkbox2.getChecked()) {
_textemp = _textemp+", "+_checkbox2.getText();};
- //BA.debugLineNum = 4906;BA.debugLine="If CheckBox4.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4911;BA.debugLine="If CheckBox4.Checked Then textemp = textemp & \",";
if (_checkbox4.getChecked()) {
_textemp = _textemp+", "+_checkbox4.getText();};
- //BA.debugLineNum = 4907;BA.debugLine="If CheckBox5.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4912;BA.debugLine="If CheckBox5.Checked Then textemp = textemp & \",";
if (_checkbox5.getChecked()) {
_textemp = _textemp+", "+_checkbox5.getText();};
- //BA.debugLineNum = 4908;BA.debugLine="If CheckBox6.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4913;BA.debugLine="If CheckBox6.Checked Then textemp = textemp & \",";
if (_checkbox6.getChecked()) {
_textemp = _textemp+", "+_checkbox6.getText();};
- //BA.debugLineNum = 4909;BA.debugLine="If CheckBox7.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4914;BA.debugLine="If CheckBox7.Checked Then textemp = textemp & \",";
if (_checkbox7.getChecked()) {
_textemp = _textemp+", "+_checkbox7.getText();};
- //BA.debugLineNum = 4910;BA.debugLine="If CheckBox8.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4915;BA.debugLine="If CheckBox8.Checked Then textemp = textemp & \",";
if (_checkbox8.getChecked()) {
_textemp = _textemp+", "+_checkbox8.getText();};
- //BA.debugLineNum = 4911;BA.debugLine="encuentasmapa.Put(\"P9\", textemp)";
+ //BA.debugLineNum = 4916;BA.debugLine="encuentasmapa.Put(\"P9\", textemp)";
_encuentasmapa.Put((Object)("P9"),(Object)(_textemp));
- //BA.debugLineNum = 4912;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("020381707",BA.ObjectToString(_encuentasmapa),0);
- //BA.debugLineNum = 4913;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4917;BA.debugLine="Log(encuentasmapa)";
+__c.LogImpl("720381707",BA.ObjectToString(_encuentasmapa),0);
+ //BA.debugLineNum = 4918;BA.debugLine="End Sub";
return "";
}
public String _checkbox4_checkedchange(boolean _checked) throws Exception{
String _textemp = "";
- //BA.debugLineNum = 4915;BA.debugLine="Private Sub CheckBox4_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 4916;BA.debugLine="Dim textemp As String =\"\"";
+ //BA.debugLineNum = 4920;BA.debugLine="Private Sub CheckBox4_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 4921;BA.debugLine="Dim textemp As String =\"\"";
_textemp = "";
- //BA.debugLineNum = 4917;BA.debugLine="textemp = CheckBox4.Text";
+ //BA.debugLineNum = 4922;BA.debugLine="textemp = CheckBox4.Text";
_textemp = _checkbox4.getText();
- //BA.debugLineNum = 4918;BA.debugLine="If CheckBox1.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4923;BA.debugLine="If CheckBox1.Checked Then textemp = textemp & \",";
if (_checkbox1.getChecked()) {
_textemp = _textemp+", "+_checkbox1.getText();};
- //BA.debugLineNum = 4919;BA.debugLine="If CheckBox2.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4924;BA.debugLine="If CheckBox2.Checked Then textemp = textemp & \",";
if (_checkbox2.getChecked()) {
_textemp = _textemp+", "+_checkbox2.getText();};
- //BA.debugLineNum = 4920;BA.debugLine="If CheckBox3.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4925;BA.debugLine="If CheckBox3.Checked Then textemp = textemp & \",";
if (_checkbox3.getChecked()) {
_textemp = _textemp+", "+_checkbox3.getText();};
- //BA.debugLineNum = 4921;BA.debugLine="If CheckBox5.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4926;BA.debugLine="If CheckBox5.Checked Then textemp = textemp & \",";
if (_checkbox5.getChecked()) {
_textemp = _textemp+", "+_checkbox5.getText();};
- //BA.debugLineNum = 4922;BA.debugLine="If CheckBox6.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4927;BA.debugLine="If CheckBox6.Checked Then textemp = textemp & \",";
if (_checkbox6.getChecked()) {
_textemp = _textemp+", "+_checkbox6.getText();};
- //BA.debugLineNum = 4923;BA.debugLine="If CheckBox7.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4928;BA.debugLine="If CheckBox7.Checked Then textemp = textemp & \",";
if (_checkbox7.getChecked()) {
_textemp = _textemp+", "+_checkbox7.getText();};
- //BA.debugLineNum = 4924;BA.debugLine="If CheckBox8.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4929;BA.debugLine="If CheckBox8.Checked Then textemp = textemp & \",";
if (_checkbox8.getChecked()) {
_textemp = _textemp+", "+_checkbox8.getText();};
- //BA.debugLineNum = 4925;BA.debugLine="encuentasmapa.Put(\"P9\", textemp)";
+ //BA.debugLineNum = 4930;BA.debugLine="encuentasmapa.Put(\"P9\", textemp)";
_encuentasmapa.Put((Object)("P9"),(Object)(_textemp));
- //BA.debugLineNum = 4926;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("020447243",BA.ObjectToString(_encuentasmapa),0);
- //BA.debugLineNum = 4927;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4931;BA.debugLine="Log(encuentasmapa)";
+__c.LogImpl("720447243",BA.ObjectToString(_encuentasmapa),0);
+ //BA.debugLineNum = 4932;BA.debugLine="End Sub";
return "";
}
public String _checkbox5_checkedchange(boolean _checked) throws Exception{
String _textemp = "";
- //BA.debugLineNum = 4929;BA.debugLine="Private Sub CheckBox5_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 4930;BA.debugLine="Dim textemp As String =\"\"";
+ //BA.debugLineNum = 4934;BA.debugLine="Private Sub CheckBox5_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 4935;BA.debugLine="Dim textemp As String =\"\"";
_textemp = "";
- //BA.debugLineNum = 4931;BA.debugLine="textemp = CheckBox5.Text";
+ //BA.debugLineNum = 4936;BA.debugLine="textemp = CheckBox5.Text";
_textemp = _checkbox5.getText();
- //BA.debugLineNum = 4932;BA.debugLine="If CheckBox1.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4937;BA.debugLine="If CheckBox1.Checked Then textemp = textemp & \",";
if (_checkbox1.getChecked()) {
_textemp = _textemp+", "+_checkbox1.getText();};
- //BA.debugLineNum = 4933;BA.debugLine="If CheckBox2.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4938;BA.debugLine="If CheckBox2.Checked Then textemp = textemp & \",";
if (_checkbox2.getChecked()) {
_textemp = _textemp+", "+_checkbox2.getText();};
- //BA.debugLineNum = 4934;BA.debugLine="If CheckBox3.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4939;BA.debugLine="If CheckBox3.Checked Then textemp = textemp & \",";
if (_checkbox3.getChecked()) {
_textemp = _textemp+", "+_checkbox3.getText();};
- //BA.debugLineNum = 4935;BA.debugLine="If CheckBox4.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4940;BA.debugLine="If CheckBox4.Checked Then textemp = textemp & \",";
if (_checkbox4.getChecked()) {
_textemp = _textemp+", "+_checkbox4.getText();};
- //BA.debugLineNum = 4936;BA.debugLine="If CheckBox6.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4941;BA.debugLine="If CheckBox6.Checked Then textemp = textemp & \",";
if (_checkbox6.getChecked()) {
_textemp = _textemp+", "+_checkbox6.getText();};
- //BA.debugLineNum = 4937;BA.debugLine="If CheckBox7.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4942;BA.debugLine="If CheckBox7.Checked Then textemp = textemp & \",";
if (_checkbox7.getChecked()) {
_textemp = _textemp+", "+_checkbox7.getText();};
- //BA.debugLineNum = 4938;BA.debugLine="If CheckBox8.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4943;BA.debugLine="If CheckBox8.Checked Then textemp = textemp & \",";
if (_checkbox8.getChecked()) {
_textemp = _textemp+", "+_checkbox8.getText();};
- //BA.debugLineNum = 4939;BA.debugLine="encuentasmapa.Put(\"P9\", textemp)";
+ //BA.debugLineNum = 4944;BA.debugLine="encuentasmapa.Put(\"P9\", textemp)";
_encuentasmapa.Put((Object)("P9"),(Object)(_textemp));
- //BA.debugLineNum = 4940;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("020512779",BA.ObjectToString(_encuentasmapa),0);
- //BA.debugLineNum = 4941;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4945;BA.debugLine="Log(encuentasmapa)";
+__c.LogImpl("720512779",BA.ObjectToString(_encuentasmapa),0);
+ //BA.debugLineNum = 4946;BA.debugLine="End Sub";
return "";
}
public String _checkbox6_checkedchange(boolean _checked) throws Exception{
String _textemp = "";
- //BA.debugLineNum = 4943;BA.debugLine="Private Sub CheckBox6_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 4944;BA.debugLine="Dim textemp As String =\"\"";
+ //BA.debugLineNum = 4948;BA.debugLine="Private Sub CheckBox6_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 4949;BA.debugLine="Dim textemp As String =\"\"";
_textemp = "";
- //BA.debugLineNum = 4945;BA.debugLine="textemp = CheckBox6.Text";
+ //BA.debugLineNum = 4950;BA.debugLine="textemp = CheckBox6.Text";
_textemp = _checkbox6.getText();
- //BA.debugLineNum = 4946;BA.debugLine="If CheckBox1.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4951;BA.debugLine="If CheckBox1.Checked Then textemp = textemp & \",";
if (_checkbox1.getChecked()) {
_textemp = _textemp+", "+_checkbox1.getText();};
- //BA.debugLineNum = 4947;BA.debugLine="If CheckBox2.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4952;BA.debugLine="If CheckBox2.Checked Then textemp = textemp & \",";
if (_checkbox2.getChecked()) {
_textemp = _textemp+", "+_checkbox2.getText();};
- //BA.debugLineNum = 4948;BA.debugLine="If CheckBox3.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4953;BA.debugLine="If CheckBox3.Checked Then textemp = textemp & \",";
if (_checkbox3.getChecked()) {
_textemp = _textemp+", "+_checkbox3.getText();};
- //BA.debugLineNum = 4949;BA.debugLine="If CheckBox4.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4954;BA.debugLine="If CheckBox4.Checked Then textemp = textemp & \",";
if (_checkbox4.getChecked()) {
_textemp = _textemp+", "+_checkbox4.getText();};
- //BA.debugLineNum = 4950;BA.debugLine="If CheckBox5.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4955;BA.debugLine="If CheckBox5.Checked Then textemp = textemp & \",";
if (_checkbox5.getChecked()) {
_textemp = _textemp+", "+_checkbox5.getText();};
- //BA.debugLineNum = 4951;BA.debugLine="If CheckBox7.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4956;BA.debugLine="If CheckBox7.Checked Then textemp = textemp & \",";
if (_checkbox7.getChecked()) {
_textemp = _textemp+", "+_checkbox7.getText();};
- //BA.debugLineNum = 4952;BA.debugLine="If CheckBox8.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4957;BA.debugLine="If CheckBox8.Checked Then textemp = textemp & \",";
if (_checkbox8.getChecked()) {
_textemp = _textemp+", "+_checkbox8.getText();};
- //BA.debugLineNum = 4953;BA.debugLine="encuentasmapa.Put(\"P9\", textemp)";
+ //BA.debugLineNum = 4958;BA.debugLine="encuentasmapa.Put(\"P9\", textemp)";
_encuentasmapa.Put((Object)("P9"),(Object)(_textemp));
- //BA.debugLineNum = 4954;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("020578315",BA.ObjectToString(_encuentasmapa),0);
- //BA.debugLineNum = 4955;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4959;BA.debugLine="Log(encuentasmapa)";
+__c.LogImpl("720578315",BA.ObjectToString(_encuentasmapa),0);
+ //BA.debugLineNum = 4960;BA.debugLine="End Sub";
return "";
}
public String _checkbox7_checkedchange(boolean _checked) throws Exception{
String _textemp = "";
- //BA.debugLineNum = 4957;BA.debugLine="Private Sub CheckBox7_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 4958;BA.debugLine="Dim textemp As String =\"\"";
+ //BA.debugLineNum = 4962;BA.debugLine="Private Sub CheckBox7_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 4963;BA.debugLine="Dim textemp As String =\"\"";
_textemp = "";
- //BA.debugLineNum = 4959;BA.debugLine="textemp = CheckBox7.Text";
+ //BA.debugLineNum = 4964;BA.debugLine="textemp = CheckBox7.Text";
_textemp = _checkbox7.getText();
- //BA.debugLineNum = 4960;BA.debugLine="If CheckBox1.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4965;BA.debugLine="If CheckBox1.Checked Then textemp = textemp & \",";
if (_checkbox1.getChecked()) {
_textemp = _textemp+", "+_checkbox1.getText();};
- //BA.debugLineNum = 4961;BA.debugLine="If CheckBox2.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4966;BA.debugLine="If CheckBox2.Checked Then textemp = textemp & \",";
if (_checkbox2.getChecked()) {
_textemp = _textemp+", "+_checkbox2.getText();};
- //BA.debugLineNum = 4962;BA.debugLine="If CheckBox3.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4967;BA.debugLine="If CheckBox3.Checked Then textemp = textemp & \",";
if (_checkbox3.getChecked()) {
_textemp = _textemp+", "+_checkbox3.getText();};
- //BA.debugLineNum = 4963;BA.debugLine="If CheckBox4.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4968;BA.debugLine="If CheckBox4.Checked Then textemp = textemp & \",";
if (_checkbox4.getChecked()) {
_textemp = _textemp+", "+_checkbox4.getText();};
- //BA.debugLineNum = 4964;BA.debugLine="If CheckBox5.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4969;BA.debugLine="If CheckBox5.Checked Then textemp = textemp & \",";
if (_checkbox5.getChecked()) {
_textemp = _textemp+", "+_checkbox5.getText();};
- //BA.debugLineNum = 4965;BA.debugLine="If CheckBox6.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4970;BA.debugLine="If CheckBox6.Checked Then textemp = textemp & \",";
if (_checkbox6.getChecked()) {
_textemp = _textemp+", "+_checkbox6.getText();};
- //BA.debugLineNum = 4966;BA.debugLine="If CheckBox8.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4971;BA.debugLine="If CheckBox8.Checked Then textemp = textemp & \",";
if (_checkbox8.getChecked()) {
_textemp = _textemp+", "+_checkbox8.getText();};
- //BA.debugLineNum = 4967;BA.debugLine="encuentasmapa.Put(\"P9\", textemp)";
+ //BA.debugLineNum = 4972;BA.debugLine="encuentasmapa.Put(\"P9\", textemp)";
_encuentasmapa.Put((Object)("P9"),(Object)(_textemp));
- //BA.debugLineNum = 4968;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("020643851",BA.ObjectToString(_encuentasmapa),0);
- //BA.debugLineNum = 4969;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4973;BA.debugLine="Log(encuentasmapa)";
+__c.LogImpl("720643851",BA.ObjectToString(_encuentasmapa),0);
+ //BA.debugLineNum = 4974;BA.debugLine="End Sub";
return "";
}
public String _checkbox8_checkedchange(boolean _checked) throws Exception{
String _textemp = "";
- //BA.debugLineNum = 4971;BA.debugLine="Private Sub CheckBox8_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 4972;BA.debugLine="Dim textemp As String =\"\"";
+ //BA.debugLineNum = 4976;BA.debugLine="Private Sub CheckBox8_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 4977;BA.debugLine="Dim textemp As String =\"\"";
_textemp = "";
- //BA.debugLineNum = 4973;BA.debugLine="textemp = CheckBox8.Text";
+ //BA.debugLineNum = 4978;BA.debugLine="textemp = CheckBox8.Text";
_textemp = _checkbox8.getText();
- //BA.debugLineNum = 4974;BA.debugLine="If CheckBox1.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4979;BA.debugLine="If CheckBox1.Checked Then textemp = textemp & \",";
if (_checkbox1.getChecked()) {
_textemp = _textemp+", "+_checkbox1.getText();};
- //BA.debugLineNum = 4975;BA.debugLine="If CheckBox2.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4980;BA.debugLine="If CheckBox2.Checked Then textemp = textemp & \",";
if (_checkbox2.getChecked()) {
_textemp = _textemp+", "+_checkbox2.getText();};
- //BA.debugLineNum = 4976;BA.debugLine="If CheckBox3.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4981;BA.debugLine="If CheckBox3.Checked Then textemp = textemp & \",";
if (_checkbox3.getChecked()) {
_textemp = _textemp+", "+_checkbox3.getText();};
- //BA.debugLineNum = 4977;BA.debugLine="If CheckBox4.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4982;BA.debugLine="If CheckBox4.Checked Then textemp = textemp & \",";
if (_checkbox4.getChecked()) {
_textemp = _textemp+", "+_checkbox4.getText();};
- //BA.debugLineNum = 4978;BA.debugLine="If CheckBox5.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4983;BA.debugLine="If CheckBox5.Checked Then textemp = textemp & \",";
if (_checkbox5.getChecked()) {
_textemp = _textemp+", "+_checkbox5.getText();};
- //BA.debugLineNum = 4979;BA.debugLine="If CheckBox6.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4984;BA.debugLine="If CheckBox6.Checked Then textemp = textemp & \",";
if (_checkbox6.getChecked()) {
_textemp = _textemp+", "+_checkbox6.getText();};
- //BA.debugLineNum = 4980;BA.debugLine="If CheckBox7.Checked Then textemp = textemp & \",";
+ //BA.debugLineNum = 4985;BA.debugLine="If CheckBox7.Checked Then textemp = textemp & \",";
if (_checkbox7.getChecked()) {
_textemp = _textemp+", "+_checkbox7.getText();};
- //BA.debugLineNum = 4981;BA.debugLine="encuentasmapa.Put(\"P9\", textemp)";
+ //BA.debugLineNum = 4986;BA.debugLine="encuentasmapa.Put(\"P9\", textemp)";
_encuentasmapa.Put((Object)("P9"),(Object)(_textemp));
- //BA.debugLineNum = 4982;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("020709387",BA.ObjectToString(_encuentasmapa),0);
- //BA.debugLineNum = 4983;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4987;BA.debugLine="Log(encuentasmapa)";
+__c.LogImpl("720709387",BA.ObjectToString(_encuentasmapa),0);
+ //BA.debugLineNum = 4988;BA.debugLine="End Sub";
return "";
}
public String _class_globals() throws Exception{
@@ -9402,224 +9402,224 @@ public String _compra() throws Exception{
anywheresoftware.b4a.objects.collections.List _rutasencuesta = null;
anywheresoftware.b4a.objects.collections.List _alamcenesencuesta = null;
anywheresoftware.b4a.objects.collections.List _items = null;
- //BA.debugLineNum = 2227;BA.debugLine="Sub compra";
- //BA.debugLineNum = 2242;BA.debugLine="Private rutasEncuesta As List";
+ //BA.debugLineNum = 2232;BA.debugLine="Sub compra";
+ //BA.debugLineNum = 2247;BA.debugLine="Private rutasEncuesta As List";
_rutasencuesta = new anywheresoftware.b4a.objects.collections.List();
- //BA.debugLineNum = 2243;BA.debugLine="rutasEncuesta.Initialize2(Array As Int(702, 703,";
+ //BA.debugLineNum = 2248;BA.debugLine="rutasEncuesta.Initialize2(Array As Int(702, 703,";
_rutasencuesta.Initialize2(anywheresoftware.b4a.keywords.Common.ArrayToList(new int[]{(int) (702),(int) (703),(int) (707),(int) (718),(int) (730),(int) (732),(int) (733),(int) (734)}));
- //BA.debugLineNum = 2244;BA.debugLine="Private alamcenesEncuesta As List";
+ //BA.debugLineNum = 2249;BA.debugLine="Private alamcenesEncuesta As List";
_alamcenesencuesta = new anywheresoftware.b4a.objects.collections.List();
- //BA.debugLineNum = 2245;BA.debugLine="alamcenesEncuesta.Initialize2(Array As Int(15, 35";
+ //BA.debugLineNum = 2250;BA.debugLine="alamcenesEncuesta.Initialize2(Array As Int(15, 35";
_alamcenesencuesta.Initialize2(anywheresoftware.b4a.keywords.Common.ArrayToList(new int[]{(int) (15),(int) (35),(int) (43),(int) (54),(int) (56),(int) (73),(int) (75),(int) (79)}));
- //BA.debugLineNum = 2260;BA.debugLine="If TOMAR_FOTO = 0 Then";
+ //BA.debugLineNum = 2265;BA.debugLine="If TOMAR_FOTO = 0 Then";
if ((_tomar_foto).equals(BA.NumberToString(0))) {
- //BA.debugLineNum = 2261;BA.debugLine="Cuestionario";
+ //BA.debugLineNum = 2266;BA.debugLine="Cuestionario";
_cuestionario();
}else {
- //BA.debugLineNum = 2263;BA.debugLine="Dim Items As List";
+ //BA.debugLineNum = 2268;BA.debugLine="Dim Items As List";
_items = new anywheresoftware.b4a.objects.collections.List();
- //BA.debugLineNum = 2264;BA.debugLine="Items.Initialize";
+ //BA.debugLineNum = 2269;BA.debugLine="Items.Initialize";
_items.Initialize();
- //BA.debugLineNum = 2265;BA.debugLine="Items.Add(\"Selecciona una opción\")";
+ //BA.debugLineNum = 2270;BA.debugLine="Items.Add(\"Selecciona una opción\")";
_items.Add((Object)("Selecciona una opción"));
- //BA.debugLineNum = 2266;BA.debugLine="Items.Add(\"Tienda de Abarrotes (Abarrotes, Misce";
+ //BA.debugLineNum = 2271;BA.debugLine="Items.Add(\"Tienda de Abarrotes (Abarrotes, Misce";
_items.Add((Object)("Tienda de Abarrotes (Abarrotes, Misceláneas, Minisupers, Particulares con Venta y Cremerías)"));
- //BA.debugLineNum = 2267;BA.debugLine="Items.Add(\"Recaudería (Frutas y Verduras)\")";
+ //BA.debugLineNum = 2272;BA.debugLine="Items.Add(\"Recaudería (Frutas y Verduras)\")";
_items.Add((Object)("Recaudería (Frutas y Verduras)"));
- //BA.debugLineNum = 2268;BA.debugLine="Items.Add(\"Vinos y Licores\")";
+ //BA.debugLineNum = 2273;BA.debugLine="Items.Add(\"Vinos y Licores\")";
_items.Add((Object)("Vinos y Licores"));
- //BA.debugLineNum = 2269;BA.debugLine="Items.Add(\"Carnicería o Pollería\")";
+ //BA.debugLineNum = 2274;BA.debugLine="Items.Add(\"Carnicería o Pollería\")";
_items.Add((Object)("Carnicería o Pollería"));
- //BA.debugLineNum = 2270;BA.debugLine="Items.Add(\"Farmacia\")";
+ //BA.debugLineNum = 2275;BA.debugLine="Items.Add(\"Farmacia\")";
_items.Add((Object)("Farmacia"));
- //BA.debugLineNum = 2271;BA.debugLine="Items.Add(\"Jarciería (Productos de Limpieza)\")";
+ //BA.debugLineNum = 2276;BA.debugLine="Items.Add(\"Jarciería (Productos de Limpieza)\")";
_items.Add((Object)("Jarciería (Productos de Limpieza)"));
- //BA.debugLineNum = 2272;BA.debugLine="Items.Add(\"Papelería y Regalos\")";
+ //BA.debugLineNum = 2277;BA.debugLine="Items.Add(\"Papelería y Regalos\")";
_items.Add((Object)("Papelería y Regalos"));
- //BA.debugLineNum = 2273;BA.debugLine="Items.Add(\"Tortillería\")";
+ //BA.debugLineNum = 2278;BA.debugLine="Items.Add(\"Tortillería\")";
_items.Add((Object)("Tortillería"));
- //BA.debugLineNum = 2274;BA.debugLine="Items.Add(\"Escuelas\")";
+ //BA.debugLineNum = 2279;BA.debugLine="Items.Add(\"Escuelas\")";
_items.Add((Object)("Escuelas"));
- //BA.debugLineNum = 2275;BA.debugLine="Items.Add(\"Estanquillos (Puestos Semifijos)\")";
+ //BA.debugLineNum = 2280;BA.debugLine="Items.Add(\"Estanquillos (Puestos Semifijos)\")";
_items.Add((Object)("Estanquillos (Puestos Semifijos)"));
- //BA.debugLineNum = 2276;BA.debugLine="Items.Add(\"Fonda, Cocina Económica, Cafetería)\")";
+ //BA.debugLineNum = 2281;BA.debugLine="Items.Add(\"Fonda, Cocina Económica, Cafetería)\")";
_items.Add((Object)("Fonda, Cocina Económica, Cafetería)"));
- //BA.debugLineNum = 2277;BA.debugLine="Items.Add(\"Tlapalería, Ferretería\")";
+ //BA.debugLineNum = 2282;BA.debugLine="Items.Add(\"Tlapalería, Ferretería\")";
_items.Add((Object)("Tlapalería, Ferretería"));
- //BA.debugLineNum = 2278;BA.debugLine="Items.Add(\"Dulcería, Materias Primas\")";
+ //BA.debugLineNum = 2283;BA.debugLine="Items.Add(\"Dulcería, Materias Primas\")";
_items.Add((Object)("Dulcería, Materias Primas"));
- //BA.debugLineNum = 2279;BA.debugLine="Items.Add(\"Semillas y Chiles Secos\")";
+ //BA.debugLineNum = 2284;BA.debugLine="Items.Add(\"Semillas y Chiles Secos\")";
_items.Add((Object)("Semillas y Chiles Secos"));
- //BA.debugLineNum = 2280;BA.debugLine="Items.Add(\"Cybercafé\")";
+ //BA.debugLineNum = 2285;BA.debugLine="Items.Add(\"Cybercafé\")";
_items.Add((Object)("Cybercafé"));
- //BA.debugLineNum = 2281;BA.debugLine="Items.Add(\"Hotel\")";
+ //BA.debugLineNum = 2286;BA.debugLine="Items.Add(\"Hotel\")";
_items.Add((Object)("Hotel"));
- //BA.debugLineNum = 2282;BA.debugLine="Items.Add(\"Veterinaria\")";
+ //BA.debugLineNum = 2287;BA.debugLine="Items.Add(\"Veterinaria\")";
_items.Add((Object)("Veterinaria"));
- //BA.debugLineNum = 2283;BA.debugLine="Items.Add(\"Tienda de Mascotas\")";
+ //BA.debugLineNum = 2288;BA.debugLine="Items.Add(\"Tienda de Mascotas\")";
_items.Add((Object)("Tienda de Mascotas"));
- //BA.debugLineNum = 2284;BA.debugLine="Items.Add(\"Otros\")";
+ //BA.debugLineNum = 2289;BA.debugLine="Items.Add(\"Otros\")";
_items.Add((Object)("Otros"));
- //BA.debugLineNum = 2285;BA.debugLine="cb_pregunta.SetItems(Items)";
+ //BA.debugLineNum = 2290;BA.debugLine="cb_pregunta.SetItems(Items)";
_cb_pregunta._setitems /*String*/ (_items);
- //BA.debugLineNum = 2286;BA.debugLine="girotienda = \"Selecciona una opcion\"";
+ //BA.debugLineNum = 2291;BA.debugLine="girotienda = \"Selecciona una opcion\"";
_girotienda = "Selecciona una opcion";
- //BA.debugLineNum = 2287;BA.debugLine="c=skmt.ExecQuery(\"SELECT COUNT(*) AS CUANTOS FRO";
+ //BA.debugLineNum = 2292;BA.debugLine="c=skmt.ExecQuery(\"SELECT COUNT(*) AS CUANTOS FRO";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT COUNT(*) AS CUANTOS FROM HIST_ENCUESTA_CLIENTE WHERE HEC_CLIENTE IN (Select CUENTA from cuentaa)")));
- //BA.debugLineNum = 2288;BA.debugLine="c.Position=0";
-_c.setPosition((int) (0));
- //BA.debugLineNum = 2289;BA.debugLine="CUENTA_MODULO = c.GetString(\"CUANTOS\")";
-_cuenta_modulo = _c.GetString("CUANTOS");
- //BA.debugLineNum = 2290;BA.debugLine="c.Close";
-_c.Close();
- //BA.debugLineNum = 2291;BA.debugLine="If CUENTA_MODULO > 0 Then";
-if ((double)(Double.parseDouble(_cuenta_modulo))>0) {
- //BA.debugLineNum = 2292;BA.debugLine="c=skmt.ExecQuery(\"SELECT HEC_MODULO FROM HIST_E";
-_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT HEC_MODULO FROM HIST_ENCUESTA_CLIENTE WHERE HEC_CLIENTE IN (Select CUENTA from cuentaa)")));
//BA.debugLineNum = 2293;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 2294;BA.debugLine="que_modulo = c.GetString(\"HEC_MODULO\")";
-_que_modulo = _c.GetString("HEC_MODULO");
+ //BA.debugLineNum = 2294;BA.debugLine="CUENTA_MODULO = c.GetString(\"CUANTOS\")";
+_cuenta_modulo = _c.GetString("CUANTOS");
//BA.debugLineNum = 2295;BA.debugLine="c.Close";
_c.Close();
- };
- //BA.debugLineNum = 2297;BA.debugLine="Log(Subs.traeAlmacen)";
-__c.LogImpl("015204422",_subs._traealmacen /*String*/ (ba),0);
- //BA.debugLineNum = 2298;BA.debugLine="c=skmt.ExecQuery(\"SELECT COUNT(*) AS CUANTOS FRO";
-_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT COUNT(*) AS CUANTOS FROM ENCUESTA_MODULO1 WHERE CLIENTE IN (Select CUENTA from cuentaa)")));
- //BA.debugLineNum = 2299;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 2296;BA.debugLine="If CUENTA_MODULO > 0 Then";
+if ((double)(Double.parseDouble(_cuenta_modulo))>0) {
+ //BA.debugLineNum = 2297;BA.debugLine="c=skmt.ExecQuery(\"SELECT HEC_MODULO FROM HIST_E";
+_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT HEC_MODULO FROM HIST_ENCUESTA_CLIENTE WHERE HEC_CLIENTE IN (Select CUENTA from cuentaa)")));
+ //BA.debugLineNum = 2298;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 2300;BA.debugLine="EXISTE = c.GetString(\"CUANTOS\")";
-_existe = _c.GetString("CUANTOS");
- //BA.debugLineNum = 2301;BA.debugLine="c.Close";
+ //BA.debugLineNum = 2299;BA.debugLine="que_modulo = c.GetString(\"HEC_MODULO\")";
+_que_modulo = _c.GetString("HEC_MODULO");
+ //BA.debugLineNum = 2300;BA.debugLine="c.Close";
_c.Close();
+ };
+ //BA.debugLineNum = 2302;BA.debugLine="Log(Subs.traeAlmacen)";
+__c.LogImpl("715204422",_subs._traealmacen /*String*/ (ba),0);
//BA.debugLineNum = 2303;BA.debugLine="c=skmt.ExecQuery(\"SELECT COUNT(*) AS CUANTOS FRO";
-_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT COUNT(*) AS CUANTOS FROM ENCUESTA_MODULO2 WHERE CLIENTE IN (Select CUENTA from cuentaa)")));
+_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT COUNT(*) AS CUANTOS FROM ENCUESTA_MODULO1 WHERE CLIENTE IN (Select CUENTA from cuentaa)")));
//BA.debugLineNum = 2304;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 2305;BA.debugLine="EXISTE2 = c.GetString(\"CUANTOS\")";
-_existe2 = _c.GetString("CUANTOS");
+ //BA.debugLineNum = 2305;BA.debugLine="EXISTE = c.GetString(\"CUANTOS\")";
+_existe = _c.GetString("CUANTOS");
//BA.debugLineNum = 2306;BA.debugLine="c.Close";
_c.Close();
//BA.debugLineNum = 2308;BA.debugLine="c=skmt.ExecQuery(\"SELECT COUNT(*) AS CUANTOS FRO";
-_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT COUNT(*) AS CUANTOS FROM ENCUESTA_MODULO3 WHERE CLIENTE IN (Select CUENTA from cuentaa)")));
+_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT COUNT(*) AS CUANTOS FROM ENCUESTA_MODULO2 WHERE CLIENTE IN (Select CUENTA from cuentaa)")));
//BA.debugLineNum = 2309;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 2310;BA.debugLine="EXISTE3 = c.GetString(\"CUANTOS\")";
-_existe3 = _c.GetString("CUANTOS");
+ //BA.debugLineNum = 2310;BA.debugLine="EXISTE2 = c.GetString(\"CUANTOS\")";
+_existe2 = _c.GetString("CUANTOS");
//BA.debugLineNum = 2311;BA.debugLine="c.Close";
_c.Close();
//BA.debugLineNum = 2313;BA.debugLine="c=skmt.ExecQuery(\"SELECT COUNT(*) AS CUANTOS FRO";
-_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT COUNT(*) AS CUANTOS FROM ENCUESTA_MODULO4 WHERE CLIENTE IN (Select CUENTA from cuentaa)")));
+_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT COUNT(*) AS CUANTOS FROM ENCUESTA_MODULO3 WHERE CLIENTE IN (Select CUENTA from cuentaa)")));
//BA.debugLineNum = 2314;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 2315;BA.debugLine="EXISTE4 = c.GetString(\"CUANTOS\")";
-_existe4 = _c.GetString("CUANTOS");
+ //BA.debugLineNum = 2315;BA.debugLine="EXISTE3 = c.GetString(\"CUANTOS\")";
+_existe3 = _c.GetString("CUANTOS");
//BA.debugLineNum = 2316;BA.debugLine="c.Close";
_c.Close();
//BA.debugLineNum = 2318;BA.debugLine="c=skmt.ExecQuery(\"SELECT COUNT(*) AS CUANTOS FRO";
-_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT COUNT(*) AS CUANTOS FROM ENCUESTA_MODULO5 WHERE CLIENTE IN (Select CUENTA from cuentaa)")));
+_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT COUNT(*) AS CUANTOS FROM ENCUESTA_MODULO4 WHERE CLIENTE IN (Select CUENTA from cuentaa)")));
//BA.debugLineNum = 2319;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 2320;BA.debugLine="EXISTE5 = c.GetString(\"CUANTOS\")";
-_existe5 = _c.GetString("CUANTOS");
+ //BA.debugLineNum = 2320;BA.debugLine="EXISTE4 = c.GetString(\"CUANTOS\")";
+_existe4 = _c.GetString("CUANTOS");
//BA.debugLineNum = 2321;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 2346;BA.debugLine="If EXISTE = 0 And EXISTE2 = 0 And EXISTE3 = 0 An";
+ //BA.debugLineNum = 2323;BA.debugLine="c=skmt.ExecQuery(\"SELECT COUNT(*) AS CUANTOS FRO";
+_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT COUNT(*) AS CUANTOS FROM ENCUESTA_MODULO5 WHERE CLIENTE IN (Select CUENTA from cuentaa)")));
+ //BA.debugLineNum = 2324;BA.debugLine="c.Position=0";
+_c.setPosition((int) (0));
+ //BA.debugLineNum = 2325;BA.debugLine="EXISTE5 = c.GetString(\"CUANTOS\")";
+_existe5 = _c.GetString("CUANTOS");
+ //BA.debugLineNum = 2326;BA.debugLine="c.Close";
+_c.Close();
+ //BA.debugLineNum = 2351;BA.debugLine="If EXISTE = 0 And EXISTE2 = 0 And EXISTE3 = 0 An";
if ((_existe).equals(BA.NumberToString(0)) && (_existe2).equals(BA.NumberToString(0)) && (_existe3).equals(BA.NumberToString(0)) && (_existe4).equals(BA.NumberToString(0)) && (_existe5).equals(BA.NumberToString(0))) {
- //BA.debugLineNum = 2347;BA.debugLine="S = skmt.ExecQuery2(\"SELECT CAT_VA_VALOR FROM C";
+ //BA.debugLineNum = 2352;BA.debugLine="S = skmt.ExecQuery2(\"SELECT CAT_VA_VALOR FROM C";
_s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("SELECT CAT_VA_VALOR FROM CAT_VARIABLES WHERE CAT_VA_DESCRIPCION = ?",new String[]{"CUESTIONARIO"})));
- //BA.debugLineNum = 2348;BA.debugLine="S.Position = 0";
+ //BA.debugLineNum = 2353;BA.debugLine="S.Position = 0";
_s.setPosition((int) (0));
- //BA.debugLineNum = 2349;BA.debugLine="If s.GetString(\"CAT_VA_VALOR\") > \"0\" Then";
+ //BA.debugLineNum = 2354;BA.debugLine="If s.GetString(\"CAT_VA_VALOR\") > \"0\" Then";
if ((double)(Double.parseDouble(_s.GetString("CAT_VA_VALOR")))>(double)(Double.parseDouble("0"))) {
- //BA.debugLineNum = 2351;BA.debugLine="ENCUESTA = s.GetString(\"CAT_VA_VALOR\")";
+ //BA.debugLineNum = 2356;BA.debugLine="ENCUESTA = s.GetString(\"CAT_VA_VALOR\")";
_encuesta = _s.GetString("CAT_VA_VALOR");
- //BA.debugLineNum = 2352;BA.debugLine="ENCUESTA = \"3\"";
+ //BA.debugLineNum = 2357;BA.debugLine="ENCUESTA = \"3\"";
_encuesta = "3";
}else {
- //BA.debugLineNum = 2385;BA.debugLine="B4XPages.ShowPage(\"productos\")";
+ //BA.debugLineNum = 2390;BA.debugLine="B4XPages.ShowPage(\"productos\")";
_b4xpages._showpage /*String*/ (ba,"productos");
};
}else {
- //BA.debugLineNum = 2388;BA.debugLine="B4XPages.ShowPage(\"productos\")";
+ //BA.debugLineNum = 2393;BA.debugLine="B4XPages.ShowPage(\"productos\")";
_b4xpages._showpage /*String*/ (ba,"productos");
};
- //BA.debugLineNum = 2390;BA.debugLine="s.Close";
+ //BA.debugLineNum = 2395;BA.debugLine="s.Close";
_s.Close();
};
- //BA.debugLineNum = 2399;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2404;BA.debugLine="End Sub";
return "";
}
public String _cuest_preguntacontestada(anywheresoftware.b4a.objects.collections.Map _m) throws Exception{
- //BA.debugLineNum = 6549;BA.debugLine="Sub cuest_preguntaContestada(m As Map)";
- //BA.debugLineNum = 6551;BA.debugLine="Log(m)";
-__c.LogImpl("025296898",BA.ObjectToString(_m),0);
- //BA.debugLineNum = 6554;BA.debugLine="m.Get(\"panel\").As(Panel).RemoveView 'Quitamos le";
+ //BA.debugLineNum = 6554;BA.debugLine="Sub cuest_preguntaContestada(m As Map)";
+ //BA.debugLineNum = 6556;BA.debugLine="Log(m)";
+__c.LogImpl("725296898",BA.ObjectToString(_m),0);
+ //BA.debugLineNum = 6559;BA.debugLine="m.Get(\"panel\").As(Panel).RemoveView 'Quitamos le";
((anywheresoftware.b4a.objects.PanelWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.PanelWrapper(), (android.view.ViewGroup)(_m.Get((Object)("panel"))))).RemoveView();
- //BA.debugLineNum = 6555;BA.debugLine="DateTime.DateFormat = \"dd/MM/yyyy\"";
+ //BA.debugLineNum = 6560;BA.debugLine="DateTime.DateFormat = \"dd/MM/yyyy\"";
__c.DateTime.setDateFormat("dd/MM/yyyy");
- //BA.debugLineNum = 6556;BA.debugLine="DateTime.TimeFormat = \"HH:mm:ss\"";
+ //BA.debugLineNum = 6561;BA.debugLine="DateTime.TimeFormat = \"HH:mm:ss\"";
__c.DateTime.setTimeFormat("HH:mm:ss");
- //BA.debugLineNum = 6557;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"delete from";
+ //BA.debugLineNum = 6562;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"delete from";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("delete from CUESTIONARIO where Q_IDCLIENTE = '"+__c.SmartStringFormatter("",(Object)(_subs._traecliente /*String*/ (ba)))+"' and Q_IDPREGUNTA = '"+__c.SmartStringFormatter("",_m.Get((Object)("idPregunta")))+"'"));
- //BA.debugLineNum = 6558;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"insert into";
+ //BA.debugLineNum = 6563;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"insert into";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("insert into CUESTIONARIO (Q_RUTA, Q_ALMACEN, Q_IDCLIENTE, Q_IDPREGUNTA, Q_PREGUNTA, Q_IDRESPUESTA, Q_RESPUESTA, Q_FECHA) values ('"+__c.SmartStringFormatter("",(Object)(_subs._traeruta /*String*/ (ba)))+"', '"+__c.SmartStringFormatter("",(Object)(_subs._traealmacen /*String*/ (ba)))+"', '"+__c.SmartStringFormatter("",(Object)(_subs._traecliente /*String*/ (ba)))+"', '"+__c.SmartStringFormatter("",_m.Get((Object)("idPregunta")))+"', '"+__c.SmartStringFormatter("",_m.Get((Object)("pregunta")))+"', '"+__c.SmartStringFormatter("",_m.Get((Object)("idRespuesta")))+"', '"+__c.SmartStringFormatter("",_m.Get((Object)("respuesta")))+"', '"+__c.SmartStringFormatter("",(Object)(__c.DateTime.Date(__c.DateTime.getNow())))+" "+__c.SmartStringFormatter("",(Object)(__c.DateTime.Time(__c.DateTime.getNow())))+"')"));
- //BA.debugLineNum = 6559;BA.debugLine="Log(\">> RESP: \" & m.Get(\"respuesta\"))";
-__c.LogImpl("025296906",">> RESP: "+BA.ObjectToString(_m.Get((Object)("respuesta"))),0);
- //BA.debugLineNum = 6560;BA.debugLine="Select Case m.Get(\"idPregunta\")";
+ //BA.debugLineNum = 6564;BA.debugLine="Log(\">> RESP: \" & m.Get(\"respuesta\"))";
+__c.LogImpl("725296906",">> RESP: "+BA.ObjectToString(_m.Get((Object)("respuesta"))),0);
+ //BA.debugLineNum = 6565;BA.debugLine="Select Case m.Get(\"idPregunta\")";
switch (BA.switchObjectToInt(_m.Get((Object)("idPregunta")),(Object)("1"),(Object)("2"),(Object)("3"),(Object)("4"),(Object)("5"),(Object)("6"),(Object)("7"))) {
case 0: {
- //BA.debugLineNum = 6562;BA.debugLine="If m.Get(\"respuesta\") = \"Ninguno de los anterio";
+ //BA.debugLineNum = 6567;BA.debugLine="If m.Get(\"respuesta\") = \"Ninguno de los anterio";
if ((_m.Get((Object)("respuesta"))).equals((Object)("Ninguno de los anteriores"))) {
- //BA.debugLineNum = 6565;BA.debugLine="cuest.agregaPreguntaCheckbox(\"3\", \"¿Qué produc";
+ //BA.debugLineNum = 6570;BA.debugLine="cuest.agregaPreguntaCheckbox(\"3\", \"¿Qué produc";
_cuest._agregapreguntacheckbox /*String*/ ("3","¿Qué productos de Kileo Gato encuentras en esta tienda?",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{"Whiskas","KITEKAT","PAL GATO","CAT CHOW","GATINA","MININO","MI MISHI","OTROS","Ninguno de los anteriores"}));
}else {
- //BA.debugLineNum = 6568;BA.debugLine="cuest.agregaPreguntaAbierta(\"2\", \"Captura el p";
+ //BA.debugLineNum = 6573;BA.debugLine="cuest.agregaPreguntaAbierta(\"2\", \"Captura el p";
_cuest._agregapreguntaabierta /*String*/ ("2","Captura el precio por kilo de los articulos seleccionados anteriormente",_cuest._strtolist /*anywheresoftware.b4a.objects.collections.List*/ (BA.ObjectToString(_m.Get((Object)("idRespuesta")))),_cuest._strtolist /*anywheresoftware.b4a.objects.collections.List*/ (BA.ObjectToString(_m.Get((Object)("respuesta")))));
};
break; }
case 1: {
- //BA.debugLineNum = 6572;BA.debugLine="cuest.agregaPreguntaCheckbox(\"3\", \"¿Qué product";
+ //BA.debugLineNum = 6577;BA.debugLine="cuest.agregaPreguntaCheckbox(\"3\", \"¿Qué product";
_cuest._agregapreguntacheckbox /*String*/ ("3","¿Qué productos de Kileo Gato encuentras en esta tienda?",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{"Whiskas","KITEKAT","PAL GATO","CAT CHOW","GATINA","MININO","MI MISHI","OTROS","Ninguno de los anteriores"}));
break; }
case 2: {
- //BA.debugLineNum = 6575;BA.debugLine="If m.Get(\"respuesta\") = \"Ninguno de los anterio";
+ //BA.debugLineNum = 6580;BA.debugLine="If m.Get(\"respuesta\") = \"Ninguno de los anterio";
if ((_m.Get((Object)("respuesta"))).equals((Object)("Ninguno de los anteriores"))) {
- //BA.debugLineNum = 6578;BA.debugLine="cuest.agregaPreguntaCheckbox(\"5\", \"¿Qué produc";
+ //BA.debugLineNum = 6583;BA.debugLine="cuest.agregaPreguntaCheckbox(\"5\", \"¿Qué produc";
_cuest._agregapreguntacheckbox /*String*/ ("5","¿Qué productos de húmedo MARS encuentras en esta tienda?",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{"Pedigree Adulto res","Pedigree Adulto Pollo","Pedigree Cachorro res","Pedigree Cachorro Pollo","Pedigree Raz Peq res","Pedigree Raz Peq Pollo","Pedigree Adulto Cordero","Pedigree Adulto Lata res","Whiskas Atún","Whiskas Pollo","Whiskas res","Whiskas Salmón","Whiskas Parrillada Mixta","Whiskas Pescado BLANCO","Whiskas Souffle","Ninguno de los anteriores"}));
}else {
- //BA.debugLineNum = 6580;BA.debugLine="cuest.agregaPreguntaAbierta(\"4\", \"Captura el p";
+ //BA.debugLineNum = 6585;BA.debugLine="cuest.agregaPreguntaAbierta(\"4\", \"Captura el p";
_cuest._agregapreguntaabierta /*String*/ ("4","Captura el precio por kilo de los articulos seleccionados anteriormente",_cuest._strtolist /*anywheresoftware.b4a.objects.collections.List*/ (BA.ObjectToString(_m.Get((Object)("idRespuesta")))),_cuest._strtolist /*anywheresoftware.b4a.objects.collections.List*/ (BA.ObjectToString(_m.Get((Object)("respuesta")))));
};
break; }
case 3: {
- //BA.debugLineNum = 6583;BA.debugLine="cuest.agregaPreguntaCheckbox(\"5\", \"¿Qué product";
+ //BA.debugLineNum = 6588;BA.debugLine="cuest.agregaPreguntaCheckbox(\"5\", \"¿Qué product";
_cuest._agregapreguntacheckbox /*String*/ ("5","¿Qué productos de húmedo MARS encuentras en esta tienda?",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{"Pedigree Adulto res","Pedigree Adulto Pollo","Pedigree Cachorro res","Pedigree Cachorro Pollo","Pedigree Raz Peq res","Pedigree Raz Peq Pollo","Pedigree Adulto Cordero","Pedigree Adulto Lata res","Whiskas Atún","Whiskas Pollo","Whiskas res","Whiskas Salmón","Whiskas Parrillada Mixta","Whiskas Pescado BLANCO","Whiskas Souffle","Ninguno de los anteriores"}));
break; }
case 4: {
- //BA.debugLineNum = 6585;BA.debugLine="cuest.agregaPreguntaCheckbox(\"6\", \"¿Qué product";
+ //BA.debugLineNum = 6590;BA.debugLine="cuest.agregaPreguntaCheckbox(\"6\", \"¿Qué product";
_cuest._agregapreguntacheckbox /*String*/ ("6","¿Qué productos de húmedo otros encuentras en esta tienda?",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{"Dog Chow (cualquier sabor)","Ganador (cualquier sabor)","Felix (cualquier sabor)","Minino plus (cualquier sabor)","Cat Chow (cualquier sabor)","Beneful (cualquier sabor)","Amigo Gourmet (cualquier sabor)","Ninguno de los anteriores"}));
break; }
case 5: {
- //BA.debugLineNum = 6587;BA.debugLine="cuest.agregaPreguntaCheckbox(\"7\", \"¿Qué product";
+ //BA.debugLineNum = 6592;BA.debugLine="cuest.agregaPreguntaCheckbox(\"7\", \"¿Qué product";
_cuest._agregapreguntacheckbox /*String*/ ("7","¿Qué productos de botanas encuentras en esta tienda?",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{"Dentastix","Biscrok","Ninguno de los anteriores"}));
break; }
case 6: {
- //BA.debugLineNum = 6590;BA.debugLine="ToastMessageShow(m.Get(\"respuesta\"), False)";
+ //BA.debugLineNum = 6595;BA.debugLine="ToastMessageShow(m.Get(\"respuesta\"), False)";
__c.ToastMessageShow(BA.ObjectToCharSequence(_m.Get((Object)("respuesta"))),__c.False);
- //BA.debugLineNum = 6591;BA.debugLine="Log(\">>>>>>>>>> \" & cuest.encuestaIniciada)";
-__c.LogImpl("025296938",">>>>>>>>>> "+BA.ObjectToString(_cuest._encuestainiciada /*boolean*/ ),0);
- //BA.debugLineNum = 6592;BA.debugLine="cuest.encuestaIniciada = False";
+ //BA.debugLineNum = 6596;BA.debugLine="Log(\">>>>>>>>>> \" & cuest.encuestaIniciada)";
+__c.LogImpl("725296938",">>>>>>>>>> "+BA.ObjectToString(_cuest._encuestainiciada /*boolean*/ ),0);
+ //BA.debugLineNum = 6597;BA.debugLine="cuest.encuestaIniciada = False";
_cuest._encuestainiciada /*boolean*/ = __c.False;
- //BA.debugLineNum = 6593;BA.debugLine="Log(\">>>>>>>>>> \" & cuest.encuestaIniciada)";
-__c.LogImpl("025296940",">>>>>>>>>> "+BA.ObjectToString(_cuest._encuestainiciada /*boolean*/ ),0);
- //BA.debugLineNum = 6596;BA.debugLine="B4XPage_Appear";
+ //BA.debugLineNum = 6598;BA.debugLine="Log(\">>>>>>>>>> \" & cuest.encuestaIniciada)";
+__c.LogImpl("725296940",">>>>>>>>>> "+BA.ObjectToString(_cuest._encuestainiciada /*boolean*/ ),0);
+ //BA.debugLineNum = 6601;BA.debugLine="B4XPage_Appear";
_b4xpage_appear();
break; }
}
;
- //BA.debugLineNum = 6599;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6604;BA.debugLine="End Sub";
return "";
}
public void _cuestionario() throws Exception{
@@ -9655,25 +9655,25 @@ return;
case 0:
//C
this.state = 1;
- //BA.debugLineNum = 6214;BA.debugLine="Log(\"Entramos a Cuestionario\")";
-parent.__c.LogImpl("024313857","Entramos a Cuestionario",0);
- //BA.debugLineNum = 6215;BA.debugLine="Private logger As Boolean = True";
+ //BA.debugLineNum = 6219;BA.debugLine="Log(\"Entramos a Cuestionario\")";
+parent.__c.LogImpl("724313857","Entramos a Cuestionario",0);
+ //BA.debugLineNum = 6220;BA.debugLine="Private logger As Boolean = True";
_logger = parent.__c.True;
- //BA.debugLineNum = 6216;BA.debugLine="b_encuesta_continuar.Visible = False";
+ //BA.debugLineNum = 6221;BA.debugLine="b_encuesta_continuar.Visible = False";
parent._b_encuesta_continuar.setVisible(parent.__c.False);
- //BA.debugLineNum = 6217;BA.debugLine="et_encuesta.Visible = False";
+ //BA.debugLineNum = 6222;BA.debugLine="et_encuesta.Visible = False";
parent._et_encuesta.setVisible(parent.__c.False);
- //BA.debugLineNum = 6218;BA.debugLine="DateTime.DateFormat = \"MM/dd/yyyy\"";
+ //BA.debugLineNum = 6223;BA.debugLine="DateTime.DateFormat = \"MM/dd/yyyy\"";
parent.__c.DateTime.setDateFormat("MM/dd/yyyy");
- //BA.debugLineNum = 6219;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
+ //BA.debugLineNum = 6224;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
parent._sdate = parent.__c.DateTime.Date(parent.__c.DateTime.getNow());
- //BA.debugLineNum = 6220;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
+ //BA.debugLineNum = 6225;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
parent._stime = parent.__c.DateTime.Time(parent.__c.DateTime.getNow());
- //BA.debugLineNum = 6221;BA.debugLine="Private fecha As String = $\"${DateTime.Date(DateT";
+ //BA.debugLineNum = 6226;BA.debugLine="Private fecha As String = $\"${DateTime.Date(DateT";
_fecha = (""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.DateTime.Date(parent.__c.DateTime.getNow())))+" "+parent.__c.SmartStringFormatter("",(Object)(parent.__c.DateTime.Time(parent.__c.DateTime.getNow())))+"");
- //BA.debugLineNum = 6222;BA.debugLine="CUANTOS = 0";
+ //BA.debugLineNum = 6227;BA.debugLine="CUANTOS = 0";
parent._cuantos = BA.NumberToString(0);
- //BA.debugLineNum = 6224;BA.debugLine="If logger Then Log($\"Tomar_Foto = ${TOMAR_FOTO}\"$";
+ //BA.debugLineNum = 6229;BA.debugLine="If logger Then Log($\"Tomar_Foto = ${TOMAR_FOTO}\"$";
if (true) break;
case 1:
@@ -9686,14 +9686,14 @@ this.state = 3;
case 3:
//C
this.state = 6;
-parent.__c.LogImpl("024313867",("Tomar_Foto = "+parent.__c.SmartStringFormatter("",(Object)(parent._tomar_foto))+""),0);
+parent.__c.LogImpl("724313867",("Tomar_Foto = "+parent.__c.SmartStringFormatter("",(Object)(parent._tomar_foto))+""),0);
if (true) break;
case 6:
//C
this.state = 7;
;
- //BA.debugLineNum = 6225;BA.debugLine="If TOMAR_FOTO = 0 Then";
+ //BA.debugLineNum = 6230;BA.debugLine="If TOMAR_FOTO = 0 Then";
if (true) break;
case 7:
@@ -9706,21 +9706,21 @@ this.state = 9;
case 9:
//C
this.state = 10;
- //BA.debugLineNum = 6226;BA.debugLine="s = B4XPages.MainPage.skmt.ExecQuery(\"select COU";
+ //BA.debugLineNum = 6231;BA.debugLine="s = B4XPages.MainPage.skmt.ExecQuery(\"select COU";
parent._s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select COUNT(*) AS CUANTOS from HIST_ENCUESTA where HE_CLIE In (Select cuenta from cuentaa)")));
- //BA.debugLineNum = 6227;BA.debugLine="s.Position= 0";
+ //BA.debugLineNum = 6232;BA.debugLine="s.Position= 0";
parent._s.setPosition((int) (0));
- //BA.debugLineNum = 6228;BA.debugLine="CUANTOS = s.GetString(\"CUANTOS\")";
+ //BA.debugLineNum = 6233;BA.debugLine="CUANTOS = s.GetString(\"CUANTOS\")";
parent._cuantos = parent._s.GetString("CUANTOS");
- //BA.debugLineNum = 6229;BA.debugLine="Private CUANTOS2 As Int = 0";
+ //BA.debugLineNum = 6234;BA.debugLine="Private CUANTOS2 As Int = 0";
_cuantos2 = (int) (0);
- //BA.debugLineNum = 6230;BA.debugLine="s = B4XPages.MainPage.skmt.ExecQuery(\"select COU";
+ //BA.debugLineNum = 6235;BA.debugLine="s = B4XPages.MainPage.skmt.ExecQuery(\"select COU";
parent._s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select COUNT(*) AS CUANTOS2 from HIST_ENCUESTA2 where HE_CLIENTE In (Select cuenta from cuentaa)")));
- //BA.debugLineNum = 6231;BA.debugLine="s.Position = 0";
+ //BA.debugLineNum = 6236;BA.debugLine="s.Position = 0";
parent._s.setPosition((int) (0));
- //BA.debugLineNum = 6232;BA.debugLine="CUANTOS2 = s.GetString(\"CUANTOS2\")";
+ //BA.debugLineNum = 6237;BA.debugLine="CUANTOS2 = s.GetString(\"CUANTOS2\")";
_cuantos2 = (int)(Double.parseDouble(parent._s.GetString("CUANTOS2")));
- //BA.debugLineNum = 6233;BA.debugLine="If logger Then LogColor($\"Hist:encuesta=${CUANTO";
+ //BA.debugLineNum = 6238;BA.debugLine="If logger Then LogColor($\"Hist:encuesta=${CUANTO";
if (true) break;
case 10:
@@ -9733,7 +9733,7 @@ this.state = 12;
case 12:
//C
this.state = 15;
-parent.__c.LogImpl("024313876",("Hist:encuesta="+parent.__c.SmartStringFormatter("",(Object)(parent._cuantos))+", hist_encuesta2 = "+parent.__c.SmartStringFormatter("",(Object)(_cuantos2))+""),parent.__c.Colors.Magenta);
+parent.__c.LogImpl("724313876",("Hist:encuesta="+parent.__c.SmartStringFormatter("",(Object)(parent._cuantos))+", hist_encuesta2 = "+parent.__c.SmartStringFormatter("",(Object)(_cuantos2))+""),parent.__c.Colors.Magenta);
if (true) break;
case 15:
@@ -9742,7 +9742,7 @@ this.state = 16;
;
if (true) break;
;
- //BA.debugLineNum = 6237;BA.debugLine="If logger Then Log(CUANTOS & \"|\" & CUANTOS2)";
+ //BA.debugLineNum = 6242;BA.debugLine="If logger Then Log(CUANTOS & \"|\" & CUANTOS2)";
case 16:
//if
@@ -9754,14 +9754,14 @@ this.state = 18;
case 18:
//C
this.state = 21;
-parent.__c.LogImpl("024313880",parent._cuantos+"|"+BA.NumberToString(_cuantos2),0);
+parent.__c.LogImpl("724313880",parent._cuantos+"|"+BA.NumberToString(_cuantos2),0);
if (true) break;
case 21:
//C
this.state = 22;
;
- //BA.debugLineNum = 6238;BA.debugLine="If CUANTOS = 0 And CUANTOS2 = 0 Then";
+ //BA.debugLineNum = 6243;BA.debugLine="If CUANTOS = 0 And CUANTOS2 = 0 Then";
if (true) break;
case 22:
@@ -9776,10 +9776,10 @@ this.state = 223;
case 24:
//C
this.state = 25;
- //BA.debugLineNum = 6239;BA.debugLine="Private enc As Cursor = B4XPages.MainPage.skmt.E";
+ //BA.debugLineNum = 6244;BA.debugLine="Private enc As Cursor = B4XPages.MainPage.skmt.E";
_enc = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_enc = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("SELECT CAT_EP_ID, CAT_EP_IDTIPOPREGUNTA, CAT_CE_DESCRIPCION, CAT_EP_PREGUNTA, CAT_EP_RES1_PRED, CAT_EP_RES2_PRED, CAT_EP_RES3_PRED, CAT_EP_ORDEN_PREGUNTA FROM CAT_ENCUESTA_PREGUNTA ORDER BY CAT_CE_DESCRIPCION, CAST(CAT_EP_ORDEN_PREGUNTA AS DECIMAL)")));
- //BA.debugLineNum = 6240;BA.debugLine="If enc.RowCount > 0 Then";
+ //BA.debugLineNum = 6245;BA.debugLine="If enc.RowCount > 0 Then";
if (true) break;
case 25:
@@ -9794,9 +9794,9 @@ this.state = 220;
case 27:
//C
this.state = 28;
- //BA.debugLineNum = 6241;BA.debugLine="enc.position = 0";
+ //BA.debugLineNum = 6246;BA.debugLine="enc.position = 0";
_enc.setPosition((int) (0));
- //BA.debugLineNum = 6242;BA.debugLine="If logger Then Log($\"CAT_EP_ID=${enc.GetString(";
+ //BA.debugLineNum = 6247;BA.debugLine="If logger Then Log($\"CAT_EP_ID=${enc.GetString(";
if (true) break;
case 28:
@@ -9809,18 +9809,18 @@ this.state = 30;
case 30:
//C
this.state = 33;
-parent.__c.LogImpl("024313885",("CAT_EP_ID="+parent.__c.SmartStringFormatter("",(Object)(_enc.GetString("CAT_EP_ID")))+""),0);
+parent.__c.LogImpl("724313885",("CAT_EP_ID="+parent.__c.SmartStringFormatter("",(Object)(_enc.GetString("CAT_EP_ID")))+""),0);
if (true) break;
case 33:
//C
this.state = 34;
;
- //BA.debugLineNum = 6243;BA.debugLine="Private listaPreguntas As List";
+ //BA.debugLineNum = 6248;BA.debugLine="Private listaPreguntas As List";
_listapreguntas = new anywheresoftware.b4a.objects.collections.List();
- //BA.debugLineNum = 6244;BA.debugLine="listaPreguntas.Initialize";
+ //BA.debugLineNum = 6249;BA.debugLine="listaPreguntas.Initialize";
_listapreguntas.Initialize();
- //BA.debugLineNum = 6245;BA.debugLine="For j = 0 To enc.RowCount - 1 'Ponemos en una l";
+ //BA.debugLineNum = 6250;BA.debugLine="For j = 0 To enc.RowCount - 1 'Ponemos en una l";
if (true) break;
case 34:
@@ -9847,14 +9847,14 @@ if (true) break;
case 36:
//C
this.state = 226;
- //BA.debugLineNum = 6246;BA.debugLine="enc.Position = j";
+ //BA.debugLineNum = 6251;BA.debugLine="enc.Position = j";
_enc.setPosition(_j);
- //BA.debugLineNum = 6247;BA.debugLine="listaPreguntas.Add(enc.GetString(\"CAT_EP_ID\"))";
+ //BA.debugLineNum = 6252;BA.debugLine="listaPreguntas.Add(enc.GetString(\"CAT_EP_ID\"))";
_listapreguntas.Add((Object)(_enc.GetString("CAT_EP_ID")));
if (true) break;
if (true) break;
;
- //BA.debugLineNum = 6249;BA.debugLine="If logger Then Log(listaPreguntas)";
+ //BA.debugLineNum = 6254;BA.debugLine="If logger Then Log(listaPreguntas)";
case 37:
//if
@@ -9866,16 +9866,16 @@ this.state = 39;
case 39:
//C
this.state = 42;
-parent.__c.LogImpl("024313892",BA.ObjectToString(_listapreguntas),0);
+parent.__c.LogImpl("724313892",BA.ObjectToString(_listapreguntas),0);
if (true) break;
case 42:
//C
this.state = 43;
;
- //BA.debugLineNum = 6250;BA.debugLine="enc.position = 0";
+ //BA.debugLineNum = 6255;BA.debugLine="enc.position = 0";
_enc.setPosition((int) (0));
- //BA.debugLineNum = 6251;BA.debugLine="For i = 0 To enc.RowCount - 1";
+ //BA.debugLineNum = 6256;BA.debugLine="For i = 0 To enc.RowCount - 1";
if (true) break;
case 43:
@@ -9902,9 +9902,9 @@ if (true) break;
case 45:
//C
this.state = 46;
- //BA.debugLineNum = 6252;BA.debugLine="Log(\"#########################################";
-parent.__c.LogImpl("024313895","########################################################",0);
- //BA.debugLineNum = 6255;BA.debugLine="If logger Then Log($\"Tipo: ${enc.GetString(\"CA";
+ //BA.debugLineNum = 6257;BA.debugLine="Log(\"#########################################";
+parent.__c.LogImpl("724313895","########################################################",0);
+ //BA.debugLineNum = 6260;BA.debugLine="If logger Then Log($\"Tipo: ${enc.GetString(\"CA";
if (true) break;
case 46:
@@ -9917,14 +9917,14 @@ this.state = 48;
case 48:
//C
this.state = 51;
-parent.__c.LogImpl("024313898",("Tipo: "+parent.__c.SmartStringFormatter("",(Object)(_enc.GetString("CAT_EP_IDTIPOPREGUNTA")))+", CAT_EP_ID="+parent.__c.SmartStringFormatter("",(Object)(_enc.GetString("CAT_EP_ID")))+", CAT_EP_PREGUNTA="+parent.__c.SmartStringFormatter("",(Object)(_enc.GetString("CAT_EP_PREGUNTA")))+""),0);
+parent.__c.LogImpl("724313898",("Tipo: "+parent.__c.SmartStringFormatter("",(Object)(_enc.GetString("CAT_EP_IDTIPOPREGUNTA")))+", CAT_EP_ID="+parent.__c.SmartStringFormatter("",(Object)(_enc.GetString("CAT_EP_ID")))+", CAT_EP_PREGUNTA="+parent.__c.SmartStringFormatter("",(Object)(_enc.GetString("CAT_EP_PREGUNTA")))+""),0);
if (true) break;
case 51:
//C
this.state = 52;
;
- //BA.debugLineNum = 6256;BA.debugLine="If enc.GetString(\"CAT_EP_IDTIPOPREGUNTA\") <> 4";
+ //BA.debugLineNum = 6261;BA.debugLine="If enc.GetString(\"CAT_EP_IDTIPOPREGUNTA\") <> 4";
if (true) break;
case 52:
@@ -9937,15 +9937,15 @@ this.state = 54;
case 54:
//C
this.state = 55;
- //BA.debugLineNum = 6257;BA.debugLine="indicePregunta = listaPreguntas.IndexOf(enc.G";
+ //BA.debugLineNum = 6262;BA.debugLine="indicePregunta = listaPreguntas.IndexOf(enc.G";
parent._indicepregunta = (int) (_listapreguntas.IndexOf((Object)(_enc.GetString("CAT_EP_ID")))+1);
- //BA.debugLineNum = 6258;BA.debugLine="i = indicePregunta";
+ //BA.debugLineNum = 6263;BA.debugLine="i = indicePregunta";
_i = parent._indicepregunta;
- //BA.debugLineNum = 6259;BA.debugLine="Log($\"i = ${i}\"$)";
-parent.__c.LogImpl("024313902",("i = "+parent.__c.SmartStringFormatter("",(Object)(_i))+""),0);
+ //BA.debugLineNum = 6264;BA.debugLine="Log($\"i = ${i}\"$)";
+parent.__c.LogImpl("724313902",("i = "+parent.__c.SmartStringFormatter("",(Object)(_i))+""),0);
if (true) break;
;
- //BA.debugLineNum = 6261;BA.debugLine="If logger Then Log(\"indicePregunta: \" & indice";
+ //BA.debugLineNum = 6266;BA.debugLine="If logger Then Log(\"indicePregunta: \" & indice";
case 55:
//if
@@ -9957,14 +9957,14 @@ this.state = 57;
case 57:
//C
this.state = 60;
-parent.__c.LogImpl("024313904","indicePregunta: "+BA.NumberToString(parent._indicepregunta)+", TIPO: "+_enc.GetString("CAT_EP_IDTIPOPREGUNTA"),0);
+parent.__c.LogImpl("724313904","indicePregunta: "+BA.NumberToString(parent._indicepregunta)+", TIPO: "+_enc.GetString("CAT_EP_IDTIPOPREGUNTA"),0);
if (true) break;
case 60:
//C
this.state = 61;
;
- //BA.debugLineNum = 6263;BA.debugLine="If logger Then Log($\"EncuestaRes = ${encuestaR";
+ //BA.debugLineNum = 6268;BA.debugLine="If logger Then Log($\"EncuestaRes = ${encuestaR";
if (true) break;
case 61:
@@ -9977,14 +9977,14 @@ this.state = 63;
case 63:
//C
this.state = 66;
-parent.__c.LogImpl("024313906",("EncuestaRes = "+parent.__c.SmartStringFormatter("",(Object)(parent._encuestares))+""),0);
+parent.__c.LogImpl("724313906",("EncuestaRes = "+parent.__c.SmartStringFormatter("",(Object)(parent._encuestares))+""),0);
if (true) break;
case 66:
//C
this.state = 67;
;
- //BA.debugLineNum = 6264;BA.debugLine="If logger Then Log(listaPreguntas)";
+ //BA.debugLineNum = 6269;BA.debugLine="If logger Then Log(listaPreguntas)";
if (true) break;
case 67:
@@ -9997,14 +9997,14 @@ this.state = 69;
case 69:
//C
this.state = 72;
-parent.__c.LogImpl("024313907",BA.ObjectToString(_listapreguntas),0);
+parent.__c.LogImpl("724313907",BA.ObjectToString(_listapreguntas),0);
if (true) break;
case 72:
//C
this.state = 73;
;
- //BA.debugLineNum = 6265;BA.debugLine="If TOMAR_FOTO = 1 Then";
+ //BA.debugLineNum = 6270;BA.debugLine="If TOMAR_FOTO = 1 Then";
if (true) break;
case 73:
@@ -10017,7 +10017,7 @@ this.state = 75;
case 75:
//C
this.state = 76;
- //BA.debugLineNum = 6266;BA.debugLine="If CURSOR_FOTO + 1 > enc.RowCount -1 Then";
+ //BA.debugLineNum = 6271;BA.debugLine="If CURSOR_FOTO + 1 > enc.RowCount -1 Then";
if (true) break;
case 76:
@@ -10032,11 +10032,11 @@ this.state = 80;
case 78:
//C
this.state = 81;
- //BA.debugLineNum = 6267;BA.debugLine="TOMAR_FOTO = 0";
+ //BA.debugLineNum = 6272;BA.debugLine="TOMAR_FOTO = 0";
parent._tomar_foto = BA.NumberToString(0);
- //BA.debugLineNum = 6268;BA.debugLine="LogColor(\"TOMAR FOTO = 1\", Colors.Red)";
-parent.__c.LogImpl("024313911","TOMAR FOTO = 1",parent.__c.Colors.Red);
- //BA.debugLineNum = 6269;BA.debugLine="Exit";
+ //BA.debugLineNum = 6273;BA.debugLine="LogColor(\"TOMAR FOTO = 1\", Colors.Red)";
+parent.__c.LogImpl("724313911","TOMAR FOTO = 1",parent.__c.Colors.Red);
+ //BA.debugLineNum = 6274;BA.debugLine="Exit";
this.state = 218;
if (true) break;
if (true) break;
@@ -10044,11 +10044,11 @@ if (true) break;
case 80:
//C
this.state = 81;
- //BA.debugLineNum = 6271;BA.debugLine="i = CURSOR_FOTO + 1";
+ //BA.debugLineNum = 6276;BA.debugLine="i = CURSOR_FOTO + 1";
_i = (int) (parent._cursor_foto+1);
if (true) break;
;
- //BA.debugLineNum = 6273;BA.debugLine="If logger Then Log($\"i = ${i}\"$)";
+ //BA.debugLineNum = 6278;BA.debugLine="If logger Then Log($\"i = ${i}\"$)";
case 81:
//if
@@ -10060,18 +10060,18 @@ this.state = 83;
case 83:
//C
this.state = 86;
-parent.__c.LogImpl("024313916",("i = "+parent.__c.SmartStringFormatter("",(Object)(_i))+""),0);
+parent.__c.LogImpl("724313916",("i = "+parent.__c.SmartStringFormatter("",(Object)(_i))+""),0);
if (true) break;
case 86:
//C
this.state = 87;
;
- //BA.debugLineNum = 6274;BA.debugLine="TOMAR_FOTO = 0";
+ //BA.debugLineNum = 6279;BA.debugLine="TOMAR_FOTO = 0";
parent._tomar_foto = BA.NumberToString(0);
if (true) break;
;
- //BA.debugLineNum = 6276;BA.debugLine="If i > (enc.RowCount - 1) Then";
+ //BA.debugLineNum = 6281;BA.debugLine="If i > (enc.RowCount - 1) Then";
case 87:
//if
@@ -10083,9 +10083,9 @@ this.state = 89;
case 89:
//C
this.state = 90;
- //BA.debugLineNum = 6277;BA.debugLine="LogColor(\"MAS DE ${enc.RowCount - 1}\", Colors";
-parent.__c.LogImpl("024313920","MAS DE ${enc.RowCount - 1}",parent.__c.Colors.Red);
- //BA.debugLineNum = 6278;BA.debugLine="Exit ' Si se contestó la ultima pregunta, ent";
+ //BA.debugLineNum = 6282;BA.debugLine="LogColor(\"MAS DE ${enc.RowCount - 1}\", Colors";
+parent.__c.LogImpl("724313920","MAS DE ${enc.RowCount - 1}",parent.__c.Colors.Red);
+ //BA.debugLineNum = 6283;BA.debugLine="Exit ' Si se contestó la ultima pregunta, ent";
this.state = 218;
if (true) break;
if (true) break;
@@ -10094,13 +10094,13 @@ case 90:
//C
this.state = 91;
;
- //BA.debugLineNum = 6282;BA.debugLine="i = indicePregunta";
+ //BA.debugLineNum = 6287;BA.debugLine="i = indicePregunta";
_i = parent._indicepregunta;
- //BA.debugLineNum = 6284;BA.debugLine="enc.Position = i";
+ //BA.debugLineNum = 6289;BA.debugLine="enc.Position = i";
_enc.setPosition(_i);
- //BA.debugLineNum = 6285;BA.debugLine="Log($\"POSICION = ${enc.Position}\"$)";
-parent.__c.LogImpl("024313928",("POSICION = "+parent.__c.SmartStringFormatter("",(Object)(_enc.getPosition()))+""),0);
- //BA.debugLineNum = 6286;BA.debugLine="If enc.GetString(\"CAT_EP_IDTIPOPREGUNTA\") = 5";
+ //BA.debugLineNum = 6290;BA.debugLine="Log($\"POSICION = ${enc.Position}\"$)";
+parent.__c.LogImpl("724313928",("POSICION = "+parent.__c.SmartStringFormatter("",(Object)(_enc.getPosition()))+""),0);
+ //BA.debugLineNum = 6291;BA.debugLine="If enc.GetString(\"CAT_EP_IDTIPOPREGUNTA\") = 5";
if (true) break;
case 91:
@@ -10125,7 +10125,7 @@ this.state = 213;
case 93:
//C
this.state = 94;
- //BA.debugLineNum = 6287;BA.debugLine="If logger Then Log(\"Pregunta tipo 5\")";
+ //BA.debugLineNum = 6292;BA.debugLine="If logger Then Log(\"Pregunta tipo 5\")";
if (true) break;
case 94:
@@ -10138,35 +10138,35 @@ this.state = 96;
case 96:
//C
this.state = 99;
-parent.__c.LogImpl("024313930","Pregunta tipo 5",0);
+parent.__c.LogImpl("724313930","Pregunta tipo 5",0);
if (true) break;
case 99:
//C
this.state = 214;
;
- //BA.debugLineNum = 6288;BA.debugLine="id_encuesta = enc.GetString(\"CAT_EP_ID\")";
+ //BA.debugLineNum = 6293;BA.debugLine="id_encuesta = enc.GetString(\"CAT_EP_ID\")";
parent._id_encuesta = _enc.GetString("CAT_EP_ID");
- //BA.debugLineNum = 6289;BA.debugLine="idencuestaaguardar = enc.GetString(\"CAT_EP_ID";
+ //BA.debugLineNum = 6294;BA.debugLine="idencuestaaguardar = enc.GetString(\"CAT_EP_ID";
parent._idencuestaaguardar = _enc.GetString("CAT_EP_ID");
- //BA.debugLineNum = 6290;BA.debugLine="LogColor(idencuestaaguardar,Colors.Blue)";
-parent.__c.LogImpl("024313933",parent._idencuestaaguardar,parent.__c.Colors.Blue);
- //BA.debugLineNum = 6291;BA.debugLine="TOMAR_FOTO = 1";
+ //BA.debugLineNum = 6295;BA.debugLine="LogColor(idencuestaaguardar,Colors.Blue)";
+parent.__c.LogImpl("724313933",parent._idencuestaaguardar,parent.__c.Colors.Blue);
+ //BA.debugLineNum = 6296;BA.debugLine="TOMAR_FOTO = 1";
parent._tomar_foto = BA.NumberToString(1);
- //BA.debugLineNum = 6292;BA.debugLine="CURSOR_FOTO = i";
+ //BA.debugLineNum = 6297;BA.debugLine="CURSOR_FOTO = i";
parent._cursor_foto = _i;
- //BA.debugLineNum = 6293;BA.debugLine="LogColor(\"PREGUNTA TIPO 5 SALIMOS\", Colors.Re";
-parent.__c.LogImpl("024313936","PREGUNTA TIPO 5 SALIMOS",parent.__c.Colors.Red);
- //BA.debugLineNum = 6295;BA.debugLine="InitializeCamera2";
+ //BA.debugLineNum = 6298;BA.debugLine="LogColor(\"PREGUNTA TIPO 5 SALIMOS\", Colors.Re";
+parent.__c.LogImpl("724313936","PREGUNTA TIPO 5 SALIMOS",parent.__c.Colors.Red);
+ //BA.debugLineNum = 6300;BA.debugLine="InitializeCamera2";
parent._initializecamera2();
- //BA.debugLineNum = 6296;BA.debugLine="p_camara.Visible = True";
+ //BA.debugLineNum = 6301;BA.debugLine="p_camara.Visible = True";
parent._p_camara.setVisible(parent.__c.True);
if (true) break;
case 101:
//C
this.state = 102;
- //BA.debugLineNum = 6300;BA.debugLine="If logger Then Log(\"Pregunta tipo 3\")";
+ //BA.debugLineNum = 6305;BA.debugLine="If logger Then Log(\"Pregunta tipo 3\")";
if (true) break;
case 102:
@@ -10179,30 +10179,30 @@ this.state = 104;
case 104:
//C
this.state = 107;
-parent.__c.LogImpl("024313943","Pregunta tipo 3",0);
+parent.__c.LogImpl("724313943","Pregunta tipo 3",0);
if (true) break;
case 107:
//C
this.state = 108;
;
- //BA.debugLineNum = 6301;BA.debugLine="botonPresionado = 0 ' Bandera para que espere";
+ //BA.debugLineNum = 6306;BA.debugLine="botonPresionado = 0 ' Bandera para que espere";
parent._botonpresionado = (int) (0);
- //BA.debugLineNum = 6302;BA.debugLine="l_titEncuesta.Text = enc.GetString(\"CAT_CE_DE";
+ //BA.debugLineNum = 6307;BA.debugLine="l_titEncuesta.Text = enc.GetString(\"CAT_CE_DE";
parent._l_titencuesta.setText(BA.ObjectToCharSequence(_enc.GetString("CAT_CE_DESCRIPCION")));
- //BA.debugLineNum = 6303;BA.debugLine="l_txtEncuesta.Text = enc.GetString(\"CAT_EP_PR";
+ //BA.debugLineNum = 6308;BA.debugLine="l_txtEncuesta.Text = enc.GetString(\"CAT_EP_PR";
parent._l_txtencuesta.setText(BA.ObjectToCharSequence(_enc.GetString("CAT_EP_PREGUNTA")));
- //BA.debugLineNum = 6304;BA.debugLine="Subs.centraEtiqueta(l_txtEncuesta, Root.Width";
+ //BA.debugLineNum = 6309;BA.debugLine="Subs.centraEtiqueta(l_txtEncuesta, Root.Width";
parent._subs._centraetiqueta /*String*/ (ba,parent._l_txtencuesta,parent._root.getWidth());
- //BA.debugLineNum = 6305;BA.debugLine="muestraBoton(b_encuesta_1,\"SI\", enc.GetString";
+ //BA.debugLineNum = 6310;BA.debugLine="muestraBoton(b_encuesta_1,\"SI\", enc.GetString";
parent._muestraboton(parent._b_encuesta_1,"SI",_enc.GetString("CAT_EP_ID"),(int) (parent._centropantalla()-350),(int) (580),(int) (300),(int) (160));
- //BA.debugLineNum = 6306;BA.debugLine="muestraBoton(b_encuesta_2, \"NO\", enc.GetStrin";
+ //BA.debugLineNum = 6311;BA.debugLine="muestraBoton(b_encuesta_2, \"NO\", enc.GetStrin";
parent._muestraboton(parent._b_encuesta_2,"NO",_enc.GetString("CAT_EP_ID"),(int) (parent._centropantalla()+50),(int) (580),(int) (300),(int) (160));
- //BA.debugLineNum = 6307;BA.debugLine="muestraEncuesta";
+ //BA.debugLineNum = 6312;BA.debugLine="muestraEncuesta";
parent._muestraencuesta();
- //BA.debugLineNum = 6308;BA.debugLine="Log(\"Esperamos respuesta\")";
-parent.__c.LogImpl("024313951","Esperamos respuesta",0);
- //BA.debugLineNum = 6309;BA.debugLine="Do Until botonPresionado = 1 'Esperamos que r";
+ //BA.debugLineNum = 6313;BA.debugLine="Log(\"Esperamos respuesta\")";
+parent.__c.LogImpl("724313951","Esperamos respuesta",0);
+ //BA.debugLineNum = 6314;BA.debugLine="Do Until botonPresionado = 1 'Esperamos que r";
if (true) break;
case 108:
@@ -10217,7 +10217,7 @@ if (true) break;
case 110:
//C
this.state = 108;
- //BA.debugLineNum = 6310;BA.debugLine="Sleep(0)";
+ //BA.debugLineNum = 6315;BA.debugLine="Sleep(0)";
parent.__c.Sleep(ba,this,(int) (0));
this.state = 229;
return;
@@ -10227,7 +10227,7 @@ this.state = 108;
;
if (true) break;
;
- //BA.debugLineNum = 6312;BA.debugLine="If logger Then Log(\"encuestaRes: \" & encuesta";
+ //BA.debugLineNum = 6317;BA.debugLine="If logger Then Log(\"encuestaRes: \" & encuesta";
case 111:
//if
@@ -10239,14 +10239,14 @@ this.state = 113;
case 113:
//C
this.state = 116;
-parent.__c.LogImpl("024313955","encuestaRes: "+parent._encuestares,0);
+parent.__c.LogImpl("724313955","encuestaRes: "+parent._encuestares,0);
if (true) break;
case 116:
//C
this.state = 117;
;
- //BA.debugLineNum = 6313;BA.debugLine="If logger Then LogColor($\"Guardamos tipo 3 :";
+ //BA.debugLineNum = 6318;BA.debugLine="If logger Then LogColor($\"Guardamos tipo 3 :";
if (true) break;
case 117:
@@ -10259,23 +10259,23 @@ this.state = 119;
case 119:
//C
this.state = 122;
-parent.__c.LogImpl("024313956",("Guardamos tipo 3 : "+parent.__c.SmartStringFormatter("",(Object)(parent._encuestares))+""),parent.__c.Colors.Green);
+parent.__c.LogImpl("724313956",("Guardamos tipo 3 : "+parent.__c.SmartStringFormatter("",(Object)(parent._encuestares))+""),parent.__c.Colors.Green);
if (true) break;
case 122:
//C
this.state = 214;
;
- //BA.debugLineNum = 6314;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"insert";
+ //BA.debugLineNum = 6319;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"insert";
parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("insert into HIST_ENCUESTA(HE_CLIE, HE_RES, HE_FECHA, HE_TIPO, HE_LAT, HE_LON) VALUES (?,?,?,?,?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(parent._la_cuenta.getText()),(Object)(parent._encuestares),(Object)(_fecha),(Object)(_enc.GetString("CAT_EP_ID")),(Object)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lat_gps /*String*/ ),(Object)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lon_gps /*String*/ )}));
- //BA.debugLineNum = 6315;BA.debugLine="ocultaPanelEncuesta";
+ //BA.debugLineNum = 6320;BA.debugLine="ocultaPanelEncuesta";
parent._ocultapanelencuesta();
if (true) break;
case 124:
//C
this.state = 125;
- //BA.debugLineNum = 6317;BA.debugLine="If logger Then Log(\"Pregunta tipo 4\")";
+ //BA.debugLineNum = 6322;BA.debugLine="If logger Then Log(\"Pregunta tipo 4\")";
if (true) break;
case 125:
@@ -10288,20 +10288,20 @@ this.state = 127;
case 127:
//C
this.state = 130;
-parent.__c.LogImpl("024313960","Pregunta tipo 4",0);
+parent.__c.LogImpl("724313960","Pregunta tipo 4",0);
if (true) break;
case 130:
//C
this.state = 131;
;
- //BA.debugLineNum = 6318;BA.debugLine="botonPresionado = 0 ' Bandera para que espere";
+ //BA.debugLineNum = 6323;BA.debugLine="botonPresionado = 0 ' Bandera para que espere";
parent._botonpresionado = (int) (0);
- //BA.debugLineNum = 6319;BA.debugLine="l_titEncuesta.Text = enc.GetString(\"CAT_CE_DE";
+ //BA.debugLineNum = 6324;BA.debugLine="l_titEncuesta.Text = enc.GetString(\"CAT_CE_DE";
parent._l_titencuesta.setText(BA.ObjectToCharSequence(_enc.GetString("CAT_CE_DESCRIPCION")));
- //BA.debugLineNum = 6320;BA.debugLine="l_txtEncuesta.Text = enc.GetString(\"CAT_EP_PR";
+ //BA.debugLineNum = 6325;BA.debugLine="l_txtEncuesta.Text = enc.GetString(\"CAT_EP_PR";
parent._l_txtencuesta.setText(BA.ObjectToCharSequence(_enc.GetString("CAT_EP_PREGUNTA")));
- //BA.debugLineNum = 6321;BA.debugLine="If logger Then Log(enc.GetString(\"CAT_EP_PREG";
+ //BA.debugLineNum = 6326;BA.debugLine="If logger Then Log(enc.GetString(\"CAT_EP_PREG";
if (true) break;
case 131:
@@ -10314,24 +10314,24 @@ this.state = 133;
case 133:
//C
this.state = 136;
-parent.__c.LogImpl("024313964",_enc.GetString("CAT_EP_PREGUNTA"),0);
+parent.__c.LogImpl("724313964",_enc.GetString("CAT_EP_PREGUNTA"),0);
if (true) break;
case 136:
//C
this.state = 137;
;
- //BA.debugLineNum = 6322;BA.debugLine="Subs.centraEtiqueta(l_txtEncuesta, Root.Width";
+ //BA.debugLineNum = 6327;BA.debugLine="Subs.centraEtiqueta(l_txtEncuesta, Root.Width";
parent._subs._centraetiqueta /*String*/ (ba,parent._l_txtencuesta,parent._root.getWidth());
- //BA.debugLineNum = 6323;BA.debugLine="muestraBoton(b_encuesta_1,\"SI\", enc.GetString";
+ //BA.debugLineNum = 6328;BA.debugLine="muestraBoton(b_encuesta_1,\"SI\", enc.GetString";
parent._muestraboton(parent._b_encuesta_1,"SI",_enc.GetString("CAT_EP_ID"),(int) (parent._centropantalla()-350),(int) (580),(int) (300),(int) (160));
- //BA.debugLineNum = 6324;BA.debugLine="muestraBoton(b_encuesta_2, \"NO\", enc.GetStrin";
+ //BA.debugLineNum = 6329;BA.debugLine="muestraBoton(b_encuesta_2, \"NO\", enc.GetStrin";
parent._muestraboton(parent._b_encuesta_2,"NO",_enc.GetString("CAT_EP_ID"),(int) (parent._centropantalla()+50),(int) (580),(int) (300),(int) (160));
- //BA.debugLineNum = 6325;BA.debugLine="muestraEncuesta";
+ //BA.debugLineNum = 6330;BA.debugLine="muestraEncuesta";
parent._muestraencuesta();
- //BA.debugLineNum = 6326;BA.debugLine="Log(\"Esperamos respuesta\")";
-parent.__c.LogImpl("024313969","Esperamos respuesta",0);
- //BA.debugLineNum = 6327;BA.debugLine="Do Until botonPresionado = 1 'Esperamos que r";
+ //BA.debugLineNum = 6331;BA.debugLine="Log(\"Esperamos respuesta\")";
+parent.__c.LogImpl("724313969","Esperamos respuesta",0);
+ //BA.debugLineNum = 6332;BA.debugLine="Do Until botonPresionado = 1 'Esperamos que r";
if (true) break;
case 137:
@@ -10346,7 +10346,7 @@ if (true) break;
case 139:
//C
this.state = 137;
- //BA.debugLineNum = 6328;BA.debugLine="Sleep(0)";
+ //BA.debugLineNum = 6333;BA.debugLine="Sleep(0)";
parent.__c.Sleep(ba,this,(int) (0));
this.state = 230;
return;
@@ -10356,7 +10356,7 @@ this.state = 137;
;
if (true) break;
;
- //BA.debugLineNum = 6330;BA.debugLine="If logger Then Log(\"encuestaRes: \" & encuesta";
+ //BA.debugLineNum = 6335;BA.debugLine="If logger Then Log(\"encuestaRes: \" & encuesta";
case 140:
//if
@@ -10368,14 +10368,14 @@ this.state = 142;
case 142:
//C
this.state = 145;
-parent.__c.LogImpl("024313973","encuestaRes: "+parent._encuestares,0);
+parent.__c.LogImpl("724313973","encuestaRes: "+parent._encuestares,0);
if (true) break;
case 145:
//C
this.state = 146;
;
- //BA.debugLineNum = 6331;BA.debugLine="If logger Then LogColor($\"Guardamos tipo 4 :";
+ //BA.debugLineNum = 6336;BA.debugLine="If logger Then LogColor($\"Guardamos tipo 4 :";
if (true) break;
case 146:
@@ -10388,14 +10388,14 @@ this.state = 148;
case 148:
//C
this.state = 151;
-parent.__c.LogImpl("024313974",("Guardamos tipo 4 : "+parent.__c.SmartStringFormatter("",(Object)(parent._encuestares))+""),parent.__c.Colors.Green);
+parent.__c.LogImpl("724313974",("Guardamos tipo 4 : "+parent.__c.SmartStringFormatter("",(Object)(parent._encuestares))+""),parent.__c.Colors.Green);
if (true) break;
case 151:
//C
this.state = 152;
;
- //BA.debugLineNum = 6332;BA.debugLine="If encuestaRes = \"SI\" Then";
+ //BA.debugLineNum = 6337;BA.debugLine="If encuestaRes = \"SI\" Then";
if (true) break;
case 152:
@@ -10410,30 +10410,30 @@ this.state = 156;
case 154:
//C
this.state = 161;
- //BA.debugLineNum = 6333;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"insert";
+ //BA.debugLineNum = 6338;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"insert";
parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("insert into HIST_ENCUESTA(HE_CLIE, HE_RES, HE_FECHA, HE_TIPO, HE_LAT, HE_LON) VALUES (?,?,?,?,?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(parent._la_cuenta.getText()),(Object)("SI"),(Object)(_fecha),(Object)(_enc.GetString("CAT_EP_ID")),(Object)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lat_gps /*String*/ ),(Object)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lon_gps /*String*/ )}));
- //BA.debugLineNum = 6334;BA.debugLine="indicePregunta = listaPreguntas.IndexOf(enc.";
+ //BA.debugLineNum = 6339;BA.debugLine="indicePregunta = listaPreguntas.IndexOf(enc.";
parent._indicepregunta = _listapreguntas.IndexOf((Object)(_enc.GetString("CAT_EP_RES1_PRED")));
- //BA.debugLineNum = 6335;BA.debugLine="Log($\"IndicePreg = ${indicePregunta}\"$)";
-parent.__c.LogImpl("024313978",("IndicePreg = "+parent.__c.SmartStringFormatter("",(Object)(parent._indicepregunta))+""),0);
- //BA.debugLineNum = 6336;BA.debugLine="i = indicePregunta";
+ //BA.debugLineNum = 6340;BA.debugLine="Log($\"IndicePreg = ${indicePregunta}\"$)";
+parent.__c.LogImpl("724313978",("IndicePreg = "+parent.__c.SmartStringFormatter("",(Object)(parent._indicepregunta))+""),0);
+ //BA.debugLineNum = 6341;BA.debugLine="i = indicePregunta";
_i = parent._indicepregunta;
if (true) break;
case 156:
//C
this.state = 157;
- //BA.debugLineNum = 6338;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"insert";
+ //BA.debugLineNum = 6343;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"insert";
parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("insert into HIST_ENCUESTA(HE_CLIE, HE_RES, HE_FECHA, HE_TIPO, HE_LAT, HE_LON) VALUES (?,?,?,?,?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(parent._la_cuenta.getText()),(Object)("NO"),(Object)(_fecha),(Object)(_enc.GetString("CAT_EP_ID")),(Object)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lat_gps /*String*/ ),(Object)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lon_gps /*String*/ )}));
- //BA.debugLineNum = 6339;BA.debugLine="indicePregunta = listaPreguntas.IndexOf(enc.";
+ //BA.debugLineNum = 6344;BA.debugLine="indicePregunta = listaPreguntas.IndexOf(enc.";
parent._indicepregunta = _listapreguntas.IndexOf((Object)(_enc.GetString("CAT_EP_RES2_PRED")));
- //BA.debugLineNum = 6340;BA.debugLine="Log($\"IndicePreg = ${indicePregunta}\"$)";
-parent.__c.LogImpl("024313983",("IndicePreg = "+parent.__c.SmartStringFormatter("",(Object)(parent._indicepregunta))+""),0);
- //BA.debugLineNum = 6341;BA.debugLine="i = indicePregunta";
+ //BA.debugLineNum = 6345;BA.debugLine="Log($\"IndicePreg = ${indicePregunta}\"$)";
+parent.__c.LogImpl("724313983",("IndicePreg = "+parent.__c.SmartStringFormatter("",(Object)(parent._indicepregunta))+""),0);
+ //BA.debugLineNum = 6346;BA.debugLine="i = indicePregunta";
_i = parent._indicepregunta;
- //BA.debugLineNum = 6342;BA.debugLine="Log($\"I = ${i}\"$)";
-parent.__c.LogImpl("024313985",("I = "+parent.__c.SmartStringFormatter("",(Object)(_i))+""),0);
- //BA.debugLineNum = 6343;BA.debugLine="If enc.GetString(\"CAT_EP_RES2_PRED\") = \"null";
+ //BA.debugLineNum = 6347;BA.debugLine="Log($\"I = ${i}\"$)";
+parent.__c.LogImpl("724313985",("I = "+parent.__c.SmartStringFormatter("",(Object)(_i))+""),0);
+ //BA.debugLineNum = 6348;BA.debugLine="If enc.GetString(\"CAT_EP_RES2_PRED\") = \"null";
if (true) break;
case 157:
@@ -10446,7 +10446,7 @@ this.state = 159;
case 159:
//C
this.state = 160;
- //BA.debugLineNum = 6344;BA.debugLine="Exit";
+ //BA.debugLineNum = 6349;BA.debugLine="Exit";
this.state = 218;
if (true) break;
if (true) break;
@@ -10466,15 +10466,15 @@ this.state = 214;
case 163:
//C
this.state = 164;
- //BA.debugLineNum = 6348;BA.debugLine="Log(\"Pregunta tipo 2\")";
-parent.__c.LogImpl("024313991","Pregunta tipo 2",0);
- //BA.debugLineNum = 6349;BA.debugLine="botonPresionado = 0 ' Bandera para que espere";
+ //BA.debugLineNum = 6353;BA.debugLine="Log(\"Pregunta tipo 2\")";
+parent.__c.LogImpl("724313991","Pregunta tipo 2",0);
+ //BA.debugLineNum = 6354;BA.debugLine="botonPresionado = 0 ' Bandera para que espere";
parent._botonpresionado = (int) (0);
- //BA.debugLineNum = 6350;BA.debugLine="l_titEncuesta.Text = enc.GetString(\"CAT_CE_DE";
+ //BA.debugLineNum = 6355;BA.debugLine="l_titEncuesta.Text = enc.GetString(\"CAT_CE_DE";
parent._l_titencuesta.setText(BA.ObjectToCharSequence(_enc.GetString("CAT_CE_DESCRIPCION")));
- //BA.debugLineNum = 6351;BA.debugLine="l_txtEncuesta.Text = enc.GetString(\"CAT_EP_PR";
+ //BA.debugLineNum = 6356;BA.debugLine="l_txtEncuesta.Text = enc.GetString(\"CAT_EP_PR";
parent._l_txtencuesta.setText(BA.ObjectToCharSequence(_enc.GetString("CAT_EP_PREGUNTA")));
- //BA.debugLineNum = 6352;BA.debugLine="If logger Then Log(enc.GetString(\"CAT_EP_PREG";
+ //BA.debugLineNum = 6357;BA.debugLine="If logger Then Log(enc.GetString(\"CAT_EP_PREG";
if (true) break;
case 164:
@@ -10487,24 +10487,24 @@ this.state = 166;
case 166:
//C
this.state = 169;
-parent.__c.LogImpl("024313995",_enc.GetString("CAT_EP_PREGUNTA"),0);
+parent.__c.LogImpl("724313995",_enc.GetString("CAT_EP_PREGUNTA"),0);
if (true) break;
case 169:
//C
this.state = 170;
;
- //BA.debugLineNum = 6353;BA.debugLine="muestraBoton(b_encuesta_1, enc.GetString(\"CAT";
+ //BA.debugLineNum = 6358;BA.debugLine="muestraBoton(b_encuesta_1, enc.GetString(\"CAT";
parent._muestraboton(parent._b_encuesta_1,_enc.GetString("CAT_EP_RES1_PRED"),_enc.GetString("CAT_EP_ID"),(int) (parent._centropantalla()-250),(int) (580),(int) (500),(int) (160));
- //BA.debugLineNum = 6354;BA.debugLine="muestraBoton(b_encuesta_2, enc.GetString(\"CAT";
+ //BA.debugLineNum = 6359;BA.debugLine="muestraBoton(b_encuesta_2, enc.GetString(\"CAT";
parent._muestraboton(parent._b_encuesta_2,_enc.GetString("CAT_EP_RES2_PRED"),_enc.GetString("CAT_EP_ID"),(int) (parent._centropantalla()-250),(int) (740),(int) (500),(int) (160));
- //BA.debugLineNum = 6355;BA.debugLine="muestraBoton(b_encuesta_3, enc.GetString(\"CAT";
+ //BA.debugLineNum = 6360;BA.debugLine="muestraBoton(b_encuesta_3, enc.GetString(\"CAT";
parent._muestraboton(parent._b_encuesta_3,_enc.GetString("CAT_EP_RES3_PRED"),_enc.GetString("CAT_EP_ID"),(int) (parent._centropantalla()-250),(int) (900),(int) (500),(int) (160));
- //BA.debugLineNum = 6356;BA.debugLine="muestraEncuesta";
+ //BA.debugLineNum = 6361;BA.debugLine="muestraEncuesta";
parent._muestraencuesta();
- //BA.debugLineNum = 6357;BA.debugLine="Log(\"Esperamos respuesta\")";
-parent.__c.LogImpl("024314000","Esperamos respuesta",0);
- //BA.debugLineNum = 6358;BA.debugLine="Do Until botonPresionado = 1 'Esperamos que r";
+ //BA.debugLineNum = 6362;BA.debugLine="Log(\"Esperamos respuesta\")";
+parent.__c.LogImpl("724314000","Esperamos respuesta",0);
+ //BA.debugLineNum = 6363;BA.debugLine="Do Until botonPresionado = 1 'Esperamos que r";
if (true) break;
case 170:
@@ -10519,7 +10519,7 @@ if (true) break;
case 172:
//C
this.state = 170;
- //BA.debugLineNum = 6359;BA.debugLine="Sleep(0)";
+ //BA.debugLineNum = 6364;BA.debugLine="Sleep(0)";
parent.__c.Sleep(ba,this,(int) (0));
this.state = 231;
return;
@@ -10533,9 +10533,9 @@ case 173:
//C
this.state = 174;
;
- //BA.debugLineNum = 6361;BA.debugLine="Log(\"encuestaRes: \" & encuestaRes)";
-parent.__c.LogImpl("024314004","encuestaRes: "+parent._encuestares,0);
- //BA.debugLineNum = 6362;BA.debugLine="If logger Then LogColor($\"Guardamos tipo 2 :";
+ //BA.debugLineNum = 6366;BA.debugLine="Log(\"encuestaRes: \" & encuestaRes)";
+parent.__c.LogImpl("724314004","encuestaRes: "+parent._encuestares,0);
+ //BA.debugLineNum = 6367;BA.debugLine="If logger Then LogColor($\"Guardamos tipo 2 :";
if (true) break;
case 174:
@@ -10548,20 +10548,20 @@ this.state = 176;
case 176:
//C
this.state = 179;
-parent.__c.LogImpl("024314005",("Guardamos tipo 2 : "+parent.__c.SmartStringFormatter("",(Object)(parent._encuestares))+""),parent.__c.Colors.Green);
+parent.__c.LogImpl("724314005",("Guardamos tipo 2 : "+parent.__c.SmartStringFormatter("",(Object)(parent._encuestares))+""),parent.__c.Colors.Green);
if (true) break;
case 179:
//C
this.state = 180;
;
- //BA.debugLineNum = 6363;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"insert";
+ //BA.debugLineNum = 6368;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"insert";
parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("insert into HIST_ENCUESTA(HE_CLIE, HE_RES, HE_FECHA, HE_TIPO, HE_LAT, HE_LON) VALUES (?,?,?,?,?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(parent._la_cuenta.getText()),(Object)(parent._encuestares),(Object)(_fecha),(Object)(_enc.GetString("CAT_EP_ID")),(Object)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lat_gps /*String*/ ),(Object)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lon_gps /*String*/ )}));
- //BA.debugLineNum = 6365;BA.debugLine="indicePregunta = listaPreguntas.IndexOf(enc.G";
+ //BA.debugLineNum = 6370;BA.debugLine="indicePregunta = listaPreguntas.IndexOf(enc.G";
parent._indicepregunta = _listapreguntas.IndexOf((Object)(_enc.GetString("CAT_EP_ID")));
- //BA.debugLineNum = 6366;BA.debugLine="i = indicePregunta + 1";
+ //BA.debugLineNum = 6371;BA.debugLine="i = indicePregunta + 1";
_i = (int) (parent._indicepregunta+1);
- //BA.debugLineNum = 6367;BA.debugLine="If i = enc.RowCount - 1 Then i = i - 1";
+ //BA.debugLineNum = 6372;BA.debugLine="If i = enc.RowCount - 1 Then i = i - 1";
if (true) break;
case 180:
@@ -10581,16 +10581,16 @@ case 185:
//C
this.state = 214;
;
- //BA.debugLineNum = 6368;BA.debugLine="Log($\"i = ${i}\"$)";
-parent.__c.LogImpl("024314011",("i = "+parent.__c.SmartStringFormatter("",(Object)(_i))+""),0);
- //BA.debugLineNum = 6369;BA.debugLine="ocultaPanelEncuesta";
+ //BA.debugLineNum = 6373;BA.debugLine="Log($\"i = ${i}\"$)";
+parent.__c.LogImpl("724314011",("i = "+parent.__c.SmartStringFormatter("",(Object)(_i))+""),0);
+ //BA.debugLineNum = 6374;BA.debugLine="ocultaPanelEncuesta";
parent._ocultapanelencuesta();
if (true) break;
case 187:
//C
this.state = 188;
- //BA.debugLineNum = 6371;BA.debugLine="If logger Then Log(\"Pregunta tipo 6\")";
+ //BA.debugLineNum = 6376;BA.debugLine="If logger Then Log(\"Pregunta tipo 6\")";
if (true) break;
case 188:
@@ -10603,46 +10603,46 @@ this.state = 190;
case 190:
//C
this.state = 193;
-parent.__c.LogImpl("024314014","Pregunta tipo 6",0);
+parent.__c.LogImpl("724314014","Pregunta tipo 6",0);
if (true) break;
case 193:
//C
this.state = 214;
;
- //BA.debugLineNum = 6372;BA.debugLine="Panel10.Visible = True";
+ //BA.debugLineNum = 6377;BA.debugLine="Panel10.Visible = True";
parent._panel10.setVisible(parent.__c.True);
- //BA.debugLineNum = 6373;BA.debugLine="l_chk_e.Text = enc.GetString(\"CAT_EP_PREGUNT";
+ //BA.debugLineNum = 6378;BA.debugLine="l_chk_e.Text = enc.GetString(\"CAT_EP_PREGUNT";
parent._l_chk_e.setText(BA.ObjectToCharSequence(_enc.GetString("CAT_EP_PREGUNTA")));
- //BA.debugLineNum = 6374;BA.debugLine="Chk_1.Checked = False";
+ //BA.debugLineNum = 6379;BA.debugLine="Chk_1.Checked = False";
parent._chk_1.setChecked(parent.__c.False);
- //BA.debugLineNum = 6375;BA.debugLine="chk_2.Checked = False";
+ //BA.debugLineNum = 6380;BA.debugLine="chk_2.Checked = False";
parent._chk_2.setChecked(parent.__c.False);
- //BA.debugLineNum = 6376;BA.debugLine="chk_3.Checked = False";
+ //BA.debugLineNum = 6381;BA.debugLine="chk_3.Checked = False";
parent._chk_3.setChecked(parent.__c.False);
- //BA.debugLineNum = 6377;BA.debugLine="Chk_1.Text = enc.GetString(\"CAT_EP_RES1_PRED\"";
+ //BA.debugLineNum = 6382;BA.debugLine="Chk_1.Text = enc.GetString(\"CAT_EP_RES1_PRED\"";
parent._chk_1.setText(BA.ObjectToCharSequence(_enc.GetString("CAT_EP_RES1_PRED")));
- //BA.debugLineNum = 6378;BA.debugLine="chk_2.Text = enc.GetString(\"CAT_EP_RES2_PRED";
+ //BA.debugLineNum = 6383;BA.debugLine="chk_2.Text = enc.GetString(\"CAT_EP_RES2_PRED";
parent._chk_2.setText(BA.ObjectToCharSequence(_enc.GetString("CAT_EP_RES2_PRED")));
- //BA.debugLineNum = 6379;BA.debugLine="chk_3.Text = enc.GetString(\"CAT_EP_RES3_PRED";
+ //BA.debugLineNum = 6384;BA.debugLine="chk_3.Text = enc.GetString(\"CAT_EP_RES3_PRED";
parent._chk_3.setText(BA.ObjectToCharSequence(_enc.GetString("CAT_EP_RES3_PRED")));
- //BA.debugLineNum = 6380;BA.debugLine="chk_1_valor = enc.GetString(\"CAT_EP_RES1_PRE";
+ //BA.debugLineNum = 6385;BA.debugLine="chk_1_valor = enc.GetString(\"CAT_EP_RES1_PRE";
parent._chk_1_valor = _enc.GetString("CAT_EP_RES1_PRED");
- //BA.debugLineNum = 6381;BA.debugLine="chk_2_valor = enc.GetString(\"CAT_EP_RES2_PRE";
+ //BA.debugLineNum = 6386;BA.debugLine="chk_2_valor = enc.GetString(\"CAT_EP_RES2_PRE";
parent._chk_2_valor = _enc.GetString("CAT_EP_RES2_PRED");
- //BA.debugLineNum = 6382;BA.debugLine="chk_3_valor = enc.GetString(\"CAT_EP_RES3_PRE";
+ //BA.debugLineNum = 6387;BA.debugLine="chk_3_valor = enc.GetString(\"CAT_EP_RES3_PRE";
parent._chk_3_valor = _enc.GetString("CAT_EP_RES3_PRED");
- //BA.debugLineNum = 6383;BA.debugLine="Chk_1.Tag = enc.GetString(\"CAT_EP_ID\")";
+ //BA.debugLineNum = 6388;BA.debugLine="Chk_1.Tag = enc.GetString(\"CAT_EP_ID\")";
parent._chk_1.setTag((Object)(_enc.GetString("CAT_EP_ID")));
- //BA.debugLineNum = 6384;BA.debugLine="chk_2.Tag = enc.GetString(\"CAT_EP_ID\")";
+ //BA.debugLineNum = 6389;BA.debugLine="chk_2.Tag = enc.GetString(\"CAT_EP_ID\")";
parent._chk_2.setTag((Object)(_enc.GetString("CAT_EP_ID")));
- //BA.debugLineNum = 6385;BA.debugLine="chk_3.Tag = enc.GetString(\"CAT_EP_ID\")";
+ //BA.debugLineNum = 6390;BA.debugLine="chk_3.Tag = enc.GetString(\"CAT_EP_ID\")";
parent._chk_3.setTag((Object)(_enc.GetString("CAT_EP_ID")));
- //BA.debugLineNum = 6386;BA.debugLine="TOMAR_FOTO = 1";
+ //BA.debugLineNum = 6391;BA.debugLine="TOMAR_FOTO = 1";
parent._tomar_foto = BA.NumberToString(1);
- //BA.debugLineNum = 6387;BA.debugLine="CURSOR_FOTO = i";
+ //BA.debugLineNum = 6392;BA.debugLine="CURSOR_FOTO = i";
parent._cursor_foto = _i;
- //BA.debugLineNum = 6388;BA.debugLine="Exit";
+ //BA.debugLineNum = 6393;BA.debugLine="Exit";
this.state = 218;
if (true) break;
if (true) break;
@@ -10650,15 +10650,15 @@ if (true) break;
case 195:
//C
this.state = 196;
- //BA.debugLineNum = 6390;BA.debugLine="Log(\"Pregunta tipo 1\")";
-parent.__c.LogImpl("024314033","Pregunta tipo 1",0);
- //BA.debugLineNum = 6391;BA.debugLine="botonPresionado = 0 ' Bandera para que espere";
+ //BA.debugLineNum = 6395;BA.debugLine="Log(\"Pregunta tipo 1\")";
+parent.__c.LogImpl("724314033","Pregunta tipo 1",0);
+ //BA.debugLineNum = 6396;BA.debugLine="botonPresionado = 0 ' Bandera para que espere";
parent._botonpresionado = (int) (0);
- //BA.debugLineNum = 6392;BA.debugLine="l_titEncuesta.Text = enc.GetString(\"CAT_CE_DE";
+ //BA.debugLineNum = 6397;BA.debugLine="l_titEncuesta.Text = enc.GetString(\"CAT_CE_DE";
parent._l_titencuesta.setText(BA.ObjectToCharSequence(_enc.GetString("CAT_CE_DESCRIPCION")));
- //BA.debugLineNum = 6393;BA.debugLine="l_txtEncuesta.Text = enc.GetString(\"CAT_EP_PR";
+ //BA.debugLineNum = 6398;BA.debugLine="l_txtEncuesta.Text = enc.GetString(\"CAT_EP_PR";
parent._l_txtencuesta.setText(BA.ObjectToCharSequence(_enc.GetString("CAT_EP_PREGUNTA")));
- //BA.debugLineNum = 6394;BA.debugLine="If logger Then Log(enc.GetString(\"CAT_EP_PREG";
+ //BA.debugLineNum = 6399;BA.debugLine="If logger Then Log(enc.GetString(\"CAT_EP_PREG";
if (true) break;
case 196:
@@ -10671,28 +10671,28 @@ this.state = 198;
case 198:
//C
this.state = 201;
-parent.__c.LogImpl("024314037",_enc.GetString("CAT_EP_PREGUNTA")+"|"+_enc.GetString("CAT_EP_ORDEN_PREGUNTA"),0);
+parent.__c.LogImpl("724314037",_enc.GetString("CAT_EP_PREGUNTA")+"|"+_enc.GetString("CAT_EP_ORDEN_PREGUNTA"),0);
if (true) break;
case 201:
//C
this.state = 202;
;
- //BA.debugLineNum = 6395;BA.debugLine="Subs.centraEditText(et_encuesta, Root.Width)";
+ //BA.debugLineNum = 6400;BA.debugLine="Subs.centraEditText(et_encuesta, Root.Width)";
parent._subs._centraedittext /*String*/ (ba,parent._et_encuesta,parent._root.getWidth());
- //BA.debugLineNum = 6396;BA.debugLine="et_encuesta.Visible = True";
+ //BA.debugLineNum = 6401;BA.debugLine="et_encuesta.Visible = True";
parent._et_encuesta.setVisible(parent.__c.True);
- //BA.debugLineNum = 6397;BA.debugLine="b_encuesta_continuar.Enabled = False";
+ //BA.debugLineNum = 6402;BA.debugLine="b_encuesta_continuar.Enabled = False";
parent._b_encuesta_continuar.setEnabled(parent.__c.False);
- //BA.debugLineNum = 6398;BA.debugLine="Private bTop = et_encuesta.Top + 130";
+ //BA.debugLineNum = 6403;BA.debugLine="Private bTop = et_encuesta.Top + 130";
_btop = BA.NumberToString(parent._et_encuesta.getTop()+130);
- //BA.debugLineNum = 6399;BA.debugLine="muestraBoton(b_encuesta_continuar,\"Continuar\"";
+ //BA.debugLineNum = 6404;BA.debugLine="muestraBoton(b_encuesta_continuar,\"Continuar\"";
parent._muestraboton(parent._b_encuesta_continuar,"Continuar",_enc.GetString("CAT_EP_ID"),(int) (parent._centropantalla()-250),(int)(Double.parseDouble(_btop)),(int) (500),(int) (160));
- //BA.debugLineNum = 6400;BA.debugLine="muestraEncuesta";
+ //BA.debugLineNum = 6405;BA.debugLine="muestraEncuesta";
parent._muestraencuesta();
- //BA.debugLineNum = 6401;BA.debugLine="Log(\"Esperamos respuesta\")";
-parent.__c.LogImpl("024314044","Esperamos respuesta",0);
- //BA.debugLineNum = 6402;BA.debugLine="Do Until botonPresionado = 1 'Esperamos que r";
+ //BA.debugLineNum = 6406;BA.debugLine="Log(\"Esperamos respuesta\")";
+parent.__c.LogImpl("724314044","Esperamos respuesta",0);
+ //BA.debugLineNum = 6407;BA.debugLine="Do Until botonPresionado = 1 'Esperamos que r";
if (true) break;
case 202:
@@ -10707,7 +10707,7 @@ if (true) break;
case 204:
//C
this.state = 202;
- //BA.debugLineNum = 6403;BA.debugLine="Sleep(0)";
+ //BA.debugLineNum = 6408;BA.debugLine="Sleep(0)";
parent.__c.Sleep(ba,this,(int) (0));
this.state = 232;
return;
@@ -10721,9 +10721,9 @@ case 205:
//C
this.state = 206;
;
- //BA.debugLineNum = 6405;BA.debugLine="Log($\"Respuesta: ${encuestaRes}\"$)";
-parent.__c.LogImpl("024314048",("Respuesta: "+parent.__c.SmartStringFormatter("",(Object)(parent._encuestares))+""),0);
- //BA.debugLineNum = 6406;BA.debugLine="If logger Then LogColor($\"Guardamos tipo 1 :";
+ //BA.debugLineNum = 6410;BA.debugLine="Log($\"Respuesta: ${encuestaRes}\"$)";
+parent.__c.LogImpl("724314048",("Respuesta: "+parent.__c.SmartStringFormatter("",(Object)(parent._encuestares))+""),0);
+ //BA.debugLineNum = 6411;BA.debugLine="If logger Then LogColor($\"Guardamos tipo 1 :";
if (true) break;
case 206:
@@ -10736,27 +10736,27 @@ this.state = 208;
case 208:
//C
this.state = 211;
-parent.__c.LogImpl("024314049",("Guardamos tipo 1 : "+parent.__c.SmartStringFormatter("",(Object)(parent._encuestares))+""),parent.__c.Colors.Green);
+parent.__c.LogImpl("724314049",("Guardamos tipo 1 : "+parent.__c.SmartStringFormatter("",(Object)(parent._encuestares))+""),parent.__c.Colors.Green);
if (true) break;
case 211:
//C
this.state = 214;
;
- //BA.debugLineNum = 6407;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"insert";
+ //BA.debugLineNum = 6412;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"insert";
parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("insert into HIST_ENCUESTA(HE_CLIE, HE_RES, HE_FECHA, HE_TIPO, HE_LAT, HE_LON) VALUES (?,?,?,?,?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(parent._la_cuenta.getText()),(Object)(parent._encuestares),(Object)(_fecha),(Object)(_enc.GetString("CAT_EP_ID")),(Object)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lat_gps /*String*/ ),(Object)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lon_gps /*String*/ )}));
- //BA.debugLineNum = 6408;BA.debugLine="ocultaPanelEncuesta";
+ //BA.debugLineNum = 6413;BA.debugLine="ocultaPanelEncuesta";
parent._ocultapanelencuesta();
if (true) break;
case 213:
//C
this.state = 214;
- //BA.debugLineNum = 6411;BA.debugLine="B4XPages.ShowPage(\"productos\")";
+ //BA.debugLineNum = 6416;BA.debugLine="B4XPages.ShowPage(\"productos\")";
parent._b4xpages._showpage /*String*/ (ba,"productos");
if (true) break;
;
- //BA.debugLineNum = 6413;BA.debugLine="If i = enc.RowCount - 1 Then";
+ //BA.debugLineNum = 6418;BA.debugLine="If i = enc.RowCount - 1 Then";
case 214:
//if
@@ -10768,7 +10768,7 @@ this.state = 216;
case 216:
//C
this.state = 217;
- //BA.debugLineNum = 6414;BA.debugLine="i = i - 1";
+ //BA.debugLineNum = 6419;BA.debugLine="i = i - 1";
_i = (int) (_i-1);
if (true) break;
@@ -10783,14 +10783,14 @@ case 218:
//C
this.state = 221;
;
- //BA.debugLineNum = 6417;BA.debugLine="enc.Close";
+ //BA.debugLineNum = 6422;BA.debugLine="enc.Close";
_enc.Close();
if (true) break;
case 220:
//C
this.state = 221;
- //BA.debugLineNum = 6420;BA.debugLine="B4XPages.ShowPage(\"productos\")";
+ //BA.debugLineNum = 6425;BA.debugLine="B4XPages.ShowPage(\"productos\")";
parent._b4xpages._showpage /*String*/ (ba,"productos");
if (true) break;
@@ -10803,7 +10803,7 @@ this.state = 224;
case 223:
//C
this.state = 224;
- //BA.debugLineNum = 6424;BA.debugLine="B4XPages.ShowPage(\"productos\")";
+ //BA.debugLineNum = 6429;BA.debugLine="B4XPages.ShowPage(\"productos\")";
parent._b4xpages._showpage /*String*/ (ba,"productos");
if (true) break;
@@ -10811,7 +10811,7 @@ case 224:
//C
this.state = -1;
;
- //BA.debugLineNum = 6427;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6432;BA.debugLine="End Sub";
if (true) break;
}
@@ -10819,10 +10819,10 @@ if (true) break;
}
}
public String _datos_click() throws Exception{
- //BA.debugLineNum = 2972;BA.debugLine="Sub DATOS_Click";
- //BA.debugLineNum = 2973;BA.debugLine="B4XPages.ShowPage(\"telefonos\")";
+ //BA.debugLineNum = 2977;BA.debugLine="Sub DATOS_Click";
+ //BA.debugLineNum = 2978;BA.debugLine="B4XPages.ShowPage(\"telefonos\")";
_b4xpages._showpage /*String*/ (ba,"telefonos");
- //BA.debugLineNum = 2974;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2979;BA.debugLine="End Sub";
return "";
}
public void _enviarpdfwhatsappnumero(String _numerotelefono) throws Exception{
@@ -10852,7 +10852,7 @@ return;
case 0:
//C
this.state = 1;
- //BA.debugLineNum = 7377;BA.debugLine="If NumeroTelefono.Length = 10 Then NumeroTelefono";
+ //BA.debugLineNum = 7382;BA.debugLine="If NumeroTelefono.Length = 10 Then NumeroTelefono";
if (true) break;
case 1:
@@ -10872,7 +10872,7 @@ case 6:
//C
this.state = 7;
;
- //BA.debugLineNum = 7383;BA.debugLine="If File.Exists(Starter.fFileProvider.SharedFolder";
+ //BA.debugLineNum = 7388;BA.debugLine="If File.Exists(Starter.fFileProvider.SharedFolder";
if (true) break;
case 7:
@@ -10887,40 +10887,40 @@ this.state = 11;
case 9:
//C
this.state = 12;
- //BA.debugLineNum = 7385;BA.debugLine="Dim fd As MultipartFileData";
+ //BA.debugLineNum = 7390;BA.debugLine="Dim fd As MultipartFileData";
_fd = new gunav2.keymon.com.mx.httpjob._multipartfiledata();
- //BA.debugLineNum = 7386;BA.debugLine="fd.Initialize";
+ //BA.debugLineNum = 7391;BA.debugLine="fd.Initialize";
_fd.Initialize();
- //BA.debugLineNum = 7387;BA.debugLine="fd.KeyName = \"file\"";
+ //BA.debugLineNum = 7392;BA.debugLine="fd.KeyName = \"file\"";
_fd.KeyName /*String*/ = "file";
- //BA.debugLineNum = 7388;BA.debugLine="fd.Dir = Starter.fFileProvider.SharedFolder";
+ //BA.debugLineNum = 7393;BA.debugLine="fd.Dir = Starter.fFileProvider.SharedFolder";
_fd.Dir /*String*/ = parent._starter._ffileprovider /*gunav2.keymon.com.mx.fileprovider*/ ._sharedfolder /*String*/ ;
- //BA.debugLineNum = 7389;BA.debugLine="fd.FileName = archivoTicketPDF";
+ //BA.debugLineNum = 7394;BA.debugLine="fd.FileName = archivoTicketPDF";
_fd.FileName /*String*/ = parent._archivoticketpdf;
- //BA.debugLineNum = 7390;BA.debugLine="fd.ContentType = \"application/pdf\"";
+ //BA.debugLineNum = 7395;BA.debugLine="fd.ContentType = \"application/pdf\"";
_fd.ContentType /*String*/ = "application/pdf";
- //BA.debugLineNum = 7391;BA.debugLine="Private link As String = \"http://keymon.net:9001";
+ //BA.debugLineNum = 7396;BA.debugLine="Private link As String = \"http://keymon.net:9001";
_link = "http://keymon.net:9001/v1/ticketpdf";
- //BA.debugLineNum = 7392;BA.debugLine="Private campos As Map = CreateMap( \"message\":\"Tu";
+ //BA.debugLineNum = 7397;BA.debugLine="Private campos As Map = CreateMap( \"message\":\"Tu";
_campos = new anywheresoftware.b4a.objects.collections.Map();
_campos = parent.__c.createMap(new Object[] {(Object)("message"),(Object)("Tu compra de Guna va ser a *crédito* por el monto de $${NumberFormat2(monto, 1, 2, 2, True)}\\n\\nManda *1* para confirmar\\nManda *0* para rechazar\\n\\n*Nota:* Si este mensaje no se contesta, se considerará que el pago es en *EFECTIVO*.\\n\\n(Solo el *número* por favor)")});
- //BA.debugLineNum = 7393;BA.debugLine="campos.Put(\"number\", NumeroTelefono)";
+ //BA.debugLineNum = 7398;BA.debugLine="campos.Put(\"number\", NumeroTelefono)";
_campos.Put((Object)("number"),(Object)(_numerotelefono));
- //BA.debugLineNum = 7394;BA.debugLine="Log(NumeroTelefono)";
-parent.__c.LogImpl("026279954",_numerotelefono,0);
- //BA.debugLineNum = 7395;BA.debugLine="campos.Put(\"message\",\"Tu recibo\")";
+ //BA.debugLineNum = 7399;BA.debugLine="Log(NumeroTelefono)";
+parent.__c.LogImpl("726279954",_numerotelefono,0);
+ //BA.debugLineNum = 7400;BA.debugLine="campos.Put(\"message\",\"Tu recibo\")";
_campos.Put((Object)("message"),(Object)("Tu recibo"));
- //BA.debugLineNum = 7396;BA.debugLine="Log(campos)";
-parent.__c.LogImpl("026279956",BA.ObjectToString(_campos),0);
- //BA.debugLineNum = 7397;BA.debugLine="Private job As HttpJob";
+ //BA.debugLineNum = 7401;BA.debugLine="Log(campos)";
+parent.__c.LogImpl("726279956",BA.ObjectToString(_campos),0);
+ //BA.debugLineNum = 7402;BA.debugLine="Private job As HttpJob";
_job = new gunav2.keymon.com.mx.httpjob();
- //BA.debugLineNum = 7398;BA.debugLine="job.Initialize(\"\", Me)";
+ //BA.debugLineNum = 7403;BA.debugLine="job.Initialize(\"\", Me)";
_job._initialize /*String*/ (ba,"",parent);
- //BA.debugLineNum = 7399;BA.debugLine="job.PostMultipart(link, campos, Array(fd))";
+ //BA.debugLineNum = 7404;BA.debugLine="job.PostMultipart(link, campos, Array(fd))";
_job._postmultipart /*String*/ (_link,_campos,anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_fd)}));
- //BA.debugLineNum = 7401;BA.debugLine="Log(5555)";
-parent.__c.LogImpl("026279961",BA.NumberToString(5555),0);
- //BA.debugLineNum = 7402;BA.debugLine="Wait For (job) JobDone(job As HttpJob)";
+ //BA.debugLineNum = 7406;BA.debugLine="Log(5555)";
+parent.__c.LogImpl("726279961",BA.NumberToString(5555),0);
+ //BA.debugLineNum = 7407;BA.debugLine="Wait For (job) JobDone(job As HttpJob)";
parent.__c.WaitFor("jobdone", ba, this, (Object)(_job));
this.state = 13;
return;
@@ -10934,7 +10934,7 @@ _job = (gunav2.keymon.com.mx.httpjob) result[0];
case 11:
//C
this.state = 12;
- //BA.debugLineNum = 7430;BA.debugLine="ToastMessageShow(\"El archivo PDF no existe.\", Tr";
+ //BA.debugLineNum = 7435;BA.debugLine="ToastMessageShow(\"El archivo PDF no existe.\", Tr";
parent.__c.ToastMessageShow(BA.ObjectToCharSequence("El archivo PDF no existe."),parent.__c.True);
if (true) break;
@@ -10942,7 +10942,7 @@ case 12:
//C
this.state = -1;
;
- //BA.debugLineNum = 7432;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7437;BA.debugLine="End Sub";
if (true) break;
}
@@ -10977,7 +10977,7 @@ return;
case 0:
//C
this.state = 1;
- //BA.debugLineNum = 7435;BA.debugLine="If NumeroTelefono.Length = 10 Then NumeroTelefono";
+ //BA.debugLineNum = 7440;BA.debugLine="If NumeroTelefono.Length = 10 Then NumeroTelefono";
if (true) break;
case 1:
@@ -10997,11 +10997,11 @@ case 6:
//C
this.state = 7;
;
- //BA.debugLineNum = 7437;BA.debugLine="Dim RutaArchivo As String = Starter.fFileProvi";
+ //BA.debugLineNum = 7442;BA.debugLine="Dim RutaArchivo As String = Starter.fFileProvi";
_rutaarchivo = parent._starter._ffileprovider /*gunav2.keymon.com.mx.fileprovider*/ ._sharedfolder /*String*/ +"/"+parent._archivoticketpdf;
- //BA.debugLineNum = 7438;BA.debugLine="Log(RutaArchivo)";
-parent.__c.LogImpl("026345476",_rutaarchivo,0);
- //BA.debugLineNum = 7441;BA.debugLine="If File.Exists(Starter.fFileProvider.SharedFolder";
+ //BA.debugLineNum = 7443;BA.debugLine="Log(RutaArchivo)";
+parent.__c.LogImpl("726345476",_rutaarchivo,0);
+ //BA.debugLineNum = 7446;BA.debugLine="If File.Exists(Starter.fFileProvider.SharedFolder";
if (true) break;
case 7:
@@ -11016,17 +11016,17 @@ this.state = 11;
case 9:
//C
this.state = 12;
- //BA.debugLineNum = 7443;BA.debugLine="Dim UriWhatsApp As String = \"https://wa.me";
+ //BA.debugLineNum = 7448;BA.debugLine="Dim UriWhatsApp As String = \"https://wa.me";
_uriwhatsapp = "https://wa.me/"+_numerotelefono;
- //BA.debugLineNum = 7444;BA.debugLine="Dim IntentWhatsApp As Intent";
+ //BA.debugLineNum = 7449;BA.debugLine="Dim IntentWhatsApp As Intent";
_intentwhatsapp = new anywheresoftware.b4a.objects.IntentWrapper();
- //BA.debugLineNum = 7445;BA.debugLine="IntentWhatsApp.Initialize(IntentWhatsApp.A";
+ //BA.debugLineNum = 7450;BA.debugLine="IntentWhatsApp.Initialize(IntentWhatsApp.A";
_intentwhatsapp.Initialize(_intentwhatsapp.ACTION_VIEW,_uriwhatsapp);
- //BA.debugLineNum = 7454;BA.debugLine="StartActivity(IntentWhatsApp)";
+ //BA.debugLineNum = 7459;BA.debugLine="StartActivity(IntentWhatsApp)";
parent.__c.StartActivity(ba,(Object)(_intentwhatsapp.getObject()));
- //BA.debugLineNum = 7457;BA.debugLine="ToastMessageShow(\"Por favor, comparte el a";
+ //BA.debugLineNum = 7462;BA.debugLine="ToastMessageShow(\"Por favor, comparte el a";
parent.__c.ToastMessageShow(BA.ObjectToCharSequence("Por favor, comparte el archivo manualmente en WhatsApp."),parent.__c.True);
- //BA.debugLineNum = 7460;BA.debugLine="Sleep(3000)";
+ //BA.debugLineNum = 7465;BA.debugLine="Sleep(3000)";
parent.__c.Sleep(ba,this,(int) (3000));
this.state = 13;
return;
@@ -11034,26 +11034,26 @@ case 13:
//C
this.state = 12;
;
- //BA.debugLineNum = 7463;BA.debugLine="Dim Uri0 As Object = Starter.fFileProvider.GetFi";
+ //BA.debugLineNum = 7468;BA.debugLine="Dim Uri0 As Object = Starter.fFileProvider.GetFi";
_uri0 = parent._starter._ffileprovider /*gunav2.keymon.com.mx.fileprovider*/ ._getfileuri /*Object*/ (parent._archivoticketpdf);
- //BA.debugLineNum = 7466;BA.debugLine="Dim Intent1 As Intent";
+ //BA.debugLineNum = 7471;BA.debugLine="Dim Intent1 As Intent";
_intent1 = new anywheresoftware.b4a.objects.IntentWrapper();
- //BA.debugLineNum = 7467;BA.debugLine="Intent1.Initialize(Intent1.ACTION_SEND, \"\"";
+ //BA.debugLineNum = 7472;BA.debugLine="Intent1.Initialize(Intent1.ACTION_SEND, \"\"";
_intent1.Initialize(_intent1.ACTION_SEND,"");
- //BA.debugLineNum = 7470;BA.debugLine="Intent1.SetType(\"application/pdf\")";
+ //BA.debugLineNum = 7475;BA.debugLine="Intent1.SetType(\"application/pdf\")";
_intent1.SetType("application/pdf");
- //BA.debugLineNum = 7473;BA.debugLine="Intent1.PutExtra(\"android.intent.extra.STR";
+ //BA.debugLineNum = 7478;BA.debugLine="Intent1.PutExtra(\"android.intent.extra.STR";
_intent1.PutExtra("android.intent.extra.STREAM",_uri0);
- //BA.debugLineNum = 7476;BA.debugLine="Intent1.Flags = 1 ' FLAG_GRANT_READ_URI_PE";
+ //BA.debugLineNum = 7481;BA.debugLine="Intent1.Flags = 1 ' FLAG_GRANT_READ_URI_PE";
_intent1.setFlags((int) (1));
- //BA.debugLineNum = 7479;BA.debugLine="StartActivity(Intent1)";
+ //BA.debugLineNum = 7484;BA.debugLine="StartActivity(Intent1)";
parent.__c.StartActivity(ba,(Object)(_intent1.getObject()));
if (true) break;
case 11:
//C
this.state = 12;
- //BA.debugLineNum = 7481;BA.debugLine="ToastMessageShow(\"El archivo PDF no existe";
+ //BA.debugLineNum = 7486;BA.debugLine="ToastMessageShow(\"El archivo PDF no existe";
parent.__c.ToastMessageShow(BA.ObjectToCharSequence("El archivo PDF no existe."),parent.__c.True);
if (true) break;
@@ -11061,7 +11061,7 @@ case 12:
//C
this.state = -1;
;
- //BA.debugLineNum = 7483;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7488;BA.debugLine="End Sub";
if (true) break;
}
@@ -11091,7 +11091,7 @@ return;
case 0:
//C
this.state = -1;
- //BA.debugLineNum = 7366;BA.debugLine="Sleep(1000)";
+ //BA.debugLineNum = 7371;BA.debugLine="Sleep(1000)";
parent.__c.Sleep(ba,this,(int) (1000));
this.state = 1;
return;
@@ -11099,22 +11099,22 @@ case 1:
//C
this.state = -1;
;
- //BA.debugLineNum = 7367;BA.debugLine="Dim email As Email";
+ //BA.debugLineNum = 7372;BA.debugLine="Dim email As Email";
_email = new anywheresoftware.b4a.phone.Phone.Email();
- //BA.debugLineNum = 7368;BA.debugLine="email.To.Add(\"cheveguerra@gmail.com\")";
+ //BA.debugLineNum = 7373;BA.debugLine="email.To.Add(\"cheveguerra@gmail.com\")";
_email.To.Add((Object)("cheveguerra@gmail.com"));
- //BA.debugLineNum = 7369;BA.debugLine="email.Subject = \"subject\"";
+ //BA.debugLineNum = 7374;BA.debugLine="email.Subject = \"subject\"";
_email.Subject = "subject";
- //BA.debugLineNum = 7370;BA.debugLine="email.Attachments.Add(Starter.fFileProvider.GetFi";
+ //BA.debugLineNum = 7375;BA.debugLine="email.Attachments.Add(Starter.fFileProvider.GetFi";
_email.Attachments.Add(parent._starter._ffileprovider /*gunav2.keymon.com.mx.fileprovider*/ ._getfileuri /*Object*/ (parent._archivoticketpdf));
- //BA.debugLineNum = 7371;BA.debugLine="Dim in As Intent = email.GetIntent";
+ //BA.debugLineNum = 7376;BA.debugLine="Dim in As Intent = email.GetIntent";
_in = new anywheresoftware.b4a.objects.IntentWrapper();
_in = (anywheresoftware.b4a.objects.IntentWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.IntentWrapper(), (android.content.Intent)(_email.GetIntent()));
- //BA.debugLineNum = 7372;BA.debugLine="in.Flags = 1 'FLAG_GRANT_READ_URI_PERMISSION";
+ //BA.debugLineNum = 7377;BA.debugLine="in.Flags = 1 'FLAG_GRANT_READ_URI_PERMISSION";
_in.setFlags((int) (1));
- //BA.debugLineNum = 7373;BA.debugLine="StartActivity(in)";
+ //BA.debugLineNum = 7378;BA.debugLine="StartActivity(in)";
parent.__c.StartActivity(ba,(Object)(_in.getObject()));
- //BA.debugLineNum = 7374;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7379;BA.debugLine="End Sub";
if (true) break;
}
@@ -11122,72 +11122,72 @@ if (true) break;
}
}
public String _et_encuesta_textchanged(String _old,String _new) throws Exception{
- //BA.debugLineNum = 6503;BA.debugLine="Private Sub et_encuesta_TextChanged (Old As String";
- //BA.debugLineNum = 6505;BA.debugLine="If New.Length > 0 Then b_encuesta_continuar.Enabl";
+ //BA.debugLineNum = 6508;BA.debugLine="Private Sub et_encuesta_TextChanged (Old As String";
+ //BA.debugLineNum = 6510;BA.debugLine="If New.Length > 0 Then b_encuesta_continuar.Enabl";
if (_new.length()>0) {
_b_encuesta_continuar.setEnabled(__c.True);};
- //BA.debugLineNum = 6506;BA.debugLine="If New.Length < 1 Then b_encuesta_continuar.Enabl";
+ //BA.debugLineNum = 6511;BA.debugLine="If New.Length < 1 Then b_encuesta_continuar.Enabl";
if (_new.length()<1) {
_b_encuesta_continuar.setEnabled(__c.False);};
- //BA.debugLineNum = 6507;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6512;BA.debugLine="End Sub";
return "";
}
public String _et_numeropdf_textchanged(String _old,String _new) throws Exception{
- //BA.debugLineNum = 7528;BA.debugLine="Private Sub et_numeroPDF_TextChanged (Old As Strin";
- //BA.debugLineNum = 7529;BA.debugLine="If New.Length = 10 Then b_envioPDF.Enabled = True";
+ //BA.debugLineNum = 7533;BA.debugLine="Private Sub et_numeroPDF_TextChanged (Old As Strin";
+ //BA.debugLineNum = 7534;BA.debugLine="If New.Length = 10 Then b_envioPDF.Enabled = True";
if (_new.length()==10) {
_b_enviopdf.setEnabled(__c.True);}
else {
_b_enviopdf.setEnabled(__c.False);};
- //BA.debugLineNum = 7530;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7535;BA.debugLine="End Sub";
return "";
}
public String _et_p1_m2_textchanged(String _old,String _new) throws Exception{
- //BA.debugLineNum = 5586;BA.debugLine="Private Sub et_p1_m2_TextChanged (Old As String, N";
- //BA.debugLineNum = 5587;BA.debugLine="If et_p1_m2.Text.Length > 2 Or et_p1_m2.Text = 0";
+ //BA.debugLineNum = 5591;BA.debugLine="Private Sub et_p1_m2_TextChanged (Old As String, N";
+ //BA.debugLineNum = 5592;BA.debugLine="If et_p1_m2.Text.Length > 2 Or et_p1_m2.Text = 0";
if (_et_p1_m2.getText().length()>2 || (_et_p1_m2.getText()).equals(BA.NumberToString(0))) {
- //BA.debugLineNum = 5589;BA.debugLine="Msgbox(\"Valida tu respuesta, dato no valido\",\"Av";
+ //BA.debugLineNum = 5594;BA.debugLine="Msgbox(\"Valida tu respuesta, dato no valido\",\"Av";
__c.Msgbox(BA.ObjectToCharSequence("Valida tu respuesta, dato no valido"),BA.ObjectToCharSequence("Aviso"),ba);
- //BA.debugLineNum = 5590;BA.debugLine="et_p1_m2.Text = \"\"";
+ //BA.debugLineNum = 5595;BA.debugLine="et_p1_m2.Text = \"\"";
_et_p1_m2.setText(BA.ObjectToCharSequence(""));
};
- //BA.debugLineNum = 5592;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5597;BA.debugLine="End Sub";
return "";
}
public String _et_p1_m4_textchanged(String _old,String _new) throws Exception{
- //BA.debugLineNum = 5611;BA.debugLine="Private Sub et_p1_m4_TextChanged (Old As String, N";
- //BA.debugLineNum = 5612;BA.debugLine="If et_p1_m4.Text.Length > 5 Then";
+ //BA.debugLineNum = 5616;BA.debugLine="Private Sub et_p1_m4_TextChanged (Old As String, N";
+ //BA.debugLineNum = 5617;BA.debugLine="If et_p1_m4.Text.Length > 5 Then";
if (_et_p1_m4.getText().length()>5) {
- //BA.debugLineNum = 5614;BA.debugLine="Msgbox(\"Valida tu respuesta, dato no valido\",\"Av";
+ //BA.debugLineNum = 5619;BA.debugLine="Msgbox(\"Valida tu respuesta, dato no valido\",\"Av";
__c.Msgbox(BA.ObjectToCharSequence("Valida tu respuesta, dato no valido"),BA.ObjectToCharSequence("Aviso"),ba);
- //BA.debugLineNum = 5615;BA.debugLine="et_p1_m4.Text = \"\"";
+ //BA.debugLineNum = 5620;BA.debugLine="et_p1_m4.Text = \"\"";
_et_p1_m4.setText(BA.ObjectToCharSequence(""));
};
- //BA.debugLineNum = 5617;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5622;BA.debugLine="End Sub";
return "";
}
public String _et_p2_m2_textchanged(String _old,String _new) throws Exception{
- //BA.debugLineNum = 5594;BA.debugLine="Private Sub et_p2_m2_TextChanged (Old As String, N";
- //BA.debugLineNum = 5595;BA.debugLine="If et_p2_m2.Text.Length > 2 Or et_p2_m2.Text = 0";
+ //BA.debugLineNum = 5599;BA.debugLine="Private Sub et_p2_m2_TextChanged (Old As String, N";
+ //BA.debugLineNum = 5600;BA.debugLine="If et_p2_m2.Text.Length > 2 Or et_p2_m2.Text = 0";
if (_et_p2_m2.getText().length()>2 || (_et_p2_m2.getText()).equals(BA.NumberToString(0))) {
- //BA.debugLineNum = 5597;BA.debugLine="Msgbox(\"Valida tu respuesta, dato no valido\",\"Av";
+ //BA.debugLineNum = 5602;BA.debugLine="Msgbox(\"Valida tu respuesta, dato no valido\",\"Av";
__c.Msgbox(BA.ObjectToCharSequence("Valida tu respuesta, dato no valido"),BA.ObjectToCharSequence("Aviso"),ba);
- //BA.debugLineNum = 5598;BA.debugLine="et_p2_m2.Text = \"\"";
+ //BA.debugLineNum = 5603;BA.debugLine="et_p2_m2.Text = \"\"";
_et_p2_m2.setText(BA.ObjectToCharSequence(""));
};
- //BA.debugLineNum = 5601;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5606;BA.debugLine="End Sub";
return "";
}
public String _et_p5_m2_textchanged(String _old,String _new) throws Exception{
- //BA.debugLineNum = 5603;BA.debugLine="Private Sub et_p5_m2_TextChanged (Old As String, N";
- //BA.debugLineNum = 5604;BA.debugLine="If et_p5_m2.Text.Length > 4 Then";
+ //BA.debugLineNum = 5608;BA.debugLine="Private Sub et_p5_m2_TextChanged (Old As String, N";
+ //BA.debugLineNum = 5609;BA.debugLine="If et_p5_m2.Text.Length > 4 Then";
if (_et_p5_m2.getText().length()>4) {
- //BA.debugLineNum = 5606;BA.debugLine="Msgbox(\"Valida tu respuesta, dato no valido\",\"Av";
+ //BA.debugLineNum = 5611;BA.debugLine="Msgbox(\"Valida tu respuesta, dato no valido\",\"Av";
__c.Msgbox(BA.ObjectToCharSequence("Valida tu respuesta, dato no valido"),BA.ObjectToCharSequence("Aviso"),ba);
- //BA.debugLineNum = 5607;BA.debugLine="et_p5_m2.Text = \"\"";
+ //BA.debugLineNum = 5612;BA.debugLine="et_p5_m2.Text = \"\"";
_et_p5_m2.setText(BA.ObjectToCharSequence(""));
};
- //BA.debugLineNum = 5609;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5614;BA.debugLine="End Sub";
return "";
}
public void _gest_click() throws Exception{
@@ -11217,10 +11217,10 @@ return;
case 0:
//C
this.state = 1;
- //BA.debugLineNum = 2083;BA.debugLine="Dim pagarepen As Cursor = B4XPages.MainPage.skmt.";
+ //BA.debugLineNum = 2088;BA.debugLine="Dim pagarepen As Cursor = B4XPages.MainPage.skmt.";
_pagarepen = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_pagarepen = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select FECHA, SALDO_PENDIENTE FROM ABONOSP WHERE CLIENTE IN (SELECT CUENTA FROM CUENTAA)")));
- //BA.debugLineNum = 2084;BA.debugLine="If pagarepen.RowCount > 0 Then";
+ //BA.debugLineNum = 2089;BA.debugLine="If pagarepen.RowCount > 0 Then";
if (true) break;
case 1:
@@ -11235,27 +11235,27 @@ this.state = 31;
case 3:
//C
this.state = 4;
- //BA.debugLineNum = 2085;BA.debugLine="pagarepen.Position = 0";
+ //BA.debugLineNum = 2090;BA.debugLine="pagarepen.Position = 0";
_pagarepen.setPosition((int) (0));
- //BA.debugLineNum = 2086;BA.debugLine="DateTime.DateFormat=\"dd/MM/yyyy\"";
+ //BA.debugLineNum = 2091;BA.debugLine="DateTime.DateFormat=\"dd/MM/yyyy\"";
parent.__c.DateTime.setDateFormat("dd/MM/yyyy");
- //BA.debugLineNum = 2087;BA.debugLine="Dim FechaInicio As String = pagarepen.GetString(";
+ //BA.debugLineNum = 2092;BA.debugLine="Dim FechaInicio As String = pagarepen.GetString(";
_fechainicio = _pagarepen.GetString("FECHA");
- //BA.debugLineNum = 2089;BA.debugLine="Log(pagarepen.GetString(\"FECHA\"))";
-parent.__c.LogImpl("015073291",_pagarepen.GetString("FECHA"),0);
- //BA.debugLineNum = 2092;BA.debugLine="Dim TicksInicio As Long = DateTime.DateParse(Fec";
+ //BA.debugLineNum = 2094;BA.debugLine="Log(pagarepen.GetString(\"FECHA\"))";
+parent.__c.LogImpl("715073291",_pagarepen.GetString("FECHA"),0);
+ //BA.debugLineNum = 2097;BA.debugLine="Dim TicksInicio As Long = DateTime.DateParse(Fec";
_ticksinicio = parent.__c.DateTime.DateParse(_fechainicio);
- //BA.debugLineNum = 2093;BA.debugLine="Dim TicksHoy As Long = DateTime.DateParse(DateTi";
+ //BA.debugLineNum = 2098;BA.debugLine="Dim TicksHoy As Long = DateTime.DateParse(DateTi";
_tickshoy = parent.__c.DateTime.DateParse(parent.__c.DateTime.Date(parent.__c.DateTime.getNow()));
- //BA.debugLineNum = 2096;BA.debugLine="Dim DiferenciaDias As Int = (TicksHoy - TicksIni";
+ //BA.debugLineNum = 2101;BA.debugLine="Dim DiferenciaDias As Int = (TicksHoy - TicksIni";
_diferenciadias = (int) ((_tickshoy-_ticksinicio)/(double)parent.__c.DateTime.TicksPerDay);
- //BA.debugLineNum = 2099;BA.debugLine="Log($\"Días transcurridos: ${DiferenciaDias}\"$)";
-parent.__c.LogImpl("015073301",("Días transcurridos: "+parent.__c.SmartStringFormatter("",(Object)(_diferenciadias))+""),0);
- //BA.debugLineNum = 2101;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select IFNUL";
+ //BA.debugLineNum = 2104;BA.debugLine="Log($\"Días transcurridos: ${DiferenciaDias}\"$)";
+parent.__c.LogImpl("715073301",("Días transcurridos: "+parent.__c.SmartStringFormatter("",(Object)(_diferenciadias))+""),0);
+ //BA.debugLineNum = 2106;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select IFNUL";
parent._c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(CAT_CL_DIASCREDITO,0) AS CAT_CL_DIASCREDITO from kmt_info3 where CAT_CL_CODIGO In (Select cuenta from cuentaa)")));
- //BA.debugLineNum = 2102;BA.debugLine="c.Position = 0";
+ //BA.debugLineNum = 2107;BA.debugLine="c.Position = 0";
parent._c.setPosition((int) (0));
- //BA.debugLineNum = 2104;BA.debugLine="If ALMACEN = 81 Or ALMACEN = 94 Then";
+ //BA.debugLineNum = 2109;BA.debugLine="If ALMACEN = 81 Or ALMACEN = 94 Then";
if (true) break;
case 4:
@@ -11270,7 +11270,7 @@ this.state = 18;
case 6:
//C
this.state = 7;
- //BA.debugLineNum = 2105;BA.debugLine="If DiferenciaDias <= c.GetInt(\"CAT_CL_DIASCREDI";
+ //BA.debugLineNum = 2110;BA.debugLine="If DiferenciaDias <= c.GetInt(\"CAT_CL_DIASCREDI";
if (true) break;
case 7:
@@ -11285,9 +11285,9 @@ this.state = 15;
case 9:
//C
this.state = 10;
- //BA.debugLineNum = 2107;BA.debugLine="Msgbox2Async($\"Favor de pagar su credito el dí";
+ //BA.debugLineNum = 2112;BA.debugLine="Msgbox2Async($\"Favor de pagar su credito el dí";
parent.__c.Msgbox2Async(BA.ObjectToCharSequence(("Favor de pagar su credito el día de mañana por un monto de $"+parent.__c.SmartStringFormatter("",(Object)(_pagarepen.GetString("SALDO_PENDIENTE")))+"")),BA.ObjectToCharSequence("Recordatorio"),"Ok","","",parent.__c.LoadBitmap(parent.__c.File.getDirAssets(),"alert2.png"),ba,parent.__c.False);
- //BA.debugLineNum = 2108;BA.debugLine="Wait For Msgbox_Result (resultado As Int)";
+ //BA.debugLineNum = 2113;BA.debugLine="Wait For Msgbox_Result (resultado As Int)";
parent.__c.WaitFor("msgbox_result", ba, this, null);
this.state = 33;
return;
@@ -11296,7 +11296,7 @@ case 33:
this.state = 10;
_resultado = (Integer) result[0];
;
- //BA.debugLineNum = 2109;BA.debugLine="If resultado = DialogResponse.POSITIVE Then";
+ //BA.debugLineNum = 2114;BA.debugLine="If resultado = DialogResponse.POSITIVE Then";
if (true) break;
case 10:
@@ -11309,7 +11309,7 @@ this.state = 12;
case 12:
//C
this.state = 13;
- //BA.debugLineNum = 2110;BA.debugLine="gestionar";
+ //BA.debugLineNum = 2115;BA.debugLine="gestionar";
parent._gestionar();
if (true) break;
@@ -11322,7 +11322,7 @@ this.state = 16;
case 15:
//C
this.state = 16;
- //BA.debugLineNum = 2113;BA.debugLine="MsgboxAsync($\"No se puede realizar venta por q";
+ //BA.debugLineNum = 2118;BA.debugLine="MsgboxAsync($\"No se puede realizar venta por q";
parent.__c.MsgboxAsync(BA.ObjectToCharSequence(("No se puede realizar venta por que presenta "+parent.__c.SmartStringFormatter("",(Object)((_diferenciadias-(parent._c.GetInt("CAT_CL_DIASCREDITO")+1))))+" días de atraso en el credito, por un monto de $"+parent.__c.SmartStringFormatter("",(Object)(_pagarepen.GetString("SALDO_PENDIENTE")))+"")),BA.ObjectToCharSequence("Atención"),ba);
if (true) break;
@@ -11335,7 +11335,7 @@ this.state = 29;
case 18:
//C
this.state = 19;
- //BA.debugLineNum = 2116;BA.debugLine="If DiferenciaDias <= c.GetInt(\"CAT_CL_DIASCREDI";
+ //BA.debugLineNum = 2121;BA.debugLine="If DiferenciaDias <= c.GetInt(\"CAT_CL_DIASCREDI";
if (true) break;
case 19:
@@ -11350,9 +11350,9 @@ this.state = 27;
case 21:
//C
this.state = 22;
- //BA.debugLineNum = 2118;BA.debugLine="Msgbox2Async($\"Favor de pagar su credito el dí";
+ //BA.debugLineNum = 2123;BA.debugLine="Msgbox2Async($\"Favor de pagar su credito el dí";
parent.__c.Msgbox2Async(BA.ObjectToCharSequence(("Favor de pagar su credito el día de mañana por un monto de $"+parent.__c.SmartStringFormatter("",(Object)(_pagarepen.GetString("SALDO_PENDIENTE")))+"")),BA.ObjectToCharSequence("Recordatorio"),"Ok","","",parent.__c.LoadBitmap(parent.__c.File.getDirAssets(),"alert2.png"),ba,parent.__c.False);
- //BA.debugLineNum = 2119;BA.debugLine="Wait For Msgbox_Result (resultado As Int)";
+ //BA.debugLineNum = 2124;BA.debugLine="Wait For Msgbox_Result (resultado As Int)";
parent.__c.WaitFor("msgbox_result", ba, this, null);
this.state = 34;
return;
@@ -11361,7 +11361,7 @@ case 34:
this.state = 22;
_resultado = (Integer) result[0];
;
- //BA.debugLineNum = 2120;BA.debugLine="If resultado = DialogResponse.POSITIVE Then";
+ //BA.debugLineNum = 2125;BA.debugLine="If resultado = DialogResponse.POSITIVE Then";
if (true) break;
case 22:
@@ -11374,7 +11374,7 @@ this.state = 24;
case 24:
//C
this.state = 25;
- //BA.debugLineNum = 2121;BA.debugLine="gestionar";
+ //BA.debugLineNum = 2126;BA.debugLine="gestionar";
parent._gestionar();
if (true) break;
@@ -11387,7 +11387,7 @@ this.state = 28;
case 27:
//C
this.state = 28;
- //BA.debugLineNum = 2124;BA.debugLine="MsgboxAsync($\"No se puede realizar venta por q";
+ //BA.debugLineNum = 2129;BA.debugLine="MsgboxAsync($\"No se puede realizar venta por q";
parent.__c.MsgboxAsync(BA.ObjectToCharSequence(("No se puede realizar venta por que presenta "+parent.__c.SmartStringFormatter("",(Object)((_diferenciadias-(parent._c.GetInt("CAT_CL_DIASCREDITO")+1))))+" días de atraso en el credito, por un monto de $"+parent.__c.SmartStringFormatter("",(Object)(_pagarepen.GetString("SALDO_PENDIENTE")))+"")),BA.ObjectToCharSequence("Atención"),ba);
if (true) break;
@@ -11406,7 +11406,7 @@ this.state = 32;
case 31:
//C
this.state = 32;
- //BA.debugLineNum = 2129;BA.debugLine="gestionar";
+ //BA.debugLineNum = 2134;BA.debugLine="gestionar";
parent._gestionar();
if (true) break;
@@ -11414,7 +11414,7 @@ case 32:
//C
this.state = -1;
;
- //BA.debugLineNum = 2131;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2136;BA.debugLine="End Sub";
if (true) break;
}
@@ -11425,130 +11425,130 @@ public String _gestionar() throws Exception{
anywheresoftware.b4a.objects.IntentWrapper _intent1 = null;
String _enviorutas = "";
gunav2.keymon.com.mx.dbrequestmanager._dbcommand _cmd = null;
- //BA.debugLineNum = 2133;BA.debugLine="Sub gestionar";
- //BA.debugLineNum = 2134;BA.debugLine="If B_IMP.Visible = True Then";
+ //BA.debugLineNum = 2138;BA.debugLine="Sub gestionar";
+ //BA.debugLineNum = 2139;BA.debugLine="If B_IMP.Visible = True Then";
if (_b_imp.getVisible()==__c.True) {
- //BA.debugLineNum = 2135;BA.debugLine="If Not(Subs.revisaImpreso) Then";
+ //BA.debugLineNum = 2140;BA.debugLine="If Not(Subs.revisaImpreso) Then";
if (__c.Not(_subs._revisaimpreso /*boolean*/ (ba))) {
- //BA.debugLineNum = 2136;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select IFNU";
+ //BA.debugLineNum = 2141;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select IFNU";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(encuesta,0) AS encuesta from kmt_info3 where CAT_CL_CODIGO IN (SELECT CUENTA FROM CUENTAA)")));
- //BA.debugLineNum = 2137;BA.debugLine="c.Position = 0";
+ //BA.debugLineNum = 2142;BA.debugLine="c.Position = 0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 2138;BA.debugLine="If c.GetString(\"encuesta\") = \"0\" Then";
+ //BA.debugLineNum = 2143;BA.debugLine="If c.GetString(\"encuesta\") = \"0\" Then";
if ((_c.GetString("encuesta")).equals("0")) {
- //BA.debugLineNum = 2139;BA.debugLine="Dim Intent1 As Intent";
+ //BA.debugLineNum = 2144;BA.debugLine="Dim Intent1 As Intent";
_intent1 = new anywheresoftware.b4a.objects.IntentWrapper();
- //BA.debugLineNum = 2140;BA.debugLine="Dim enviorutas As String = \"guna://tienda360/c";
+ //BA.debugLineNum = 2145;BA.debugLine="Dim enviorutas As String = \"guna://tienda360/c";
_enviorutas = "guna://tienda360/config?clienteId="+_la_cuenta.getText()+"&almacen="+_almacen+"&ruta="+_subs._traeruta /*String*/ (ba);
- //BA.debugLineNum = 2141;BA.debugLine="Log(enviorutas)";
-__c.LogImpl("015138824",_enviorutas,0);
- //BA.debugLineNum = 2142;BA.debugLine="Intent1.Initialize(Intent1.ACTION_VIEW, envior";
+ //BA.debugLineNum = 2146;BA.debugLine="Log(enviorutas)";
+__c.LogImpl("715138824",_enviorutas,0);
+ //BA.debugLineNum = 2147;BA.debugLine="Intent1.Initialize(Intent1.ACTION_VIEW, envior";
_intent1.Initialize(_intent1.ACTION_VIEW,_enviorutas);
- //BA.debugLineNum = 2143;BA.debugLine="Try";
-try { //BA.debugLineNum = 2144;BA.debugLine="Starter.encuesta = 1";
+ //BA.debugLineNum = 2148;BA.debugLine="Try";
+try { //BA.debugLineNum = 2149;BA.debugLine="Starter.encuesta = 1";
_starter._encuesta /*String*/ = BA.NumberToString(1);
- //BA.debugLineNum = 2145;BA.debugLine="Dim cmd As DBCommand";
+ //BA.debugLineNum = 2150;BA.debugLine="Dim cmd As DBCommand";
_cmd = new gunav2.keymon.com.mx.dbrequestmanager._dbcommand();
- //BA.debugLineNum = 2146;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE kmt_info3 SET encu";
+ //BA.debugLineNum = 2151;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE kmt_info3 SET encu";
_skmt.ExecNonQuery2("UPDATE kmt_info3 SET encuesta = (?) WHERE CAT_CL_CODIGO IN (SELECT CUENTA FROM CUENTAA)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(1)}));
- //BA.debugLineNum = 2147;BA.debugLine="StartActivity(Intent1)";
+ //BA.debugLineNum = 2152;BA.debugLine="StartActivity(Intent1)";
__c.StartActivity(ba,(Object)(_intent1.getObject()));
- //BA.debugLineNum = 2148;BA.debugLine="compra";
+ //BA.debugLineNum = 2153;BA.debugLine="compra";
_compra();
}
catch (Exception e17) {
- ba.setLastException(e17); //BA.debugLineNum = 2150;BA.debugLine="Starter.encuesta = 0";
+ ba.setLastException(e17); //BA.debugLineNum = 2155;BA.debugLine="Starter.encuesta = 0";
_starter._encuesta /*String*/ = BA.NumberToString(0);
- //BA.debugLineNum = 2154;BA.debugLine="compra";
+ //BA.debugLineNum = 2159;BA.debugLine="compra";
_compra();
};
}else {
- //BA.debugLineNum = 2161;BA.debugLine="compra";
+ //BA.debugLineNum = 2166;BA.debugLine="compra";
_compra();
};
}else {
- //BA.debugLineNum = 2164;BA.debugLine="If Subs.traeAlmacen = 94 Then";
+ //BA.debugLineNum = 2169;BA.debugLine="If Subs.traeAlmacen = 94 Then";
if ((_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(94))) {
- //BA.debugLineNum = 2165;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select IFN";
+ //BA.debugLineNum = 2170;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select IFN";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(encuesta,0) AS encuesta from kmt_info3 where CAT_CL_CODIGO IN (SELECT CUENTA FROM CUENTAA)")));
- //BA.debugLineNum = 2166;BA.debugLine="c.Position = 0";
+ //BA.debugLineNum = 2171;BA.debugLine="c.Position = 0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 2167;BA.debugLine="If c.GetString(\"encuesta\") = \"0\" Then";
+ //BA.debugLineNum = 2172;BA.debugLine="If c.GetString(\"encuesta\") = \"0\" Then";
if ((_c.GetString("encuesta")).equals("0")) {
- //BA.debugLineNum = 2168;BA.debugLine="Dim Intent1 As Intent";
+ //BA.debugLineNum = 2173;BA.debugLine="Dim Intent1 As Intent";
_intent1 = new anywheresoftware.b4a.objects.IntentWrapper();
- //BA.debugLineNum = 2169;BA.debugLine="Dim enviorutas As String = \"guna://tienda360/";
+ //BA.debugLineNum = 2174;BA.debugLine="Dim enviorutas As String = \"guna://tienda360/";
_enviorutas = "guna://tienda360/config?clienteId="+_la_cuenta.getText()+"&almacen="+_almacen+"&ruta="+_subs._traeruta /*String*/ (ba);
- //BA.debugLineNum = 2170;BA.debugLine="Log(enviorutas)";
-__c.LogImpl("015138853",_enviorutas,0);
- //BA.debugLineNum = 2171;BA.debugLine="Intent1.Initialize(Intent1.ACTION_VIEW, envio";
+ //BA.debugLineNum = 2175;BA.debugLine="Log(enviorutas)";
+__c.LogImpl("715138853",_enviorutas,0);
+ //BA.debugLineNum = 2176;BA.debugLine="Intent1.Initialize(Intent1.ACTION_VIEW, envio";
_intent1.Initialize(_intent1.ACTION_VIEW,_enviorutas);
- //BA.debugLineNum = 2172;BA.debugLine="Try";
-try { //BA.debugLineNum = 2173;BA.debugLine="Starter.encuesta = 1";
+ //BA.debugLineNum = 2177;BA.debugLine="Try";
+try { //BA.debugLineNum = 2178;BA.debugLine="Starter.encuesta = 1";
_starter._encuesta /*String*/ = BA.NumberToString(1);
- //BA.debugLineNum = 2174;BA.debugLine="Dim cmd As DBCommand";
+ //BA.debugLineNum = 2179;BA.debugLine="Dim cmd As DBCommand";
_cmd = new gunav2.keymon.com.mx.dbrequestmanager._dbcommand();
- //BA.debugLineNum = 2175;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE kmt_info3 SET enc";
+ //BA.debugLineNum = 2180;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE kmt_info3 SET enc";
_skmt.ExecNonQuery2("UPDATE kmt_info3 SET encuesta = (?) WHERE CAT_CL_CODIGO IN (SELECT CUENTA FROM CUENTAA)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(1)}));
- //BA.debugLineNum = 2176;BA.debugLine="StartActivity(Intent1)";
+ //BA.debugLineNum = 2181;BA.debugLine="StartActivity(Intent1)";
__c.StartActivity(ba,(Object)(_intent1.getObject()));
- //BA.debugLineNum = 2177;BA.debugLine="compra";
+ //BA.debugLineNum = 2182;BA.debugLine="compra";
_compra();
}
catch (Exception e39) {
- ba.setLastException(e39); //BA.debugLineNum = 2179;BA.debugLine="Starter.encuesta = 0";
+ ba.setLastException(e39); //BA.debugLineNum = 2184;BA.debugLine="Starter.encuesta = 0";
_starter._encuesta /*String*/ = BA.NumberToString(0);
- //BA.debugLineNum = 2183;BA.debugLine="compra";
+ //BA.debugLineNum = 2188;BA.debugLine="compra";
_compra();
};
}else {
- //BA.debugLineNum = 2190;BA.debugLine="compra";
+ //BA.debugLineNum = 2195;BA.debugLine="compra";
_compra();
};
}else {
- //BA.debugLineNum = 2193;BA.debugLine="p_transparenteTicketImpreso.Visible = True";
+ //BA.debugLineNum = 2198;BA.debugLine="p_transparenteTicketImpreso.Visible = True";
_p_transparenteticketimpreso.setVisible(__c.True);
};
};
}else {
- //BA.debugLineNum = 2197;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select IFNUL";
+ //BA.debugLineNum = 2202;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select IFNUL";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(encuesta,0) AS encuesta from kmt_info3 where CAT_CL_CODIGO IN (SELECT CUENTA FROM CUENTAA)")));
- //BA.debugLineNum = 2198;BA.debugLine="c.Position = 0";
+ //BA.debugLineNum = 2203;BA.debugLine="c.Position = 0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 2199;BA.debugLine="If c.GetString(\"encuesta\") = \"0\" Then";
+ //BA.debugLineNum = 2204;BA.debugLine="If c.GetString(\"encuesta\") = \"0\" Then";
if ((_c.GetString("encuesta")).equals("0")) {
- //BA.debugLineNum = 2200;BA.debugLine="Dim Intent1 As Intent";
+ //BA.debugLineNum = 2205;BA.debugLine="Dim Intent1 As Intent";
_intent1 = new anywheresoftware.b4a.objects.IntentWrapper();
- //BA.debugLineNum = 2201;BA.debugLine="Dim enviorutas As String = \"guna://tienda360/co";
+ //BA.debugLineNum = 2206;BA.debugLine="Dim enviorutas As String = \"guna://tienda360/co";
_enviorutas = "guna://tienda360/config?clienteId="+_la_cuenta.getText()+"&almacen="+_almacen+"&ruta="+_subs._traeruta /*String*/ (ba);
- //BA.debugLineNum = 2202;BA.debugLine="Log(enviorutas)";
-__c.LogImpl("015138885",_enviorutas,0);
- //BA.debugLineNum = 2203;BA.debugLine="Intent1.Initialize(Intent1.ACTION_VIEW, envioru";
+ //BA.debugLineNum = 2207;BA.debugLine="Log(enviorutas)";
+__c.LogImpl("715138885",_enviorutas,0);
+ //BA.debugLineNum = 2208;BA.debugLine="Intent1.Initialize(Intent1.ACTION_VIEW, envioru";
_intent1.Initialize(_intent1.ACTION_VIEW,_enviorutas);
- //BA.debugLineNum = 2204;BA.debugLine="Try";
-try { //BA.debugLineNum = 2205;BA.debugLine="Starter.encuesta = 1";
+ //BA.debugLineNum = 2209;BA.debugLine="Try";
+try { //BA.debugLineNum = 2210;BA.debugLine="Starter.encuesta = 1";
_starter._encuesta /*String*/ = BA.NumberToString(1);
- //BA.debugLineNum = 2206;BA.debugLine="Dim cmd As DBCommand";
+ //BA.debugLineNum = 2211;BA.debugLine="Dim cmd As DBCommand";
_cmd = new gunav2.keymon.com.mx.dbrequestmanager._dbcommand();
- //BA.debugLineNum = 2207;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE kmt_info3 SET encue";
+ //BA.debugLineNum = 2212;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE kmt_info3 SET encue";
_skmt.ExecNonQuery2("UPDATE kmt_info3 SET encuesta = (?) WHERE CAT_CL_CODIGO IN (SELECT CUENTA FROM CUENTAA)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(1)}));
- //BA.debugLineNum = 2208;BA.debugLine="StartActivity(Intent1)";
+ //BA.debugLineNum = 2213;BA.debugLine="StartActivity(Intent1)";
__c.StartActivity(ba,(Object)(_intent1.getObject()));
- //BA.debugLineNum = 2209;BA.debugLine="compra";
+ //BA.debugLineNum = 2214;BA.debugLine="compra";
_compra();
}
catch (Exception e64) {
- ba.setLastException(e64); //BA.debugLineNum = 2211;BA.debugLine="Starter.encuesta = 0";
+ ba.setLastException(e64); //BA.debugLineNum = 2216;BA.debugLine="Starter.encuesta = 0";
_starter._encuesta /*String*/ = BA.NumberToString(0);
- //BA.debugLineNum = 2215;BA.debugLine="compra";
+ //BA.debugLineNum = 2220;BA.debugLine="compra";
_compra();
};
}else {
- //BA.debugLineNum = 2222;BA.debugLine="compra";
+ //BA.debugLineNum = 2227;BA.debugLine="compra";
_compra();
};
};
- //BA.debugLineNum = 2225;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2230;BA.debugLine="End Sub";
return "";
}
public String _gps_locationchanged(anywheresoftware.b4a.gps.LocationWrapper _location1) throws Exception{
@@ -11566,64 +11566,64 @@ String _habi = "";
String _geo = "";
anywheresoftware.b4a.sql.SQL.CursorWrapper _future = null;
anywheresoftware.b4a.sql.SQL.CursorWrapper _c5 = null;
- //BA.debugLineNum = 1520;BA.debugLine="Sub GPS_LocationChanged (Location1 As Location)";
- //BA.debugLineNum = 1521;BA.debugLine="LogColor($\"Entrando a Cliente.GPS_LocationChanged";
-__c.LogImpl("014614529",("Entrando a Cliente.GPS_LocationChanged"),__c.Colors.Red);
- //BA.debugLineNum = 1524;BA.debugLine="If Location1 = location2 Then";
+ //BA.debugLineNum = 1525;BA.debugLine="Sub GPS_LocationChanged (Location1 As Location)";
+ //BA.debugLineNum = 1526;BA.debugLine="LogColor($\"Entrando a Cliente.GPS_LocationChanged";
+__c.LogImpl("714614529",("Entrando a Cliente.GPS_LocationChanged"),__c.Colors.Red);
+ //BA.debugLineNum = 1529;BA.debugLine="If Location1 = location2 Then";
if ((_location1).equals(_location2)) {
- //BA.debugLineNum = 1525;BA.debugLine="contIguales = contIguales + 1";
+ //BA.debugLineNum = 1530;BA.debugLine="contIguales = contIguales + 1";
_contiguales = (int) (_contiguales+1);
- //BA.debugLineNum = 1526;BA.debugLine="Log(\"Coords Iguales\")";
-__c.LogImpl("014614534","Coords Iguales",0);
- //BA.debugLineNum = 1527;BA.debugLine="If contIguales >= 3 Then";
+ //BA.debugLineNum = 1531;BA.debugLine="Log(\"Coords Iguales\")";
+__c.LogImpl("714614534","Coords Iguales",0);
+ //BA.debugLineNum = 1532;BA.debugLine="If contIguales >= 3 Then";
if (_contiguales>=3) {
- //BA.debugLineNum = 1530;BA.debugLine="CallSubDelayed(Tracker, \"StopFLP\")";
+ //BA.debugLineNum = 1535;BA.debugLine="CallSubDelayed(Tracker, \"StopFLP\")";
__c.CallSubDelayed(ba,(Object)(_tracker.getObject()),"StopFLP");
- //BA.debugLineNum = 1531;BA.debugLine="Return";
+ //BA.debugLineNum = 1536;BA.debugLine="Return";
if (true) return "";
};
}else {
- //BA.debugLineNum = 1534;BA.debugLine="contIguales = 0";
+ //BA.debugLineNum = 1539;BA.debugLine="contIguales = 0";
_contiguales = (int) (0);
};
- //BA.debugLineNum = 1536;BA.debugLine="Log(\"############################################";
-__c.LogImpl("014614544","################################################################################",0);
- //BA.debugLineNum = 1537;BA.debugLine="Log(\"############################################";
-__c.LogImpl("014614545","################################################################################",0);
- //BA.debugLineNum = 1538;BA.debugLine="Log(\"############################################";
-__c.LogImpl("014614546","################################################################################",0);
- //BA.debugLineNum = 1539;BA.debugLine="location2 = Location1";
+ //BA.debugLineNum = 1541;BA.debugLine="Log(\"############################################";
+__c.LogImpl("714614544","################################################################################",0);
+ //BA.debugLineNum = 1542;BA.debugLine="Log(\"############################################";
+__c.LogImpl("714614545","################################################################################",0);
+ //BA.debugLineNum = 1543;BA.debugLine="Log(\"############################################";
+__c.LogImpl("714614546","################################################################################",0);
+ //BA.debugLineNum = 1544;BA.debugLine="location2 = Location1";
_location2 = _location1;
- //BA.debugLineNum = 1549;BA.debugLine="If Location1.Accuracy > 50 Then ' Mayor a 50 metr";
+ //BA.debugLineNum = 1554;BA.debugLine="If Location1.Accuracy > 50 Then ' Mayor a 50 metr";
if (_location1.getAccuracy()>50) {
- //BA.debugLineNum = 1550;BA.debugLine="MejorarPrecisionGPS";
+ //BA.debugLineNum = 1555;BA.debugLine="MejorarPrecisionGPS";
_mejorarprecisiongps();
- //BA.debugLineNum = 1551;BA.debugLine="Return ' Esperar siguiente lectura";
+ //BA.debugLineNum = 1556;BA.debugLine="Return ' Esperar siguiente lectura";
if (true) return "";
};
- //BA.debugLineNum = 1555;BA.debugLine="If Location1.Accuracy > 50 Then ' Si la precisión";
+ //BA.debugLineNum = 1560;BA.debugLine="If Location1.Accuracy > 50 Then ' Si la precisión";
if (_location1.getAccuracy()>50) {
- //BA.debugLineNum = 1556;BA.debugLine="Return";
+ //BA.debugLineNum = 1561;BA.debugLine="Return";
if (true) return "";
};
- //BA.debugLineNum = 1560;BA.debugLine="Dim ultimasUbicaciones As List";
+ //BA.debugLineNum = 1565;BA.debugLine="Dim ultimasUbicaciones As List";
_ultimasubicaciones = new anywheresoftware.b4a.objects.collections.List();
- //BA.debugLineNum = 1561;BA.debugLine="If ultimasUbicaciones.IsInitialized = False Then";
+ //BA.debugLineNum = 1566;BA.debugLine="If ultimasUbicaciones.IsInitialized = False Then";
if (_ultimasubicaciones.IsInitialized()==__c.False) {
- //BA.debugLineNum = 1562;BA.debugLine="ultimasUbicaciones.Initialize";
+ //BA.debugLineNum = 1567;BA.debugLine="ultimasUbicaciones.Initialize";
_ultimasubicaciones.Initialize();
};
- //BA.debugLineNum = 1565;BA.debugLine="ultimasUbicaciones.Add(Location1)";
+ //BA.debugLineNum = 1570;BA.debugLine="ultimasUbicaciones.Add(Location1)";
_ultimasubicaciones.Add((Object)(_location1.getObject()));
- //BA.debugLineNum = 1566;BA.debugLine="If ultimasUbicaciones.Size > 5 Then";
+ //BA.debugLineNum = 1571;BA.debugLine="If ultimasUbicaciones.Size > 5 Then";
if (_ultimasubicaciones.getSize()>5) {
- //BA.debugLineNum = 1567;BA.debugLine="ultimasUbicaciones.RemoveAt(0)";
+ //BA.debugLineNum = 1572;BA.debugLine="ultimasUbicaciones.RemoveAt(0)";
_ultimasubicaciones.RemoveAt((int) (0));
};
- //BA.debugLineNum = 1571;BA.debugLine="Dim latPromedio, lonPromedio As Double";
+ //BA.debugLineNum = 1576;BA.debugLine="Dim latPromedio, lonPromedio As Double";
_latpromedio = 0;
_lonpromedio = 0;
- //BA.debugLineNum = 1572;BA.debugLine="For Each loc As Location In ultimasUbicaciones";
+ //BA.debugLineNum = 1577;BA.debugLine="For Each loc As Location In ultimasUbicaciones";
_loc = new anywheresoftware.b4a.gps.LocationWrapper();
{
final anywheresoftware.b4a.BA.IterableList group32 = _ultimasubicaciones;
@@ -11632,512 +11632,512 @@ final int groupLen32 = group32.getSize()
;
for (; index32 < groupLen32;index32++){
_loc = (anywheresoftware.b4a.gps.LocationWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.gps.LocationWrapper(), (android.location.Location)(group32.Get(index32)));
- //BA.debugLineNum = 1573;BA.debugLine="Log(\"***\")";
-__c.LogImpl("014614581","***",0);
- //BA.debugLineNum = 1574;BA.debugLine="latPromedio = latPromedio + loc.Latitude";
+ //BA.debugLineNum = 1578;BA.debugLine="Log(\"***\")";
+__c.LogImpl("714614581","***",0);
+ //BA.debugLineNum = 1579;BA.debugLine="latPromedio = latPromedio + loc.Latitude";
_latpromedio = _latpromedio+_loc.getLatitude();
- //BA.debugLineNum = 1575;BA.debugLine="lonPromedio = lonPromedio + loc.Longitude";
+ //BA.debugLineNum = 1580;BA.debugLine="lonPromedio = lonPromedio + loc.Longitude";
_lonpromedio = _lonpromedio+_loc.getLongitude();
}
};
- //BA.debugLineNum = 1577;BA.debugLine="latPromedio = latPromedio / ultimasUbicaciones.Si";
+ //BA.debugLineNum = 1582;BA.debugLine="latPromedio = latPromedio / ultimasUbicaciones.Si";
_latpromedio = _latpromedio/(double)_ultimasubicaciones.getSize();
- //BA.debugLineNum = 1578;BA.debugLine="lonPromedio = lonPromedio / ultimasUbicaciones.Si";
+ //BA.debugLineNum = 1583;BA.debugLine="lonPromedio = lonPromedio / ultimasUbicaciones.Si";
_lonpromedio = _lonpromedio/(double)_ultimasubicaciones.getSize();
- //BA.debugLineNum = 1581;BA.debugLine="B4XPages.MainPage.lat_gps = latPromedio";
+ //BA.debugLineNum = 1586;BA.debugLine="B4XPages.MainPage.lat_gps = latPromedio";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lat_gps /*String*/ = BA.NumberToString(_latpromedio);
- //BA.debugLineNum = 1582;BA.debugLine="B4XPages.MainPage.lon_gps = lonPromedio";
+ //BA.debugLineNum = 1587;BA.debugLine="B4XPages.MainPage.lon_gps = lonPromedio";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lon_gps /*String*/ = BA.NumberToString(_lonpromedio);
- //BA.debugLineNum = 1584;BA.debugLine="If Tels.IsInitialized Then";
+ //BA.debugLineNum = 1589;BA.debugLine="If Tels.IsInitialized Then";
if (_tels.IsInitialized()) {
- //BA.debugLineNum = 1585;BA.debugLine="Dim al_longitud As String = 0";
+ //BA.debugLineNum = 1590;BA.debugLine="Dim al_longitud As String = 0";
_al_longitud = BA.NumberToString(0);
- //BA.debugLineNum = 1586;BA.debugLine="Dim al_latitud As String = 0";
+ //BA.debugLineNum = 1591;BA.debugLine="Dim al_latitud As String = 0";
_al_latitud = BA.NumberToString(0);
- //BA.debugLineNum = 1587;BA.debugLine="c = skmt.ExecQuery2(\"SELECT CAT_VA_VALOR FROM CA";
+ //BA.debugLineNum = 1592;BA.debugLine="c = skmt.ExecQuery2(\"SELECT CAT_VA_VALOR FROM CA";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("SELECT CAT_VA_VALOR FROM CAT_VARIABLES WHERE CAT_VA_DESCRIPCION = ?",new String[]{"LATITUD"})));
- //BA.debugLineNum = 1588;BA.debugLine="If c.RowCount > 0 Then";
+ //BA.debugLineNum = 1593;BA.debugLine="If c.RowCount > 0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 1589;BA.debugLine="c.Position = 0";
+ //BA.debugLineNum = 1594;BA.debugLine="c.Position = 0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 1590;BA.debugLine="Dim al_latitud As String = c.GetString(\"CAT_VA_";
+ //BA.debugLineNum = 1595;BA.debugLine="Dim al_latitud As String = c.GetString(\"CAT_VA_";
_al_latitud = _c.GetString("CAT_VA_VALOR");
};
- //BA.debugLineNum = 1592;BA.debugLine="c.Close";
+ //BA.debugLineNum = 1597;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 1593;BA.debugLine="c = skmt.ExecQuery2(\"SELECT CAT_VA_VALOR FROM CA";
+ //BA.debugLineNum = 1598;BA.debugLine="c = skmt.ExecQuery2(\"SELECT CAT_VA_VALOR FROM CA";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("SELECT CAT_VA_VALOR FROM CAT_VARIABLES WHERE CAT_VA_DESCRIPCION = ?",new String[]{"LONGITUD"})));
- //BA.debugLineNum = 1594;BA.debugLine="If c.RowCount > 0 Then";
+ //BA.debugLineNum = 1599;BA.debugLine="If c.RowCount > 0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 1595;BA.debugLine="c.Position = 0";
+ //BA.debugLineNum = 1600;BA.debugLine="c.Position = 0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 1596;BA.debugLine="Dim al_longitud As String = c.GetString(\"CAT_VA";
+ //BA.debugLineNum = 1601;BA.debugLine="Dim al_longitud As String = c.GetString(\"CAT_VA";
_al_longitud = _c.GetString("CAT_VA_VALOR");
};
- //BA.debugLineNum = 1598;BA.debugLine="c.Close";
+ //BA.debugLineNum = 1603;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 1599;BA.debugLine="Dim ubi1, ubi2 As Location";
+ //BA.debugLineNum = 1604;BA.debugLine="Dim ubi1, ubi2 As Location";
_ubi1 = new anywheresoftware.b4a.gps.LocationWrapper();
_ubi2 = new anywheresoftware.b4a.gps.LocationWrapper();
- //BA.debugLineNum = 1600;BA.debugLine="ubi1.Initialize2(B4XPages.MainPage.lat_gps, B4XP";
+ //BA.debugLineNum = 1605;BA.debugLine="ubi1.Initialize2(B4XPages.MainPage.lat_gps, B4XP";
_ubi1.Initialize2(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lat_gps /*String*/ ,_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lon_gps /*String*/ );
- //BA.debugLineNum = 1601;BA.debugLine="ubi2.Initialize2(al_latitud, al_longitud)";
+ //BA.debugLineNum = 1606;BA.debugLine="ubi2.Initialize2(al_latitud, al_longitud)";
_ubi2.Initialize2(_al_latitud,_al_longitud);
- //BA.debugLineNum = 1602;BA.debugLine="distancealm = ubi1.DistanceTo(ubi2)";
+ //BA.debugLineNum = 1607;BA.debugLine="distancealm = ubi1.DistanceTo(ubi2)";
_distancealm = (long) (_ubi1.DistanceTo((android.location.Location)(_ubi2.getObject())));
};
- //BA.debugLineNum = 1605;BA.debugLine="If LA_GPS.IsInitialized Then";
+ //BA.debugLineNum = 1610;BA.debugLine="If LA_GPS.IsInitialized Then";
if (_la_gps.IsInitialized()) {
- //BA.debugLineNum = 1606;BA.debugLine="LA_GPS.Text = $\"UBICACIÓN - Precisión: ${NumberF";
+ //BA.debugLineNum = 1611;BA.debugLine="LA_GPS.Text = $\"UBICACIÓN - Precisión: ${NumberF";
_la_gps.setText(BA.ObjectToCharSequence(("UBICACIÓN - Precisión: "+__c.SmartStringFormatter("",(Object)(__c.NumberFormat2(_location1.getAccuracy(),(int) (0),(int) (1),(int) (1),__c.False)))+"m")));
};
- //BA.debugLineNum = 1609;BA.debugLine="If Location1.Accuracy < 30 Then ' Menos de 30 met";
+ //BA.debugLineNum = 1614;BA.debugLine="If Location1.Accuracy < 30 Then ' Menos de 30 met";
if (_location1.getAccuracy()<30) {
- //BA.debugLineNum = 1611;BA.debugLine="B4XPages.MainPage.lat_gps = Location1.Latitude";
+ //BA.debugLineNum = 1616;BA.debugLine="B4XPages.MainPage.lat_gps = Location1.Latitude";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lat_gps /*String*/ = BA.NumberToString(_location1.getLatitude());
- //BA.debugLineNum = 1612;BA.debugLine="B4XPages.MainPage.lon_gps = Location1.Longitude";
+ //BA.debugLineNum = 1617;BA.debugLine="B4XPages.MainPage.lon_gps = Location1.Longitude";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lon_gps /*String*/ = BA.NumberToString(_location1.getLongitude());
- //BA.debugLineNum = 1614;BA.debugLine="If m_lat.Length > 0 And B4XPages.MainPage.lat_gp";
+ //BA.debugLineNum = 1619;BA.debugLine="If m_lat.Length > 0 And B4XPages.MainPage.lat_gp";
if (_m_lat.length()>0 && (_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lat_gps /*String*/ ).equals("0") == false) {
- //BA.debugLineNum = 1615;BA.debugLine="Dim l1, l2 As Location";
+ //BA.debugLineNum = 1620;BA.debugLine="Dim l1, l2 As Location";
_l1 = new anywheresoftware.b4a.gps.LocationWrapper();
_l2 = new anywheresoftware.b4a.gps.LocationWrapper();
- //BA.debugLineNum = 1616;BA.debugLine="l1.Initialize2(B4XPages.MainPage.lat_gps, B4XPa";
+ //BA.debugLineNum = 1621;BA.debugLine="l1.Initialize2(B4XPages.MainPage.lat_gps, B4XPa";
_l1.Initialize2(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lat_gps /*String*/ ,_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lon_gps /*String*/ );
- //BA.debugLineNum = 1618;BA.debugLine="l2.Initialize2(m_lat, m_lon)";
+ //BA.debugLineNum = 1623;BA.debugLine="l2.Initialize2(m_lat, m_lon)";
_l2.Initialize2(_m_lat,_m_lon);
- //BA.debugLineNum = 1619;BA.debugLine="BT_QR.Enabled = True";
+ //BA.debugLineNum = 1624;BA.debugLine="BT_QR.Enabled = True";
_bt_qr.setEnabled(__c.True);
- //BA.debugLineNum = 1622;BA.debugLine="B_GPS.Enabled = True";
+ //BA.debugLineNum = 1627;BA.debugLine="B_GPS.Enabled = True";
_b_gps.setEnabled(__c.True);
- //BA.debugLineNum = 1624;BA.debugLine="Dim distance As Long";
+ //BA.debugLineNum = 1629;BA.debugLine="Dim distance As Long";
_distance = 0L;
- //BA.debugLineNum = 1625;BA.debugLine="distance = l1.DistanceTo(l2) 'the result is in";
+ //BA.debugLineNum = 1630;BA.debugLine="distance = l1.DistanceTo(l2) 'the result is in";
_distance = (long) (_l1.DistanceTo((android.location.Location)(_l2.getObject())));
- //BA.debugLineNum = 1626;BA.debugLine="c = skmt.ExecQuery(\"SELECT HABILITADO FROM GPS\"";
+ //BA.debugLineNum = 1631;BA.debugLine="c = skmt.ExecQuery(\"SELECT HABILITADO FROM GPS\"";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT HABILITADO FROM GPS")));
- //BA.debugLineNum = 1627;BA.debugLine="If c.RowCount > 0 Then";
+ //BA.debugLineNum = 1632;BA.debugLine="If c.RowCount > 0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 1628;BA.debugLine="c.Position = 0";
+ //BA.debugLineNum = 1633;BA.debugLine="c.Position = 0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 1629;BA.debugLine="Dim habi As String = c.GetString(\"HABILITADO\")";
+ //BA.debugLineNum = 1634;BA.debugLine="Dim habi As String = c.GetString(\"HABILITADO\")";
_habi = _c.GetString("HABILITADO");
};
- //BA.debugLineNum = 1631;BA.debugLine="c.Close";
+ //BA.debugLineNum = 1636;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 1632;BA.debugLine="c = skmt.ExecQuery(\"SELECT CAT_VA_VALOR FROM CA";
+ //BA.debugLineNum = 1637;BA.debugLine="c = skmt.ExecQuery(\"SELECT CAT_VA_VALOR FROM CA";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT CAT_VA_VALOR FROM CAT_VARIABLES WHERE CAT_VA_DESCRIPCION = 'GEOCERCA'")));
- //BA.debugLineNum = 1633;BA.debugLine="If c.RowCount > 0 Then";
+ //BA.debugLineNum = 1638;BA.debugLine="If c.RowCount > 0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 1634;BA.debugLine="c.Position = 0";
+ //BA.debugLineNum = 1639;BA.debugLine="c.Position = 0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 1635;BA.debugLine="Dim geo As String = c.GetString(\"CAT_VA_VALOR\"";
+ //BA.debugLineNum = 1640;BA.debugLine="Dim geo As String = c.GetString(\"CAT_VA_VALOR\"";
_geo = _c.GetString("CAT_VA_VALOR");
};
- //BA.debugLineNum = 1637;BA.debugLine="c.Close";
+ //BA.debugLineNum = 1642;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 1638;BA.debugLine="If gest.IsInitialized And Tels.IsInitialized Th";
+ //BA.debugLineNum = 1643;BA.debugLine="If gest.IsInitialized And Tels.IsInitialized Th";
if (_gest.IsInitialized() && _tels.IsInitialized()) {
- //BA.debugLineNum = 1639;BA.debugLine="If geo = \"0\" Then";
+ //BA.debugLineNum = 1644;BA.debugLine="If geo = \"0\" Then";
if ((_geo).equals("0")) {
- //BA.debugLineNum = 1640;BA.debugLine="gest.Visible = True";
+ //BA.debugLineNum = 1645;BA.debugLine="gest.Visible = True";
_gest.setVisible(__c.True);
- //BA.debugLineNum = 1641;BA.debugLine="Tels.Visible = True";
+ //BA.debugLineNum = 1646;BA.debugLine="Tels.Visible = True";
_tels.setVisible(__c.True);
- //BA.debugLineNum = 1642;BA.debugLine="Dim future As Cursor = B4XPages.MainPage.skmt";
+ //BA.debugLineNum = 1647;BA.debugLine="Dim future As Cursor = B4XPages.MainPage.skmt";
_future = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_future = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("select CAT_VA_VALOR from CAT_VARIABLES WHERE CAT_VA_DESCRIPCION = ?",new String[]{"VENTAFUTURA"})));
- //BA.debugLineNum = 1643;BA.debugLine="If future.RowCount > 0 Then";
+ //BA.debugLineNum = 1648;BA.debugLine="If future.RowCount > 0 Then";
if (_future.getRowCount()>0) {
- //BA.debugLineNum = 1644;BA.debugLine="future.Position = 0";
+ //BA.debugLineNum = 1649;BA.debugLine="future.Position = 0";
_future.setPosition((int) (0));
- //BA.debugLineNum = 1645;BA.debugLine="If future.GetInt(\"CAT_VA_VALOR\") = 1 Then";
+ //BA.debugLineNum = 1650;BA.debugLine="If future.GetInt(\"CAT_VA_VALOR\") = 1 Then";
if (_future.GetInt("CAT_VA_VALOR")==1) {
- //BA.debugLineNum = 1646;BA.debugLine="b_preventa2.Visible = True";
+ //BA.debugLineNum = 1651;BA.debugLine="b_preventa2.Visible = True";
_b_preventa2.setVisible(__c.True);
}else if(_future.GetInt("CAT_VA_VALOR")==0) {
- //BA.debugLineNum = 1648;BA.debugLine="b_preventa2.Visible = False";
+ //BA.debugLineNum = 1653;BA.debugLine="b_preventa2.Visible = False";
_b_preventa2.setVisible(__c.False);
};
};
- //BA.debugLineNum = 1651;BA.debugLine="iniciofin";
+ //BA.debugLineNum = 1656;BA.debugLine="iniciofin";
_iniciofin();
- //BA.debugLineNum = 1653;BA.debugLine="bitacora.banderaGeoCerca = \"0\"";
+ //BA.debugLineNum = 1658;BA.debugLine="bitacora.banderaGeoCerca = \"0\"";
_bitacora._banderageocerca /*String*/ = "0";
}else if((_geo).equals("1")) {
- //BA.debugLineNum = 1655;BA.debugLine="b_preventa2.Visible = False";
+ //BA.debugLineNum = 1660;BA.debugLine="b_preventa2.Visible = False";
_b_preventa2.setVisible(__c.False);
- //BA.debugLineNum = 1656;BA.debugLine="gest.Visible = False";
+ //BA.debugLineNum = 1661;BA.debugLine="gest.Visible = False";
_gest.setVisible(__c.False);
- //BA.debugLineNum = 1657;BA.debugLine="Tels.Visible = False";
+ //BA.debugLineNum = 1662;BA.debugLine="Tels.Visible = False";
_tels.setVisible(__c.False);
};
};
- //BA.debugLineNum = 1663;BA.debugLine="If geo = \"1\" Then";
+ //BA.debugLineNum = 1668;BA.debugLine="If geo = \"1\" Then";
if ((_geo).equals("1")) {
- //BA.debugLineNum = 1664;BA.debugLine="If distance < 100 Then";
+ //BA.debugLineNum = 1669;BA.debugLine="If distance < 100 Then";
if (_distance<100) {
- //BA.debugLineNum = 1665;BA.debugLine="LA_GEO.TextColor = Colors.Blue";
+ //BA.debugLineNum = 1670;BA.debugLine="LA_GEO.TextColor = Colors.Blue";
_la_geo.setTextColor(__c.Colors.Blue);
- //BA.debugLineNum = 1666;BA.debugLine="Tels.Visible = True";
+ //BA.debugLineNum = 1671;BA.debugLine="Tels.Visible = True";
_tels.setVisible(__c.True);
- //BA.debugLineNum = 1667;BA.debugLine="gest.Visible = True";
+ //BA.debugLineNum = 1672;BA.debugLine="gest.Visible = True";
_gest.setVisible(__c.True);
- //BA.debugLineNum = 1668;BA.debugLine="Dim future As Cursor = B4XPages.MainPage.skmt";
+ //BA.debugLineNum = 1673;BA.debugLine="Dim future As Cursor = B4XPages.MainPage.skmt";
_future = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_future = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("select CAT_VA_VALOR from CAT_VARIABLES WHERE CAT_VA_DESCRIPCION = ?",new String[]{"VENTAFUTURA"})));
- //BA.debugLineNum = 1669;BA.debugLine="If future.RowCount > 0 Then";
+ //BA.debugLineNum = 1674;BA.debugLine="If future.RowCount > 0 Then";
if (_future.getRowCount()>0) {
- //BA.debugLineNum = 1670;BA.debugLine="future.Position = 0";
+ //BA.debugLineNum = 1675;BA.debugLine="future.Position = 0";
_future.setPosition((int) (0));
- //BA.debugLineNum = 1671;BA.debugLine="If future.GetInt(\"CAT_VA_VALOR\") = 1 Then";
+ //BA.debugLineNum = 1676;BA.debugLine="If future.GetInt(\"CAT_VA_VALOR\") = 1 Then";
if (_future.GetInt("CAT_VA_VALOR")==1) {
- //BA.debugLineNum = 1672;BA.debugLine="b_preventa2.Visible = True";
+ //BA.debugLineNum = 1677;BA.debugLine="b_preventa2.Visible = True";
_b_preventa2.setVisible(__c.True);
}else if(_future.GetInt("CAT_VA_VALOR")==0) {
- //BA.debugLineNum = 1674;BA.debugLine="b_preventa2.Visible = False";
+ //BA.debugLineNum = 1679;BA.debugLine="b_preventa2.Visible = False";
_b_preventa2.setVisible(__c.False);
};
};
- //BA.debugLineNum = 1677;BA.debugLine="bitacora.inicioFin";
+ //BA.debugLineNum = 1682;BA.debugLine="bitacora.inicioFin";
_bitacora._iniciofin /*String*/ ();
- //BA.debugLineNum = 1678;BA.debugLine="precision = \"1\"";
+ //BA.debugLineNum = 1683;BA.debugLine="precision = \"1\"";
_precision = "1";
- //BA.debugLineNum = 1680;BA.debugLine="bitacora.banderaGeoCerca = \"0\"";
+ //BA.debugLineNum = 1685;BA.debugLine="bitacora.banderaGeoCerca = \"0\"";
_bitacora._banderageocerca /*String*/ = "0";
}else if((_habi).equals("1")) {
- //BA.debugLineNum = 1683;BA.debugLine="If distancealm < 50 Then";
+ //BA.debugLineNum = 1688;BA.debugLine="If distancealm < 50 Then";
if (_distancealm<50) {
- //BA.debugLineNum = 1684;BA.debugLine="precision = \"0\"";
+ //BA.debugLineNum = 1689;BA.debugLine="precision = \"0\"";
_precision = "0";
- //BA.debugLineNum = 1685;BA.debugLine="LA_GEO.TextColor = Colors.Blue";
+ //BA.debugLineNum = 1690;BA.debugLine="LA_GEO.TextColor = Colors.Blue";
_la_geo.setTextColor(__c.Colors.Blue);
- //BA.debugLineNum = 1686;BA.debugLine="Tels.Visible = True";
+ //BA.debugLineNum = 1691;BA.debugLine="Tels.Visible = True";
_tels.setVisible(__c.True);
- //BA.debugLineNum = 1687;BA.debugLine="gest.Visible = True";
+ //BA.debugLineNum = 1692;BA.debugLine="gest.Visible = True";
_gest.setVisible(__c.True);
- //BA.debugLineNum = 1688;BA.debugLine="Dim future As Cursor = B4XPages.MainPage.skm";
+ //BA.debugLineNum = 1693;BA.debugLine="Dim future As Cursor = B4XPages.MainPage.skm";
_future = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_future = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("select CAT_VA_VALOR from CAT_VARIABLES WHERE CAT_VA_DESCRIPCION = ?",new String[]{"VENTAFUTURA"})));
- //BA.debugLineNum = 1689;BA.debugLine="If future.RowCount > 0 Then";
+ //BA.debugLineNum = 1694;BA.debugLine="If future.RowCount > 0 Then";
if (_future.getRowCount()>0) {
- //BA.debugLineNum = 1690;BA.debugLine="future.Position = 0";
+ //BA.debugLineNum = 1695;BA.debugLine="future.Position = 0";
_future.setPosition((int) (0));
- //BA.debugLineNum = 1691;BA.debugLine="If future.GetInt(\"CAT_VA_VALOR\") = 1 Then";
+ //BA.debugLineNum = 1696;BA.debugLine="If future.GetInt(\"CAT_VA_VALOR\") = 1 Then";
if (_future.GetInt("CAT_VA_VALOR")==1) {
- //BA.debugLineNum = 1692;BA.debugLine="b_preventa2.Visible = True";
+ //BA.debugLineNum = 1697;BA.debugLine="b_preventa2.Visible = True";
_b_preventa2.setVisible(__c.True);
}else if(_future.GetInt("CAT_VA_VALOR")==0) {
- //BA.debugLineNum = 1694;BA.debugLine="b_preventa2.Visible = False";
+ //BA.debugLineNum = 1699;BA.debugLine="b_preventa2.Visible = False";
_b_preventa2.setVisible(__c.False);
};
};
- //BA.debugLineNum = 1698;BA.debugLine="bitacora.banderaGeoCerca = \"1\"";
+ //BA.debugLineNum = 1703;BA.debugLine="bitacora.banderaGeoCerca = \"1\"";
_bitacora._banderageocerca /*String*/ = "1";
- //BA.debugLineNum = 1699;BA.debugLine="iniciofin";
+ //BA.debugLineNum = 1704;BA.debugLine="iniciofin";
_iniciofin();
}else if(_distancealm>50) {
- //BA.debugLineNum = 1702;BA.debugLine="Tels.Visible = False";
+ //BA.debugLineNum = 1707;BA.debugLine="Tels.Visible = False";
_tels.setVisible(__c.False);
- //BA.debugLineNum = 1703;BA.debugLine="gest.Visible = False";
+ //BA.debugLineNum = 1708;BA.debugLine="gest.Visible = False";
_gest.setVisible(__c.False);
- //BA.debugLineNum = 1704;BA.debugLine="b_preventa2.Visible = False";
+ //BA.debugLineNum = 1709;BA.debugLine="b_preventa2.Visible = False";
_b_preventa2.setVisible(__c.False);
- //BA.debugLineNum = 1706;BA.debugLine="Log(998)";
-__c.LogImpl("014614714",BA.NumberToString(998),0);
- //BA.debugLineNum = 1708;BA.debugLine="c = skmt.ExecQuery(\"SELECT PC_CLIENTE FROM P";
+ //BA.debugLineNum = 1711;BA.debugLine="Log(998)";
+__c.LogImpl("714614714",BA.NumberToString(998),0);
+ //BA.debugLineNum = 1713;BA.debugLine="c = skmt.ExecQuery(\"SELECT PC_CLIENTE FROM P";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT PC_CLIENTE FROM PEDIDO_CLIENTE WHERE PC_CLIENTE IN (Select CUENTA from cuentaa)")));
- //BA.debugLineNum = 1709;BA.debugLine="If c.RowCount > 0 Then";
+ //BA.debugLineNum = 1714;BA.debugLine="If c.RowCount > 0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 1710;BA.debugLine="precision = \"0\"";
+ //BA.debugLineNum = 1715;BA.debugLine="precision = \"0\"";
_precision = "0";
- //BA.debugLineNum = 1711;BA.debugLine="Tels.Visible = True";
+ //BA.debugLineNum = 1716;BA.debugLine="Tels.Visible = True";
_tels.setVisible(__c.True);
- //BA.debugLineNum = 1712;BA.debugLine="gest.Visible = True";
+ //BA.debugLineNum = 1717;BA.debugLine="gest.Visible = True";
_gest.setVisible(__c.True);
- //BA.debugLineNum = 1713;BA.debugLine="Dim future As Cursor = B4XPages.MainPage.sk";
+ //BA.debugLineNum = 1718;BA.debugLine="Dim future As Cursor = B4XPages.MainPage.sk";
_future = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_future = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("select CAT_VA_VALOR from CAT_VARIABLES WHERE CAT_VA_DESCRIPCION = ?",new String[]{"VENTAFUTURA"})));
- //BA.debugLineNum = 1714;BA.debugLine="If future.RowCount > 0 Then";
+ //BA.debugLineNum = 1719;BA.debugLine="If future.RowCount > 0 Then";
if (_future.getRowCount()>0) {
- //BA.debugLineNum = 1715;BA.debugLine="future.Position = 0";
+ //BA.debugLineNum = 1720;BA.debugLine="future.Position = 0";
_future.setPosition((int) (0));
- //BA.debugLineNum = 1716;BA.debugLine="If future.GetInt(\"CAT_VA_VALOR\") = 1 Then";
+ //BA.debugLineNum = 1721;BA.debugLine="If future.GetInt(\"CAT_VA_VALOR\") = 1 Then";
if (_future.GetInt("CAT_VA_VALOR")==1) {
- //BA.debugLineNum = 1717;BA.debugLine="b_preventa2.Visible = True";
+ //BA.debugLineNum = 1722;BA.debugLine="b_preventa2.Visible = True";
_b_preventa2.setVisible(__c.True);
}else if(_future.GetInt("CAT_VA_VALOR")==0) {
- //BA.debugLineNum = 1719;BA.debugLine="b_preventa2.Visible = False";
+ //BA.debugLineNum = 1724;BA.debugLine="b_preventa2.Visible = False";
_b_preventa2.setVisible(__c.False);
};
};
- //BA.debugLineNum = 1723;BA.debugLine="bitacora.banderaGeoCerca = \"0\"";
+ //BA.debugLineNum = 1728;BA.debugLine="bitacora.banderaGeoCerca = \"0\"";
_bitacora._banderageocerca /*String*/ = "0";
- //BA.debugLineNum = 1724;BA.debugLine="iniciofin";
+ //BA.debugLineNum = 1729;BA.debugLine="iniciofin";
_iniciofin();
}else if(_c.getRowCount()==0) {
- //BA.debugLineNum = 1726;BA.debugLine="Private c5 As Cursor = skmt.ExecQuery(\"SELE";
+ //BA.debugLineNum = 1731;BA.debugLine="Private c5 As Cursor = skmt.ExecQuery(\"SELE";
_c5 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_c5 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT NV_CLIENTE FROM NOVENTA CLIENTE WHERE NV_CLIENTE IN (Select CUENTA from cuentaa)")));
- //BA.debugLineNum = 1727;BA.debugLine="If c5.RowCount > 0 Then";
+ //BA.debugLineNum = 1732;BA.debugLine="If c5.RowCount > 0 Then";
if (_c5.getRowCount()>0) {
- //BA.debugLineNum = 1728;BA.debugLine="Tels.Visible = True";
+ //BA.debugLineNum = 1733;BA.debugLine="Tels.Visible = True";
_tels.setVisible(__c.True);
- //BA.debugLineNum = 1729;BA.debugLine="gest.Visible = True";
+ //BA.debugLineNum = 1734;BA.debugLine="gest.Visible = True";
_gest.setVisible(__c.True);
- //BA.debugLineNum = 1730;BA.debugLine="Dim future As Cursor = B4XPages.MainPage.s";
+ //BA.debugLineNum = 1735;BA.debugLine="Dim future As Cursor = B4XPages.MainPage.s";
_future = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_future = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("select CAT_VA_VALOR from CAT_VARIABLES WHERE CAT_VA_DESCRIPCION = ?",new String[]{"VENTAFUTURA"})));
- //BA.debugLineNum = 1731;BA.debugLine="If future.RowCount > 0 Then";
+ //BA.debugLineNum = 1736;BA.debugLine="If future.RowCount > 0 Then";
if (_future.getRowCount()>0) {
- //BA.debugLineNum = 1732;BA.debugLine="future.Position = 0";
+ //BA.debugLineNum = 1737;BA.debugLine="future.Position = 0";
_future.setPosition((int) (0));
- //BA.debugLineNum = 1733;BA.debugLine="If future.GetInt(\"CAT_VA_VALOR\") = 1 Then";
+ //BA.debugLineNum = 1738;BA.debugLine="If future.GetInt(\"CAT_VA_VALOR\") = 1 Then";
if (_future.GetInt("CAT_VA_VALOR")==1) {
- //BA.debugLineNum = 1734;BA.debugLine="b_preventa2.Visible = True";
+ //BA.debugLineNum = 1739;BA.debugLine="b_preventa2.Visible = True";
_b_preventa2.setVisible(__c.True);
}else if(_future.GetInt("CAT_VA_VALOR")==0) {
- //BA.debugLineNum = 1736;BA.debugLine="b_preventa2.Visible = False";
+ //BA.debugLineNum = 1741;BA.debugLine="b_preventa2.Visible = False";
_b_preventa2.setVisible(__c.False);
};
};
- //BA.debugLineNum = 1739;BA.debugLine="precision = \"0\"";
+ //BA.debugLineNum = 1744;BA.debugLine="precision = \"0\"";
_precision = "0";
- //BA.debugLineNum = 1741;BA.debugLine="iniciofin";
+ //BA.debugLineNum = 1746;BA.debugLine="iniciofin";
_iniciofin();
}else if(_c5.getRowCount()==0) {
- //BA.debugLineNum = 1743;BA.debugLine="Tels.Visible = False";
+ //BA.debugLineNum = 1748;BA.debugLine="Tels.Visible = False";
_tels.setVisible(__c.False);
- //BA.debugLineNum = 1744;BA.debugLine="gest.Visible = False";
+ //BA.debugLineNum = 1749;BA.debugLine="gest.Visible = False";
_gest.setVisible(__c.False);
- //BA.debugLineNum = 1746;BA.debugLine="Log(997)";
-__c.LogImpl("014614754",BA.NumberToString(997),0);
- //BA.debugLineNum = 1748;BA.debugLine="LA_GEO.TextColor = Colors.Red";
+ //BA.debugLineNum = 1751;BA.debugLine="Log(997)";
+__c.LogImpl("714614754",BA.NumberToString(997),0);
+ //BA.debugLineNum = 1753;BA.debugLine="LA_GEO.TextColor = Colors.Red";
_la_geo.setTextColor(__c.Colors.Red);
- //BA.debugLineNum = 1749;BA.debugLine="If ALMACEN = \"1\" Then";
+ //BA.debugLineNum = 1754;BA.debugLine="If ALMACEN = \"1\" Then";
if ((_almacen).equals("1")) {
- //BA.debugLineNum = 1750;BA.debugLine="Tels.Visible = False";
+ //BA.debugLineNum = 1755;BA.debugLine="Tels.Visible = False";
_tels.setVisible(__c.False);
- //BA.debugLineNum = 1751;BA.debugLine="gest.Visible = True";
+ //BA.debugLineNum = 1756;BA.debugLine="gest.Visible = True";
_gest.setVisible(__c.True);
- //BA.debugLineNum = 1752;BA.debugLine="b_preventa2.Visible = False";
+ //BA.debugLineNum = 1757;BA.debugLine="b_preventa2.Visible = False";
_b_preventa2.setVisible(__c.False);
- //BA.debugLineNum = 1754;BA.debugLine="bitacora.banderaGeoCerca = \"0\"";
+ //BA.debugLineNum = 1759;BA.debugLine="bitacora.banderaGeoCerca = \"0\"";
_bitacora._banderageocerca /*String*/ = "0";
- //BA.debugLineNum = 1755;BA.debugLine="iniciofin";
+ //BA.debugLineNum = 1760;BA.debugLine="iniciofin";
_iniciofin();
};
};
- //BA.debugLineNum = 1758;BA.debugLine="c5.Close";
+ //BA.debugLineNum = 1763;BA.debugLine="c5.Close";
_c5.Close();
};
- //BA.debugLineNum = 1760;BA.debugLine="c.Close";
+ //BA.debugLineNum = 1765;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 1761;BA.debugLine="LA_GEO.TextColor = Colors.Red";
+ //BA.debugLineNum = 1766;BA.debugLine="LA_GEO.TextColor = Colors.Red";
_la_geo.setTextColor(__c.Colors.Red);
- //BA.debugLineNum = 1762;BA.debugLine="If ALMACEN = \"1\" Then";
+ //BA.debugLineNum = 1767;BA.debugLine="If ALMACEN = \"1\" Then";
if ((_almacen).equals("1")) {
- //BA.debugLineNum = 1763;BA.debugLine="Tels.Visible = False";
+ //BA.debugLineNum = 1768;BA.debugLine="Tels.Visible = False";
_tels.setVisible(__c.False);
- //BA.debugLineNum = 1764;BA.debugLine="gest.Visible = True";
+ //BA.debugLineNum = 1769;BA.debugLine="gest.Visible = True";
_gest.setVisible(__c.True);
- //BA.debugLineNum = 1766;BA.debugLine="bitacora.banderaGeoCerca = \"0\"";
+ //BA.debugLineNum = 1771;BA.debugLine="bitacora.banderaGeoCerca = \"0\"";
_bitacora._banderageocerca /*String*/ = "0";
- //BA.debugLineNum = 1767;BA.debugLine="iniciofin";
+ //BA.debugLineNum = 1772;BA.debugLine="iniciofin";
_iniciofin();
};
};
}else if((_habi).equals(BA.NumberToString(0))) {
- //BA.debugLineNum = 1771;BA.debugLine="c = skmt.ExecQuery(\"SELECT PC_CLIENTE FROM P";
+ //BA.debugLineNum = 1776;BA.debugLine="c = skmt.ExecQuery(\"SELECT PC_CLIENTE FROM P";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT PC_CLIENTE FROM PEDIDO_CLIENTE WHERE PC_CLIENTE IN (Select CUENTA from cuentaa)")));
- //BA.debugLineNum = 1772;BA.debugLine="If c.RowCount > 0 Then";
+ //BA.debugLineNum = 1777;BA.debugLine="If c.RowCount > 0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 1773;BA.debugLine="Tels.Visible = True";
+ //BA.debugLineNum = 1778;BA.debugLine="Tels.Visible = True";
_tels.setVisible(__c.True);
- //BA.debugLineNum = 1774;BA.debugLine="gest.Visible = True";
+ //BA.debugLineNum = 1779;BA.debugLine="gest.Visible = True";
_gest.setVisible(__c.True);
- //BA.debugLineNum = 1775;BA.debugLine="Dim future As Cursor = B4XPages.MainPage.skm";
+ //BA.debugLineNum = 1780;BA.debugLine="Dim future As Cursor = B4XPages.MainPage.skm";
_future = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_future = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("select CAT_VA_VALOR from CAT_VARIABLES WHERE CAT_VA_DESCRIPCION = ?",new String[]{"VENTAFUTURA"})));
- //BA.debugLineNum = 1776;BA.debugLine="If future.RowCount > 0 Then";
+ //BA.debugLineNum = 1781;BA.debugLine="If future.RowCount > 0 Then";
if (_future.getRowCount()>0) {
- //BA.debugLineNum = 1777;BA.debugLine="future.Position = 0";
+ //BA.debugLineNum = 1782;BA.debugLine="future.Position = 0";
_future.setPosition((int) (0));
- //BA.debugLineNum = 1778;BA.debugLine="If future.GetInt(\"CAT_VA_VALOR\") = 1 Then";
+ //BA.debugLineNum = 1783;BA.debugLine="If future.GetInt(\"CAT_VA_VALOR\") = 1 Then";
if (_future.GetInt("CAT_VA_VALOR")==1) {
- //BA.debugLineNum = 1779;BA.debugLine="b_preventa2.Visible = True";
+ //BA.debugLineNum = 1784;BA.debugLine="b_preventa2.Visible = True";
_b_preventa2.setVisible(__c.True);
}else if(_future.GetInt("CAT_VA_VALOR")==0) {
- //BA.debugLineNum = 1781;BA.debugLine="b_preventa2.Visible = False";
+ //BA.debugLineNum = 1786;BA.debugLine="b_preventa2.Visible = False";
_b_preventa2.setVisible(__c.False);
};
};
- //BA.debugLineNum = 1785;BA.debugLine="bitacora.banderaGeoCerca = \"0\"";
+ //BA.debugLineNum = 1790;BA.debugLine="bitacora.banderaGeoCerca = \"0\"";
_bitacora._banderageocerca /*String*/ = "0";
- //BA.debugLineNum = 1786;BA.debugLine="iniciofin";
+ //BA.debugLineNum = 1791;BA.debugLine="iniciofin";
_iniciofin();
}else if(_c.getRowCount()==0) {
- //BA.debugLineNum = 1788;BA.debugLine="b_preventa2.Visible = False";
+ //BA.debugLineNum = 1793;BA.debugLine="b_preventa2.Visible = False";
_b_preventa2.setVisible(__c.False);
- //BA.debugLineNum = 1789;BA.debugLine="Tels.Visible = False";
+ //BA.debugLineNum = 1794;BA.debugLine="Tels.Visible = False";
_tels.setVisible(__c.False);
- //BA.debugLineNum = 1790;BA.debugLine="gest.Visible = False";
+ //BA.debugLineNum = 1795;BA.debugLine="gest.Visible = False";
_gest.setVisible(__c.False);
- //BA.debugLineNum = 1792;BA.debugLine="Log(996)";
-__c.LogImpl("014614800",BA.NumberToString(996),0);
- //BA.debugLineNum = 1794;BA.debugLine="c2 = skmt.ExecQuery(\"SELECT NV_CLIENTE FROM";
+ //BA.debugLineNum = 1797;BA.debugLine="Log(996)";
+__c.LogImpl("714614800",BA.NumberToString(996),0);
+ //BA.debugLineNum = 1799;BA.debugLine="c2 = skmt.ExecQuery(\"SELECT NV_CLIENTE FROM";
_c2 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("SELECT NV_CLIENTE FROM NOVENTA CLIENTE WHERE NV_CLIENTE IN (Select CUENTA from cuentaa)")));
- //BA.debugLineNum = 1795;BA.debugLine="If c2.RowCount > 0 Then";
+ //BA.debugLineNum = 1800;BA.debugLine="If c2.RowCount > 0 Then";
if (_c2.getRowCount()>0) {
- //BA.debugLineNum = 1796;BA.debugLine="Tels.Visible = True";
+ //BA.debugLineNum = 1801;BA.debugLine="Tels.Visible = True";
_tels.setVisible(__c.True);
- //BA.debugLineNum = 1797;BA.debugLine="gest.Visible = True";
+ //BA.debugLineNum = 1802;BA.debugLine="gest.Visible = True";
_gest.setVisible(__c.True);
- //BA.debugLineNum = 1798;BA.debugLine="Dim future As Cursor = B4XPages.MainPage.sk";
+ //BA.debugLineNum = 1803;BA.debugLine="Dim future As Cursor = B4XPages.MainPage.sk";
_future = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_future = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("select CAT_VA_VALOR from CAT_VARIABLES WHERE CAT_VA_DESCRIPCION = ?",new String[]{"VENTAFUTURA"})));
- //BA.debugLineNum = 1799;BA.debugLine="If future.RowCount > 0 Then";
+ //BA.debugLineNum = 1804;BA.debugLine="If future.RowCount > 0 Then";
if (_future.getRowCount()>0) {
- //BA.debugLineNum = 1800;BA.debugLine="future.Position = 0";
+ //BA.debugLineNum = 1805;BA.debugLine="future.Position = 0";
_future.setPosition((int) (0));
- //BA.debugLineNum = 1801;BA.debugLine="If future.GetInt(\"CAT_VA_VALOR\") = 1 Then";
+ //BA.debugLineNum = 1806;BA.debugLine="If future.GetInt(\"CAT_VA_VALOR\") = 1 Then";
if (_future.GetInt("CAT_VA_VALOR")==1) {
- //BA.debugLineNum = 1802;BA.debugLine="b_preventa2.Visible = True";
+ //BA.debugLineNum = 1807;BA.debugLine="b_preventa2.Visible = True";
_b_preventa2.setVisible(__c.True);
}else if(_future.GetInt("CAT_VA_VALOR")==0) {
- //BA.debugLineNum = 1804;BA.debugLine="b_preventa2.Visible = False";
+ //BA.debugLineNum = 1809;BA.debugLine="b_preventa2.Visible = False";
_b_preventa2.setVisible(__c.False);
};
};
- //BA.debugLineNum = 1808;BA.debugLine="bitacora.banderaGeoCerca = \"0\"";
+ //BA.debugLineNum = 1813;BA.debugLine="bitacora.banderaGeoCerca = \"0\"";
_bitacora._banderageocerca /*String*/ = "0";
- //BA.debugLineNum = 1809;BA.debugLine="iniciofin";
+ //BA.debugLineNum = 1814;BA.debugLine="iniciofin";
_iniciofin();
}else if(_c2.getRowCount()==0) {
- //BA.debugLineNum = 1811;BA.debugLine="b_preventa2.Visible = False";
+ //BA.debugLineNum = 1816;BA.debugLine="b_preventa2.Visible = False";
_b_preventa2.setVisible(__c.False);
- //BA.debugLineNum = 1812;BA.debugLine="Tels.Visible = False";
+ //BA.debugLineNum = 1817;BA.debugLine="Tels.Visible = False";
_tels.setVisible(__c.False);
- //BA.debugLineNum = 1813;BA.debugLine="gest.Visible = False";
+ //BA.debugLineNum = 1818;BA.debugLine="gest.Visible = False";
_gest.setVisible(__c.False);
- //BA.debugLineNum = 1815;BA.debugLine="Log(995)";
-__c.LogImpl("014614823",BA.NumberToString(995),0);
- //BA.debugLineNum = 1817;BA.debugLine="LA_GEO.TextColor = Colors.Red";
+ //BA.debugLineNum = 1820;BA.debugLine="Log(995)";
+__c.LogImpl("714614823",BA.NumberToString(995),0);
+ //BA.debugLineNum = 1822;BA.debugLine="LA_GEO.TextColor = Colors.Red";
_la_geo.setTextColor(__c.Colors.Red);
- //BA.debugLineNum = 1818;BA.debugLine="If ALMACEN = \"1\" Then";
+ //BA.debugLineNum = 1823;BA.debugLine="If ALMACEN = \"1\" Then";
if ((_almacen).equals("1")) {
- //BA.debugLineNum = 1819;BA.debugLine="b_preventa2.Visible = False";
+ //BA.debugLineNum = 1824;BA.debugLine="b_preventa2.Visible = False";
_b_preventa2.setVisible(__c.False);
- //BA.debugLineNum = 1820;BA.debugLine="Tels.Visible = False";
+ //BA.debugLineNum = 1825;BA.debugLine="Tels.Visible = False";
_tels.setVisible(__c.False);
- //BA.debugLineNum = 1821;BA.debugLine="gest.Visible = True";
+ //BA.debugLineNum = 1826;BA.debugLine="gest.Visible = True";
_gest.setVisible(__c.True);
- //BA.debugLineNum = 1823;BA.debugLine="bitacora.banderaGeoCerca = \"0\"";
+ //BA.debugLineNum = 1828;BA.debugLine="bitacora.banderaGeoCerca = \"0\"";
_bitacora._banderageocerca /*String*/ = "0";
- //BA.debugLineNum = 1824;BA.debugLine="iniciofin";
+ //BA.debugLineNum = 1829;BA.debugLine="iniciofin";
_iniciofin();
};
};
- //BA.debugLineNum = 1827;BA.debugLine="c2.Close";
+ //BA.debugLineNum = 1832;BA.debugLine="c2.Close";
_c2.Close();
- //BA.debugLineNum = 1828;BA.debugLine="LA_GEO.TextColor = Colors.Red";
+ //BA.debugLineNum = 1833;BA.debugLine="LA_GEO.TextColor = Colors.Red";
_la_geo.setTextColor(__c.Colors.Red);
- //BA.debugLineNum = 1829;BA.debugLine="If ALMACEN = \"1\" Then";
+ //BA.debugLineNum = 1834;BA.debugLine="If ALMACEN = \"1\" Then";
if ((_almacen).equals("1")) {
- //BA.debugLineNum = 1830;BA.debugLine="Tels.Visible = False";
+ //BA.debugLineNum = 1835;BA.debugLine="Tels.Visible = False";
_tels.setVisible(__c.False);
- //BA.debugLineNum = 1831;BA.debugLine="b_preventa2.Visible = False";
+ //BA.debugLineNum = 1836;BA.debugLine="b_preventa2.Visible = False";
_b_preventa2.setVisible(__c.False);
- //BA.debugLineNum = 1832;BA.debugLine="gest.Visible = True";
+ //BA.debugLineNum = 1837;BA.debugLine="gest.Visible = True";
_gest.setVisible(__c.True);
- //BA.debugLineNum = 1834;BA.debugLine="bitacora.banderaGeoCerca = \"0\"";
+ //BA.debugLineNum = 1839;BA.debugLine="bitacora.banderaGeoCerca = \"0\"";
_bitacora._banderageocerca /*String*/ = "0";
- //BA.debugLineNum = 1835;BA.debugLine="iniciofin";
+ //BA.debugLineNum = 1840;BA.debugLine="iniciofin";
_iniciofin();
};
};
- //BA.debugLineNum = 1838;BA.debugLine="c.Close";
+ //BA.debugLineNum = 1843;BA.debugLine="c.Close";
_c.Close();
}else {
- //BA.debugLineNum = 1840;BA.debugLine="b_preventa2.Visible = False";
+ //BA.debugLineNum = 1845;BA.debugLine="b_preventa2.Visible = False";
_b_preventa2.setVisible(__c.False);
- //BA.debugLineNum = 1841;BA.debugLine="Tels.Visible = False";
+ //BA.debugLineNum = 1846;BA.debugLine="Tels.Visible = False";
_tels.setVisible(__c.False);
- //BA.debugLineNum = 1842;BA.debugLine="gest.Visible = False";
+ //BA.debugLineNum = 1847;BA.debugLine="gest.Visible = False";
_gest.setVisible(__c.False);
- //BA.debugLineNum = 1844;BA.debugLine="Log(994)";
-__c.LogImpl("014614852",BA.NumberToString(994),0);
- //BA.debugLineNum = 1846;BA.debugLine="LA_GEO.TextColor = Colors.Red";
+ //BA.debugLineNum = 1849;BA.debugLine="Log(994)";
+__c.LogImpl("714614852",BA.NumberToString(994),0);
+ //BA.debugLineNum = 1851;BA.debugLine="LA_GEO.TextColor = Colors.Red";
_la_geo.setTextColor(__c.Colors.Red);
- //BA.debugLineNum = 1847;BA.debugLine="If ALMACEN = \"1\" Then";
+ //BA.debugLineNum = 1852;BA.debugLine="If ALMACEN = \"1\" Then";
if ((_almacen).equals("1")) {
- //BA.debugLineNum = 1848;BA.debugLine="Tels.Visible = False";
+ //BA.debugLineNum = 1853;BA.debugLine="Tels.Visible = False";
_tels.setVisible(__c.False);
- //BA.debugLineNum = 1849;BA.debugLine="b_preventa2.Visible = False";
+ //BA.debugLineNum = 1854;BA.debugLine="b_preventa2.Visible = False";
_b_preventa2.setVisible(__c.False);
- //BA.debugLineNum = 1850;BA.debugLine="gest.Visible = True";
+ //BA.debugLineNum = 1855;BA.debugLine="gest.Visible = True";
_gest.setVisible(__c.True);
- //BA.debugLineNum = 1852;BA.debugLine="bitacora.banderaGeoCerca = \"0\"";
+ //BA.debugLineNum = 1857;BA.debugLine="bitacora.banderaGeoCerca = \"0\"";
_bitacora._banderageocerca /*String*/ = "0";
- //BA.debugLineNum = 1853;BA.debugLine="iniciofin";
+ //BA.debugLineNum = 1858;BA.debugLine="iniciofin";
_iniciofin();
};
};
};
};
}else {
- //BA.debugLineNum = 1860;BA.debugLine="If LA_GPS.IsInitialized Then";
+ //BA.debugLineNum = 1865;BA.debugLine="If LA_GPS.IsInitialized Then";
if (_la_gps.IsInitialized()) {
- //BA.debugLineNum = 1862;BA.debugLine="LA_GPS.Text = $\"BAJA PRECISIÓN (${NumberFormat2";
+ //BA.debugLineNum = 1867;BA.debugLine="LA_GPS.Text = $\"BAJA PRECISIÓN (${NumberFormat2";
_la_gps.setText(BA.ObjectToCharSequence(("BAJA PRECISIÓN ("+__c.SmartStringFormatter("",(Object)(__c.NumberFormat2(_location1.getAccuracy(),(int) (0),(int) (1),(int) (1),__c.False)))+"m)")));
- //BA.debugLineNum = 1863;BA.debugLine="LA_GPS.TextColor = Colors.Red";
+ //BA.debugLineNum = 1868;BA.debugLine="LA_GPS.TextColor = Colors.Red";
_la_gps.setTextColor(__c.Colors.Red);
};
};
- //BA.debugLineNum = 1867;BA.debugLine="If cuenta.StartsWith(\"N\") Then";
+ //BA.debugLineNum = 1872;BA.debugLine="If cuenta.StartsWith(\"N\") Then";
if (_cuenta.startsWith("N")) {
- //BA.debugLineNum = 1868;BA.debugLine="precision = \"0\"";
+ //BA.debugLineNum = 1873;BA.debugLine="precision = \"0\"";
_precision = "0";
- //BA.debugLineNum = 1869;BA.debugLine="LA_GEO.TextColor = Colors.Blue";
+ //BA.debugLineNum = 1874;BA.debugLine="LA_GEO.TextColor = Colors.Blue";
_la_geo.setTextColor(__c.Colors.Blue);
- //BA.debugLineNum = 1870;BA.debugLine="Tels.Visible = True";
+ //BA.debugLineNum = 1875;BA.debugLine="Tels.Visible = True";
_tels.setVisible(__c.True);
- //BA.debugLineNum = 1871;BA.debugLine="gest.Visible = True";
+ //BA.debugLineNum = 1876;BA.debugLine="gest.Visible = True";
_gest.setVisible(__c.True);
- //BA.debugLineNum = 1872;BA.debugLine="Dim future As Cursor = B4XPages.MainPage.skmt.Ex";
+ //BA.debugLineNum = 1877;BA.debugLine="Dim future As Cursor = B4XPages.MainPage.skmt.Ex";
_future = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_future = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("select CAT_VA_VALOR from CAT_VARIABLES WHERE CAT_VA_DESCRIPCION = ?",new String[]{"VENTAFUTURA"})));
- //BA.debugLineNum = 1873;BA.debugLine="If future.RowCount > 0 Then";
+ //BA.debugLineNum = 1878;BA.debugLine="If future.RowCount > 0 Then";
if (_future.getRowCount()>0) {
- //BA.debugLineNum = 1874;BA.debugLine="future.Position = 0";
+ //BA.debugLineNum = 1879;BA.debugLine="future.Position = 0";
_future.setPosition((int) (0));
- //BA.debugLineNum = 1875;BA.debugLine="If future.GetInt(\"CAT_VA_VALOR\") = 1 Then";
+ //BA.debugLineNum = 1880;BA.debugLine="If future.GetInt(\"CAT_VA_VALOR\") = 1 Then";
if (_future.GetInt("CAT_VA_VALOR")==1) {
- //BA.debugLineNum = 1876;BA.debugLine="b_preventa2.Visible = False";
+ //BA.debugLineNum = 1881;BA.debugLine="b_preventa2.Visible = False";
_b_preventa2.setVisible(__c.False);
}else if(_future.GetInt("CAT_VA_VALOR")==0) {
- //BA.debugLineNum = 1878;BA.debugLine="b_preventa2.Visible = False";
+ //BA.debugLineNum = 1883;BA.debugLine="b_preventa2.Visible = False";
_b_preventa2.setVisible(__c.False);
};
};
- //BA.debugLineNum = 1882;BA.debugLine="bitacora.banderaGeoCerca = \"1\"";
+ //BA.debugLineNum = 1887;BA.debugLine="bitacora.banderaGeoCerca = \"1\"";
_bitacora._banderageocerca /*String*/ = "1";
- //BA.debugLineNum = 1883;BA.debugLine="iniciofin";
+ //BA.debugLineNum = 1888;BA.debugLine="iniciofin";
_iniciofin();
};
- //BA.debugLineNum = 1888;BA.debugLine="If LA_GEO.IsInitialized Then LA_GEO.Text= $\"$1.2{";
+ //BA.debugLineNum = 1893;BA.debugLine="If LA_GEO.IsInitialized Then LA_GEO.Text= $\"$1.2{";
if (_la_geo.IsInitialized()) {
_la_geo.setText(BA.ObjectToCharSequence((""+__c.SmartStringFormatter("1.2",(Object)(_distance/(double)1000))+" kms")));};
- //BA.debugLineNum = 1891;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"DELETE FROM";
+ //BA.debugLineNum = 1896;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"DELETE FROM";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("DELETE FROM HIST_GPS");
- //BA.debugLineNum = 1892;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"INSERT INTO";
+ //BA.debugLineNum = 1897;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"INSERT INTO";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("INSERT INTO HIST_GPS (HGDATE, HGLAT, HGLON) VALUES(?,?,?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_sdate+_stime),(Object)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lat_gps /*String*/ ),(Object)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lon_gps /*String*/ )}));
- //BA.debugLineNum = 1894;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1899;BA.debugLine="End Sub";
return "";
}
public String _guardadoventa() throws Exception{
- //BA.debugLineNum = 3068;BA.debugLine="Sub guardadoventa";
- //BA.debugLineNum = 3070;BA.debugLine="End Sub";
+ //BA.debugLineNum = 3073;BA.debugLine="Sub guardadoventa";
+ //BA.debugLineNum = 3075;BA.debugLine="End Sub";
return "";
}
public String _guardar_click() throws Exception{
@@ -12145,199 +12145,199 @@ anywheresoftware.b4a.sql.SQL.CursorWrapper _s3 = null;
float _suma = 0f;
anywheresoftware.b4a.sql.SQL.CursorWrapper _s5 = null;
int _cbfactura = 0;
- //BA.debugLineNum = 2976;BA.debugLine="Sub Guardar_Click";
- //BA.debugLineNum = 2977;BA.debugLine="Guardar.SendToBack";
+ //BA.debugLineNum = 2981;BA.debugLine="Sub Guardar_Click";
+ //BA.debugLineNum = 2982;BA.debugLine="Guardar.SendToBack";
_guardar.SendToBack();
- //BA.debugLineNum = 2978;BA.debugLine="bitacora.b_Inicio_Fin_venta2.Text = \"TERMINAR VIS";
+ //BA.debugLineNum = 2983;BA.debugLine="bitacora.b_Inicio_Fin_venta2.Text = \"TERMINAR VIS";
_bitacora._b_inicio_fin_venta2 /*anywheresoftware.b4a.objects.ButtonWrapper*/ .setText(BA.ObjectToCharSequence("TERMINAR VISITA"));
- //BA.debugLineNum = 2979;BA.debugLine="bitacora.enVenta = False";
+ //BA.debugLineNum = 2984;BA.debugLine="bitacora.enVenta = False";
_bitacora._enventa /*boolean*/ = __c.False;
- //BA.debugLineNum = 2980;BA.debugLine="bitacora.inicioFin";
+ //BA.debugLineNum = 2985;BA.debugLine="bitacora.inicioFin";
_bitacora._iniciofin /*String*/ ();
- //BA.debugLineNum = 2981;BA.debugLine="DateTime.DateFormat = \"MM/dd/yyyy\"";
+ //BA.debugLineNum = 2986;BA.debugLine="DateTime.DateFormat = \"MM/dd/yyyy\"";
__c.DateTime.setDateFormat("MM/dd/yyyy");
- //BA.debugLineNum = 2982;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
+ //BA.debugLineNum = 2987;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
_sdate = __c.DateTime.Date(__c.DateTime.getNow());
- //BA.debugLineNum = 2983;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
+ //BA.debugLineNum = 2988;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
_stime = __c.DateTime.Time(__c.DateTime.getNow());
- //BA.debugLineNum = 2984;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"Select CUENTA";
+ //BA.debugLineNum = 2989;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"Select CUENTA";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("Select CUENTA from cuentaa")));
- //BA.debugLineNum = 2985;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 2990;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 2986;BA.debugLine="clie_id = c.GetString(\"CUENTA\")";
+ //BA.debugLineNum = 2991;BA.debugLine="clie_id = c.GetString(\"CUENTA\")";
_clie_id = _c.GetString("CUENTA");
- //BA.debugLineNum = 2987;BA.debugLine="c.Close";
+ //BA.debugLineNum = 2992;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 2988;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select USUARI";
+ //BA.debugLineNum = 2993;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select USUARI";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select USUARIO from usuarioa")));
- //BA.debugLineNum = 2989;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 2994;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 2990;BA.debugLine="usuario = c.GetString(\"USUARIO\")";
+ //BA.debugLineNum = 2995;BA.debugLine="usuario = c.GetString(\"USUARIO\")";
_usuario = _c.GetString("USUARIO");
- //BA.debugLineNum = 2991;BA.debugLine="c.Close";
+ //BA.debugLineNum = 2996;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 2992;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select sum(pe";
+ //BA.debugLineNum = 2997;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select sum(pe";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select sum(pe_costo_tot) as TOTAL_CLIE, SUM(PE_CANT) AS CANT_CLIE, COUNT(*) AS CUANTOS FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA from cuentaa)")));
- //BA.debugLineNum = 2993;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 2998;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 2996;BA.debugLine="Private s3 As Cursor=B4XPages.MainPage.skmt.ExecQ";
+ //BA.debugLineNum = 3001;BA.debugLine="Private s3 As Cursor=B4XPages.MainPage.skmt.ExecQ";
_s3 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_s3 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("select * FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA from cuentaa) and PE_RECALCULO <> ? AND PE_RECALCULO <> ? AND PE_RECALCULO <> ?",new String[]{"","null",BA.ObjectToString(__c.Null)})));
- //BA.debugLineNum = 2998;BA.debugLine="Private suma As Float = 0";
+ //BA.debugLineNum = 3003;BA.debugLine="Private suma As Float = 0";
_suma = (float) (0);
- //BA.debugLineNum = 2999;BA.debugLine="If s3.RowCount > 0 Then";
+ //BA.debugLineNum = 3004;BA.debugLine="If s3.RowCount > 0 Then";
if (_s3.getRowCount()>0) {
- //BA.debugLineNum = 3000;BA.debugLine="Private s As Cursor=B4XPages.MainPage.skmt.ExecQ";
+ //BA.debugLineNum = 3005;BA.debugLine="Private s As Cursor=B4XPages.MainPage.skmt.ExecQ";
_s = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("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) and PE_RECALCULO = ? AND PE_RECALCULO = ? AND PE_RECALCULO = ?",new String[]{"","null",BA.ObjectToString(__c.Null)})));
- //BA.debugLineNum = 3001;BA.debugLine="s.Position = 0";
+ //BA.debugLineNum = 3006;BA.debugLine="s.Position = 0";
_s.setPosition((int) (0));
- //BA.debugLineNum = 3002;BA.debugLine="Private s5 As Cursor = B4XPages.MainPage.skmt.Ex";
+ //BA.debugLineNum = 3007;BA.debugLine="Private s5 As Cursor = B4XPages.MainPage.skmt.Ex";
_s5 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_s5 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("select iFNULL(sum(PE_RECALCULOTOT),0) as TOTAL_CLIE FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA from cuentaa) and PE_RECALCULO <> ? AND PE_RECALCULO <> ? AND PE_RECALCULO <> ?",new String[]{"","null",BA.ObjectToString(__c.Null)})));
- //BA.debugLineNum = 3003;BA.debugLine="s5.Position = 0";
+ //BA.debugLineNum = 3008;BA.debugLine="s5.Position = 0";
_s5.setPosition((int) (0));
- //BA.debugLineNum = 3004;BA.debugLine="suma = s.GetString(\"TOTAL_CLIE\") + s5.GetString(";
+ //BA.debugLineNum = 3009;BA.debugLine="suma = s.GetString(\"TOTAL_CLIE\") + s5.GetString(";
_suma = (float) ((double)(Double.parseDouble(_s.GetString("TOTAL_CLIE")))+(double)(Double.parseDouble(_s5.GetString("TOTAL_CLIE"))));
- //BA.debugLineNum = 3005;BA.debugLine="s.Close";
-_s.Close();
- }else if(_s3.getRowCount()==0) {
- //BA.debugLineNum = 3007;BA.debugLine="Private s As Cursor=B4XPages.MainPage.skmt.ExecQ";
-_s = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
-_s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .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)")));
- //BA.debugLineNum = 3008;BA.debugLine="s.Position=0";
-_s.setPosition((int) (0));
- //BA.debugLineNum = 3009;BA.debugLine="suma = s.GetString(\"TOTAL_CLIE\")";
-_suma = (float)(Double.parseDouble(_s.GetString("TOTAL_CLIE")));
//BA.debugLineNum = 3010;BA.debugLine="s.Close";
+_s.Close();
+ }else if(_s3.getRowCount()==0) {
+ //BA.debugLineNum = 3012;BA.debugLine="Private s As Cursor=B4XPages.MainPage.skmt.ExecQ";
+_s = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
+_s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .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)")));
+ //BA.debugLineNum = 3013;BA.debugLine="s.Position=0";
+_s.setPosition((int) (0));
+ //BA.debugLineNum = 3014;BA.debugLine="suma = s.GetString(\"TOTAL_CLIE\")";
+_suma = (float)(Double.parseDouble(_s.GetString("TOTAL_CLIE")));
+ //BA.debugLineNum = 3015;BA.debugLine="s.Close";
_s.Close();
};
- //BA.debugLineNum = 3013;BA.debugLine="If c.GetString(\"CUANTOS\") > 0 Then";
+ //BA.debugLineNum = 3018;BA.debugLine="If c.GetString(\"CUANTOS\") > 0 Then";
if ((double)(Double.parseDouble(_c.GetString("CUANTOS")))>0) {
- //BA.debugLineNum = 3014;BA.debugLine="Private cbFactura As Int = 0";
+ //BA.debugLineNum = 3019;BA.debugLine="Private cbFactura As Int = 0";
_cbfactura = (int) (0);
- //BA.debugLineNum = 3015;BA.debugLine="If CH_FACTURA.Checked Then cbFactura = 1";
+ //BA.debugLineNum = 3020;BA.debugLine="If CH_FACTURA.Checked Then cbFactura = 1";
if (_ch_factura.getChecked()) {
_cbfactura = (int) (1);};
- //BA.debugLineNum = 3016;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete from";
+ //BA.debugLineNum = 3021;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete from";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("delete from NOVENTA where NV_CLIENTE In (select cuenta from cuentaa)");
- //BA.debugLineNum = 3017;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete from";
+ //BA.debugLineNum = 3022;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete from";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("delete from pedido_cliente where PC_CLIENTE In (select cuenta from cuentaa)");
- //BA.debugLineNum = 3018;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"insert int";
+ //BA.debugLineNum = 3023;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"insert int";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("insert into pedido_cliente(PC_CLIENTE, PC_FECHA, PC_USER, PC_NOART, PC_MONTO,PC_LON, PC_LAT,PC_FACTURA,PC_ALMACEN,PC_RUTA) VALUES (?,?,?,?,?,?,?,?,?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_clie_id),(Object)(_sdate+_stime),(Object)(_usuario),(Object)(_c.GetString("CANT_CLIE")),(Object)(__c.NumberFormat2(_suma,(int) (0),(int) (2),(int) (2),__c.False)),(Object)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lon_gps /*String*/ ),(Object)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lat_gps /*String*/ ),(Object)(_cbfactura),(Object)(_subs._traealmacen /*String*/ (ba)),(Object)(_subs._traeruta /*String*/ (ba))}));
- //BA.debugLineNum = 3019;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"UPDATE kmt_";
+ //BA.debugLineNum = 3024;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"UPDATE kmt_";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("UPDATE kmt_info3 set gestion = 2 where CAT_CL_CODIGO In (select cuenta from cuentaa)");
};
- //BA.debugLineNum = 3023;BA.debugLine="c.Close";
+ //BA.debugLineNum = 3028;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 3024;BA.debugLine="DateTime.TimeFormat = \"HHmmss\"";
+ //BA.debugLineNum = 3029;BA.debugLine="DateTime.TimeFormat = \"HHmmss\"";
__c.DateTime.setTimeFormat("HHmmss");
- //BA.debugLineNum = 3025;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
+ //BA.debugLineNum = 3030;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
_stime = __c.DateTime.Time(__c.DateTime.getNow());
- //BA.debugLineNum = 3026;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDATE HIST";
+ //BA.debugLineNum = 3031;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDATE HIST";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("UPDATE HIST_STAY_STORE set HSS_OUT = ? where HSS_OUT = 0 AND HSS_CODIGO In (select cuenta from cuentaa)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_stime)}));
- //BA.debugLineNum = 3028;BA.debugLine="Try";
-try { //BA.debugLineNum = 3029;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\" Select (sub";
+ //BA.debugLineNum = 3033;BA.debugLine="Try";
+try { //BA.debugLineNum = 3034;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\" Select (sub";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(" Select (substr(HSS_OUT,1,2) - substr(HSS_IN,1,2)) - Case when (substr(HSS_OUT,3,2) - substr(HSS_IN,3,2)) < 0 Then 1 Else 0 end HORAS_TOTALES, "+"Case when (substr(HSS_OUT,3,2) - substr(HSS_IN,3,2)) < 0 Then (substr(HSS_OUT,3,2) + 60 - substr(HSS_IN,3,2)) "+" Else (substr(HSS_OUT,3,2) - substr(HSS_IN,3,2)) End - Case when (substr(HSS_OUT,5,2) - substr(HSS_IN,5,2)) < 0 Then 1 Else 0 end MINUTOS_TOTALES, "+"Case when (substr(HSS_OUT,5,2) - substr(HSS_IN,5,2)) < 0 Then (substr(HSS_OUT,5,2) + 60 - substr(HSS_IN,5,2)) "+" Else (substr(HSS_OUT,5,2) - substr(HSS_IN,5,2)) end SEGUNDOS_TOTALES "+" from HIST_STAY_STORE where HSS_CODIGO In (Select cuenta from cuentaa) ")));
- //BA.debugLineNum = 3035;BA.debugLine="c.Position = 0";
+ //BA.debugLineNum = 3040;BA.debugLine="c.Position = 0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 3036;BA.debugLine="stay_hh = c.GetString(\"HORAS_TOTALES\") * 60 * 60";
+ //BA.debugLineNum = 3041;BA.debugLine="stay_hh = c.GetString(\"HORAS_TOTALES\") * 60 * 60";
_stay_hh = BA.NumberToString((double)(Double.parseDouble(_c.GetString("HORAS_TOTALES")))*60*60);
- //BA.debugLineNum = 3037;BA.debugLine="stay_mi = c.GetString(\"MINUTOS_TOTALES\") * 60";
+ //BA.debugLineNum = 3042;BA.debugLine="stay_mi = c.GetString(\"MINUTOS_TOTALES\") * 60";
_stay_mi = BA.NumberToString((double)(Double.parseDouble(_c.GetString("MINUTOS_TOTALES")))*60);
- //BA.debugLineNum = 3038;BA.debugLine="stay_ss = c.GetString(\"SEGUNDOS_TOTALES\")";
+ //BA.debugLineNum = 3043;BA.debugLine="stay_ss = c.GetString(\"SEGUNDOS_TOTALES\")";
_stay_ss = _c.GetString("SEGUNDOS_TOTALES");
- //BA.debugLineNum = 3039;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDATE HIS";
+ //BA.debugLineNum = 3044;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDATE HIS";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("UPDATE HIST_STAY_STORE set HSS_TOT = ? where HSS_CODIGO In (select cuenta from cuentaa)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)((double)(Double.parseDouble(_stay_hh))+(double)(Double.parseDouble(_stay_mi))+(double)(Double.parseDouble(_stay_ss)))}));
- //BA.debugLineNum = 3040;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDATE HIS";
+ //BA.debugLineNum = 3045;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDATE HIS";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("UPDATE HIST_STAY_OUT set HSO_FIN = ? ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_stime)}));
- //BA.debugLineNum = 3041;BA.debugLine="c.Close";
+ //BA.debugLineNum = 3046;BA.debugLine="c.Close";
_c.Close();
}
catch (Exception e55) {
- ba.setLastException(e55); //BA.debugLineNum = 3043;BA.debugLine="ToastMessageShow(\".\",True)";
+ ba.setLastException(e55); //BA.debugLineNum = 3048;BA.debugLine="ToastMessageShow(\".\",True)";
__c.ToastMessageShow(BA.ObjectToCharSequence("."),__c.True);
};
- //BA.debugLineNum = 3045;BA.debugLine="DateTime.TimeFormat = \"HH:mm:ss\"";
+ //BA.debugLineNum = 3050;BA.debugLine="DateTime.TimeFormat = \"HH:mm:ss\"";
__c.DateTime.setTimeFormat("HH:mm:ss");
- //BA.debugLineNum = 3047;BA.debugLine="Log(BCREDITO)";
-__c.LogImpl("016711751",_bcredito,0);
- //BA.debugLineNum = 3061;BA.debugLine="End Sub";
+ //BA.debugLineNum = 3052;BA.debugLine="Log(BCREDITO)";
+__c.LogImpl("716711751",_bcredito,0);
+ //BA.debugLineNum = 3066;BA.debugLine="End Sub";
return "";
}
public String _guardar_longclick() throws Exception{
- //BA.debugLineNum = 3063;BA.debugLine="Sub Guardar_LongClick";
- //BA.debugLineNum = 3066;BA.debugLine="End Sub";
+ //BA.debugLineNum = 3068;BA.debugLine="Sub Guardar_LongClick";
+ //BA.debugLineNum = 3071;BA.debugLine="End Sub";
return "";
}
public String _habilitarbotones(boolean _dentroderango) throws Exception{
anywheresoftware.b4a.sql.SQL.CursorWrapper _future = null;
- //BA.debugLineNum = 1481;BA.debugLine="Sub HabilitarBotones(dentroDeRango As Boolean)";
- //BA.debugLineNum = 1482;BA.debugLine="If dentroDeRango Then";
+ //BA.debugLineNum = 1486;BA.debugLine="Sub HabilitarBotones(dentroDeRango As Boolean)";
+ //BA.debugLineNum = 1487;BA.debugLine="If dentroDeRango Then";
if (_dentroderango) {
- //BA.debugLineNum = 1483;BA.debugLine="If Tels.IsInitialized Then";
+ //BA.debugLineNum = 1488;BA.debugLine="If Tels.IsInitialized Then";
if (_tels.IsInitialized()) {
- //BA.debugLineNum = 1484;BA.debugLine="Tels.Visible = True";
+ //BA.debugLineNum = 1489;BA.debugLine="Tels.Visible = True";
_tels.setVisible(__c.True);
- //BA.debugLineNum = 1485;BA.debugLine="gest.Visible = True";
+ //BA.debugLineNum = 1490;BA.debugLine="gest.Visible = True";
_gest.setVisible(__c.True);
- //BA.debugLineNum = 1486;BA.debugLine="Tels.Enabled = True";
+ //BA.debugLineNum = 1491;BA.debugLine="Tels.Enabled = True";
_tels.setEnabled(__c.True);
- //BA.debugLineNum = 1487;BA.debugLine="gest.Enabled = True";
+ //BA.debugLineNum = 1492;BA.debugLine="gest.Enabled = True";
_gest.setEnabled(__c.True);
- //BA.debugLineNum = 1488;BA.debugLine="Dim future As Cursor = B4XPages.MainPage.skmt.E";
+ //BA.debugLineNum = 1493;BA.debugLine="Dim future As Cursor = B4XPages.MainPage.skmt.E";
_future = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_future = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("select CAT_VA_VALOR from CAT_VARIABLES WHERE CAT_VA_DESCRIPCION = ?",new String[]{"VENTAFUTURA"})));
- //BA.debugLineNum = 1489;BA.debugLine="If future.RowCount > 0 Then";
+ //BA.debugLineNum = 1494;BA.debugLine="If future.RowCount > 0 Then";
if (_future.getRowCount()>0) {
- //BA.debugLineNum = 1490;BA.debugLine="future.Position = 0";
+ //BA.debugLineNum = 1495;BA.debugLine="future.Position = 0";
_future.setPosition((int) (0));
- //BA.debugLineNum = 1491;BA.debugLine="If future.GetInt(\"CAT_VA_VALOR\") = 1 Then";
+ //BA.debugLineNum = 1496;BA.debugLine="If future.GetInt(\"CAT_VA_VALOR\") = 1 Then";
if (_future.GetInt("CAT_VA_VALOR")==1) {
- //BA.debugLineNum = 1492;BA.debugLine="b_preventa2.Visible = True";
+ //BA.debugLineNum = 1497;BA.debugLine="b_preventa2.Visible = True";
_b_preventa2.setVisible(__c.True);
- //BA.debugLineNum = 1493;BA.debugLine="b_preventa2.Enabled = True";
+ //BA.debugLineNum = 1498;BA.debugLine="b_preventa2.Enabled = True";
_b_preventa2.setEnabled(__c.True);
}else if(_future.GetInt("CAT_VA_VALOR")==0) {
- //BA.debugLineNum = 1495;BA.debugLine="b_preventa2.Enabled = False";
+ //BA.debugLineNum = 1500;BA.debugLine="b_preventa2.Enabled = False";
_b_preventa2.setEnabled(__c.False);
- //BA.debugLineNum = 1496;BA.debugLine="b_preventa2.Visible = False";
+ //BA.debugLineNum = 1501;BA.debugLine="b_preventa2.Visible = False";
_b_preventa2.setVisible(__c.False);
};
};
};
}else {
- //BA.debugLineNum = 1502;BA.debugLine="If Tels.IsInitialized Then";
+ //BA.debugLineNum = 1507;BA.debugLine="If Tels.IsInitialized Then";
if (_tels.IsInitialized()) {
- //BA.debugLineNum = 1503;BA.debugLine="b_preventa2.Visible = False";
+ //BA.debugLineNum = 1508;BA.debugLine="b_preventa2.Visible = False";
_b_preventa2.setVisible(__c.False);
- //BA.debugLineNum = 1504;BA.debugLine="Tels.Visible = False";
+ //BA.debugLineNum = 1509;BA.debugLine="Tels.Visible = False";
_tels.setVisible(__c.False);
- //BA.debugLineNum = 1505;BA.debugLine="gest.Visible = False";
+ //BA.debugLineNum = 1510;BA.debugLine="gest.Visible = False";
_gest.setVisible(__c.False);
};
};
- //BA.debugLineNum = 1509;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1514;BA.debugLine="End Sub";
return "";
}
public String _hist_click() throws Exception{
- //BA.debugLineNum = 3076;BA.debugLine="Sub HIST_Click";
- //BA.debugLineNum = 3077;BA.debugLine="B4XPages.ShowPage(\"historicobat\")";
+ //BA.debugLineNum = 3081;BA.debugLine="Sub HIST_Click";
+ //BA.debugLineNum = 3082;BA.debugLine="B4XPages.ShowPage(\"historicobat\")";
_b4xpages._showpage /*String*/ (ba,"historicobat");
- //BA.debugLineNum = 3078;BA.debugLine="End Sub";
+ //BA.debugLineNum = 3083;BA.debugLine="End Sub";
return "";
}
public String _imageview4_click() throws Exception{
- //BA.debugLineNum = 7714;BA.debugLine="Private Sub ImageView4_Click";
- //BA.debugLineNum = 7715;BA.debugLine="InitializeCamera2";
+ //BA.debugLineNum = 7719;BA.debugLine="Private Sub ImageView4_Click";
+ //BA.debugLineNum = 7720;BA.debugLine="InitializeCamera2";
_initializecamera2();
- //BA.debugLineNum = 7716;BA.debugLine="p_camara.Visible = True";
+ //BA.debugLineNum = 7721;BA.debugLine="p_camara.Visible = True";
_p_camara.setVisible(__c.True);
- //BA.debugLineNum = 7717;BA.debugLine="Subs.centraPanel(p_cam,p_camara.Width)";
+ //BA.debugLineNum = 7722;BA.debugLine="Subs.centraPanel(p_cam,p_camara.Width)";
_subs._centrapanel /*String*/ (ba,_p_cam,_p_camara.getWidth());
- //BA.debugLineNum = 7719;BA.debugLine="p_camara.BringToFront";
+ //BA.debugLineNum = 7724;BA.debugLine="p_camara.BringToFront";
_p_camara.BringToFront();
- //BA.debugLineNum = 7720;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7725;BA.debugLine="End Sub";
return "";
}
public void _impresion() throws Exception{
@@ -12373,27 +12373,27 @@ return;
case 0:
//C
this.state = 1;
- //BA.debugLineNum = 4296;BA.debugLine="c=skmt.ExecQuery(\"select USUARIO from usuarioa\")";
+ //BA.debugLineNum = 4301;BA.debugLine="c=skmt.ExecQuery(\"select USUARIO from usuarioa\")";
parent._c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery("select USUARIO from usuarioa")));
- //BA.debugLineNum = 4297;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 4302;BA.debugLine="c.Position=0";
parent._c.setPosition((int) (0));
- //BA.debugLineNum = 4298;BA.debugLine="usuario = c.GetString(\"USUARIO\")";
+ //BA.debugLineNum = 4303;BA.debugLine="usuario = c.GetString(\"USUARIO\")";
parent._usuario = parent._c.GetString("USUARIO");
- //BA.debugLineNum = 4300;BA.debugLine="DateTime.DateFormat = \"dd/MM/yyyy\"";
+ //BA.debugLineNum = 4305;BA.debugLine="DateTime.DateFormat = \"dd/MM/yyyy\"";
parent.__c.DateTime.setDateFormat("dd/MM/yyyy");
- //BA.debugLineNum = 4301;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
+ //BA.debugLineNum = 4306;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
parent._sdate = parent.__c.DateTime.Date(parent.__c.DateTime.getNow());
- //BA.debugLineNum = 4302;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
+ //BA.debugLineNum = 4307;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
parent._stime = parent.__c.DateTime.Time(parent.__c.DateTime.getNow());
- //BA.debugLineNum = 4303;BA.debugLine="c.Close";
+ //BA.debugLineNum = 4308;BA.debugLine="c.Close";
parent._c.Close();
- //BA.debugLineNum = 4308;BA.debugLine="Public Const eLINEFEED As String = \"\" & Chr(0x0D)";
+ //BA.debugLineNum = 4313;BA.debugLine="Public Const eLINEFEED As String = \"\" & Chr(0x0D)";
_elinefeed = ""+BA.ObjectToString(parent.__c.Chr(((int)0x0d)))+BA.ObjectToString(parent.__c.Chr(((int)0x0a)));
- //BA.debugLineNum = 4309;BA.debugLine="ProgressDialogShow(\"Imprimiendo, un momento ...\")";
+ //BA.debugLineNum = 4314;BA.debugLine="ProgressDialogShow(\"Imprimiendo, un momento ...\")";
parent.__c.ProgressDialogShow(ba,BA.ObjectToCharSequence("Imprimiendo, un momento ..."));
- //BA.debugLineNum = 4310;BA.debugLine="Printer1.DisConnect";
+ //BA.debugLineNum = 4315;BA.debugLine="Printer1.DisConnect";
parent._printer1._disconnect /*String*/ ();
- //BA.debugLineNum = 4311;BA.debugLine="If Not(Printer1.IsConnected) Then";
+ //BA.debugLineNum = 4316;BA.debugLine="If Not(Printer1.IsConnected) Then";
if (true) break;
case 1:
@@ -12408,11 +12408,11 @@ this.state = 21;
case 3:
//C
this.state = 4;
- //BA.debugLineNum = 4313;BA.debugLine="Printer1.Connect";
+ //BA.debugLineNum = 4318;BA.debugLine="Printer1.Connect";
parent._printer1._connect /*boolean*/ ();
- //BA.debugLineNum = 4314;BA.debugLine="Private cont As Int = 0";
+ //BA.debugLineNum = 4319;BA.debugLine="Private cont As Int = 0";
_cont = (int) (0);
- //BA.debugLineNum = 4315;BA.debugLine="Do While Not(impresoraConectada)";
+ //BA.debugLineNum = 4320;BA.debugLine="Do While Not(impresoraConectada)";
if (true) break;
case 4:
@@ -12427,7 +12427,7 @@ if (true) break;
case 6:
//C
this.state = 7;
- //BA.debugLineNum = 4316;BA.debugLine="Sleep(1000)";
+ //BA.debugLineNum = 4321;BA.debugLine="Sleep(1000)";
parent.__c.Sleep(ba,this,(int) (1000));
this.state = 63;
return;
@@ -12435,9 +12435,9 @@ case 63:
//C
this.state = 7;
;
- //BA.debugLineNum = 4317;BA.debugLine="cont = cont + 1";
+ //BA.debugLineNum = 4322;BA.debugLine="cont = cont + 1";
_cont = (int) (_cont+1);
- //BA.debugLineNum = 4318;BA.debugLine="If cont = 7 Then Printer1.Connect 'Tratamos de";
+ //BA.debugLineNum = 4323;BA.debugLine="If cont = 7 Then Printer1.Connect 'Tratamos de";
if (true) break;
case 7:
@@ -12457,7 +12457,7 @@ case 12:
//C
this.state = 13;
;
- //BA.debugLineNum = 4319;BA.debugLine="If cont > 15 Then impresoraConectada = True";
+ //BA.debugLineNum = 4324;BA.debugLine="If cont > 15 Then impresoraConectada = True";
if (true) break;
case 13:
@@ -12483,7 +12483,7 @@ case 19:
//C
this.state = 38;
;
- //BA.debugLineNum = 4321;BA.debugLine="Sleep(500)";
+ //BA.debugLineNum = 4326;BA.debugLine="Sleep(500)";
parent.__c.Sleep(ba,this,(int) (500));
this.state = 64;
return;
@@ -12491,18 +12491,18 @@ case 64:
//C
this.state = 38;
;
- //BA.debugLineNum = 4322;BA.debugLine="impresoraConectada = False";
+ //BA.debugLineNum = 4327;BA.debugLine="impresoraConectada = False";
parent._impresoraconectada = parent.__c.False;
if (true) break;
case 21:
//C
this.state = 22;
- //BA.debugLineNum = 4325;BA.debugLine="Printer1.Connect";
+ //BA.debugLineNum = 4330;BA.debugLine="Printer1.Connect";
parent._printer1._connect /*boolean*/ ();
- //BA.debugLineNum = 4326;BA.debugLine="Private cont As Int = 0";
+ //BA.debugLineNum = 4331;BA.debugLine="Private cont As Int = 0";
_cont = (int) (0);
- //BA.debugLineNum = 4327;BA.debugLine="Do While Not(impresoraConectada) Or Not(Printer1";
+ //BA.debugLineNum = 4332;BA.debugLine="Do While Not(impresoraConectada) Or Not(Printer1";
if (true) break;
case 22:
@@ -12517,7 +12517,7 @@ if (true) break;
case 24:
//C
this.state = 25;
- //BA.debugLineNum = 4328;BA.debugLine="Sleep(1000)";
+ //BA.debugLineNum = 4333;BA.debugLine="Sleep(1000)";
parent.__c.Sleep(ba,this,(int) (1000));
this.state = 65;
return;
@@ -12525,9 +12525,9 @@ case 65:
//C
this.state = 25;
;
- //BA.debugLineNum = 4329;BA.debugLine="cont = cont + 1";
+ //BA.debugLineNum = 4334;BA.debugLine="cont = cont + 1";
_cont = (int) (_cont+1);
- //BA.debugLineNum = 4330;BA.debugLine="If cont = 2 Then Printer1.Connect";
+ //BA.debugLineNum = 4335;BA.debugLine="If cont = 2 Then Printer1.Connect";
if (true) break;
case 25:
@@ -12547,7 +12547,7 @@ case 30:
//C
this.state = 31;
;
- //BA.debugLineNum = 4331;BA.debugLine="If cont > 4 Then impresoraConectada = True";
+ //BA.debugLineNum = 4336;BA.debugLine="If cont > 4 Then impresoraConectada = True";
if (true) break;
case 31:
@@ -12573,7 +12573,7 @@ case 37:
//C
this.state = 38;
;
- //BA.debugLineNum = 4333;BA.debugLine="Sleep(500)";
+ //BA.debugLineNum = 4338;BA.debugLine="Sleep(500)";
parent.__c.Sleep(ba,this,(int) (500));
this.state = 66;
return;
@@ -12581,7 +12581,7 @@ case 66:
//C
this.state = 38;
;
- //BA.debugLineNum = 4334;BA.debugLine="impresoraConectada = False";
+ //BA.debugLineNum = 4339;BA.debugLine="impresoraConectada = False";
parent._impresoraconectada = parent.__c.False;
if (true) break;
@@ -12589,37 +12589,37 @@ case 38:
//C
this.state = 39;
;
- //BA.debugLineNum = 4337;BA.debugLine="TAMANO = 0";
+ //BA.debugLineNum = 4342;BA.debugLine="TAMANO = 0";
parent._tamano = (int) (0);
- //BA.debugLineNum = 4338;BA.debugLine="ESPACIO = 21";
+ //BA.debugLineNum = 4343;BA.debugLine="ESPACIO = 21";
parent._espacio = (int) (21);
- //BA.debugLineNum = 4339;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 4344;BA.debugLine="BLANCO = \" \"";
parent._blanco = " ";
- //BA.debugLineNum = 4356;BA.debugLine="Printer1.WriteString(\"RFC: DRT-110316-9J1\" & eLI";
+ //BA.debugLineNum = 4361;BA.debugLine="Printer1.WriteString(\"RFC: DRT-110316-9J1\" & eLI";
parent._printer1._writestring /*String*/ ("RFC: DRT-110316-9J1"+_elinefeed);
- //BA.debugLineNum = 4358;BA.debugLine="Printer1.WriteString(sDate & eLINEFEED)";
+ //BA.debugLineNum = 4363;BA.debugLine="Printer1.WriteString(sDate & eLINEFEED)";
parent._printer1._writestring /*String*/ (parent._sdate+_elinefeed);
- //BA.debugLineNum = 4359;BA.debugLine="Printer1.WriteString(sTime & eLINEFEED)";
+ //BA.debugLineNum = 4364;BA.debugLine="Printer1.WriteString(sTime & eLINEFEED)";
parent._printer1._writestring /*String*/ (parent._stime+_elinefeed);
- //BA.debugLineNum = 4360;BA.debugLine="Printer1.WriteString(\"Vendedor:\" & usuario & eLI";
+ //BA.debugLineNum = 4365;BA.debugLine="Printer1.WriteString(\"Vendedor:\" & usuario & eLI";
parent._printer1._writestring /*String*/ ("Vendedor:"+parent._usuario+_elinefeed);
- //BA.debugLineNum = 4361;BA.debugLine="Printer1.WriteString(\"Tienda: \" & La_nombre.Text";
+ //BA.debugLineNum = 4366;BA.debugLine="Printer1.WriteString(\"Tienda: \" & La_nombre.Text";
parent._printer1._writestring /*String*/ ("Tienda: "+parent._la_nombre.getText()+_elinefeed);
- //BA.debugLineNum = 4362;BA.debugLine="Printer1.WriteString(\"ID.Cliente: \" & la_cuenta.";
+ //BA.debugLineNum = 4367;BA.debugLine="Printer1.WriteString(\"ID.Cliente: \" & la_cuenta.";
parent._printer1._writestring /*String*/ ("ID.Cliente: "+parent._la_cuenta.getText()+_elinefeed);
- //BA.debugLineNum = 4363;BA.debugLine="Printer1.WriteString(\"Calle: \" & la_Calle.Text &";
+ //BA.debugLineNum = 4368;BA.debugLine="Printer1.WriteString(\"Calle: \" & la_Calle.Text &";
parent._printer1._writestring /*String*/ ("Calle: "+parent._la_calle.getText()+_elinefeed);
- //BA.debugLineNum = 4364;BA.debugLine="Printer1.WriteString(\"Colonia: \" & la_col.Text &";
+ //BA.debugLineNum = 4369;BA.debugLine="Printer1.WriteString(\"Colonia: \" & la_col.Text &";
parent._printer1._writestring /*String*/ ("Colonia: "+parent._la_col.getText()+_elinefeed);
- //BA.debugLineNum = 4366;BA.debugLine="Printer1.WriteString(\"Entre calle1: \" & l_entre1.";
+ //BA.debugLineNum = 4371;BA.debugLine="Printer1.WriteString(\"Entre calle1: \" & l_entre1.";
parent._printer1._writestring /*String*/ ("Entre calle1: "+parent._l_entre1.getText()+_elinefeed);
- //BA.debugLineNum = 4367;BA.debugLine="Printer1.WriteString(\"Entre Calle2: \" & l_entre2.";
+ //BA.debugLineNum = 4372;BA.debugLine="Printer1.WriteString(\"Entre Calle2: \" & l_entre2.";
parent._printer1._writestring /*String*/ ("Entre Calle2: "+parent._l_entre2.getText()+_elinefeed);
- //BA.debugLineNum = 4369;BA.debugLine="Printer1.WriteString(\"-----------PREVENTA--------";
+ //BA.debugLineNum = 4374;BA.debugLine="Printer1.WriteString(\"-----------PREVENTA--------";
parent._printer1._writestring /*String*/ ("-----------PREVENTA-----------"+_elinefeed);
- //BA.debugLineNum = 4372;BA.debugLine="s=skmt.ExecQuery2(\"select PE_PRONOMBRE, SUM(PE_CA";
+ //BA.debugLineNum = 4377;BA.debugLine="s=skmt.ExecQuery2(\"select PE_PRONOMBRE, SUM(PE_CA";
parent._s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery2("select PE_PRONOMBRE, SUM(PE_CANT) AS PE_CANT, length(pe_cant) as L_CANT, PE_COSTOU, length(PE_COSTOU) as L_COSTOU,SUM(PE_CANT) * PE_COSTOU AS PE_COSTO_TOT, length(PE_CANT * PE_COSTOU) as L_COSTO_TOT,PE_PROID, PE_CEDIS FROM PEDIDO WHERE PE_CEDIS <> ? AND PE_CLIENTE IN (Select CUENTA from cuentaa) AND PE_COSTOU > 0.01 GROUP by PE_PROID",new String[]{"DUR"})));
- //BA.debugLineNum = 4373;BA.debugLine="If S.RowCount>0 Then";
+ //BA.debugLineNum = 4378;BA.debugLine="If S.RowCount>0 Then";
if (true) break;
case 39:
@@ -12632,7 +12632,7 @@ this.state = 41;
case 41:
//C
this.state = 42;
- //BA.debugLineNum = 4374;BA.debugLine="For i=0 To S.RowCount -1";
+ //BA.debugLineNum = 4379;BA.debugLine="For i=0 To S.RowCount -1";
if (true) break;
case 42:
@@ -12659,19 +12659,19 @@ if (true) break;
case 44:
//C
this.state = 45;
- //BA.debugLineNum = 4375;BA.debugLine="S.Position=i";
+ //BA.debugLineNum = 4380;BA.debugLine="S.Position=i";
parent._s.setPosition(_i);
- //BA.debugLineNum = 4377;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_PRONOMBRE";
+ //BA.debugLineNum = 4382;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_PRONOMBRE";
parent._printer1._writestring /*String*/ (parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
- //BA.debugLineNum = 4382;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
+ //BA.debugLineNum = 4387;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_CANT")+parent._tamano);
- //BA.debugLineNum = 4383;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOU\") + TAMANO";
+ //BA.debugLineNum = 4388;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOU\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTOU")+parent._tamano);
- //BA.debugLineNum = 4384;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOT\") + TAMANO";
+ //BA.debugLineNum = 4389;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTO_TOT")+parent._tamano);
- //BA.debugLineNum = 4386;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 4391;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
parent._espacio = (int) (parent._espacio-parent._tamano);
- //BA.debugLineNum = 4388;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 4393;BA.debugLine="For E=0 To ESPACIO -1";
if (true) break;
case 45:
@@ -12698,7 +12698,7 @@ if (true) break;
case 47:
//C
this.state = 70;
- //BA.debugLineNum = 4389;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 4394;BA.debugLine="BLANCO = \" \" & BLANCO";
parent._blanco = " "+parent._blanco;
if (true) break;
if (true) break;
@@ -12707,13 +12707,13 @@ case 48:
//C
this.state = 68;
;
- //BA.debugLineNum = 4391;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE_";
+ //BA.debugLineNum = 4396;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE_";
parent._printer1._writestring /*String*/ (parent._blanco+parent._s.GetString("PE_CANT")+" X $"+parent._s.GetString("PE_COSTOU")+" $"+parent._s.GetString("PE_COSTO_TOT")+_elinefeed);
- //BA.debugLineNum = 4392;BA.debugLine="TAMANO = 0";
+ //BA.debugLineNum = 4397;BA.debugLine="TAMANO = 0";
parent._tamano = (int) (0);
- //BA.debugLineNum = 4393;BA.debugLine="ESPACIO = 21";
+ //BA.debugLineNum = 4398;BA.debugLine="ESPACIO = 21";
parent._espacio = (int) (21);
- //BA.debugLineNum = 4394;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 4399;BA.debugLine="BLANCO = \" \"";
parent._blanco = " ";
if (true) break;
if (true) break;
@@ -12728,13 +12728,13 @@ case 50:
//C
this.state = 51;
;
- //BA.debugLineNum = 4398;BA.debugLine="s.Close";
+ //BA.debugLineNum = 4403;BA.debugLine="s.Close";
parent._s.Close();
- //BA.debugLineNum = 4399;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
+ //BA.debugLineNum = 4404;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
parent._printer1._writestring /*String*/ (" "+_elinefeed);
- //BA.debugLineNum = 4401;BA.debugLine="s=skmt.ExecQuery2(\"select PE_PRONOMBRE, SUM(PE_CA";
+ //BA.debugLineNum = 4406;BA.debugLine="s=skmt.ExecQuery2(\"select PE_PRONOMBRE, SUM(PE_CA";
parent._s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery2("select PE_PRONOMBRE, SUM(PE_CANT) AS PE_CANT, length(pe_cant) as L_CANT, PE_COSTOU, length(PE_COSTOU) as L_COSTOU,SUM(PE_CANT) * PE_COSTOU AS PE_COSTO_TOT, length(PE_CANT * PE_COSTOU) as L_COSTO_TOT,PE_PROID, PE_CEDIS FROM PEDIDO WHERE PE_CEDIS <> ? AND PE_CLIENTE IN (Select CUENTA from cuentaa) AND PE_COSTOU = 0.01 GROUP by PE_PROID",new String[]{"DUR"})));
- //BA.debugLineNum = 4403;BA.debugLine="If S.RowCount>0 Then";
+ //BA.debugLineNum = 4408;BA.debugLine="If S.RowCount>0 Then";
if (true) break;
case 51:
@@ -12747,9 +12747,9 @@ this.state = 53;
case 53:
//C
this.state = 54;
- //BA.debugLineNum = 4404;BA.debugLine="Printer1.WriteString(\"--------BONIFICACIONES----";
+ //BA.debugLineNum = 4409;BA.debugLine="Printer1.WriteString(\"--------BONIFICACIONES----";
parent._printer1._writestring /*String*/ ("--------BONIFICACIONES--------"+_elinefeed);
- //BA.debugLineNum = 4405;BA.debugLine="For i=0 To S.RowCount -1";
+ //BA.debugLineNum = 4410;BA.debugLine="For i=0 To S.RowCount -1";
if (true) break;
case 54:
@@ -12776,19 +12776,19 @@ if (true) break;
case 56:
//C
this.state = 57;
- //BA.debugLineNum = 4406;BA.debugLine="S.Position=i";
+ //BA.debugLineNum = 4411;BA.debugLine="S.Position=i";
parent._s.setPosition(_i);
- //BA.debugLineNum = 4408;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_PRONOMBRE";
+ //BA.debugLineNum = 4413;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_PRONOMBRE";
parent._printer1._writestring /*String*/ (parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
- //BA.debugLineNum = 4413;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
+ //BA.debugLineNum = 4418;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_CANT")+parent._tamano);
- //BA.debugLineNum = 4414;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOU\") + TAMANO";
+ //BA.debugLineNum = 4419;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOU\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTOU")+parent._tamano);
- //BA.debugLineNum = 4415;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOT\") + TAMANO";
+ //BA.debugLineNum = 4420;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTO_TOT")+parent._tamano);
- //BA.debugLineNum = 4417;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 4422;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
parent._espacio = (int) (parent._espacio-parent._tamano);
- //BA.debugLineNum = 4419;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 4424;BA.debugLine="For E=0 To ESPACIO -1";
if (true) break;
case 57:
@@ -12815,7 +12815,7 @@ if (true) break;
case 59:
//C
this.state = 74;
- //BA.debugLineNum = 4420;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 4425;BA.debugLine="BLANCO = \" \" & BLANCO";
parent._blanco = " "+parent._blanco;
if (true) break;
if (true) break;
@@ -12824,13 +12824,13 @@ case 60:
//C
this.state = 72;
;
- //BA.debugLineNum = 4422;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE_";
+ //BA.debugLineNum = 4427;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE_";
parent._printer1._writestring /*String*/ (parent._blanco+parent._s.GetString("PE_CANT")+" X $"+parent._s.GetString("PE_COSTOU")+" $"+parent._s.GetString("PE_COSTO_TOT")+_elinefeed);
- //BA.debugLineNum = 4423;BA.debugLine="TAMANO = 0";
+ //BA.debugLineNum = 4428;BA.debugLine="TAMANO = 0";
parent._tamano = (int) (0);
- //BA.debugLineNum = 4424;BA.debugLine="ESPACIO = 21";
+ //BA.debugLineNum = 4429;BA.debugLine="ESPACIO = 21";
parent._espacio = (int) (21);
- //BA.debugLineNum = 4425;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 4430;BA.debugLine="BLANCO = \" \"";
parent._blanco = " ";
if (true) break;
if (true) break;
@@ -12839,7 +12839,7 @@ case 61:
//C
this.state = 62;
;
- //BA.debugLineNum = 4428;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
+ //BA.debugLineNum = 4433;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
parent._printer1._writestring /*String*/ (" "+_elinefeed);
if (true) break;
@@ -12847,43 +12847,43 @@ case 62:
//C
this.state = -1;
;
- //BA.debugLineNum = 4430;BA.debugLine="s.Close";
+ //BA.debugLineNum = 4435;BA.debugLine="s.Close";
parent._s.Close();
- //BA.debugLineNum = 4462;BA.debugLine="s=skmt.ExecQuery(\"select SUM(PE_COSTO_TOT) AS TOT";
+ //BA.debugLineNum = 4467;BA.debugLine="s=skmt.ExecQuery(\"select SUM(PE_COSTO_TOT) AS TOT";
parent._s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery("select SUM(PE_COSTO_TOT) AS TOTAL FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA from cuentaa)")));
- //BA.debugLineNum = 4463;BA.debugLine="s.Position =0";
+ //BA.debugLineNum = 4468;BA.debugLine="s.Position =0";
parent._s.setPosition((int) (0));
- //BA.debugLineNum = 4467;BA.debugLine="Printer1.WriteString(\"Total Preventa: $\" & s.Ge";
+ //BA.debugLineNum = 4472;BA.debugLine="Printer1.WriteString(\"Total Preventa: $\" & s.Ge";
parent._printer1._writestring /*String*/ ("Total Preventa: $"+parent._s.GetString("TOTAL")+_elinefeed);
- //BA.debugLineNum = 4468;BA.debugLine="s.Close";
+ //BA.debugLineNum = 4473;BA.debugLine="s.Close";
parent._s.Close();
- //BA.debugLineNum = 4469;BA.debugLine="c= skmt.ExecQuery(\"select sum(PE_CANT) as PC_NOAR";
+ //BA.debugLineNum = 4474;BA.debugLine="c= skmt.ExecQuery(\"select sum(PE_CANT) as PC_NOAR";
parent._c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery("select sum(PE_CANT) as PC_NOART from PEDIDO where PE_CLIENTE in (Select CUENTA from cuentaa) AND PE_PROID NOT IN (SELECT CAT_PA_ID FROM PROMOS_COMP )")));
- //BA.debugLineNum = 4470;BA.debugLine="C.Position=0";
+ //BA.debugLineNum = 4475;BA.debugLine="C.Position=0";
parent._c.setPosition((int) (0));
- //BA.debugLineNum = 4471;BA.debugLine="Printer1.WriteString(\"Total Articulos: \" & c.Ge";
+ //BA.debugLineNum = 4476;BA.debugLine="Printer1.WriteString(\"Total Articulos: \" & c.Ge";
parent._printer1._writestring /*String*/ ("Total Articulos: "+parent._c.GetString("PC_NOART")+_elinefeed);
- //BA.debugLineNum = 4472;BA.debugLine="c.Close";
+ //BA.debugLineNum = 4477;BA.debugLine="c.Close";
parent._c.Close();
- //BA.debugLineNum = 4474;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
+ //BA.debugLineNum = 4479;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
parent._printer1._writestring /*String*/ (" "+_elinefeed);
- //BA.debugLineNum = 4475;BA.debugLine="Printer1.WriteString(\"---------------------------";
+ //BA.debugLineNum = 4480;BA.debugLine="Printer1.WriteString(\"---------------------------";
parent._printer1._writestring /*String*/ ("------------------------------"+_elinefeed);
- //BA.debugLineNum = 4476;BA.debugLine="Printer1.WriteString(\"ENTREGA EN :\" & eLINEFEED)";
+ //BA.debugLineNum = 4481;BA.debugLine="Printer1.WriteString(\"ENTREGA EN :\" & eLINEFEED)";
parent._printer1._writestring /*String*/ ("ENTREGA EN :"+_elinefeed);
- //BA.debugLineNum = 4477;BA.debugLine="Printer1.WriteString(la_Calle.Text & eLINEFEED)";
+ //BA.debugLineNum = 4482;BA.debugLine="Printer1.WriteString(la_Calle.Text & eLINEFEED)";
parent._printer1._writestring /*String*/ (parent._la_calle.getText()+_elinefeed);
- //BA.debugLineNum = 4478;BA.debugLine="Printer1.WriteString(\"----ESTE TICKET NO ES UN --";
+ //BA.debugLineNum = 4483;BA.debugLine="Printer1.WriteString(\"----ESTE TICKET NO ES UN --";
parent._printer1._writestring /*String*/ ("----ESTE TICKET NO ES UN -----"+_elinefeed);
- //BA.debugLineNum = 4479;BA.debugLine="Printer1.WriteString(\"--COMPROBANTE FISCAL, SOLO";
+ //BA.debugLineNum = 4484;BA.debugLine="Printer1.WriteString(\"--COMPROBANTE FISCAL, SOLO";
parent._printer1._writestring /*String*/ ("--COMPROBANTE FISCAL, SOLO ES-"+_elinefeed);
- //BA.debugLineNum = 4480;BA.debugLine="Printer1.WriteString(\"--------INFORMATIVO--------";
+ //BA.debugLineNum = 4485;BA.debugLine="Printer1.WriteString(\"--------INFORMATIVO--------";
parent._printer1._writestring /*String*/ ("--------INFORMATIVO-----------"+_elinefeed);
- //BA.debugLineNum = 4481;BA.debugLine="Printer1.WriteString(\"---------------------------";
+ //BA.debugLineNum = 4486;BA.debugLine="Printer1.WriteString(\"---------------------------";
parent._printer1._writestring /*String*/ ("------------------------------"+_elinefeed);
- //BA.debugLineNum = 4482;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
+ //BA.debugLineNum = 4487;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
parent._printer1._writestring /*String*/ (" "+_elinefeed);
- //BA.debugLineNum = 4484;BA.debugLine="Sleep(1000)";
+ //BA.debugLineNum = 4489;BA.debugLine="Sleep(1000)";
parent.__c.Sleep(ba,this,(int) (1000));
this.state = 75;
return;
@@ -12891,11 +12891,11 @@ case 75:
//C
this.state = -1;
;
- //BA.debugLineNum = 4485;BA.debugLine="Printer1.DisConnect";
+ //BA.debugLineNum = 4490;BA.debugLine="Printer1.DisConnect";
parent._printer1._disconnect /*String*/ ();
- //BA.debugLineNum = 4487;BA.debugLine="ProgressDialogHide";
+ //BA.debugLineNum = 4492;BA.debugLine="ProgressDialogHide";
parent.__c.ProgressDialogHide();
- //BA.debugLineNum = 4490;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4495;BA.debugLine="End Sub";
if (true) break;
}
@@ -12935,27 +12935,27 @@ return;
case 0:
//C
this.state = 1;
- //BA.debugLineNum = 4125;BA.debugLine="c=skmt.ExecQuery(\"select USUARIO from usuarioa\")";
+ //BA.debugLineNum = 4130;BA.debugLine="c=skmt.ExecQuery(\"select USUARIO from usuarioa\")";
parent._c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery("select USUARIO from usuarioa")));
- //BA.debugLineNum = 4126;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 4131;BA.debugLine="c.Position=0";
parent._c.setPosition((int) (0));
- //BA.debugLineNum = 4127;BA.debugLine="usuario = c.GetString(\"USUARIO\")";
+ //BA.debugLineNum = 4132;BA.debugLine="usuario = c.GetString(\"USUARIO\")";
parent._usuario = parent._c.GetString("USUARIO");
- //BA.debugLineNum = 4128;BA.debugLine="DateTime.DateFormat = \"dd/MM/yyyy\"";
+ //BA.debugLineNum = 4133;BA.debugLine="DateTime.DateFormat = \"dd/MM/yyyy\"";
parent.__c.DateTime.setDateFormat("dd/MM/yyyy");
- //BA.debugLineNum = 4130;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
+ //BA.debugLineNum = 4135;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
parent._sdate = parent.__c.DateTime.Date(parent.__c.DateTime.getNow());
- //BA.debugLineNum = 4131;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
+ //BA.debugLineNum = 4136;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
parent._stime = parent.__c.DateTime.Time(parent.__c.DateTime.getNow());
- //BA.debugLineNum = 4132;BA.debugLine="c.Close";
+ //BA.debugLineNum = 4137;BA.debugLine="c.Close";
parent._c.Close();
- //BA.debugLineNum = 4137;BA.debugLine="Public Const eLINEFEED As String = \"\" & Chr(0x0D)";
+ //BA.debugLineNum = 4142;BA.debugLine="Public Const eLINEFEED As String = \"\" & Chr(0x0D)";
_elinefeed = ""+BA.ObjectToString(parent.__c.Chr(((int)0x0d)))+BA.ObjectToString(parent.__c.Chr(((int)0x0a)));
- //BA.debugLineNum = 4138;BA.debugLine="ProgressDialogShow(\"Imprimiendo, un momento ...\")";
+ //BA.debugLineNum = 4143;BA.debugLine="ProgressDialogShow(\"Imprimiendo, un momento ...\")";
parent.__c.ProgressDialogShow(ba,BA.ObjectToCharSequence("Imprimiendo, un momento ..."));
- //BA.debugLineNum = 4139;BA.debugLine="Printer1.DisConnect";
+ //BA.debugLineNum = 4144;BA.debugLine="Printer1.DisConnect";
parent._printer1._disconnect /*String*/ ();
- //BA.debugLineNum = 4140;BA.debugLine="If Not(Printer1.IsConnected) Then";
+ //BA.debugLineNum = 4145;BA.debugLine="If Not(Printer1.IsConnected) Then";
if (true) break;
case 1:
@@ -12970,11 +12970,11 @@ this.state = 21;
case 3:
//C
this.state = 4;
- //BA.debugLineNum = 4142;BA.debugLine="Printer1.Connect";
+ //BA.debugLineNum = 4147;BA.debugLine="Printer1.Connect";
parent._printer1._connect /*boolean*/ ();
- //BA.debugLineNum = 4143;BA.debugLine="Private cont As Int = 0";
+ //BA.debugLineNum = 4148;BA.debugLine="Private cont As Int = 0";
_cont = (int) (0);
- //BA.debugLineNum = 4144;BA.debugLine="Do While Not(impresoraConectada)";
+ //BA.debugLineNum = 4149;BA.debugLine="Do While Not(impresoraConectada)";
if (true) break;
case 4:
@@ -12989,7 +12989,7 @@ if (true) break;
case 6:
//C
this.state = 7;
- //BA.debugLineNum = 4145;BA.debugLine="Sleep(1000)";
+ //BA.debugLineNum = 4150;BA.debugLine="Sleep(1000)";
parent.__c.Sleep(ba,this,(int) (1000));
this.state = 75;
return;
@@ -12997,9 +12997,9 @@ case 75:
//C
this.state = 7;
;
- //BA.debugLineNum = 4146;BA.debugLine="cont = cont + 1";
+ //BA.debugLineNum = 4151;BA.debugLine="cont = cont + 1";
_cont = (int) (_cont+1);
- //BA.debugLineNum = 4147;BA.debugLine="If cont = 7 Then Printer1.Connect 'Tratamos de";
+ //BA.debugLineNum = 4152;BA.debugLine="If cont = 7 Then Printer1.Connect 'Tratamos de";
if (true) break;
case 7:
@@ -13019,7 +13019,7 @@ case 12:
//C
this.state = 13;
;
- //BA.debugLineNum = 4148;BA.debugLine="If cont > 15 Then impresoraConectada = True";
+ //BA.debugLineNum = 4153;BA.debugLine="If cont > 15 Then impresoraConectada = True";
if (true) break;
case 13:
@@ -13045,7 +13045,7 @@ case 19:
//C
this.state = 38;
;
- //BA.debugLineNum = 4150;BA.debugLine="Sleep(500)";
+ //BA.debugLineNum = 4155;BA.debugLine="Sleep(500)";
parent.__c.Sleep(ba,this,(int) (500));
this.state = 76;
return;
@@ -13053,18 +13053,18 @@ case 76:
//C
this.state = 38;
;
- //BA.debugLineNum = 4151;BA.debugLine="impresoraConectada = False";
+ //BA.debugLineNum = 4156;BA.debugLine="impresoraConectada = False";
parent._impresoraconectada = parent.__c.False;
if (true) break;
case 21:
//C
this.state = 22;
- //BA.debugLineNum = 4154;BA.debugLine="Printer1.Connect";
+ //BA.debugLineNum = 4159;BA.debugLine="Printer1.Connect";
parent._printer1._connect /*boolean*/ ();
- //BA.debugLineNum = 4155;BA.debugLine="Private cont As Int = 0";
+ //BA.debugLineNum = 4160;BA.debugLine="Private cont As Int = 0";
_cont = (int) (0);
- //BA.debugLineNum = 4156;BA.debugLine="Do While Not(impresoraConectada) Or Not(Printer1";
+ //BA.debugLineNum = 4161;BA.debugLine="Do While Not(impresoraConectada) Or Not(Printer1";
if (true) break;
case 22:
@@ -13079,7 +13079,7 @@ if (true) break;
case 24:
//C
this.state = 25;
- //BA.debugLineNum = 4157;BA.debugLine="Sleep(1000)";
+ //BA.debugLineNum = 4162;BA.debugLine="Sleep(1000)";
parent.__c.Sleep(ba,this,(int) (1000));
this.state = 77;
return;
@@ -13087,9 +13087,9 @@ case 77:
//C
this.state = 25;
;
- //BA.debugLineNum = 4158;BA.debugLine="cont = cont + 1";
+ //BA.debugLineNum = 4163;BA.debugLine="cont = cont + 1";
_cont = (int) (_cont+1);
- //BA.debugLineNum = 4159;BA.debugLine="If cont = 2 Then Printer1.Connect";
+ //BA.debugLineNum = 4164;BA.debugLine="If cont = 2 Then Printer1.Connect";
if (true) break;
case 25:
@@ -13109,7 +13109,7 @@ case 30:
//C
this.state = 31;
;
- //BA.debugLineNum = 4160;BA.debugLine="If cont > 4 Then impresoraConectada = True";
+ //BA.debugLineNum = 4165;BA.debugLine="If cont > 4 Then impresoraConectada = True";
if (true) break;
case 31:
@@ -13135,7 +13135,7 @@ case 37:
//C
this.state = 38;
;
- //BA.debugLineNum = 4162;BA.debugLine="Sleep(500)";
+ //BA.debugLineNum = 4167;BA.debugLine="Sleep(500)";
parent.__c.Sleep(ba,this,(int) (500));
this.state = 78;
return;
@@ -13143,7 +13143,7 @@ case 78:
//C
this.state = 38;
;
- //BA.debugLineNum = 4163;BA.debugLine="impresoraConectada = False";
+ //BA.debugLineNum = 4168;BA.debugLine="impresoraConectada = False";
parent._impresoraconectada = parent.__c.False;
if (true) break;
@@ -13151,37 +13151,37 @@ case 38:
//C
this.state = 39;
;
- //BA.debugLineNum = 4166;BA.debugLine="TAMANO = 0";
+ //BA.debugLineNum = 4171;BA.debugLine="TAMANO = 0";
parent._tamano = (int) (0);
- //BA.debugLineNum = 4167;BA.debugLine="ESPACIO = 21";
+ //BA.debugLineNum = 4172;BA.debugLine="ESPACIO = 21";
parent._espacio = (int) (21);
- //BA.debugLineNum = 4168;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 4173;BA.debugLine="BLANCO = \" \"";
parent._blanco = " ";
- //BA.debugLineNum = 4185;BA.debugLine="Printer1.WriteString(\"RFC: DRT-110316-9J1\" & eLI";
+ //BA.debugLineNum = 4190;BA.debugLine="Printer1.WriteString(\"RFC: DRT-110316-9J1\" & eLI";
parent._printer1._writestring /*String*/ ("RFC: DRT-110316-9J1"+_elinefeed);
- //BA.debugLineNum = 4187;BA.debugLine="Printer1.WriteString(sDate & eLINEFEED)";
+ //BA.debugLineNum = 4192;BA.debugLine="Printer1.WriteString(sDate & eLINEFEED)";
parent._printer1._writestring /*String*/ (parent._sdate+_elinefeed);
- //BA.debugLineNum = 4188;BA.debugLine="Printer1.WriteString(sTime & eLINEFEED)";
+ //BA.debugLineNum = 4193;BA.debugLine="Printer1.WriteString(sTime & eLINEFEED)";
parent._printer1._writestring /*String*/ (parent._stime+_elinefeed);
- //BA.debugLineNum = 4189;BA.debugLine="Printer1.WriteString(\"Vendedor:\" & usuario & eLI";
+ //BA.debugLineNum = 4194;BA.debugLine="Printer1.WriteString(\"Vendedor:\" & usuario & eLI";
parent._printer1._writestring /*String*/ ("Vendedor:"+parent._usuario+_elinefeed);
- //BA.debugLineNum = 4190;BA.debugLine="Printer1.WriteString(\"Tienda: \" & La_nombre.Text";
+ //BA.debugLineNum = 4195;BA.debugLine="Printer1.WriteString(\"Tienda: \" & La_nombre.Text";
parent._printer1._writestring /*String*/ ("Tienda: "+parent._la_nombre.getText()+_elinefeed);
- //BA.debugLineNum = 4191;BA.debugLine="Printer1.WriteString(\"ID.Cliente: \" & la_cuenta.";
+ //BA.debugLineNum = 4196;BA.debugLine="Printer1.WriteString(\"ID.Cliente: \" & la_cuenta.";
parent._printer1._writestring /*String*/ ("ID.Cliente: "+parent._la_cuenta.getText()+_elinefeed);
- //BA.debugLineNum = 4192;BA.debugLine="Printer1.WriteString(\"Calle: \" & la_Calle.Text &";
+ //BA.debugLineNum = 4197;BA.debugLine="Printer1.WriteString(\"Calle: \" & la_Calle.Text &";
parent._printer1._writestring /*String*/ ("Calle: "+parent._la_calle.getText()+_elinefeed);
- //BA.debugLineNum = 4193;BA.debugLine="Printer1.WriteString(\"Colonia: \" & la_col.Text &";
+ //BA.debugLineNum = 4198;BA.debugLine="Printer1.WriteString(\"Colonia: \" & la_col.Text &";
parent._printer1._writestring /*String*/ ("Colonia: "+parent._la_col.getText()+_elinefeed);
- //BA.debugLineNum = 4195;BA.debugLine="Printer1.WriteString(\"Entre calle1: \" & l_entre1.";
+ //BA.debugLineNum = 4200;BA.debugLine="Printer1.WriteString(\"Entre calle1: \" & l_entre1.";
parent._printer1._writestring /*String*/ ("Entre calle1: "+parent._l_entre1.getText()+_elinefeed);
- //BA.debugLineNum = 4196;BA.debugLine="Printer1.WriteString(\"Entre Calle2: \" & l_entre2.";
+ //BA.debugLineNum = 4201;BA.debugLine="Printer1.WriteString(\"Entre Calle2: \" & l_entre2.";
parent._printer1._writestring /*String*/ ("Entre Calle2: "+parent._l_entre2.getText()+_elinefeed);
- //BA.debugLineNum = 4198;BA.debugLine="Printer1.WriteString(\"-----------PREVENTA--------";
+ //BA.debugLineNum = 4203;BA.debugLine="Printer1.WriteString(\"-----------PREVENTA--------";
parent._printer1._writestring /*String*/ ("-----------PREVENTA-----------"+_elinefeed);
- //BA.debugLineNum = 4200;BA.debugLine="s=skmt.ExecQuery2(\"select PE_PRONOMBRE, PE_CANT,";
+ //BA.debugLineNum = 4205;BA.debugLine="s=skmt.ExecQuery2(\"select PE_PRONOMBRE, PE_CANT,";
parent._s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery2("select PE_PRONOMBRE, PE_CANT, length(pe_cant) as L_CANT, PE_COSTOU, length(PE_COSTOU) as L_COSTOU,PE_CANT * PE_COSTOU AS PE_COSTO_TOT, length(PE_CANT * PE_COSTOU) as L_COSTO_TOT,PE_PROID, PE_CEDIS FROM PEDIDO WHERE PE_CEDIS <> ? AND LENGTH(PE_CEDIS) < 4 AND PE_CLIENTE IN (Select CUENTA from cuentaa) order by PE_PROID",new String[]{"DUR"})));
- //BA.debugLineNum = 4201;BA.debugLine="If S.RowCount>0 Then";
+ //BA.debugLineNum = 4206;BA.debugLine="If S.RowCount>0 Then";
if (true) break;
case 39:
@@ -13194,7 +13194,7 @@ this.state = 41;
case 41:
//C
this.state = 42;
- //BA.debugLineNum = 4202;BA.debugLine="For i=0 To S.RowCount -1";
+ //BA.debugLineNum = 4207;BA.debugLine="For i=0 To S.RowCount -1";
if (true) break;
case 42:
@@ -13221,9 +13221,9 @@ if (true) break;
case 44:
//C
this.state = 45;
- //BA.debugLineNum = 4203;BA.debugLine="S.Position=i";
+ //BA.debugLineNum = 4208;BA.debugLine="S.Position=i";
parent._s.setPosition(_i);
- //BA.debugLineNum = 4204;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_PR";
+ //BA.debugLineNum = 4209;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_PR";
if (true) break;
case 45:
@@ -13238,24 +13238,24 @@ this.state = 49;
case 47:
//C
this.state = 54;
- //BA.debugLineNum = 4205;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_PRONOMBRE";
+ //BA.debugLineNum = 4210;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_PRONOMBRE";
parent._printer1._writestring /*String*/ (parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
if (true) break;
case 49:
//C
this.state = 50;
- //BA.debugLineNum = 4209;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_CANT\") &";
+ //BA.debugLineNum = 4214;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_CANT\") &";
parent._printer1._writestring /*String*/ (parent._s.GetString("PE_CANT")+" "+parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
- //BA.debugLineNum = 4210;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
+ //BA.debugLineNum = 4215;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_CANT")+parent._tamano);
- //BA.debugLineNum = 4211;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOU\") + TAMANO";
+ //BA.debugLineNum = 4216;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOU\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTOU")+parent._tamano);
- //BA.debugLineNum = 4212;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOT\") + TAMANO";
+ //BA.debugLineNum = 4217;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTO_TOT")+parent._tamano);
- //BA.debugLineNum = 4214;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 4219;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
parent._espacio = (int) (parent._espacio-parent._tamano);
- //BA.debugLineNum = 4216;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 4221;BA.debugLine="For E=0 To ESPACIO -1";
if (true) break;
case 50:
@@ -13282,7 +13282,7 @@ if (true) break;
case 52:
//C
this.state = 82;
- //BA.debugLineNum = 4217;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 4222;BA.debugLine="BLANCO = \" \" & BLANCO";
parent._blanco = " "+parent._blanco;
if (true) break;
if (true) break;
@@ -13291,13 +13291,13 @@ case 53:
//C
this.state = 54;
;
- //BA.debugLineNum = 4219;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE_";
+ //BA.debugLineNum = 4224;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE_";
parent._printer1._writestring /*String*/ (parent._blanco+parent._s.GetString("PE_CANT")+" X $"+parent._s.GetString("PE_COSTOU")+" $"+parent._s.GetString("PE_COSTO_TOT")+_elinefeed);
- //BA.debugLineNum = 4220;BA.debugLine="TAMANO = 0";
+ //BA.debugLineNum = 4225;BA.debugLine="TAMANO = 0";
parent._tamano = (int) (0);
- //BA.debugLineNum = 4221;BA.debugLine="ESPACIO = 21";
+ //BA.debugLineNum = 4226;BA.debugLine="ESPACIO = 21";
parent._espacio = (int) (21);
- //BA.debugLineNum = 4222;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 4227;BA.debugLine="BLANCO = \" \"";
parent._blanco = " ";
if (true) break;
@@ -13318,13 +13318,13 @@ case 56:
//C
this.state = 57;
;
- //BA.debugLineNum = 4226;BA.debugLine="s.Close";
+ //BA.debugLineNum = 4231;BA.debugLine="s.Close";
parent._s.Close();
- //BA.debugLineNum = 4227;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
+ //BA.debugLineNum = 4232;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
parent._printer1._writestring /*String*/ (" "+_elinefeed);
- //BA.debugLineNum = 4228;BA.debugLine="s=skmt.ExecQuery(\"select PE_PRONOMBRE, PE_CANT, l";
+ //BA.debugLineNum = 4233;BA.debugLine="s=skmt.ExecQuery(\"select PE_PRONOMBRE, PE_CANT, l";
parent._s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery("select PE_PRONOMBRE, PE_CANT, length(pe_cant) as L_CANT, PE_COSTOU, length(PE_COSTOU) as L_COSTOU,PE_CANT * PE_COSTOU AS PE_COSTO_TOT, length(PE_CANT * PE_COSTOU) as L_COSTO_TOT,PE_PROID, PE_CEDIS FROM PEDIDO WHERE LENGTH(PE_CEDIS) > 3 AND PE_PROID NOT IN (SELECT CAT_PA_ID FROM PROMOS_COMP ) AND PE_CLIENTE IN (Select CUENTA from cuentaa) order by PE_CEDIS, PE_COSTOU")));
- //BA.debugLineNum = 4229;BA.debugLine="If S.RowCount>0 Then";
+ //BA.debugLineNum = 4234;BA.debugLine="If S.RowCount>0 Then";
if (true) break;
case 57:
@@ -13337,9 +13337,9 @@ this.state = 59;
case 59:
//C
this.state = 60;
- //BA.debugLineNum = 4230;BA.debugLine="Printer1.WriteString(\"------------PROMOS--------";
+ //BA.debugLineNum = 4235;BA.debugLine="Printer1.WriteString(\"------------PROMOS--------";
parent._printer1._writestring /*String*/ ("------------PROMOS------------"+_elinefeed);
- //BA.debugLineNum = 4231;BA.debugLine="For i=0 To S.RowCount -1";
+ //BA.debugLineNum = 4236;BA.debugLine="For i=0 To S.RowCount -1";
if (true) break;
case 60:
@@ -13366,9 +13366,9 @@ if (true) break;
case 62:
//C
this.state = 63;
- //BA.debugLineNum = 4232;BA.debugLine="S.Position=i";
+ //BA.debugLineNum = 4237;BA.debugLine="S.Position=i";
parent._s.setPosition(_i);
- //BA.debugLineNum = 4233;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_PR";
+ //BA.debugLineNum = 4238;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_PR";
if (true) break;
case 63:
@@ -13383,24 +13383,24 @@ this.state = 67;
case 65:
//C
this.state = 72;
- //BA.debugLineNum = 4234;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_PRONOMBRE";
+ //BA.debugLineNum = 4239;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_PRONOMBRE";
parent._printer1._writestring /*String*/ (parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
if (true) break;
case 67:
//C
this.state = 68;
- //BA.debugLineNum = 4238;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_CANT\") &";
+ //BA.debugLineNum = 4243;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_CANT\") &";
parent._printer1._writestring /*String*/ (parent._s.GetString("PE_CANT")+" "+parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
- //BA.debugLineNum = 4239;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
+ //BA.debugLineNum = 4244;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_CANT")+parent._tamano);
- //BA.debugLineNum = 4240;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOU\") + TAMANO";
+ //BA.debugLineNum = 4245;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOU\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTOU")+parent._tamano);
- //BA.debugLineNum = 4241;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOT\") + TAMANO";
+ //BA.debugLineNum = 4246;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTO_TOT")+parent._tamano);
- //BA.debugLineNum = 4243;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 4248;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
parent._espacio = (int) (parent._espacio-parent._tamano);
- //BA.debugLineNum = 4245;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 4250;BA.debugLine="For E=0 To ESPACIO -1";
if (true) break;
case 68:
@@ -13427,7 +13427,7 @@ if (true) break;
case 70:
//C
this.state = 86;
- //BA.debugLineNum = 4246;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 4251;BA.debugLine="BLANCO = \" \" & BLANCO";
parent._blanco = " "+parent._blanco;
if (true) break;
if (true) break;
@@ -13436,13 +13436,13 @@ case 71:
//C
this.state = 72;
;
- //BA.debugLineNum = 4248;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE_";
+ //BA.debugLineNum = 4253;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE_";
parent._printer1._writestring /*String*/ (parent._blanco+parent._s.GetString("PE_CANT")+" X $"+parent._s.GetString("PE_COSTOU")+" $"+parent._s.GetString("PE_COSTO_TOT")+_elinefeed);
- //BA.debugLineNum = 4249;BA.debugLine="TAMANO = 0";
+ //BA.debugLineNum = 4254;BA.debugLine="TAMANO = 0";
parent._tamano = (int) (0);
- //BA.debugLineNum = 4250;BA.debugLine="ESPACIO = 21";
+ //BA.debugLineNum = 4255;BA.debugLine="ESPACIO = 21";
parent._espacio = (int) (21);
- //BA.debugLineNum = 4251;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 4256;BA.debugLine="BLANCO = \" \"";
parent._blanco = " ";
if (true) break;
@@ -13457,7 +13457,7 @@ case 73:
//C
this.state = 74;
;
- //BA.debugLineNum = 4254;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
+ //BA.debugLineNum = 4259;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
parent._printer1._writestring /*String*/ (" "+_elinefeed);
if (true) break;
@@ -13465,51 +13465,51 @@ case 74:
//C
this.state = -1;
;
- //BA.debugLineNum = 4256;BA.debugLine="s.Close";
+ //BA.debugLineNum = 4261;BA.debugLine="s.Close";
parent._s.Close();
- //BA.debugLineNum = 4258;BA.debugLine="s=skmt.ExecQuery(\"select SUM(PE_COSTO_TOT) AS TOT";
+ //BA.debugLineNum = 4263;BA.debugLine="s=skmt.ExecQuery(\"select SUM(PE_COSTO_TOT) AS TOT";
parent._s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery("select SUM(PE_COSTO_TOT) AS TOTAL FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA from cuentaa)")));
- //BA.debugLineNum = 4259;BA.debugLine="s.Position =0";
+ //BA.debugLineNum = 4264;BA.debugLine="s.Position =0";
parent._s.setPosition((int) (0));
- //BA.debugLineNum = 4263;BA.debugLine="Printer1.WriteString(\"Subtotal Preventa: $\" & s";
+ //BA.debugLineNum = 4268;BA.debugLine="Printer1.WriteString(\"Subtotal Preventa: $\" & s";
parent._printer1._writestring /*String*/ ("Subtotal Preventa: $"+parent._s.GetString("TOTAL")+_elinefeed);
- //BA.debugLineNum = 4264;BA.debugLine="s.Close";
+ //BA.debugLineNum = 4269;BA.debugLine="s.Close";
parent._s.Close();
- //BA.debugLineNum = 4265;BA.debugLine="c= skmt.ExecQuery(\"select sum(PE_CANT) as PC_NOAR";
+ //BA.debugLineNum = 4270;BA.debugLine="c= skmt.ExecQuery(\"select sum(PE_CANT) as PC_NOAR";
parent._c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery("select sum(PE_CANT) as PC_NOART from PEDIDO where PE_CLIENTE in (Select CUENTA from cuentaa) AND PE_PROID NOT IN (SELECT CAT_PA_ID FROM PROMOS_COMP )")));
- //BA.debugLineNum = 4266;BA.debugLine="C.Position=0";
+ //BA.debugLineNum = 4271;BA.debugLine="C.Position=0";
parent._c.setPosition((int) (0));
- //BA.debugLineNum = 4267;BA.debugLine="Printer1.WriteString(\"Total Articulos: \" & c.Ge";
+ //BA.debugLineNum = 4272;BA.debugLine="Printer1.WriteString(\"Total Articulos: \" & c.Ge";
parent._printer1._writestring /*String*/ ("Total Articulos: "+parent._c.GetString("PC_NOART")+_elinefeed);
- //BA.debugLineNum = 4268;BA.debugLine="c.Close";
+ //BA.debugLineNum = 4273;BA.debugLine="c.Close";
parent._c.Close();
- //BA.debugLineNum = 4269;BA.debugLine="s=skmt.ExecQuery(\"select SUM(PE_COSTO_TOT) AS TOT";
+ //BA.debugLineNum = 4274;BA.debugLine="s=skmt.ExecQuery(\"select SUM(PE_COSTO_TOT) AS TOT";
parent._s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery("select SUM(PE_COSTO_TOT) AS TOTAL FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA from cuentaa)")));
- //BA.debugLineNum = 4270;BA.debugLine="s.Position =0";
+ //BA.debugLineNum = 4275;BA.debugLine="s.Position =0";
parent._s.setPosition((int) (0));
- //BA.debugLineNum = 4274;BA.debugLine="Printer1.WriteString(\"Descuento: $\" & 150 & eL";
+ //BA.debugLineNum = 4279;BA.debugLine="Printer1.WriteString(\"Descuento: $\" & 150 & eL";
parent._printer1._writestring /*String*/ ("Descuento: $"+BA.NumberToString(150)+_elinefeed);
- //BA.debugLineNum = 4275;BA.debugLine="Printer1.WriteString(\"Total Preventa: $\" & (s.G";
+ //BA.debugLineNum = 4280;BA.debugLine="Printer1.WriteString(\"Total Preventa: $\" & (s.G";
parent._printer1._writestring /*String*/ ("Total Preventa: $"+BA.NumberToString(((double)(Double.parseDouble(parent._s.GetString("TOTAL")))-150))+_elinefeed);
- //BA.debugLineNum = 4277;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
+ //BA.debugLineNum = 4282;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
parent._printer1._writestring /*String*/ (" "+_elinefeed);
- //BA.debugLineNum = 4278;BA.debugLine="Printer1.WriteString(\"---------------------------";
+ //BA.debugLineNum = 4283;BA.debugLine="Printer1.WriteString(\"---------------------------";
parent._printer1._writestring /*String*/ ("------------------------------"+_elinefeed);
- //BA.debugLineNum = 4279;BA.debugLine="Printer1.WriteString(\"ENTREGA EN :\" & eLINEFEED)";
+ //BA.debugLineNum = 4284;BA.debugLine="Printer1.WriteString(\"ENTREGA EN :\" & eLINEFEED)";
parent._printer1._writestring /*String*/ ("ENTREGA EN :"+_elinefeed);
- //BA.debugLineNum = 4280;BA.debugLine="Printer1.WriteString(la_Calle.Text & eLINEFEED)";
+ //BA.debugLineNum = 4285;BA.debugLine="Printer1.WriteString(la_Calle.Text & eLINEFEED)";
parent._printer1._writestring /*String*/ (parent._la_calle.getText()+_elinefeed);
- //BA.debugLineNum = 4281;BA.debugLine="Printer1.WriteString(\"----ESTE TICKET NO ES UN --";
+ //BA.debugLineNum = 4286;BA.debugLine="Printer1.WriteString(\"----ESTE TICKET NO ES UN --";
parent._printer1._writestring /*String*/ ("----ESTE TICKET NO ES UN -----"+_elinefeed);
- //BA.debugLineNum = 4282;BA.debugLine="Printer1.WriteString(\"--COMPROBANTE FISCAL, SOLO";
+ //BA.debugLineNum = 4287;BA.debugLine="Printer1.WriteString(\"--COMPROBANTE FISCAL, SOLO";
parent._printer1._writestring /*String*/ ("--COMPROBANTE FISCAL, SOLO ES-"+_elinefeed);
- //BA.debugLineNum = 4283;BA.debugLine="Printer1.WriteString(\"--------INFORMATIVO--------";
+ //BA.debugLineNum = 4288;BA.debugLine="Printer1.WriteString(\"--------INFORMATIVO--------";
parent._printer1._writestring /*String*/ ("--------INFORMATIVO-----------"+_elinefeed);
- //BA.debugLineNum = 4284;BA.debugLine="Printer1.WriteString(\"---------------------------";
+ //BA.debugLineNum = 4289;BA.debugLine="Printer1.WriteString(\"---------------------------";
parent._printer1._writestring /*String*/ ("------------------------------"+_elinefeed);
- //BA.debugLineNum = 4285;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
+ //BA.debugLineNum = 4290;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
parent._printer1._writestring /*String*/ (" "+_elinefeed);
- //BA.debugLineNum = 4287;BA.debugLine="Sleep(1000)";
+ //BA.debugLineNum = 4292;BA.debugLine="Sleep(1000)";
parent.__c.Sleep(ba,this,(int) (1000));
this.state = 87;
return;
@@ -13517,11 +13517,11 @@ case 87:
//C
this.state = -1;
;
- //BA.debugLineNum = 4288;BA.debugLine="Printer1.DisConnect";
+ //BA.debugLineNum = 4293;BA.debugLine="Printer1.DisConnect";
parent._printer1._disconnect /*String*/ ();
- //BA.debugLineNum = 4290;BA.debugLine="ProgressDialogHide";
+ //BA.debugLineNum = 4295;BA.debugLine="ProgressDialogHide";
parent.__c.ProgressDialogHide();
- //BA.debugLineNum = 4293;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4298;BA.debugLine="End Sub";
if (true) break;
}
@@ -13570,27 +13570,27 @@ return;
case 0:
//C
this.state = 1;
- //BA.debugLineNum = 3884;BA.debugLine="c=skmt.ExecQuery(\"select USUARIO from usuarioa\")";
+ //BA.debugLineNum = 3889;BA.debugLine="c=skmt.ExecQuery(\"select USUARIO from usuarioa\")";
parent._c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery("select USUARIO from usuarioa")));
- //BA.debugLineNum = 3885;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 3890;BA.debugLine="c.Position=0";
parent._c.setPosition((int) (0));
- //BA.debugLineNum = 3886;BA.debugLine="usuario = c.GetString(\"USUARIO\")";
+ //BA.debugLineNum = 3891;BA.debugLine="usuario = c.GetString(\"USUARIO\")";
parent._usuario = parent._c.GetString("USUARIO");
- //BA.debugLineNum = 3888;BA.debugLine="DateTime.DateFormat = \"dd/MM/yyyy\"";
+ //BA.debugLineNum = 3893;BA.debugLine="DateTime.DateFormat = \"dd/MM/yyyy\"";
parent.__c.DateTime.setDateFormat("dd/MM/yyyy");
- //BA.debugLineNum = 3889;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
+ //BA.debugLineNum = 3894;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
parent._sdate = parent.__c.DateTime.Date(parent.__c.DateTime.getNow());
- //BA.debugLineNum = 3890;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
+ //BA.debugLineNum = 3895;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
parent._stime = parent.__c.DateTime.Time(parent.__c.DateTime.getNow());
- //BA.debugLineNum = 3891;BA.debugLine="c.Close";
+ //BA.debugLineNum = 3896;BA.debugLine="c.Close";
parent._c.Close();
- //BA.debugLineNum = 3896;BA.debugLine="Public Const eLINEFEED As String = \"\" & Chr(0x0D)";
+ //BA.debugLineNum = 3901;BA.debugLine="Public Const eLINEFEED As String = \"\" & Chr(0x0D)";
_elinefeed = ""+BA.ObjectToString(parent.__c.Chr(((int)0x0d)))+BA.ObjectToString(parent.__c.Chr(((int)0x0a)));
- //BA.debugLineNum = 3897;BA.debugLine="ProgressDialogShow(\"Imprimiendo, un momento ...\")";
+ //BA.debugLineNum = 3902;BA.debugLine="ProgressDialogShow(\"Imprimiendo, un momento ...\")";
parent.__c.ProgressDialogShow(ba,BA.ObjectToCharSequence("Imprimiendo, un momento ..."));
- //BA.debugLineNum = 3898;BA.debugLine="Printer1.DisConnect";
+ //BA.debugLineNum = 3903;BA.debugLine="Printer1.DisConnect";
parent._printer1._disconnect /*String*/ ();
- //BA.debugLineNum = 3899;BA.debugLine="If Not(Printer1.IsConnected) Then";
+ //BA.debugLineNum = 3904;BA.debugLine="If Not(Printer1.IsConnected) Then";
if (true) break;
case 1:
@@ -13605,11 +13605,11 @@ this.state = 21;
case 3:
//C
this.state = 4;
- //BA.debugLineNum = 3901;BA.debugLine="Printer1.Connect";
+ //BA.debugLineNum = 3906;BA.debugLine="Printer1.Connect";
parent._printer1._connect /*boolean*/ ();
- //BA.debugLineNum = 3902;BA.debugLine="Private cont As Int = 0";
+ //BA.debugLineNum = 3907;BA.debugLine="Private cont As Int = 0";
_cont = (int) (0);
- //BA.debugLineNum = 3903;BA.debugLine="Do While Not(impresoraConectada)";
+ //BA.debugLineNum = 3908;BA.debugLine="Do While Not(impresoraConectada)";
if (true) break;
case 4:
@@ -13624,7 +13624,7 @@ if (true) break;
case 6:
//C
this.state = 7;
- //BA.debugLineNum = 3904;BA.debugLine="Sleep(1000)";
+ //BA.debugLineNum = 3909;BA.debugLine="Sleep(1000)";
parent.__c.Sleep(ba,this,(int) (1000));
this.state = 99;
return;
@@ -13632,9 +13632,9 @@ case 99:
//C
this.state = 7;
;
- //BA.debugLineNum = 3905;BA.debugLine="cont = cont + 1";
+ //BA.debugLineNum = 3910;BA.debugLine="cont = cont + 1";
_cont = (int) (_cont+1);
- //BA.debugLineNum = 3906;BA.debugLine="If cont = 7 Then Printer1.Connect 'Tratamos de";
+ //BA.debugLineNum = 3911;BA.debugLine="If cont = 7 Then Printer1.Connect 'Tratamos de";
if (true) break;
case 7:
@@ -13654,7 +13654,7 @@ case 12:
//C
this.state = 13;
;
- //BA.debugLineNum = 3907;BA.debugLine="If cont > 15 Then impresoraConectada = True";
+ //BA.debugLineNum = 3912;BA.debugLine="If cont > 15 Then impresoraConectada = True";
if (true) break;
case 13:
@@ -13680,7 +13680,7 @@ case 19:
//C
this.state = 38;
;
- //BA.debugLineNum = 3909;BA.debugLine="Sleep(500)";
+ //BA.debugLineNum = 3914;BA.debugLine="Sleep(500)";
parent.__c.Sleep(ba,this,(int) (500));
this.state = 100;
return;
@@ -13688,18 +13688,18 @@ case 100:
//C
this.state = 38;
;
- //BA.debugLineNum = 3910;BA.debugLine="impresoraConectada = False";
+ //BA.debugLineNum = 3915;BA.debugLine="impresoraConectada = False";
parent._impresoraconectada = parent.__c.False;
if (true) break;
case 21:
//C
this.state = 22;
- //BA.debugLineNum = 3913;BA.debugLine="Printer1.Connect";
+ //BA.debugLineNum = 3918;BA.debugLine="Printer1.Connect";
parent._printer1._connect /*boolean*/ ();
- //BA.debugLineNum = 3914;BA.debugLine="Private cont As Int = 0";
+ //BA.debugLineNum = 3919;BA.debugLine="Private cont As Int = 0";
_cont = (int) (0);
- //BA.debugLineNum = 3915;BA.debugLine="Do While Not(impresoraConectada) Or Not(Printer1";
+ //BA.debugLineNum = 3920;BA.debugLine="Do While Not(impresoraConectada) Or Not(Printer1";
if (true) break;
case 22:
@@ -13714,7 +13714,7 @@ if (true) break;
case 24:
//C
this.state = 25;
- //BA.debugLineNum = 3916;BA.debugLine="Sleep(1000)";
+ //BA.debugLineNum = 3921;BA.debugLine="Sleep(1000)";
parent.__c.Sleep(ba,this,(int) (1000));
this.state = 101;
return;
@@ -13722,9 +13722,9 @@ case 101:
//C
this.state = 25;
;
- //BA.debugLineNum = 3917;BA.debugLine="cont = cont + 1";
+ //BA.debugLineNum = 3922;BA.debugLine="cont = cont + 1";
_cont = (int) (_cont+1);
- //BA.debugLineNum = 3918;BA.debugLine="If cont = 2 Then Printer1.Connect";
+ //BA.debugLineNum = 3923;BA.debugLine="If cont = 2 Then Printer1.Connect";
if (true) break;
case 25:
@@ -13744,7 +13744,7 @@ case 30:
//C
this.state = 31;
;
- //BA.debugLineNum = 3919;BA.debugLine="If cont > 4 Then impresoraConectada = True";
+ //BA.debugLineNum = 3924;BA.debugLine="If cont > 4 Then impresoraConectada = True";
if (true) break;
case 31:
@@ -13770,7 +13770,7 @@ case 37:
//C
this.state = 38;
;
- //BA.debugLineNum = 3921;BA.debugLine="Sleep(500)";
+ //BA.debugLineNum = 3926;BA.debugLine="Sleep(500)";
parent.__c.Sleep(ba,this,(int) (500));
this.state = 102;
return;
@@ -13778,7 +13778,7 @@ case 102:
//C
this.state = 38;
;
- //BA.debugLineNum = 3922;BA.debugLine="impresoraConectada = False";
+ //BA.debugLineNum = 3927;BA.debugLine="impresoraConectada = False";
parent._impresoraconectada = parent.__c.False;
if (true) break;
@@ -13786,37 +13786,37 @@ case 38:
//C
this.state = 39;
;
- //BA.debugLineNum = 3925;BA.debugLine="TAMANO = 0";
+ //BA.debugLineNum = 3930;BA.debugLine="TAMANO = 0";
parent._tamano = (int) (0);
- //BA.debugLineNum = 3926;BA.debugLine="ESPACIO = 21";
+ //BA.debugLineNum = 3931;BA.debugLine="ESPACIO = 21";
parent._espacio = (int) (21);
- //BA.debugLineNum = 3927;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 3932;BA.debugLine="BLANCO = \" \"";
parent._blanco = " ";
- //BA.debugLineNum = 3944;BA.debugLine="Printer1.WriteString(\"RFC: DRT-110316-9J1\" & eLI";
+ //BA.debugLineNum = 3949;BA.debugLine="Printer1.WriteString(\"RFC: DRT-110316-9J1\" & eLI";
parent._printer1._writestring /*String*/ ("RFC: DRT-110316-9J1"+_elinefeed);
- //BA.debugLineNum = 3946;BA.debugLine="Printer1.WriteString(sDate & eLINEFEED)";
+ //BA.debugLineNum = 3951;BA.debugLine="Printer1.WriteString(sDate & eLINEFEED)";
parent._printer1._writestring /*String*/ (parent._sdate+_elinefeed);
- //BA.debugLineNum = 3947;BA.debugLine="Printer1.WriteString(sTime & eLINEFEED)";
+ //BA.debugLineNum = 3952;BA.debugLine="Printer1.WriteString(sTime & eLINEFEED)";
parent._printer1._writestring /*String*/ (parent._stime+_elinefeed);
- //BA.debugLineNum = 3948;BA.debugLine="Printer1.WriteString(\"Vendedor:\" & usuario & eLI";
+ //BA.debugLineNum = 3953;BA.debugLine="Printer1.WriteString(\"Vendedor:\" & usuario & eLI";
parent._printer1._writestring /*String*/ ("Vendedor:"+parent._usuario+_elinefeed);
- //BA.debugLineNum = 3949;BA.debugLine="Printer1.WriteString(\"Tienda: \" & La_nombre.Text";
+ //BA.debugLineNum = 3954;BA.debugLine="Printer1.WriteString(\"Tienda: \" & La_nombre.Text";
parent._printer1._writestring /*String*/ ("Tienda: "+parent._la_nombre.getText()+_elinefeed);
- //BA.debugLineNum = 3950;BA.debugLine="Printer1.WriteString(\"ID.Cliente: \" & la_cuenta.";
+ //BA.debugLineNum = 3955;BA.debugLine="Printer1.WriteString(\"ID.Cliente: \" & la_cuenta.";
parent._printer1._writestring /*String*/ ("ID.Cliente: "+parent._la_cuenta.getText()+_elinefeed);
- //BA.debugLineNum = 3951;BA.debugLine="Printer1.WriteString(\"Calle: \" & la_Calle.Text &";
+ //BA.debugLineNum = 3956;BA.debugLine="Printer1.WriteString(\"Calle: \" & la_Calle.Text &";
parent._printer1._writestring /*String*/ ("Calle: "+parent._la_calle.getText()+_elinefeed);
- //BA.debugLineNum = 3952;BA.debugLine="Printer1.WriteString(\"Colonia: \" & la_col.Text &";
+ //BA.debugLineNum = 3957;BA.debugLine="Printer1.WriteString(\"Colonia: \" & la_col.Text &";
parent._printer1._writestring /*String*/ ("Colonia: "+parent._la_col.getText()+_elinefeed);
- //BA.debugLineNum = 3954;BA.debugLine="Printer1.WriteString(\"Entre calle1: \" & l_entre1.";
+ //BA.debugLineNum = 3959;BA.debugLine="Printer1.WriteString(\"Entre calle1: \" & l_entre1.";
parent._printer1._writestring /*String*/ ("Entre calle1: "+parent._l_entre1.getText()+_elinefeed);
- //BA.debugLineNum = 3955;BA.debugLine="Printer1.WriteString(\"Entre Calle2: \" & l_entre2.";
+ //BA.debugLineNum = 3960;BA.debugLine="Printer1.WriteString(\"Entre Calle2: \" & l_entre2.";
parent._printer1._writestring /*String*/ ("Entre Calle2: "+parent._l_entre2.getText()+_elinefeed);
- //BA.debugLineNum = 3957;BA.debugLine="Printer1.WriteString(\"-----------PREVENTA--------";
+ //BA.debugLineNum = 3962;BA.debugLine="Printer1.WriteString(\"-----------PREVENTA--------";
parent._printer1._writestring /*String*/ ("-----------PREVENTA-----------"+_elinefeed);
- //BA.debugLineNum = 3959;BA.debugLine="s=skmt.ExecQuery2(\"select PE_PRONOMBRE, PE_CANT,";
+ //BA.debugLineNum = 3964;BA.debugLine="s=skmt.ExecQuery2(\"select PE_PRONOMBRE, PE_CANT,";
parent._s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery2("select PE_PRONOMBRE, PE_CANT, length(pe_cant) as L_CANT, PE_COSTOU, IFNULL(PE_RECALCULO,0) AS PE_RECALCULO, length(PE_COSTOU) as L_COSTOU, length(Ifnull(PE_RECALCULO,0)) as L_COSTOREC, PE_CANT * PE_COSTOU AS PE_COSTO_TOT, PE_CANT * IFNULL(PE_RECALCULO,0) AS PE_COSTO_TOTREC, length(PE_CANT * PE_COSTOU) as L_COSTO_TOT, length(PE_CANT * IFNULL(PE_RECALCULO,0)) as L_COSTO_TOTREC, PE_PROID, PE_CEDIS, PE_RECCANT FROM PEDIDO WHERE PE_CEDIS = ? AND PE_CLIENTE IN (Select CUENTA from cuentaa) order by PE_PROID",new String[]{parent._subs._traealmacen /*String*/ (ba)})));
- //BA.debugLineNum = 3960;BA.debugLine="If S.RowCount>0 Then";
+ //BA.debugLineNum = 3965;BA.debugLine="If S.RowCount>0 Then";
if (true) break;
case 39:
@@ -13829,7 +13829,7 @@ this.state = 41;
case 41:
//C
this.state = 42;
- //BA.debugLineNum = 3961;BA.debugLine="For i=0 To S.RowCount -1";
+ //BA.debugLineNum = 3966;BA.debugLine="For i=0 To S.RowCount -1";
if (true) break;
case 42:
@@ -13856,9 +13856,9 @@ if (true) break;
case 44:
//C
this.state = 45;
- //BA.debugLineNum = 3962;BA.debugLine="S.Position=i";
+ //BA.debugLineNum = 3967;BA.debugLine="S.Position=i";
parent._s.setPosition(_i);
- //BA.debugLineNum = 3963;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_PR";
+ //BA.debugLineNum = 3968;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_PR";
if (true) break;
case 45:
@@ -13873,14 +13873,14 @@ this.state = 49;
case 47:
//C
this.state = 74;
- //BA.debugLineNum = 3964;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_PRONOMBRE";
+ //BA.debugLineNum = 3969;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_PRONOMBRE";
parent._printer1._writestring /*String*/ (parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
if (true) break;
case 49:
//C
this.state = 50;
- //BA.debugLineNum = 3966;BA.debugLine="If s.GetInt(\"PE_RECALCULO\") = 0 Then";
+ //BA.debugLineNum = 3971;BA.debugLine="If s.GetInt(\"PE_RECALCULO\") = 0 Then";
if (true) break;
case 50:
@@ -13897,17 +13897,17 @@ this.state = 64;
case 52:
//C
this.state = 53;
- //BA.debugLineNum = 3967;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_CANT\") &";
+ //BA.debugLineNum = 3972;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_CANT\") &";
parent._printer1._writestring /*String*/ (parent._s.GetString("PE_CANT")+" "+parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
- //BA.debugLineNum = 3968;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
+ //BA.debugLineNum = 3973;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_CANT")+parent._tamano);
- //BA.debugLineNum = 3969;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOU\") + TAMANO";
+ //BA.debugLineNum = 3974;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOU\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTOU")+parent._tamano);
- //BA.debugLineNum = 3970;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOT\") + TAMANO";
+ //BA.debugLineNum = 3975;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTO_TOT")+parent._tamano);
- //BA.debugLineNum = 3972;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 3977;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
parent._espacio = (int) (parent._espacio-parent._tamano);
- //BA.debugLineNum = 3974;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 3979;BA.debugLine="For E=0 To ESPACIO -1";
if (true) break;
case 53:
@@ -13934,7 +13934,7 @@ if (true) break;
case 55:
//C
this.state = 106;
- //BA.debugLineNum = 3975;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 3980;BA.debugLine="BLANCO = \" \" & BLANCO";
parent._blanco = " "+parent._blanco;
if (true) break;
if (true) break;
@@ -13943,30 +13943,30 @@ case 56:
//C
this.state = 73;
;
- //BA.debugLineNum = 3977;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE";
+ //BA.debugLineNum = 3982;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE";
parent._printer1._writestring /*String*/ (parent._blanco+parent._s.GetString("PE_CANT")+" X $"+parent._s.GetString("PE_COSTOU")+" $"+parent._s.GetString("PE_COSTO_TOT")+_elinefeed+_elinefeed);
- //BA.debugLineNum = 3978;BA.debugLine="TAMANO = 0";
+ //BA.debugLineNum = 3983;BA.debugLine="TAMANO = 0";
parent._tamano = (int) (0);
- //BA.debugLineNum = 3979;BA.debugLine="ESPACIO = 21";
+ //BA.debugLineNum = 3984;BA.debugLine="ESPACIO = 21";
parent._espacio = (int) (21);
- //BA.debugLineNum = 3980;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 3985;BA.debugLine="BLANCO = \" \"";
parent._blanco = " ";
if (true) break;
case 58:
//C
this.state = 59;
- //BA.debugLineNum = 3982;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_CANT\") &";
+ //BA.debugLineNum = 3987;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_CANT\") &";
parent._printer1._writestring /*String*/ (parent._s.GetString("PE_CANT")+" "+parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
- //BA.debugLineNum = 3983;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
+ //BA.debugLineNum = 3988;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_CANT")+parent._tamano);
- //BA.debugLineNum = 3984;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOREC\") + TAMANO";
+ //BA.debugLineNum = 3989;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOREC\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTOREC")+parent._tamano);
- //BA.debugLineNum = 3985;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOTREC\") + TAMANO";
+ //BA.debugLineNum = 3990;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOTREC\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTO_TOTREC")+parent._tamano);
- //BA.debugLineNum = 3987;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 3992;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
parent._espacio = (int) (parent._espacio-parent._tamano);
- //BA.debugLineNum = 3989;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 3994;BA.debugLine="For E=0 To ESPACIO -1";
if (true) break;
case 59:
@@ -13993,7 +13993,7 @@ if (true) break;
case 61:
//C
this.state = 108;
- //BA.debugLineNum = 3990;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 3995;BA.debugLine="BLANCO = \" \" & BLANCO";
parent._blanco = " "+parent._blanco;
if (true) break;
if (true) break;
@@ -14002,43 +14002,43 @@ case 62:
//C
this.state = 73;
;
- //BA.debugLineNum = 3993;BA.debugLine="Dim descpro As Cursor = Starter.skmt.ExecQuer";
+ //BA.debugLineNum = 3998;BA.debugLine="Dim descpro As Cursor = Starter.skmt.ExecQuer";
_descpro = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_descpro = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("SELECT CAT_PD_RANGO, CAT_PD_DESCUENTO, CAT_PD_RANGO2 FROM CAT_PROMOS_DESCUENTOS WHERE CAT_PD_PRODUCTO IN (SELECT CAT_GP_ID FROM CAT_GUNAPROD WHERE CAT_GP_NOMBRE = '"+parent.__c.SmartStringFormatter("",(Object)(parent._s.GetString("PE_PRONOMBRE")))+"') AND INSTR(',' || CAT_PD_TIER || ',' , ',"+parent.__c.SmartStringFormatter("",(Object)(parent._subs._traetipocliente /*int*/ (ba)))+",') > 0 "))));
- //BA.debugLineNum = 3994;BA.debugLine="descpro.Position = 0";
+ //BA.debugLineNum = 3999;BA.debugLine="descpro.Position = 0";
_descpro.setPosition((int) (0));
- //BA.debugLineNum = 3996;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE";
+ //BA.debugLineNum = 4001;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE";
parent._printer1._writestring /*String*/ (parent._blanco+parent._s.GetString("PE_CANT")+" X $"+parent._s.GetString("PE_RECALCULO")+" $"+parent._s.GetString("PE_COSTO_TOTREC")+_elinefeed+_elinefeed);
- //BA.debugLineNum = 3998;BA.debugLine="Printer1.WriteString(BLANCO & \"PL $\" & s.GETS";
+ //BA.debugLineNum = 4003;BA.debugLine="Printer1.WriteString(BLANCO & \"PL $\" & s.GETS";
parent._printer1._writestring /*String*/ (parent._blanco+"PL $"+parent._s.GetString("PE_COSTOU")+" Desc.: "+BA.NumberToString(_descpro.GetDouble("CAT_PD_DESCUENTO"))+"%"+_elinefeed+_elinefeed);
- //BA.debugLineNum = 3999;BA.debugLine="TAMANO = 0";
+ //BA.debugLineNum = 4004;BA.debugLine="TAMANO = 0";
parent._tamano = (int) (0);
- //BA.debugLineNum = 4000;BA.debugLine="ESPACIO = 21";
+ //BA.debugLineNum = 4005;BA.debugLine="ESPACIO = 21";
parent._espacio = (int) (21);
- //BA.debugLineNum = 4001;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 4006;BA.debugLine="BLANCO = \" \"";
parent._blanco = " ";
if (true) break;
case 64:
//C
this.state = 65;
- //BA.debugLineNum = 4003;BA.debugLine="Log(s.GetInt(\"PE_RECCANT\"))";
-parent.__c.LogImpl("017760376",BA.NumberToString(parent._s.GetInt("PE_RECCANT")),0);
- //BA.debugLineNum = 4004;BA.debugLine="Log(s.GetInt(\"PE_CANT\"))";
-parent.__c.LogImpl("017760377",BA.NumberToString(parent._s.GetInt("PE_CANT")),0);
- //BA.debugLineNum = 4005;BA.debugLine="Log(\"aqui\")";
-parent.__c.LogImpl("017760378","aqui",0);
- //BA.debugLineNum = 4006;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_RECCANT\"";
+ //BA.debugLineNum = 4008;BA.debugLine="Log(s.GetInt(\"PE_RECCANT\"))";
+parent.__c.LogImpl("717760376",BA.NumberToString(parent._s.GetInt("PE_RECCANT")),0);
+ //BA.debugLineNum = 4009;BA.debugLine="Log(s.GetInt(\"PE_CANT\"))";
+parent.__c.LogImpl("717760377",BA.NumberToString(parent._s.GetInt("PE_CANT")),0);
+ //BA.debugLineNum = 4010;BA.debugLine="Log(\"aqui\")";
+parent.__c.LogImpl("717760378","aqui",0);
+ //BA.debugLineNum = 4011;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_RECCANT\"";
parent._printer1._writestring /*String*/ (parent._s.GetString("PE_RECCANT")+" "+parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
- //BA.debugLineNum = 4007;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
+ //BA.debugLineNum = 4012;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_CANT")+parent._tamano);
- //BA.debugLineNum = 4008;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOREC\") + TAMANO";
+ //BA.debugLineNum = 4013;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOREC\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTOREC")+parent._tamano);
- //BA.debugLineNum = 4009;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOTREC\") + TAMANO";
+ //BA.debugLineNum = 4014;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOTREC\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTO_TOTREC")+parent._tamano);
- //BA.debugLineNum = 4011;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 4016;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
parent._espacio = (int) (parent._espacio-parent._tamano);
- //BA.debugLineNum = 4013;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 4018;BA.debugLine="For E=0 To ESPACIO -1";
if (true) break;
case 65:
@@ -14065,7 +14065,7 @@ if (true) break;
case 67:
//C
this.state = 110;
- //BA.debugLineNum = 4014;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 4019;BA.debugLine="BLANCO = \" \" & BLANCO";
parent._blanco = " "+parent._blanco;
if (true) break;
if (true) break;
@@ -14074,26 +14074,26 @@ case 68:
//C
this.state = 69;
;
- //BA.debugLineNum = 4018;BA.debugLine="Dim descpro As Cursor = Starter.skmt.ExecQuer";
+ //BA.debugLineNum = 4023;BA.debugLine="Dim descpro As Cursor = Starter.skmt.ExecQuer";
_descpro = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_descpro = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("SELECT CAT_PD_RANGO, CAT_PD_DESCUENTO, CAT_PD_RANGO2 FROM CAT_PROMOS_DESCUENTOS WHERE CAT_PD_PRODUCTO IN (SELECT CAT_GP_ID FROM CAT_GUNAPROD WHERE CAT_GP_NOMBRE = '"+parent.__c.SmartStringFormatter("",(Object)(parent._s.GetString("PE_PRONOMBRE")))+"') AND INSTR(',' || CAT_PD_TIER || ',' , ',"+parent.__c.SmartStringFormatter("",(Object)(parent._subs._traetipocliente /*int*/ (ba)))+",') > 0 "))));
- //BA.debugLineNum = 4019;BA.debugLine="descpro.Position = 0";
+ //BA.debugLineNum = 4024;BA.debugLine="descpro.Position = 0";
_descpro.setPosition((int) (0));
- //BA.debugLineNum = 4021;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE";
+ //BA.debugLineNum = 4026;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE";
parent._printer1._writestring /*String*/ (parent._blanco+parent._s.GetString("PE_RECCANT")+" X $"+parent._s.GetString("PE_RECALCULO")+" $"+parent.__c.NumberFormat2(((double)(Double.parseDouble(parent._s.GetString("PE_RECCANT")))*(double)(Double.parseDouble(parent._s.GetString("PE_RECALCULO")))),(int) (1),(int) (2),(int) (2),parent.__c.False)+_elinefeed+_elinefeed);
- //BA.debugLineNum = 4022;BA.debugLine="Printer1.WriteString(BLANCO & \"PL $\" & s.GETS";
+ //BA.debugLineNum = 4027;BA.debugLine="Printer1.WriteString(BLANCO & \"PL $\" & s.GETS";
parent._printer1._writestring /*String*/ (parent._blanco+"PL $"+parent._s.GetString("PE_COSTOU")+" Desc.: "+BA.NumberToString(_descpro.GetDouble("CAT_PD_DESCUENTO"))+"%"+_elinefeed+_elinefeed);
- //BA.debugLineNum = 4024;BA.debugLine="Private subTot As String = (s.GETSTRING(\"PE_C";
+ //BA.debugLineNum = 4029;BA.debugLine="Private subTot As String = (s.GETSTRING(\"PE_C";
_subtot = BA.NumberToString(((double)(Double.parseDouble(parent._s.GetString("PE_CANT")))-(double)(Double.parseDouble(parent._s.GetString("PE_RECCANT"))))*(double)(Double.parseDouble(parent._s.GetString("PE_COSTOU"))));
- //BA.debugLineNum = 4025;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
+ //BA.debugLineNum = 4030;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_CANT")+parent._tamano);
- //BA.debugLineNum = 4026;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOREC\") + TAMANO";
+ //BA.debugLineNum = 4031;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOREC\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTOREC")+parent._tamano);
- //BA.debugLineNum = 4027;BA.debugLine="TAMANO = subTot + TAMANO";
+ //BA.debugLineNum = 4032;BA.debugLine="TAMANO = subTot + TAMANO";
parent._tamano = (int) ((double)(Double.parseDouble(_subtot))+parent._tamano);
- //BA.debugLineNum = 4029;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 4034;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
parent._espacio = (int) (parent._espacio-parent._tamano);
- //BA.debugLineNum = 4031;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 4036;BA.debugLine="For E=0 To ESPACIO -1";
if (true) break;
case 69:
@@ -14120,7 +14120,7 @@ if (true) break;
case 71:
//C
this.state = 112;
- //BA.debugLineNum = 4032;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 4037;BA.debugLine="BLANCO = \" \" & BLANCO";
parent._blanco = " "+parent._blanco;
if (true) break;
if (true) break;
@@ -14129,15 +14129,15 @@ case 72:
//C
this.state = 73;
;
- //BA.debugLineNum = 4035;BA.debugLine="Printer1.WriteString((s.GETSTRING(\"PE_CANT\")-";
+ //BA.debugLineNum = 4040;BA.debugLine="Printer1.WriteString((s.GETSTRING(\"PE_CANT\")-";
parent._printer1._writestring /*String*/ (BA.NumberToString(((double)(Double.parseDouble(parent._s.GetString("PE_CANT")))-(double)(Double.parseDouble(parent._s.GetString("PE_RECCANT")))))+" "+parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
- //BA.debugLineNum = 4036;BA.debugLine="Printer1.WriteString(BLANCO & (s.GETSTRING(\"P";
+ //BA.debugLineNum = 4041;BA.debugLine="Printer1.WriteString(BLANCO & (s.GETSTRING(\"P";
parent._printer1._writestring /*String*/ (parent._blanco+BA.NumberToString(((double)(Double.parseDouble(parent._s.GetString("PE_CANT")))-(double)(Double.parseDouble(parent._s.GetString("PE_RECCANT")))))+" X $"+parent._s.GetString("PE_COSTOU")+" $"+parent.__c.NumberFormat2((double)(Double.parseDouble(_subtot)),(int) (1),(int) (2),(int) (2),parent.__c.False)+_elinefeed+_elinefeed);
- //BA.debugLineNum = 4039;BA.debugLine="TAMANO = 0";
+ //BA.debugLineNum = 4044;BA.debugLine="TAMANO = 0";
parent._tamano = (int) (0);
- //BA.debugLineNum = 4040;BA.debugLine="ESPACIO = 21";
+ //BA.debugLineNum = 4045;BA.debugLine="ESPACIO = 21";
parent._espacio = (int) (21);
- //BA.debugLineNum = 4041;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 4046;BA.debugLine="BLANCO = \" \"";
parent._blanco = " ";
if (true) break;
@@ -14164,13 +14164,13 @@ case 76:
//C
this.state = 77;
;
- //BA.debugLineNum = 4046;BA.debugLine="s.Close";
+ //BA.debugLineNum = 4051;BA.debugLine="s.Close";
parent._s.Close();
- //BA.debugLineNum = 4047;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
+ //BA.debugLineNum = 4052;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
parent._printer1._writestring /*String*/ (" "+_elinefeed);
- //BA.debugLineNum = 4048;BA.debugLine="s=skmt.ExecQuery(\"select PE_PRONOMBRE, PE_CANT, l";
+ //BA.debugLineNum = 4053;BA.debugLine="s=skmt.ExecQuery(\"select PE_PRONOMBRE, PE_CANT, l";
parent._s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery("select PE_PRONOMBRE, PE_CANT, length(pe_cant) as L_CANT, PE_COSTOU, length(PE_COSTOU) as L_COSTOU,PE_CANT * PE_COSTOU AS PE_COSTO_TOT, length(PE_CANT * PE_COSTOU) as L_COSTO_TOT,PE_PROID, PE_CEDIS FROM PEDIDO WHERE LENGTH(PE_CEDIS) > 3 AND PE_PROID NOT IN (SELECT CAT_PA_ID FROM PROMOS_COMP ) AND PE_CLIENTE IN (Select CUENTA from cuentaa) order by PE_CEDIS, PE_COSTOU")));
- //BA.debugLineNum = 4049;BA.debugLine="If S.RowCount>0 Then";
+ //BA.debugLineNum = 4054;BA.debugLine="If S.RowCount>0 Then";
if (true) break;
case 77:
@@ -14183,9 +14183,9 @@ this.state = 79;
case 79:
//C
this.state = 80;
- //BA.debugLineNum = 4050;BA.debugLine="Printer1.WriteString(\"------------PROMOS--------";
+ //BA.debugLineNum = 4055;BA.debugLine="Printer1.WriteString(\"------------PROMOS--------";
parent._printer1._writestring /*String*/ ("------------PROMOS------------"+_elinefeed);
- //BA.debugLineNum = 4051;BA.debugLine="For i=0 To S.RowCount -1";
+ //BA.debugLineNum = 4056;BA.debugLine="For i=0 To S.RowCount -1";
if (true) break;
case 80:
@@ -14212,9 +14212,9 @@ if (true) break;
case 82:
//C
this.state = 83;
- //BA.debugLineNum = 4052;BA.debugLine="S.Position=i";
+ //BA.debugLineNum = 4057;BA.debugLine="S.Position=i";
parent._s.setPosition(_i);
- //BA.debugLineNum = 4053;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_PR";
+ //BA.debugLineNum = 4058;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_PR";
if (true) break;
case 83:
@@ -14229,24 +14229,24 @@ this.state = 87;
case 85:
//C
this.state = 92;
- //BA.debugLineNum = 4054;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_PRONOMBRE";
+ //BA.debugLineNum = 4059;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_PRONOMBRE";
parent._printer1._writestring /*String*/ (parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
if (true) break;
case 87:
//C
this.state = 88;
- //BA.debugLineNum = 4058;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_CANT\") &";
+ //BA.debugLineNum = 4063;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_CANT\") &";
parent._printer1._writestring /*String*/ (parent._s.GetString("PE_CANT")+" "+parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
- //BA.debugLineNum = 4059;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
+ //BA.debugLineNum = 4064;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_CANT")+parent._tamano);
- //BA.debugLineNum = 4060;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOU\") + TAMANO";
+ //BA.debugLineNum = 4065;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOU\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTOU")+parent._tamano);
- //BA.debugLineNum = 4061;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOT\") + TAMANO";
+ //BA.debugLineNum = 4066;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTO_TOT")+parent._tamano);
- //BA.debugLineNum = 4063;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 4068;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
parent._espacio = (int) (parent._espacio-parent._tamano);
- //BA.debugLineNum = 4065;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 4070;BA.debugLine="For E=0 To ESPACIO -1";
if (true) break;
case 88:
@@ -14273,7 +14273,7 @@ if (true) break;
case 90:
//C
this.state = 116;
- //BA.debugLineNum = 4066;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 4071;BA.debugLine="BLANCO = \" \" & BLANCO";
parent._blanco = " "+parent._blanco;
if (true) break;
if (true) break;
@@ -14282,13 +14282,13 @@ case 91:
//C
this.state = 92;
;
- //BA.debugLineNum = 4068;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE_";
+ //BA.debugLineNum = 4073;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE_";
parent._printer1._writestring /*String*/ (parent._blanco+parent._s.GetString("PE_CANT")+" X $"+parent._s.GetString("PE_COSTOU")+" $"+parent._s.GetString("PE_COSTO_TOT")+_elinefeed);
- //BA.debugLineNum = 4069;BA.debugLine="TAMANO = 0";
+ //BA.debugLineNum = 4074;BA.debugLine="TAMANO = 0";
parent._tamano = (int) (0);
- //BA.debugLineNum = 4070;BA.debugLine="ESPACIO = 21";
+ //BA.debugLineNum = 4075;BA.debugLine="ESPACIO = 21";
parent._espacio = (int) (21);
- //BA.debugLineNum = 4071;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 4076;BA.debugLine="BLANCO = \" \"";
parent._blanco = " ";
if (true) break;
@@ -14303,7 +14303,7 @@ case 93:
//C
this.state = 94;
;
- //BA.debugLineNum = 4074;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
+ //BA.debugLineNum = 4079;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
parent._printer1._writestring /*String*/ (" "+_elinefeed);
if (true) break;
@@ -14311,32 +14311,32 @@ case 94:
//C
this.state = 95;
;
- //BA.debugLineNum = 4076;BA.debugLine="s.Close";
+ //BA.debugLineNum = 4081;BA.debugLine="s.Close";
parent._s.Close();
- //BA.debugLineNum = 4078;BA.debugLine="s=skmt.ExecQuery(\"select SUM(PE_COSTO_TOT) AS TOT";
+ //BA.debugLineNum = 4083;BA.debugLine="s=skmt.ExecQuery(\"select SUM(PE_COSTO_TOT) AS TOT";
parent._s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery("select SUM(PE_COSTO_TOT) AS TOTAL FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA from cuentaa)")));
- //BA.debugLineNum = 4079;BA.debugLine="s.Position =0";
+ //BA.debugLineNum = 4084;BA.debugLine="s.Position =0";
parent._s.setPosition((int) (0));
- //BA.debugLineNum = 4083;BA.debugLine="Printer1.WriteString(\"Subtotal Preventa: $\" & s";
+ //BA.debugLineNum = 4088;BA.debugLine="Printer1.WriteString(\"Subtotal Preventa: $\" & s";
parent._printer1._writestring /*String*/ ("Subtotal Preventa: $"+parent._s.GetString("TOTAL")+_elinefeed);
- //BA.debugLineNum = 4086;BA.debugLine="c= skmt.ExecQuery(\"select sum(PE_CANT) as PC_NOAR";
+ //BA.debugLineNum = 4091;BA.debugLine="c= skmt.ExecQuery(\"select sum(PE_CANT) as PC_NOAR";
parent._c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery("select sum(PE_CANT) as PC_NOART from PEDIDO where PE_CLIENTE in (Select CUENTA from cuentaa) AND PE_PROID NOT IN (SELECT CAT_PA_ID FROM PROMOS_COMP )")));
- //BA.debugLineNum = 4087;BA.debugLine="C.Position=0";
+ //BA.debugLineNum = 4092;BA.debugLine="C.Position=0";
parent._c.setPosition((int) (0));
- //BA.debugLineNum = 4088;BA.debugLine="Printer1.WriteString(\"Total Articulos: \" & c.Ge";
+ //BA.debugLineNum = 4093;BA.debugLine="Printer1.WriteString(\"Total Articulos: \" & c.Ge";
parent._printer1._writestring /*String*/ ("Total Articulos: "+parent._c.GetString("PC_NOART")+_elinefeed);
- //BA.debugLineNum = 4089;BA.debugLine="c.Close";
+ //BA.debugLineNum = 4094;BA.debugLine="c.Close";
parent._c.Close();
- //BA.debugLineNum = 4090;BA.debugLine="Dim s3 As Cursor =skmt.ExecQuery(\"select IFNULL(S";
+ //BA.debugLineNum = 4095;BA.debugLine="Dim s3 As Cursor =skmt.ExecQuery(\"select IFNULL(S";
_s3 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_s3 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery("select IFNULL(SUM(PE_COSTO_TOT),0) AS TOTAL FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA from cuentaa) and IFNULL(PE_RECALCULO,0) = 0")));
- //BA.debugLineNum = 4091;BA.debugLine="s3.Position =0";
+ //BA.debugLineNum = 4096;BA.debugLine="s3.Position =0";
_s3.setPosition((int) (0));
- //BA.debugLineNum = 4092;BA.debugLine="S2=skmt.ExecQuery(\"select IFNULL(SUM(PE_RECALCULO";
+ //BA.debugLineNum = 4097;BA.debugLine="S2=skmt.ExecQuery(\"select IFNULL(SUM(PE_RECALCULO";
parent._s2 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery("select IFNULL(SUM(PE_RECALCULOTOT),0) AS TOTAL FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA from cuentaa) and IFNULL(PE_RECALCULO,0) <> 0")));
- //BA.debugLineNum = 4093;BA.debugLine="S2.Position =0";
+ //BA.debugLineNum = 4098;BA.debugLine="S2.Position =0";
parent._s2.setPosition((int) (0));
- //BA.debugLineNum = 4095;BA.debugLine="If NumberFormat2((s3.GetString(\"TOTAL\") + S2.GetS";
+ //BA.debugLineNum = 4100;BA.debugLine="If NumberFormat2((s3.GetString(\"TOTAL\") + S2.GetS";
if (true) break;
case 95:
@@ -14349,7 +14349,7 @@ this.state = 97;
case 97:
//C
this.state = 98;
- //BA.debugLineNum = 4097;BA.debugLine="Printer1.WriteString(\"Descuento: $\" & NumberFo";
+ //BA.debugLineNum = 4102;BA.debugLine="Printer1.WriteString(\"Descuento: $\" & NumberFo";
parent._printer1._writestring /*String*/ ("Descuento: $"+parent.__c.NumberFormat2(((double)(Double.parseDouble(parent._s.GetString("TOTAL")))-(double)(Double.parseDouble(parent._subs._calculatotalconpromoxrango /*String*/ (ba,parent._subs._traecliente /*String*/ (ba))))),(int) (0),(int) (2),(int) (2),parent.__c.False)+_elinefeed);
if (true) break;
@@ -14357,27 +14357,27 @@ case 98:
//C
this.state = -1;
;
- //BA.debugLineNum = 4104;BA.debugLine="Printer1.WriteString(\"Total Preventa: $\" & Numb";
+ //BA.debugLineNum = 4109;BA.debugLine="Printer1.WriteString(\"Total Preventa: $\" & Numb";
parent._printer1._writestring /*String*/ ("Total Preventa: $"+parent.__c.NumberFormat2((double)(Double.parseDouble(parent._subs._calculatotalconpromoxrango /*String*/ (ba,parent._subs._traecliente /*String*/ (ba)))),(int) (0),(int) (2),(int) (2),parent.__c.False)+_elinefeed);
- //BA.debugLineNum = 4106;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
+ //BA.debugLineNum = 4111;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
parent._printer1._writestring /*String*/ (" "+_elinefeed);
- //BA.debugLineNum = 4107;BA.debugLine="Printer1.WriteString(\"---------------------------";
+ //BA.debugLineNum = 4112;BA.debugLine="Printer1.WriteString(\"---------------------------";
parent._printer1._writestring /*String*/ ("------------------------------"+_elinefeed);
- //BA.debugLineNum = 4108;BA.debugLine="Printer1.WriteString(\"ENTREGA EN :\" & eLINEFEED)";
+ //BA.debugLineNum = 4113;BA.debugLine="Printer1.WriteString(\"ENTREGA EN :\" & eLINEFEED)";
parent._printer1._writestring /*String*/ ("ENTREGA EN :"+_elinefeed);
- //BA.debugLineNum = 4109;BA.debugLine="Printer1.WriteString(la_Calle.Text & eLINEFEED)";
+ //BA.debugLineNum = 4114;BA.debugLine="Printer1.WriteString(la_Calle.Text & eLINEFEED)";
parent._printer1._writestring /*String*/ (parent._la_calle.getText()+_elinefeed);
- //BA.debugLineNum = 4110;BA.debugLine="Printer1.WriteString(\"----ESTE TICKET NO ES UN --";
+ //BA.debugLineNum = 4115;BA.debugLine="Printer1.WriteString(\"----ESTE TICKET NO ES UN --";
parent._printer1._writestring /*String*/ ("----ESTE TICKET NO ES UN -----"+_elinefeed);
- //BA.debugLineNum = 4111;BA.debugLine="Printer1.WriteString(\"--COMPROBANTE FISCAL, SOLO";
+ //BA.debugLineNum = 4116;BA.debugLine="Printer1.WriteString(\"--COMPROBANTE FISCAL, SOLO";
parent._printer1._writestring /*String*/ ("--COMPROBANTE FISCAL, SOLO ES-"+_elinefeed);
- //BA.debugLineNum = 4112;BA.debugLine="Printer1.WriteString(\"--------INFORMATIVO--------";
+ //BA.debugLineNum = 4117;BA.debugLine="Printer1.WriteString(\"--------INFORMATIVO--------";
parent._printer1._writestring /*String*/ ("--------INFORMATIVO-----------"+_elinefeed);
- //BA.debugLineNum = 4113;BA.debugLine="Printer1.WriteString(\"---------------------------";
+ //BA.debugLineNum = 4118;BA.debugLine="Printer1.WriteString(\"---------------------------";
parent._printer1._writestring /*String*/ ("------------------------------"+_elinefeed);
- //BA.debugLineNum = 4114;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
+ //BA.debugLineNum = 4119;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
parent._printer1._writestring /*String*/ (" "+_elinefeed);
- //BA.debugLineNum = 4116;BA.debugLine="Sleep(1000)";
+ //BA.debugLineNum = 4121;BA.debugLine="Sleep(1000)";
parent.__c.Sleep(ba,this,(int) (1000));
this.state = 117;
return;
@@ -14385,11 +14385,11 @@ case 117:
//C
this.state = -1;
;
- //BA.debugLineNum = 4117;BA.debugLine="Printer1.DisConnect";
+ //BA.debugLineNum = 4122;BA.debugLine="Printer1.DisConnect";
parent._printer1._disconnect /*String*/ ();
- //BA.debugLineNum = 4119;BA.debugLine="ProgressDialogHide";
+ //BA.debugLineNum = 4124;BA.debugLine="ProgressDialogHide";
parent.__c.ProgressDialogHide();
- //BA.debugLineNum = 4122;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4127;BA.debugLine="End Sub";
if (true) break;
}
@@ -14442,10 +14442,10 @@ return;
case 0:
//C
this.state = 1;
- //BA.debugLineNum = 3230;BA.debugLine="Dim pedinow As Cursor = skmt.ExecQuery(\"select *";
+ //BA.debugLineNum = 3235;BA.debugLine="Dim pedinow As Cursor = skmt.ExecQuery(\"select *";
_pedinow = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_pedinow = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery("select * FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA from cuentaa) AND PE_FUTURO = '0' ")));
- //BA.debugLineNum = 3231;BA.debugLine="If pedinow.RowCount > 0 Then";
+ //BA.debugLineNum = 3236;BA.debugLine="If pedinow.RowCount > 0 Then";
if (true) break;
case 1:
@@ -14458,29 +14458,29 @@ this.state = 3;
case 3:
//C
this.state = 4;
- //BA.debugLineNum = 3232;BA.debugLine="Mandap";
-parent._mandap();
- //BA.debugLineNum = 3234;BA.debugLine="c=skmt.ExecQuery(\"select USUARIO from usuarioa\")";
+ //BA.debugLineNum = 3237;BA.debugLine="Mandapedido";
+parent._mandapedido();
+ //BA.debugLineNum = 3239;BA.debugLine="c=skmt.ExecQuery(\"select USUARIO from usuarioa\")";
parent._c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery("select USUARIO from usuarioa")));
- //BA.debugLineNum = 3235;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 3240;BA.debugLine="c.Position=0";
parent._c.setPosition((int) (0));
- //BA.debugLineNum = 3236;BA.debugLine="usuario = c.GetString(\"USUARIO\")";
+ //BA.debugLineNum = 3241;BA.debugLine="usuario = c.GetString(\"USUARIO\")";
parent._usuario = parent._c.GetString("USUARIO");
- //BA.debugLineNum = 3238;BA.debugLine="DateTime.DateFormat = \"dd/MM/yyyy\"";
+ //BA.debugLineNum = 3243;BA.debugLine="DateTime.DateFormat = \"dd/MM/yyyy\"";
parent.__c.DateTime.setDateFormat("dd/MM/yyyy");
- //BA.debugLineNum = 3239;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
+ //BA.debugLineNum = 3244;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
parent._sdate = parent.__c.DateTime.Date(parent.__c.DateTime.getNow());
- //BA.debugLineNum = 3240;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
+ //BA.debugLineNum = 3245;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
parent._stime = parent.__c.DateTime.Time(parent.__c.DateTime.getNow());
- //BA.debugLineNum = 3241;BA.debugLine="c.Close";
+ //BA.debugLineNum = 3246;BA.debugLine="c.Close";
parent._c.Close();
- //BA.debugLineNum = 3246;BA.debugLine="Public Const eLINEFEED As String = \"\" & Chr(0x0D)";
+ //BA.debugLineNum = 3251;BA.debugLine="Public Const eLINEFEED As String = \"\" & Chr(0x0D)";
_elinefeed = ""+BA.ObjectToString(parent.__c.Chr(((int)0x0d)))+BA.ObjectToString(parent.__c.Chr(((int)0x0a)));
- //BA.debugLineNum = 3247;BA.debugLine="ProgressDialogShow(\"Imprimiendo, un momento ...\")";
+ //BA.debugLineNum = 3252;BA.debugLine="ProgressDialogShow(\"Imprimiendo, un momento ...\")";
parent.__c.ProgressDialogShow(ba,BA.ObjectToCharSequence("Imprimiendo, un momento ..."));
- //BA.debugLineNum = 3248;BA.debugLine="Printer1.DisConnect";
+ //BA.debugLineNum = 3253;BA.debugLine="Printer1.DisConnect";
parent._printer1._disconnect /*String*/ ();
- //BA.debugLineNum = 3249;BA.debugLine="If Not(Printer1.IsConnected) Then";
+ //BA.debugLineNum = 3254;BA.debugLine="If Not(Printer1.IsConnected) Then";
if (true) break;
case 4:
@@ -14495,11 +14495,11 @@ this.state = 24;
case 6:
//C
this.state = 7;
- //BA.debugLineNum = 3251;BA.debugLine="Printer1.Connect";
+ //BA.debugLineNum = 3256;BA.debugLine="Printer1.Connect";
parent._printer1._connect /*boolean*/ ();
- //BA.debugLineNum = 3252;BA.debugLine="Private cont As Int = 0";
+ //BA.debugLineNum = 3257;BA.debugLine="Private cont As Int = 0";
_cont = (int) (0);
- //BA.debugLineNum = 3253;BA.debugLine="Do While Not(impresoraConectada)";
+ //BA.debugLineNum = 3258;BA.debugLine="Do While Not(impresoraConectada)";
if (true) break;
case 7:
@@ -14514,7 +14514,7 @@ if (true) break;
case 9:
//C
this.state = 10;
- //BA.debugLineNum = 3254;BA.debugLine="Sleep(1000)";
+ //BA.debugLineNum = 3259;BA.debugLine="Sleep(1000)";
parent.__c.Sleep(ba,this,(int) (1000));
this.state = 130;
return;
@@ -14522,9 +14522,9 @@ case 130:
//C
this.state = 10;
;
- //BA.debugLineNum = 3255;BA.debugLine="cont = cont + 1";
+ //BA.debugLineNum = 3260;BA.debugLine="cont = cont + 1";
_cont = (int) (_cont+1);
- //BA.debugLineNum = 3256;BA.debugLine="If cont = 7 Then Printer1.Connect 'Tratamos de";
+ //BA.debugLineNum = 3261;BA.debugLine="If cont = 7 Then Printer1.Connect 'Tratamos de";
if (true) break;
case 10:
@@ -14544,7 +14544,7 @@ case 15:
//C
this.state = 16;
;
- //BA.debugLineNum = 3257;BA.debugLine="If cont > 15 Then impresoraConectada = True";
+ //BA.debugLineNum = 3262;BA.debugLine="If cont > 15 Then impresoraConectada = True";
if (true) break;
case 16:
@@ -14570,7 +14570,7 @@ case 22:
//C
this.state = 41;
;
- //BA.debugLineNum = 3259;BA.debugLine="Sleep(500)";
+ //BA.debugLineNum = 3264;BA.debugLine="Sleep(500)";
parent.__c.Sleep(ba,this,(int) (500));
this.state = 131;
return;
@@ -14578,18 +14578,18 @@ case 131:
//C
this.state = 41;
;
- //BA.debugLineNum = 3260;BA.debugLine="impresoraConectada = False";
+ //BA.debugLineNum = 3265;BA.debugLine="impresoraConectada = False";
parent._impresoraconectada = parent.__c.False;
if (true) break;
case 24:
//C
this.state = 25;
- //BA.debugLineNum = 3263;BA.debugLine="Printer1.Connect";
+ //BA.debugLineNum = 3268;BA.debugLine="Printer1.Connect";
parent._printer1._connect /*boolean*/ ();
- //BA.debugLineNum = 3264;BA.debugLine="Private cont As Int = 0";
+ //BA.debugLineNum = 3269;BA.debugLine="Private cont As Int = 0";
_cont = (int) (0);
- //BA.debugLineNum = 3265;BA.debugLine="Do While Not(impresoraConectada) Or Not(Printer1";
+ //BA.debugLineNum = 3270;BA.debugLine="Do While Not(impresoraConectada) Or Not(Printer1";
if (true) break;
case 25:
@@ -14604,7 +14604,7 @@ if (true) break;
case 27:
//C
this.state = 28;
- //BA.debugLineNum = 3266;BA.debugLine="Sleep(1000)";
+ //BA.debugLineNum = 3271;BA.debugLine="Sleep(1000)";
parent.__c.Sleep(ba,this,(int) (1000));
this.state = 132;
return;
@@ -14612,9 +14612,9 @@ case 132:
//C
this.state = 28;
;
- //BA.debugLineNum = 3267;BA.debugLine="cont = cont + 1";
+ //BA.debugLineNum = 3272;BA.debugLine="cont = cont + 1";
_cont = (int) (_cont+1);
- //BA.debugLineNum = 3268;BA.debugLine="If cont = 2 Then Printer1.Connect";
+ //BA.debugLineNum = 3273;BA.debugLine="If cont = 2 Then Printer1.Connect";
if (true) break;
case 28:
@@ -14634,7 +14634,7 @@ case 33:
//C
this.state = 34;
;
- //BA.debugLineNum = 3269;BA.debugLine="If cont > 4 Then impresoraConectada = True";
+ //BA.debugLineNum = 3274;BA.debugLine="If cont > 4 Then impresoraConectada = True";
if (true) break;
case 34:
@@ -14660,7 +14660,7 @@ case 40:
//C
this.state = 41;
;
- //BA.debugLineNum = 3271;BA.debugLine="Sleep(500)";
+ //BA.debugLineNum = 3276;BA.debugLine="Sleep(500)";
parent.__c.Sleep(ba,this,(int) (500));
this.state = 133;
return;
@@ -14668,7 +14668,7 @@ case 133:
//C
this.state = 41;
;
- //BA.debugLineNum = 3272;BA.debugLine="impresoraConectada = False";
+ //BA.debugLineNum = 3277;BA.debugLine="impresoraConectada = False";
parent._impresoraconectada = parent.__c.False;
if (true) break;
@@ -14676,47 +14676,47 @@ case 41:
//C
this.state = 42;
;
- //BA.debugLineNum = 3275;BA.debugLine="TAMANO = 0";
+ //BA.debugLineNum = 3280;BA.debugLine="TAMANO = 0";
parent._tamano = (int) (0);
- //BA.debugLineNum = 3276;BA.debugLine="ESPACIO = 21";
+ //BA.debugLineNum = 3281;BA.debugLine="ESPACIO = 21";
parent._espacio = (int) (21);
- //BA.debugLineNum = 3277;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 3282;BA.debugLine="BLANCO = \" \"";
parent._blanco = " ";
- //BA.debugLineNum = 3293;BA.debugLine="Printer1.WriteString(\"Centro de atencion a Client";
+ //BA.debugLineNum = 3298;BA.debugLine="Printer1.WriteString(\"Centro de atencion a Client";
parent._printer1._writestring /*String*/ ("Centro de atencion a Clientes Bat"+_elinefeed);
- //BA.debugLineNum = 3294;BA.debugLine="Printer1.WriteString(\"Telefono: 800 400 5000\" &";
+ //BA.debugLineNum = 3299;BA.debugLine="Printer1.WriteString(\"Telefono: 800 400 5000\" &";
parent._printer1._writestring /*String*/ ("Telefono: 800 400 5000"+_elinefeed);
- //BA.debugLineNum = 3295;BA.debugLine="Printer1.WriteString(eLINEFEED)";
+ //BA.debugLineNum = 3300;BA.debugLine="Printer1.WriteString(eLINEFEED)";
parent._printer1._writestring /*String*/ (_elinefeed);
- //BA.debugLineNum = 3296;BA.debugLine="Printer1.WriteString(eLINEFEED)";
+ //BA.debugLineNum = 3301;BA.debugLine="Printer1.WriteString(eLINEFEED)";
parent._printer1._writestring /*String*/ (_elinefeed);
- //BA.debugLineNum = 3299;BA.debugLine="Printer1.WriteString(\"DISTRIBUIDORA ROCHA TULA PA";
+ //BA.debugLineNum = 3304;BA.debugLine="Printer1.WriteString(\"DISTRIBUIDORA ROCHA TULA PA";
parent._printer1._writestring /*String*/ ("DISTRIBUIDORA ROCHA TULA PACHUCA"+_elinefeed);
- //BA.debugLineNum = 3300;BA.debugLine="Printer1.WriteString(\"RFC: DRT-110316-9J1\" & eLI";
+ //BA.debugLineNum = 3305;BA.debugLine="Printer1.WriteString(\"RFC: DRT-110316-9J1\" & eLI";
parent._printer1._writestring /*String*/ ("RFC: DRT-110316-9J1"+_elinefeed);
- //BA.debugLineNum = 3302;BA.debugLine="Printer1.WriteString(sDate & eLINEFEED)";
+ //BA.debugLineNum = 3307;BA.debugLine="Printer1.WriteString(sDate & eLINEFEED)";
parent._printer1._writestring /*String*/ (parent._sdate+_elinefeed);
- //BA.debugLineNum = 3303;BA.debugLine="Printer1.WriteString(sTime & eLINEFEED)";
+ //BA.debugLineNum = 3308;BA.debugLine="Printer1.WriteString(sTime & eLINEFEED)";
parent._printer1._writestring /*String*/ (parent._stime+_elinefeed);
- //BA.debugLineNum = 3304;BA.debugLine="Printer1.WriteString(\"Vendedor:\" & usuario & eLI";
+ //BA.debugLineNum = 3309;BA.debugLine="Printer1.WriteString(\"Vendedor:\" & usuario & eLI";
parent._printer1._writestring /*String*/ ("Vendedor:"+parent._usuario+_elinefeed);
- //BA.debugLineNum = 3305;BA.debugLine="Printer1.WriteString(\"Tienda: \" & La_nombre.Text";
+ //BA.debugLineNum = 3310;BA.debugLine="Printer1.WriteString(\"Tienda: \" & La_nombre.Text";
parent._printer1._writestring /*String*/ ("Tienda: "+parent._la_nombre.getText()+_elinefeed);
- //BA.debugLineNum = 3306;BA.debugLine="Printer1.WriteString(\"ID.Cliente: \" & la_cuenta.";
+ //BA.debugLineNum = 3311;BA.debugLine="Printer1.WriteString(\"ID.Cliente: \" & la_cuenta.";
parent._printer1._writestring /*String*/ ("ID.Cliente: "+parent._la_cuenta.getText()+_elinefeed);
- //BA.debugLineNum = 3307;BA.debugLine="Printer1.WriteString(\"Calle: \" & la_Calle.Text &";
+ //BA.debugLineNum = 3312;BA.debugLine="Printer1.WriteString(\"Calle: \" & la_Calle.Text &";
parent._printer1._writestring /*String*/ ("Calle: "+parent._la_calle.getText()+_elinefeed);
- //BA.debugLineNum = 3308;BA.debugLine="Printer1.WriteString(\"Colonia: \" & la_col.Text &";
+ //BA.debugLineNum = 3313;BA.debugLine="Printer1.WriteString(\"Colonia: \" & la_col.Text &";
parent._printer1._writestring /*String*/ ("Colonia: "+parent._la_col.getText()+_elinefeed);
- //BA.debugLineNum = 3310;BA.debugLine="Printer1.WriteString(\"Entre calle1: \" & l_entre1.";
+ //BA.debugLineNum = 3315;BA.debugLine="Printer1.WriteString(\"Entre calle1: \" & l_entre1.";
parent._printer1._writestring /*String*/ ("Entre calle1: "+parent._l_entre1.getText()+_elinefeed);
- //BA.debugLineNum = 3311;BA.debugLine="Printer1.WriteString(\"Entre Calle2: \" & l_entre2.";
+ //BA.debugLineNum = 3316;BA.debugLine="Printer1.WriteString(\"Entre Calle2: \" & l_entre2.";
parent._printer1._writestring /*String*/ ("Entre Calle2: "+parent._l_entre2.getText()+_elinefeed);
- //BA.debugLineNum = 3313;BA.debugLine="Printer1.WriteString(\"--------------------PREVENT";
+ //BA.debugLineNum = 3318;BA.debugLine="Printer1.WriteString(\"--------------------PREVENT";
parent._printer1._writestring /*String*/ ("--------------------PREVENTA--------------------"+_elinefeed);
- //BA.debugLineNum = 3315;BA.debugLine="s=skmt.ExecQuery2(\"select PE_PRONOMBRE, PE_CANT,";
+ //BA.debugLineNum = 3320;BA.debugLine="s=skmt.ExecQuery2(\"select PE_PRONOMBRE, PE_CANT,";
parent._s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery2("select PE_PRONOMBRE, PE_CANT, length(pe_cant) as L_CANT, PE_COSTOU, IFNULL(PE_RECALCULO,0) AS PE_RECALCULO, length(PE_COSTOU) as L_COSTOU, length(Ifnull(PE_RECALCULO,0)) as L_COSTOREC, PE_CANT * PE_COSTOU AS PE_COSTO_TOT, PE_CANT * IFNULL(PE_RECALCULO,0) AS PE_COSTO_TOTREC, length(PE_CANT * PE_COSTOU) as L_COSTO_TOT, length(PE_CANT * IFNULL(PE_RECALCULO,0)) as L_COSTO_TOTREC, PE_PROID, PE_CEDIS, PE_RECCANT FROM PEDIDO WHERE PE_CEDIS = ? AND PE_CLIENTE IN (Select CUENTA from cuentaa) and PE_FUTURO = '0' order by PE_PROID",new String[]{parent._subs._traealmacen /*String*/ (ba)})));
- //BA.debugLineNum = 3316;BA.debugLine="If S.RowCount>0 Then";
+ //BA.debugLineNum = 3321;BA.debugLine="If S.RowCount>0 Then";
if (true) break;
case 42:
@@ -14729,7 +14729,7 @@ this.state = 44;
case 44:
//C
this.state = 45;
- //BA.debugLineNum = 3317;BA.debugLine="For i=0 To S.RowCount -1";
+ //BA.debugLineNum = 3322;BA.debugLine="For i=0 To S.RowCount -1";
if (true) break;
case 45:
@@ -14756,9 +14756,9 @@ if (true) break;
case 47:
//C
this.state = 48;
- //BA.debugLineNum = 3318;BA.debugLine="S.Position=i";
+ //BA.debugLineNum = 3323;BA.debugLine="S.Position=i";
parent._s.setPosition(_i);
- //BA.debugLineNum = 3319;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_PR";
+ //BA.debugLineNum = 3324;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_PR";
if (true) break;
case 48:
@@ -14778,7 +14778,7 @@ this.state = 77;
case 52:
//C
this.state = 53;
- //BA.debugLineNum = 3322;BA.debugLine="If s.GetInt(\"PE_RECALCULO\") = 0 Then";
+ //BA.debugLineNum = 3327;BA.debugLine="If s.GetInt(\"PE_RECALCULO\") = 0 Then";
if (true) break;
case 53:
@@ -14795,17 +14795,17 @@ this.state = 67;
case 55:
//C
this.state = 56;
- //BA.debugLineNum = 3323;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_CANT\") &";
+ //BA.debugLineNum = 3328;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_CANT\") &";
parent._printer1._writestring /*String*/ (parent._s.GetString("PE_CANT")+" "+parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
- //BA.debugLineNum = 3324;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
+ //BA.debugLineNum = 3329;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_CANT")+parent._tamano);
- //BA.debugLineNum = 3325;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOU\") + TAMANO";
+ //BA.debugLineNum = 3330;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOU\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTOU")+parent._tamano);
- //BA.debugLineNum = 3326;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOT\") + TAMANO";
+ //BA.debugLineNum = 3331;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTO_TOT")+parent._tamano);
- //BA.debugLineNum = 3328;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 3333;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
parent._espacio = (int) (parent._espacio-parent._tamano);
- //BA.debugLineNum = 3330;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 3335;BA.debugLine="For E=0 To ESPACIO -1";
if (true) break;
case 56:
@@ -14832,7 +14832,7 @@ if (true) break;
case 58:
//C
this.state = 137;
- //BA.debugLineNum = 3331;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 3336;BA.debugLine="BLANCO = \" \" & BLANCO";
parent._blanco = " "+parent._blanco;
if (true) break;
if (true) break;
@@ -14841,30 +14841,30 @@ case 59:
//C
this.state = 76;
;
- //BA.debugLineNum = 3333;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE";
+ //BA.debugLineNum = 3338;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE";
parent._printer1._writestring /*String*/ (parent._blanco+parent._s.GetString("PE_CANT")+" X $"+parent._s.GetString("PE_COSTOU")+" $"+parent._s.GetString("PE_COSTO_TOT")+_elinefeed+_elinefeed);
- //BA.debugLineNum = 3334;BA.debugLine="TAMANO = 0";
+ //BA.debugLineNum = 3339;BA.debugLine="TAMANO = 0";
parent._tamano = (int) (0);
- //BA.debugLineNum = 3335;BA.debugLine="ESPACIO = 21";
+ //BA.debugLineNum = 3340;BA.debugLine="ESPACIO = 21";
parent._espacio = (int) (21);
- //BA.debugLineNum = 3336;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 3341;BA.debugLine="BLANCO = \" \"";
parent._blanco = " ";
if (true) break;
case 61:
//C
this.state = 62;
- //BA.debugLineNum = 3338;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_CANT\") &";
+ //BA.debugLineNum = 3343;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_CANT\") &";
parent._printer1._writestring /*String*/ (parent._s.GetString("PE_CANT")+" "+parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
- //BA.debugLineNum = 3339;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
+ //BA.debugLineNum = 3344;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_CANT")+parent._tamano);
- //BA.debugLineNum = 3340;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOREC\") + TAMANO";
+ //BA.debugLineNum = 3345;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOREC\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTOREC")+parent._tamano);
- //BA.debugLineNum = 3341;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOTREC\") + TAMANO";
+ //BA.debugLineNum = 3346;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOTREC\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTO_TOTREC")+parent._tamano);
- //BA.debugLineNum = 3343;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 3348;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
parent._espacio = (int) (parent._espacio-parent._tamano);
- //BA.debugLineNum = 3345;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 3350;BA.debugLine="For E=0 To ESPACIO -1";
if (true) break;
case 62:
@@ -14891,7 +14891,7 @@ if (true) break;
case 64:
//C
this.state = 139;
- //BA.debugLineNum = 3346;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 3351;BA.debugLine="BLANCO = \" \" & BLANCO";
parent._blanco = " "+parent._blanco;
if (true) break;
if (true) break;
@@ -14900,47 +14900,47 @@ case 65:
//C
this.state = 76;
;
- //BA.debugLineNum = 3349;BA.debugLine="Dim descpro As Cursor = Starter.skmt.ExecQuer";
+ //BA.debugLineNum = 3354;BA.debugLine="Dim descpro As Cursor = Starter.skmt.ExecQuer";
_descpro = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_descpro = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("SELECT CAT_PD_RANGO, CAT_PD_DESCUENTO, CAT_PD_RANGO2 FROM CAT_PROMOS_DESCUENTOS WHERE CAT_PD_PRODUCTO IN (SELECT CAT_GP_ID FROM CAT_GUNAPROD WHERE CAT_GP_NOMBRE = '"+parent.__c.SmartStringFormatter("",(Object)(parent._s.GetString("PE_PRONOMBRE")))+"') AND INSTR(',' || CAT_PD_TIER || ',' , ',"+parent.__c.SmartStringFormatter("",(Object)(parent._subs._traetipocliente /*int*/ (ba)))+",') > 0 "))));
- //BA.debugLineNum = 3350;BA.debugLine="descpro.Position = 0";
+ //BA.debugLineNum = 3355;BA.debugLine="descpro.Position = 0";
_descpro.setPosition((int) (0));
- //BA.debugLineNum = 3352;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE";
+ //BA.debugLineNum = 3357;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE";
parent._printer1._writestring /*String*/ (parent._blanco+parent._s.GetString("PE_CANT")+" X $"+parent._s.GetString("PE_RECALCULO")+" $"+parent._s.GetString("PE_COSTO_TOTREC")+_elinefeed+_elinefeed);
- //BA.debugLineNum = 3354;BA.debugLine="Log(s.GetString(\"PE_PRONOMBRE\"))";
-parent.__c.LogImpl("017498237",parent._s.GetString("PE_PRONOMBRE"),0);
- //BA.debugLineNum = 3355;BA.debugLine="Log(descpro.GetDouble(\"CAT_PD_DESCUENTO\"))";
-parent.__c.LogImpl("017498238",BA.NumberToString(_descpro.GetDouble("CAT_PD_DESCUENTO")),0);
- //BA.debugLineNum = 3356;BA.debugLine="Printer1.WriteString(BLANCO & \"PL $\" & s.GETS";
+ //BA.debugLineNum = 3359;BA.debugLine="Log(s.GetString(\"PE_PRONOMBRE\"))";
+parent.__c.LogImpl("717498237",parent._s.GetString("PE_PRONOMBRE"),0);
+ //BA.debugLineNum = 3360;BA.debugLine="Log(descpro.GetDouble(\"CAT_PD_DESCUENTO\"))";
+parent.__c.LogImpl("717498238",BA.NumberToString(_descpro.GetDouble("CAT_PD_DESCUENTO")),0);
+ //BA.debugLineNum = 3361;BA.debugLine="Printer1.WriteString(BLANCO & \"PL $\" & s.GETS";
parent._printer1._writestring /*String*/ (parent._blanco+"PL $"+parent._s.GetString("PE_COSTOU")+" Desc.: "+BA.NumberToString(_descpro.GetDouble("CAT_PD_DESCUENTO"))+"%"+_elinefeed+_elinefeed);
- //BA.debugLineNum = 3357;BA.debugLine="TAMANO = 0";
+ //BA.debugLineNum = 3362;BA.debugLine="TAMANO = 0";
parent._tamano = (int) (0);
- //BA.debugLineNum = 3358;BA.debugLine="ESPACIO = 21";
+ //BA.debugLineNum = 3363;BA.debugLine="ESPACIO = 21";
parent._espacio = (int) (21);
- //BA.debugLineNum = 3359;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 3364;BA.debugLine="BLANCO = \" \"";
parent._blanco = " ";
if (true) break;
case 67:
//C
this.state = 68;
- //BA.debugLineNum = 3361;BA.debugLine="Log(s.GetInt(\"PE_RECCANT\"))";
-parent.__c.LogImpl("017498244",BA.NumberToString(parent._s.GetInt("PE_RECCANT")),0);
- //BA.debugLineNum = 3362;BA.debugLine="Log(s.GetInt(\"PE_CANT\"))";
-parent.__c.LogImpl("017498245",BA.NumberToString(parent._s.GetInt("PE_CANT")),0);
- //BA.debugLineNum = 3363;BA.debugLine="Log(\"aqui\")";
-parent.__c.LogImpl("017498246","aqui",0);
- //BA.debugLineNum = 3364;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_RECCANT\"";
+ //BA.debugLineNum = 3366;BA.debugLine="Log(s.GetInt(\"PE_RECCANT\"))";
+parent.__c.LogImpl("717498244",BA.NumberToString(parent._s.GetInt("PE_RECCANT")),0);
+ //BA.debugLineNum = 3367;BA.debugLine="Log(s.GetInt(\"PE_CANT\"))";
+parent.__c.LogImpl("717498245",BA.NumberToString(parent._s.GetInt("PE_CANT")),0);
+ //BA.debugLineNum = 3368;BA.debugLine="Log(\"aqui\")";
+parent.__c.LogImpl("717498246","aqui",0);
+ //BA.debugLineNum = 3369;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_RECCANT\"";
parent._printer1._writestring /*String*/ (parent._s.GetString("PE_RECCANT")+" "+parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
- //BA.debugLineNum = 3365;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
+ //BA.debugLineNum = 3370;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_CANT")+parent._tamano);
- //BA.debugLineNum = 3366;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOREC\") + TAMANO";
+ //BA.debugLineNum = 3371;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOREC\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTOREC")+parent._tamano);
- //BA.debugLineNum = 3367;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOTREC\") + TAMANO";
+ //BA.debugLineNum = 3372;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOTREC\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTO_TOTREC")+parent._tamano);
- //BA.debugLineNum = 3369;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 3374;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
parent._espacio = (int) (parent._espacio-parent._tamano);
- //BA.debugLineNum = 3371;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 3376;BA.debugLine="For E=0 To ESPACIO -1";
if (true) break;
case 68:
@@ -14967,7 +14967,7 @@ if (true) break;
case 70:
//C
this.state = 141;
- //BA.debugLineNum = 3372;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 3377;BA.debugLine="BLANCO = \" \" & BLANCO";
parent._blanco = " "+parent._blanco;
if (true) break;
if (true) break;
@@ -14976,26 +14976,26 @@ case 71:
//C
this.state = 72;
;
- //BA.debugLineNum = 3376;BA.debugLine="Dim descpro As Cursor = Starter.skmt.ExecQuer";
+ //BA.debugLineNum = 3381;BA.debugLine="Dim descpro As Cursor = Starter.skmt.ExecQuer";
_descpro = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_descpro = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("SELECT CAT_PD_RANGO, CAT_PD_DESCUENTO, CAT_PD_RANGO2 FROM CAT_PROMOS_DESCUENTOS WHERE CAT_PD_PRODUCTO IN (SELECT CAT_GP_ID FROM CAT_GUNAPROD WHERE CAT_GP_NOMBRE = '"+parent.__c.SmartStringFormatter("",(Object)(parent._s.GetString("PE_PRONOMBRE")))+"') AND INSTR(',' || CAT_PD_TIER || ',' , ',"+parent.__c.SmartStringFormatter("",(Object)(parent._subs._traetipocliente /*int*/ (ba)))+",') > 0 "))));
- //BA.debugLineNum = 3377;BA.debugLine="descpro.Position = 0";
+ //BA.debugLineNum = 3382;BA.debugLine="descpro.Position = 0";
_descpro.setPosition((int) (0));
- //BA.debugLineNum = 3379;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE";
+ //BA.debugLineNum = 3384;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE";
parent._printer1._writestring /*String*/ (parent._blanco+parent._s.GetString("PE_RECCANT")+" X $"+parent._s.GetString("PE_RECALCULO")+" $"+parent.__c.NumberFormat2(((double)(Double.parseDouble(parent._s.GetString("PE_RECCANT")))*(double)(Double.parseDouble(parent._s.GetString("PE_RECALCULO")))),(int) (1),(int) (2),(int) (2),parent.__c.False)+_elinefeed+_elinefeed);
- //BA.debugLineNum = 3380;BA.debugLine="Printer1.WriteString(BLANCO & \"PL $\" & s.GETS";
+ //BA.debugLineNum = 3385;BA.debugLine="Printer1.WriteString(BLANCO & \"PL $\" & s.GETS";
parent._printer1._writestring /*String*/ (parent._blanco+"PL $"+parent._s.GetString("PE_COSTOU")+" Desc.: "+BA.NumberToString(_descpro.GetDouble("CAT_PD_DESCUENTO"))+"%"+_elinefeed+_elinefeed);
- //BA.debugLineNum = 3382;BA.debugLine="Private subTot As String = (s.GETSTRING(\"PE_C";
+ //BA.debugLineNum = 3387;BA.debugLine="Private subTot As String = (s.GETSTRING(\"PE_C";
_subtot = BA.NumberToString(((double)(Double.parseDouble(parent._s.GetString("PE_CANT")))-(double)(Double.parseDouble(parent._s.GetString("PE_RECCANT"))))*(double)(Double.parseDouble(parent._s.GetString("PE_COSTOU"))));
- //BA.debugLineNum = 3383;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
+ //BA.debugLineNum = 3388;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_CANT")+parent._tamano);
- //BA.debugLineNum = 3384;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOREC\") + TAMANO";
+ //BA.debugLineNum = 3389;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOREC\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTOREC")+parent._tamano);
- //BA.debugLineNum = 3385;BA.debugLine="TAMANO = subTot + TAMANO";
+ //BA.debugLineNum = 3390;BA.debugLine="TAMANO = subTot + TAMANO";
parent._tamano = (int) ((double)(Double.parseDouble(_subtot))+parent._tamano);
- //BA.debugLineNum = 3387;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 3392;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
parent._espacio = (int) (parent._espacio-parent._tamano);
- //BA.debugLineNum = 3389;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 3394;BA.debugLine="For E=0 To ESPACIO -1";
if (true) break;
case 72:
@@ -15022,7 +15022,7 @@ if (true) break;
case 74:
//C
this.state = 143;
- //BA.debugLineNum = 3390;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 3395;BA.debugLine="BLANCO = \" \" & BLANCO";
parent._blanco = " "+parent._blanco;
if (true) break;
if (true) break;
@@ -15031,15 +15031,15 @@ case 75:
//C
this.state = 76;
;
- //BA.debugLineNum = 3393;BA.debugLine="Printer1.WriteString((s.GETSTRING(\"PE_CANT\")-";
+ //BA.debugLineNum = 3398;BA.debugLine="Printer1.WriteString((s.GETSTRING(\"PE_CANT\")-";
parent._printer1._writestring /*String*/ (BA.NumberToString(((double)(Double.parseDouble(parent._s.GetString("PE_CANT")))-(double)(Double.parseDouble(parent._s.GetString("PE_RECCANT")))))+" "+parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
- //BA.debugLineNum = 3394;BA.debugLine="Printer1.WriteString(BLANCO & (s.GETSTRING(\"P";
+ //BA.debugLineNum = 3399;BA.debugLine="Printer1.WriteString(BLANCO & (s.GETSTRING(\"P";
parent._printer1._writestring /*String*/ (parent._blanco+BA.NumberToString(((double)(Double.parseDouble(parent._s.GetString("PE_CANT")))-(double)(Double.parseDouble(parent._s.GetString("PE_RECCANT")))))+" X $"+parent._s.GetString("PE_COSTOU")+" $"+parent.__c.NumberFormat2((double)(Double.parseDouble(_subtot)),(int) (1),(int) (2),(int) (2),parent.__c.False)+_elinefeed+_elinefeed);
- //BA.debugLineNum = 3397;BA.debugLine="TAMANO = 0";
+ //BA.debugLineNum = 3402;BA.debugLine="TAMANO = 0";
parent._tamano = (int) (0);
- //BA.debugLineNum = 3398;BA.debugLine="ESPACIO = 21";
+ //BA.debugLineNum = 3403;BA.debugLine="ESPACIO = 21";
parent._espacio = (int) (21);
- //BA.debugLineNum = 3399;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 3404;BA.debugLine="BLANCO = \" \"";
parent._blanco = " ";
if (true) break;
@@ -15066,15 +15066,15 @@ case 79:
//C
this.state = 80;
;
- //BA.debugLineNum = 3404;BA.debugLine="s.Close";
+ //BA.debugLineNum = 3409;BA.debugLine="s.Close";
parent._s.Close();
- //BA.debugLineNum = 3407;BA.debugLine="totalpromos = 0";
+ //BA.debugLineNum = 3412;BA.debugLine="totalpromos = 0";
parent._totalpromos = 0;
- //BA.debugLineNum = 3408;BA.debugLine="totalpromostotal = 0";
+ //BA.debugLineNum = 3413;BA.debugLine="totalpromostotal = 0";
parent._totalpromostotal = 0;
- //BA.debugLineNum = 3409;BA.debugLine="s=skmt.ExecQuery(\"select PE_PRONOMBRE, PE_CANT, l";
+ //BA.debugLineNum = 3414;BA.debugLine="s=skmt.ExecQuery(\"select PE_PRONOMBRE, PE_CANT, l";
parent._s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery("select PE_PRONOMBRE, PE_CANT, length(pe_cant) as L_CANT, PE_COSTOU, length(PE_COSTOU) as L_COSTOU,PE_CANT * PE_COSTOU AS PE_COSTO_TOT, length(PE_CANT * PE_COSTOU) as L_COSTO_TOT,PE_PROID, PE_CEDIS FROM PEDIDO WHERE LENGTH(PE_CEDIS) > 3 AND PE_CLIENTE IN (Select CUENTA from cuentaa) and PE_FUTURO = '0' order by PE_CEDIS, PE_COSTOU")));
- //BA.debugLineNum = 3410;BA.debugLine="If S.RowCount>0 Then";
+ //BA.debugLineNum = 3415;BA.debugLine="If S.RowCount>0 Then";
if (true) break;
case 80:
@@ -15087,7 +15087,7 @@ this.state = 82;
case 82:
//C
this.state = 83;
- //BA.debugLineNum = 3412;BA.debugLine="For i=0 To S.RowCount -1";
+ //BA.debugLineNum = 3417;BA.debugLine="For i=0 To S.RowCount -1";
if (true) break;
case 83:
@@ -15114,9 +15114,9 @@ if (true) break;
case 85:
//C
this.state = 86;
- //BA.debugLineNum = 3413;BA.debugLine="S.Position=i";
+ //BA.debugLineNum = 3418;BA.debugLine="S.Position=i";
parent._s.setPosition(_i);
- //BA.debugLineNum = 3414;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_PR";
+ //BA.debugLineNum = 3419;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_PR";
if (true) break;
case 86:
@@ -15136,17 +15136,17 @@ this.state = 108;
case 90:
//C
this.state = 91;
- //BA.debugLineNum = 3419;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_CANT\") &";
+ //BA.debugLineNum = 3424;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_CANT\") &";
parent._printer1._writestring /*String*/ (parent._s.GetString("PE_CANT")+" "+parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
- //BA.debugLineNum = 3420;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
+ //BA.debugLineNum = 3425;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_CANT")+parent._tamano);
- //BA.debugLineNum = 3421;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOU\") + TAMANO";
+ //BA.debugLineNum = 3426;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOU\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTOU")+parent._tamano);
- //BA.debugLineNum = 3422;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOT\") + TAMANO";
+ //BA.debugLineNum = 3427;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTO_TOT")+parent._tamano);
- //BA.debugLineNum = 3424;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 3429;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
parent._espacio = (int) (parent._espacio-parent._tamano);
- //BA.debugLineNum = 3426;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 3431;BA.debugLine="For E=0 To ESPACIO -1";
if (true) break;
case 91:
@@ -15173,7 +15173,7 @@ if (true) break;
case 93:
//C
this.state = 147;
- //BA.debugLineNum = 3427;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 3432;BA.debugLine="BLANCO = \" \" & BLANCO";
parent._blanco = " "+parent._blanco;
if (true) break;
if (true) break;
@@ -15182,14 +15182,14 @@ case 94:
//C
this.state = 95;
;
- //BA.debugLineNum = 3429;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE";
+ //BA.debugLineNum = 3434;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE";
parent._printer1._writestring /*String*/ (parent._blanco+parent._s.GetString("PE_CANT")+" X $"+parent._s.GetString("PE_COSTOU")+" $"+parent._s.GetString("PE_COSTO_TOT")+_elinefeed);
- //BA.debugLineNum = 3432;BA.debugLine="Dim coloressaldo As Cursor=B4XPages.MainPage.";
+ //BA.debugLineNum = 3437;BA.debugLine="Dim coloressaldo As Cursor=B4XPages.MainPage.";
_coloressaldo = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_coloressaldo = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(CAT_CL_CLASIFICADOR2,0) AS CAT_CL_CLASIFICADOR2 from kmt_info3 where CAT_CL_CODIGO In (Select cuenta from cuentaa)")));
- //BA.debugLineNum = 3433;BA.debugLine="coloressaldo.Position = 0";
+ //BA.debugLineNum = 3438;BA.debugLine="coloressaldo.Position = 0";
_coloressaldo.setPosition((int) (0));
- //BA.debugLineNum = 3435;BA.debugLine="If coloressaldo.GetString(\"CAT_CL_CLASIFICADO";
+ //BA.debugLineNum = 3440;BA.debugLine="If coloressaldo.GetString(\"CAT_CL_CLASIFICADO";
if (true) break;
case 95:
@@ -15204,7 +15204,7 @@ this.state = 99;
case 97:
//C
this.state = 100;
- //BA.debugLineNum = 3437;BA.debugLine="Dim precioprom As Cursor = Starter.skmt.Exec";
+ //BA.debugLineNum = 3442;BA.debugLine="Dim precioprom As Cursor = Starter.skmt.Exec";
_precioprom = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_precioprom = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("SELECT CAT_LISTAPRECIO AS CAT_GP_PRECIO FROM CAT_GUNAPROD WHERE CAT_GP_NOMBRE = '"+parent.__c.SmartStringFormatter("",(Object)(parent._s.GetString("PE_PRONOMBRE")))+"' "))));
if (true) break;
@@ -15212,12 +15212,12 @@ _precioprom = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.
case 99:
//C
this.state = 100;
- //BA.debugLineNum = 3439;BA.debugLine="Dim precioprom As Cursor = Starter.skmt.Exec";
+ //BA.debugLineNum = 3444;BA.debugLine="Dim precioprom As Cursor = Starter.skmt.Exec";
_precioprom = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_precioprom = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("SELECT CAT_GP_PRECIO FROM CAT_GUNAPROD WHERE CAT_GP_NOMBRE = '"+parent.__c.SmartStringFormatter("",(Object)(parent._s.GetString("PE_PRONOMBRE")))+"' "))));
if (true) break;
;
- //BA.debugLineNum = 3442;BA.debugLine="If precioprom.RowCount > 0 Then";
+ //BA.debugLineNum = 3447;BA.debugLine="If precioprom.RowCount > 0 Then";
case 100:
//if
@@ -15229,13 +15229,13 @@ this.state = 102;
case 102:
//C
this.state = 103;
- //BA.debugLineNum = 3443;BA.debugLine="precioprom.Position = 0";
+ //BA.debugLineNum = 3448;BA.debugLine="precioprom.Position = 0";
_precioprom.setPosition((int) (0));
- //BA.debugLineNum = 3444;BA.debugLine="Log (precioprom.GETSTRING(\"CAT_GP_PRECIO\"))";
-parent.__c.LogImpl("017498327",_precioprom.GetString("CAT_GP_PRECIO"),0);
- //BA.debugLineNum = 3445;BA.debugLine="Log (s.GETSTRING(\"PE_COSTOU\"))";
-parent.__c.LogImpl("017498328",parent._s.GetString("PE_COSTOU"),0);
- //BA.debugLineNum = 3446;BA.debugLine="If NumberFormat2(precioprom.GETSTRING(\"CAT_G";
+ //BA.debugLineNum = 3449;BA.debugLine="Log (precioprom.GETSTRING(\"CAT_GP_PRECIO\"))";
+parent.__c.LogImpl("717498327",_precioprom.GetString("CAT_GP_PRECIO"),0);
+ //BA.debugLineNum = 3450;BA.debugLine="Log (s.GETSTRING(\"PE_COSTOU\"))";
+parent.__c.LogImpl("717498328",parent._s.GetString("PE_COSTOU"),0);
+ //BA.debugLineNum = 3451;BA.debugLine="If NumberFormat2(precioprom.GETSTRING(\"CAT_G";
if (true) break;
case 103:
@@ -15248,7 +15248,7 @@ this.state = 105;
case 105:
//C
this.state = 106;
- //BA.debugLineNum = 3448;BA.debugLine="Printer1.WriteString(BLANCO & \"PL $\" & prec";
+ //BA.debugLineNum = 3453;BA.debugLine="Printer1.WriteString(BLANCO & \"PL $\" & prec";
parent._printer1._writestring /*String*/ (parent._blanco+"PL $"+_precioprom.GetString("CAT_GP_PRECIO")+" Desc.: "+parent.__c.NumberFormat2(((((double)(Double.parseDouble(_precioprom.GetString("CAT_GP_PRECIO")))-(double)(Double.parseDouble(parent._s.GetString("PE_COSTOU"))))*100)/(double)(double)(Double.parseDouble(_precioprom.GetString("CAT_GP_PRECIO")))),(int) (0.),(int) (2),(int) (2),parent.__c.False)+"%"+_elinefeed+_elinefeed);
if (true) break;
@@ -15262,11 +15262,11 @@ case 107:
//C
this.state = 108;
;
- //BA.debugLineNum = 3452;BA.debugLine="TAMANO = 0";
+ //BA.debugLineNum = 3457;BA.debugLine="TAMANO = 0";
parent._tamano = (int) (0);
- //BA.debugLineNum = 3453;BA.debugLine="ESPACIO = 21";
+ //BA.debugLineNum = 3458;BA.debugLine="ESPACIO = 21";
parent._espacio = (int) (21);
- //BA.debugLineNum = 3454;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 3459;BA.debugLine="BLANCO = \" \"";
parent._blanco = " ";
if (true) break;
@@ -15281,7 +15281,7 @@ case 109:
//C
this.state = 110;
;
- //BA.debugLineNum = 3457;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
+ //BA.debugLineNum = 3462;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
parent._printer1._writestring /*String*/ (" "+_elinefeed);
if (true) break;
@@ -15289,11 +15289,11 @@ case 110:
//C
this.state = 111;
;
- //BA.debugLineNum = 3459;BA.debugLine="s.Close";
+ //BA.debugLineNum = 3464;BA.debugLine="s.Close";
parent._s.Close();
- //BA.debugLineNum = 3489;BA.debugLine="Printer1.WriteString(\"Subtotal Preventa: $\" &";
+ //BA.debugLineNum = 3494;BA.debugLine="Printer1.WriteString(\"Subtotal Preventa: $\" &";
parent._printer1._writestring /*String*/ ("Subtotal Preventa: $"+parent.__c.NumberFormat2((double)(Double.parseDouble(parent._subs._calculatotalconpromoxrango3 /*String*/ (ba,parent._subs._traecliente /*String*/ (ba)))),(int) (0),(int) (2),(int) (2),parent.__c.False)+_elinefeed);
- //BA.debugLineNum = 3490;BA.debugLine="If NumberFormat2(Subs.calculaTotalConPromoXRango";
+ //BA.debugLineNum = 3495;BA.debugLine="If NumberFormat2(Subs.calculaTotalConPromoXRango";
if (true) break;
case 111:
@@ -15306,7 +15306,7 @@ this.state = 113;
case 113:
//C
this.state = 114;
- //BA.debugLineNum = 3491;BA.debugLine="Printer1.WriteString(\"Descuento: $\" & NumberF";
+ //BA.debugLineNum = 3496;BA.debugLine="Printer1.WriteString(\"Descuento: $\" & NumberF";
parent._printer1._writestring /*String*/ ("Descuento: $"+parent.__c.NumberFormat2(((double)(Double.parseDouble(parent._subs._calculatotalconpromoxrango3 /*String*/ (ba,parent._subs._traecliente /*String*/ (ba))))-(double)(Double.parseDouble(parent._subs._calculatotalconpromoxrango2 /*String*/ (ba,parent._subs._traecliente /*String*/ (ba))))),(int) (0),(int) (2),(int) (2),parent.__c.False)+_elinefeed);
if (true) break;
@@ -15314,14 +15314,14 @@ case 114:
//C
this.state = 115;
;
- //BA.debugLineNum = 3494;BA.debugLine="Printer1.WriteString(\"Total Preventa: $\" & Num";
+ //BA.debugLineNum = 3499;BA.debugLine="Printer1.WriteString(\"Total Preventa: $\" & Num";
parent._printer1._writestring /*String*/ ("Total Preventa: $"+parent.__c.NumberFormat2((double)(Double.parseDouble(parent._subs._calculatotalconpromoxrango2 /*String*/ (ba,parent._subs._traecliente /*String*/ (ba)))),(int) (0),(int) (2),(int) (2),parent.__c.False)+_elinefeed);
- //BA.debugLineNum = 3495;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
+ //BA.debugLineNum = 3500;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
parent._printer1._writestring /*String*/ (" "+_elinefeed);
- //BA.debugLineNum = 3497;BA.debugLine="Private contadocredito As Cursor = Starter.skmt.";
+ //BA.debugLineNum = 3502;BA.debugLine="Private contadocredito As Cursor = Starter.skmt.";
_contadocredito = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_contadocredito = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("SELECT BANDERA FROM CODIGOS_CREDITO WHERE CLIENTE IN (SELECT CUENTA FROM CUENTAA) "))));
- //BA.debugLineNum = 3498;BA.debugLine="If contadocredito.RowCount > 0 Then";
+ //BA.debugLineNum = 3503;BA.debugLine="If contadocredito.RowCount > 0 Then";
if (true) break;
case 115:
@@ -15334,9 +15334,9 @@ this.state = 117;
case 117:
//C
this.state = 118;
- //BA.debugLineNum = 3499;BA.debugLine="contadocredito.Position = 0";
+ //BA.debugLineNum = 3504;BA.debugLine="contadocredito.Position = 0";
_contadocredito.setPosition((int) (0));
- //BA.debugLineNum = 3500;BA.debugLine="If contadocredito.getstring(\"BANDERA\") = \"1\" Th";
+ //BA.debugLineNum = 3505;BA.debugLine="If contadocredito.getstring(\"BANDERA\") = \"1\" Th";
if (true) break;
case 118:
@@ -15351,14 +15351,14 @@ this.state = 122;
case 120:
//C
this.state = 123;
- //BA.debugLineNum = 3501;BA.debugLine="Printer1.WriteString(\"Tipo de entrega: CREDI";
+ //BA.debugLineNum = 3506;BA.debugLine="Printer1.WriteString(\"Tipo de entrega: CREDI";
parent._printer1._writestring /*String*/ ("Tipo de entrega: CREDITO"+_elinefeed);
if (true) break;
case 122:
//C
this.state = 123;
- //BA.debugLineNum = 3503;BA.debugLine="Printer1.WriteString(\"Tipo de entrega: CONTA";
+ //BA.debugLineNum = 3508;BA.debugLine="Printer1.WriteString(\"Tipo de entrega: CONTA";
parent._printer1._writestring /*String*/ ("Tipo de entrega: CONTADO"+_elinefeed);
if (true) break;
@@ -15372,25 +15372,25 @@ case 124:
//C
this.state = 125;
;
- //BA.debugLineNum = 3507;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
+ //BA.debugLineNum = 3512;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
parent._printer1._writestring /*String*/ (" "+_elinefeed);
- //BA.debugLineNum = 3508;BA.debugLine="Printer1.WriteString(\"--------------------------";
+ //BA.debugLineNum = 3513;BA.debugLine="Printer1.WriteString(\"--------------------------";
parent._printer1._writestring /*String*/ ("------------------------------------------------"+_elinefeed);
- //BA.debugLineNum = 3509;BA.debugLine="Printer1.WriteString(\"ENTREGA EN :\" & eLINEFEED";
+ //BA.debugLineNum = 3514;BA.debugLine="Printer1.WriteString(\"ENTREGA EN :\" & eLINEFEED";
parent._printer1._writestring /*String*/ ("ENTREGA EN :"+_elinefeed);
- //BA.debugLineNum = 3510;BA.debugLine="Printer1.WriteString(la_Calle.Text & eLINEFEED)";
+ //BA.debugLineNum = 3515;BA.debugLine="Printer1.WriteString(la_Calle.Text & eLINEFEED)";
parent._printer1._writestring /*String*/ (parent._la_calle.getText()+_elinefeed);
- //BA.debugLineNum = 3511;BA.debugLine="Printer1.WriteString(\"--------------ESTE TICKET";
+ //BA.debugLineNum = 3516;BA.debugLine="Printer1.WriteString(\"--------------ESTE TICKET";
parent._printer1._writestring /*String*/ ("--------------ESTE TICKET NO ES UN--------------"+_elinefeed);
- //BA.debugLineNum = 3512;BA.debugLine="Printer1.WriteString(\"----------COMPROBANTE FISC";
+ //BA.debugLineNum = 3517;BA.debugLine="Printer1.WriteString(\"----------COMPROBANTE FISC";
parent._printer1._writestring /*String*/ ("----------COMPROBANTE FISCAL, SOLO ES-----------"+_elinefeed);
- //BA.debugLineNum = 3513;BA.debugLine="Printer1.WriteString(\"------------------INFORMAT";
+ //BA.debugLineNum = 3518;BA.debugLine="Printer1.WriteString(\"------------------INFORMAT";
parent._printer1._writestring /*String*/ ("------------------INFORMATIVO-------------------"+_elinefeed);
- //BA.debugLineNum = 3514;BA.debugLine="Printer1.WriteString(\"--------------------------";
+ //BA.debugLineNum = 3519;BA.debugLine="Printer1.WriteString(\"--------------------------";
parent._printer1._writestring /*String*/ ("------------------------------------------------"+_elinefeed);
- //BA.debugLineNum = 3515;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
+ //BA.debugLineNum = 3520;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
parent._printer1._writestring /*String*/ (" "+_elinefeed);
- //BA.debugLineNum = 3517;BA.debugLine="Sleep(1000)";
+ //BA.debugLineNum = 3522;BA.debugLine="Sleep(1000)";
parent.__c.Sleep(ba,this,(int) (1000));
this.state = 148;
return;
@@ -15398,9 +15398,9 @@ case 148:
//C
this.state = 125;
;
- //BA.debugLineNum = 3518;BA.debugLine="Printer1.DisConnect";
+ //BA.debugLineNum = 3523;BA.debugLine="Printer1.DisConnect";
parent._printer1._disconnect /*String*/ ();
- //BA.debugLineNum = 3520;BA.debugLine="ProgressDialogHide";
+ //BA.debugLineNum = 3525;BA.debugLine="ProgressDialogHide";
parent.__c.ProgressDialogHide();
if (true) break;
@@ -15408,7 +15408,7 @@ case 125:
//C
this.state = 126;
;
- //BA.debugLineNum = 3524;BA.debugLine="Sleep(1000)";
+ //BA.debugLineNum = 3529;BA.debugLine="Sleep(1000)";
parent.__c.Sleep(ba,this,(int) (1000));
this.state = 149;
return;
@@ -15416,10 +15416,10 @@ case 149:
//C
this.state = 126;
;
- //BA.debugLineNum = 3525;BA.debugLine="Dim pedifutu As Cursor = skmt.ExecQuery(\"select *";
+ //BA.debugLineNum = 3530;BA.debugLine="Dim pedifutu As Cursor = skmt.ExecQuery(\"select *";
_pedifutu = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_pedifutu = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery("select * FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA from cuentaa) AND PE_FUTURO = '1' ")));
- //BA.debugLineNum = 3526;BA.debugLine="If pedifutu.RowCount > 0 Then";
+ //BA.debugLineNum = 3531;BA.debugLine="If pedifutu.RowCount > 0 Then";
if (true) break;
case 126:
@@ -15432,7 +15432,7 @@ this.state = 128;
case 128:
//C
this.state = 129;
- //BA.debugLineNum = 3527;BA.debugLine="Impresion5";
+ //BA.debugLineNum = 3532;BA.debugLine="Impresion5";
parent._impresion5();
if (true) break;
@@ -15440,7 +15440,7 @@ case 129:
//C
this.state = -1;
;
- //BA.debugLineNum = 3529;BA.debugLine="End Sub";
+ //BA.debugLineNum = 3534;BA.debugLine="End Sub";
if (true) break;
}
@@ -15489,27 +15489,27 @@ return;
case 0:
//C
this.state = 1;
- //BA.debugLineNum = 3609;BA.debugLine="c=skmt.ExecQuery(\"select USUARIO from usuarioa\")";
+ //BA.debugLineNum = 3614;BA.debugLine="c=skmt.ExecQuery(\"select USUARIO from usuarioa\")";
parent._c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery("select USUARIO from usuarioa")));
- //BA.debugLineNum = 3610;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 3615;BA.debugLine="c.Position=0";
parent._c.setPosition((int) (0));
- //BA.debugLineNum = 3611;BA.debugLine="usuario = c.GetString(\"USUARIO\")";
+ //BA.debugLineNum = 3616;BA.debugLine="usuario = c.GetString(\"USUARIO\")";
parent._usuario = parent._c.GetString("USUARIO");
- //BA.debugLineNum = 3613;BA.debugLine="DateTime.DateFormat = \"dd/MM/yyyy\"";
+ //BA.debugLineNum = 3618;BA.debugLine="DateTime.DateFormat = \"dd/MM/yyyy\"";
parent.__c.DateTime.setDateFormat("dd/MM/yyyy");
- //BA.debugLineNum = 3614;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
+ //BA.debugLineNum = 3619;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
parent._sdate = parent.__c.DateTime.Date(parent.__c.DateTime.getNow());
- //BA.debugLineNum = 3615;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
+ //BA.debugLineNum = 3620;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
parent._stime = parent.__c.DateTime.Time(parent.__c.DateTime.getNow());
- //BA.debugLineNum = 3616;BA.debugLine="c.Close";
+ //BA.debugLineNum = 3621;BA.debugLine="c.Close";
parent._c.Close();
- //BA.debugLineNum = 3621;BA.debugLine="Public Const eLINEFEED As String = \"\" & Chr(0x0D)";
+ //BA.debugLineNum = 3626;BA.debugLine="Public Const eLINEFEED As String = \"\" & Chr(0x0D)";
_elinefeed = ""+BA.ObjectToString(parent.__c.Chr(((int)0x0d)))+BA.ObjectToString(parent.__c.Chr(((int)0x0a)));
- //BA.debugLineNum = 3622;BA.debugLine="ProgressDialogShow(\"Imprimiendo, un momento ...\")";
+ //BA.debugLineNum = 3627;BA.debugLine="ProgressDialogShow(\"Imprimiendo, un momento ...\")";
parent.__c.ProgressDialogShow(ba,BA.ObjectToCharSequence("Imprimiendo, un momento ..."));
- //BA.debugLineNum = 3623;BA.debugLine="Printer1.DisConnect";
+ //BA.debugLineNum = 3628;BA.debugLine="Printer1.DisConnect";
parent._printer1._disconnect /*String*/ ();
- //BA.debugLineNum = 3624;BA.debugLine="If Not(Printer1.IsConnected) Then";
+ //BA.debugLineNum = 3629;BA.debugLine="If Not(Printer1.IsConnected) Then";
if (true) break;
case 1:
@@ -15524,11 +15524,11 @@ this.state = 21;
case 3:
//C
this.state = 4;
- //BA.debugLineNum = 3626;BA.debugLine="Printer1.Connect";
+ //BA.debugLineNum = 3631;BA.debugLine="Printer1.Connect";
parent._printer1._connect /*boolean*/ ();
- //BA.debugLineNum = 3627;BA.debugLine="Private cont As Int = 0";
+ //BA.debugLineNum = 3632;BA.debugLine="Private cont As Int = 0";
_cont = (int) (0);
- //BA.debugLineNum = 3628;BA.debugLine="Do While Not(impresoraConectada)";
+ //BA.debugLineNum = 3633;BA.debugLine="Do While Not(impresoraConectada)";
if (true) break;
case 4:
@@ -15543,7 +15543,7 @@ if (true) break;
case 6:
//C
this.state = 7;
- //BA.debugLineNum = 3629;BA.debugLine="Sleep(1000)";
+ //BA.debugLineNum = 3634;BA.debugLine="Sleep(1000)";
parent.__c.Sleep(ba,this,(int) (1000));
this.state = 107;
return;
@@ -15551,9 +15551,9 @@ case 107:
//C
this.state = 7;
;
- //BA.debugLineNum = 3630;BA.debugLine="cont = cont + 1";
+ //BA.debugLineNum = 3635;BA.debugLine="cont = cont + 1";
_cont = (int) (_cont+1);
- //BA.debugLineNum = 3631;BA.debugLine="If cont = 7 Then Printer1.Connect 'Tratamos de";
+ //BA.debugLineNum = 3636;BA.debugLine="If cont = 7 Then Printer1.Connect 'Tratamos de";
if (true) break;
case 7:
@@ -15573,7 +15573,7 @@ case 12:
//C
this.state = 13;
;
- //BA.debugLineNum = 3632;BA.debugLine="If cont > 15 Then impresoraConectada = True";
+ //BA.debugLineNum = 3637;BA.debugLine="If cont > 15 Then impresoraConectada = True";
if (true) break;
case 13:
@@ -15599,7 +15599,7 @@ case 19:
//C
this.state = 38;
;
- //BA.debugLineNum = 3634;BA.debugLine="Sleep(500)";
+ //BA.debugLineNum = 3639;BA.debugLine="Sleep(500)";
parent.__c.Sleep(ba,this,(int) (500));
this.state = 108;
return;
@@ -15607,18 +15607,18 @@ case 108:
//C
this.state = 38;
;
- //BA.debugLineNum = 3635;BA.debugLine="impresoraConectada = False";
+ //BA.debugLineNum = 3640;BA.debugLine="impresoraConectada = False";
parent._impresoraconectada = parent.__c.False;
if (true) break;
case 21:
//C
this.state = 22;
- //BA.debugLineNum = 3638;BA.debugLine="Printer1.Connect";
+ //BA.debugLineNum = 3643;BA.debugLine="Printer1.Connect";
parent._printer1._connect /*boolean*/ ();
- //BA.debugLineNum = 3639;BA.debugLine="Private cont As Int = 0";
+ //BA.debugLineNum = 3644;BA.debugLine="Private cont As Int = 0";
_cont = (int) (0);
- //BA.debugLineNum = 3640;BA.debugLine="Do While Not(impresoraConectada) Or Not(Printer1";
+ //BA.debugLineNum = 3645;BA.debugLine="Do While Not(impresoraConectada) Or Not(Printer1";
if (true) break;
case 22:
@@ -15633,7 +15633,7 @@ if (true) break;
case 24:
//C
this.state = 25;
- //BA.debugLineNum = 3641;BA.debugLine="Sleep(1000)";
+ //BA.debugLineNum = 3646;BA.debugLine="Sleep(1000)";
parent.__c.Sleep(ba,this,(int) (1000));
this.state = 109;
return;
@@ -15641,9 +15641,9 @@ case 109:
//C
this.state = 25;
;
- //BA.debugLineNum = 3642;BA.debugLine="cont = cont + 1";
+ //BA.debugLineNum = 3647;BA.debugLine="cont = cont + 1";
_cont = (int) (_cont+1);
- //BA.debugLineNum = 3643;BA.debugLine="If cont = 2 Then Printer1.Connect";
+ //BA.debugLineNum = 3648;BA.debugLine="If cont = 2 Then Printer1.Connect";
if (true) break;
case 25:
@@ -15663,7 +15663,7 @@ case 30:
//C
this.state = 31;
;
- //BA.debugLineNum = 3644;BA.debugLine="If cont > 4 Then impresoraConectada = True";
+ //BA.debugLineNum = 3649;BA.debugLine="If cont > 4 Then impresoraConectada = True";
if (true) break;
case 31:
@@ -15689,7 +15689,7 @@ case 37:
//C
this.state = 38;
;
- //BA.debugLineNum = 3646;BA.debugLine="Sleep(500)";
+ //BA.debugLineNum = 3651;BA.debugLine="Sleep(500)";
parent.__c.Sleep(ba,this,(int) (500));
this.state = 110;
return;
@@ -15697,7 +15697,7 @@ case 110:
//C
this.state = 38;
;
- //BA.debugLineNum = 3647;BA.debugLine="impresoraConectada = False";
+ //BA.debugLineNum = 3652;BA.debugLine="impresoraConectada = False";
parent._impresoraconectada = parent.__c.False;
if (true) break;
@@ -15705,47 +15705,47 @@ case 38:
//C
this.state = 39;
;
- //BA.debugLineNum = 3650;BA.debugLine="TAMANO = 0";
+ //BA.debugLineNum = 3655;BA.debugLine="TAMANO = 0";
parent._tamano = (int) (0);
- //BA.debugLineNum = 3651;BA.debugLine="ESPACIO = 21";
+ //BA.debugLineNum = 3656;BA.debugLine="ESPACIO = 21";
parent._espacio = (int) (21);
- //BA.debugLineNum = 3652;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 3657;BA.debugLine="BLANCO = \" \"";
parent._blanco = " ";
- //BA.debugLineNum = 3668;BA.debugLine="Printer1.WriteString(\"Centro de atencion a Client";
+ //BA.debugLineNum = 3673;BA.debugLine="Printer1.WriteString(\"Centro de atencion a Client";
parent._printer1._writestring /*String*/ ("Centro de atencion a Clientes Bat"+_elinefeed);
- //BA.debugLineNum = 3669;BA.debugLine="Printer1.WriteString(\"Telefono: 800 400 5000\" &";
+ //BA.debugLineNum = 3674;BA.debugLine="Printer1.WriteString(\"Telefono: 800 400 5000\" &";
parent._printer1._writestring /*String*/ ("Telefono: 800 400 5000"+_elinefeed);
- //BA.debugLineNum = 3670;BA.debugLine="Printer1.WriteString(eLINEFEED)";
+ //BA.debugLineNum = 3675;BA.debugLine="Printer1.WriteString(eLINEFEED)";
parent._printer1._writestring /*String*/ (_elinefeed);
- //BA.debugLineNum = 3671;BA.debugLine="Printer1.WriteString(eLINEFEED)";
+ //BA.debugLineNum = 3676;BA.debugLine="Printer1.WriteString(eLINEFEED)";
parent._printer1._writestring /*String*/ (_elinefeed);
- //BA.debugLineNum = 3672;BA.debugLine="Printer1.WriteString(\"DISTRIBUIDORA ROCHA TULA PA";
+ //BA.debugLineNum = 3677;BA.debugLine="Printer1.WriteString(\"DISTRIBUIDORA ROCHA TULA PA";
parent._printer1._writestring /*String*/ ("DISTRIBUIDORA ROCHA TULA PACHUCA"+_elinefeed);
- //BA.debugLineNum = 3673;BA.debugLine="Printer1.WriteString(\"RFC: DRT-110316-9J1\" & eLI";
+ //BA.debugLineNum = 3678;BA.debugLine="Printer1.WriteString(\"RFC: DRT-110316-9J1\" & eLI";
parent._printer1._writestring /*String*/ ("RFC: DRT-110316-9J1"+_elinefeed);
- //BA.debugLineNum = 3675;BA.debugLine="Printer1.WriteString(sDate & eLINEFEED)";
+ //BA.debugLineNum = 3680;BA.debugLine="Printer1.WriteString(sDate & eLINEFEED)";
parent._printer1._writestring /*String*/ (parent._sdate+_elinefeed);
- //BA.debugLineNum = 3676;BA.debugLine="Printer1.WriteString(sTime & eLINEFEED)";
+ //BA.debugLineNum = 3681;BA.debugLine="Printer1.WriteString(sTime & eLINEFEED)";
parent._printer1._writestring /*String*/ (parent._stime+_elinefeed);
- //BA.debugLineNum = 3677;BA.debugLine="Printer1.WriteString(\"Vendedor:\" & usuario & eLI";
+ //BA.debugLineNum = 3682;BA.debugLine="Printer1.WriteString(\"Vendedor:\" & usuario & eLI";
parent._printer1._writestring /*String*/ ("Vendedor:"+parent._usuario+_elinefeed);
- //BA.debugLineNum = 3678;BA.debugLine="Printer1.WriteString(\"Tienda: \" & La_nombre.Text";
+ //BA.debugLineNum = 3683;BA.debugLine="Printer1.WriteString(\"Tienda: \" & La_nombre.Text";
parent._printer1._writestring /*String*/ ("Tienda: "+parent._la_nombre.getText()+_elinefeed);
- //BA.debugLineNum = 3679;BA.debugLine="Printer1.WriteString(\"ID.Cliente: \" & la_cuenta.";
+ //BA.debugLineNum = 3684;BA.debugLine="Printer1.WriteString(\"ID.Cliente: \" & la_cuenta.";
parent._printer1._writestring /*String*/ ("ID.Cliente: "+parent._la_cuenta.getText()+_elinefeed);
- //BA.debugLineNum = 3680;BA.debugLine="Printer1.WriteString(\"Calle: \" & la_Calle.Text &";
+ //BA.debugLineNum = 3685;BA.debugLine="Printer1.WriteString(\"Calle: \" & la_Calle.Text &";
parent._printer1._writestring /*String*/ ("Calle: "+parent._la_calle.getText()+_elinefeed);
- //BA.debugLineNum = 3681;BA.debugLine="Printer1.WriteString(\"Colonia: \" & la_col.Text &";
+ //BA.debugLineNum = 3686;BA.debugLine="Printer1.WriteString(\"Colonia: \" & la_col.Text &";
parent._printer1._writestring /*String*/ ("Colonia: "+parent._la_col.getText()+_elinefeed);
- //BA.debugLineNum = 3683;BA.debugLine="Printer1.WriteString(\"Entre calle1: \" & l_entre1.";
+ //BA.debugLineNum = 3688;BA.debugLine="Printer1.WriteString(\"Entre calle1: \" & l_entre1.";
parent._printer1._writestring /*String*/ ("Entre calle1: "+parent._l_entre1.getText()+_elinefeed);
- //BA.debugLineNum = 3684;BA.debugLine="Printer1.WriteString(\"Entre Calle2: \" & l_entre2.";
+ //BA.debugLineNum = 3689;BA.debugLine="Printer1.WriteString(\"Entre Calle2: \" & l_entre2.";
parent._printer1._writestring /*String*/ ("Entre Calle2: "+parent._l_entre2.getText()+_elinefeed);
- //BA.debugLineNum = 3686;BA.debugLine="Printer1.WriteString(\"--------------PEDIDO PREACO";
+ //BA.debugLineNum = 3691;BA.debugLine="Printer1.WriteString(\"--------------PEDIDO PREACO";
parent._printer1._writestring /*String*/ ("--------------PEDIDO PREACORDADO----------------"+_elinefeed);
- //BA.debugLineNum = 3688;BA.debugLine="s=skmt.ExecQuery2(\"select PE_PRONOMBRE, PE_CANT,";
+ //BA.debugLineNum = 3693;BA.debugLine="s=skmt.ExecQuery2(\"select PE_PRONOMBRE, PE_CANT,";
parent._s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery2("select PE_PRONOMBRE, PE_CANT, length(pe_cant) as L_CANT, PE_COSTOU, IFNULL(PE_RECALCULO,0) AS PE_RECALCULO, length(PE_COSTOU) as L_COSTOU, length(Ifnull(PE_RECALCULO,0)) as L_COSTOREC, PE_CANT * PE_COSTOU AS PE_COSTO_TOT, PE_CANT * IFNULL(PE_RECALCULO,0) AS PE_COSTO_TOTREC, length(PE_CANT * PE_COSTOU) as L_COSTO_TOT, length(PE_CANT * IFNULL(PE_RECALCULO,0)) as L_COSTO_TOTREC, PE_PROID, PE_CEDIS, PE_RECCANT FROM PEDIDO WHERE PE_CEDIS = ? AND PE_CLIENTE IN (Select CUENTA from cuentaa) and PE_FUTURO = '1' order by PE_PROID",new String[]{parent._subs._traealmacen /*String*/ (ba)})));
- //BA.debugLineNum = 3689;BA.debugLine="If S.RowCount>0 Then";
+ //BA.debugLineNum = 3694;BA.debugLine="If S.RowCount>0 Then";
if (true) break;
case 39:
@@ -15758,7 +15758,7 @@ this.state = 41;
case 41:
//C
this.state = 42;
- //BA.debugLineNum = 3690;BA.debugLine="For i=0 To S.RowCount -1";
+ //BA.debugLineNum = 3695;BA.debugLine="For i=0 To S.RowCount -1";
if (true) break;
case 42:
@@ -15785,9 +15785,9 @@ if (true) break;
case 44:
//C
this.state = 45;
- //BA.debugLineNum = 3691;BA.debugLine="S.Position=i";
+ //BA.debugLineNum = 3696;BA.debugLine="S.Position=i";
parent._s.setPosition(_i);
- //BA.debugLineNum = 3692;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_PR";
+ //BA.debugLineNum = 3697;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_PR";
if (true) break;
case 45:
@@ -15802,14 +15802,14 @@ this.state = 49;
case 47:
//C
this.state = 74;
- //BA.debugLineNum = 3693;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_PRONOMBRE";
+ //BA.debugLineNum = 3698;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_PRONOMBRE";
parent._printer1._writestring /*String*/ (parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
if (true) break;
case 49:
//C
this.state = 50;
- //BA.debugLineNum = 3695;BA.debugLine="If s.GetInt(\"PE_RECALCULO\") = 0 Then";
+ //BA.debugLineNum = 3700;BA.debugLine="If s.GetInt(\"PE_RECALCULO\") = 0 Then";
if (true) break;
case 50:
@@ -15826,17 +15826,17 @@ this.state = 64;
case 52:
//C
this.state = 53;
- //BA.debugLineNum = 3696;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_CANT\") &";
+ //BA.debugLineNum = 3701;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_CANT\") &";
parent._printer1._writestring /*String*/ (parent._s.GetString("PE_CANT")+" "+parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
- //BA.debugLineNum = 3697;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
+ //BA.debugLineNum = 3702;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_CANT")+parent._tamano);
- //BA.debugLineNum = 3698;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOU\") + TAMANO";
+ //BA.debugLineNum = 3703;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOU\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTOU")+parent._tamano);
- //BA.debugLineNum = 3699;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOT\") + TAMANO";
+ //BA.debugLineNum = 3704;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTO_TOT")+parent._tamano);
- //BA.debugLineNum = 3701;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 3706;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
parent._espacio = (int) (parent._espacio-parent._tamano);
- //BA.debugLineNum = 3703;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 3708;BA.debugLine="For E=0 To ESPACIO -1";
if (true) break;
case 53:
@@ -15863,7 +15863,7 @@ if (true) break;
case 55:
//C
this.state = 114;
- //BA.debugLineNum = 3704;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 3709;BA.debugLine="BLANCO = \" \" & BLANCO";
parent._blanco = " "+parent._blanco;
if (true) break;
if (true) break;
@@ -15872,30 +15872,30 @@ case 56:
//C
this.state = 73;
;
- //BA.debugLineNum = 3706;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE";
+ //BA.debugLineNum = 3711;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE";
parent._printer1._writestring /*String*/ (parent._blanco+parent._s.GetString("PE_CANT")+" X $"+parent._s.GetString("PE_COSTOU")+" $"+parent._s.GetString("PE_COSTO_TOT")+_elinefeed+_elinefeed);
- //BA.debugLineNum = 3707;BA.debugLine="TAMANO = 0";
+ //BA.debugLineNum = 3712;BA.debugLine="TAMANO = 0";
parent._tamano = (int) (0);
- //BA.debugLineNum = 3708;BA.debugLine="ESPACIO = 21";
+ //BA.debugLineNum = 3713;BA.debugLine="ESPACIO = 21";
parent._espacio = (int) (21);
- //BA.debugLineNum = 3709;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 3714;BA.debugLine="BLANCO = \" \"";
parent._blanco = " ";
if (true) break;
case 58:
//C
this.state = 59;
- //BA.debugLineNum = 3711;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_CANT\") &";
+ //BA.debugLineNum = 3716;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_CANT\") &";
parent._printer1._writestring /*String*/ (parent._s.GetString("PE_CANT")+" "+parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
- //BA.debugLineNum = 3712;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
+ //BA.debugLineNum = 3717;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_CANT")+parent._tamano);
- //BA.debugLineNum = 3713;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOREC\") + TAMANO";
+ //BA.debugLineNum = 3718;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOREC\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTOREC")+parent._tamano);
- //BA.debugLineNum = 3714;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOTREC\") + TAMANO";
+ //BA.debugLineNum = 3719;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOTREC\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTO_TOTREC")+parent._tamano);
- //BA.debugLineNum = 3716;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 3721;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
parent._espacio = (int) (parent._espacio-parent._tamano);
- //BA.debugLineNum = 3718;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 3723;BA.debugLine="For E=0 To ESPACIO -1";
if (true) break;
case 59:
@@ -15922,7 +15922,7 @@ if (true) break;
case 61:
//C
this.state = 116;
- //BA.debugLineNum = 3719;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 3724;BA.debugLine="BLANCO = \" \" & BLANCO";
parent._blanco = " "+parent._blanco;
if (true) break;
if (true) break;
@@ -15931,43 +15931,43 @@ case 62:
//C
this.state = 73;
;
- //BA.debugLineNum = 3722;BA.debugLine="Dim descpro As Cursor = Starter.skmt.ExecQuer";
+ //BA.debugLineNum = 3727;BA.debugLine="Dim descpro As Cursor = Starter.skmt.ExecQuer";
_descpro = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_descpro = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("SELECT CAT_PD_RANGO, CAT_PD_DESCUENTO, CAT_PD_RANGO2 FROM CAT_PROMOS_DESCUENTOS WHERE CAT_PD_PRODUCTO IN (SELECT CAT_GP_ID FROM CAT_GUNAPROD WHERE CAT_GP_NOMBRE = '"+parent.__c.SmartStringFormatter("",(Object)(parent._s.GetString("PE_PRONOMBRE")))+"') AND INSTR(',' || CAT_PD_TIER || ',' , ',"+parent.__c.SmartStringFormatter("",(Object)(parent._subs._traetipocliente /*int*/ (ba)))+",') > 0 "))));
- //BA.debugLineNum = 3723;BA.debugLine="descpro.Position = 0";
+ //BA.debugLineNum = 3728;BA.debugLine="descpro.Position = 0";
_descpro.setPosition((int) (0));
- //BA.debugLineNum = 3725;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE";
+ //BA.debugLineNum = 3730;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE";
parent._printer1._writestring /*String*/ (parent._blanco+parent._s.GetString("PE_CANT")+" X $"+parent._s.GetString("PE_RECALCULO")+" $"+parent._s.GetString("PE_COSTO_TOTREC")+_elinefeed+_elinefeed);
- //BA.debugLineNum = 3727;BA.debugLine="Printer1.WriteString(BLANCO & \"PL $\" & s.GETS";
+ //BA.debugLineNum = 3732;BA.debugLine="Printer1.WriteString(BLANCO & \"PL $\" & s.GETS";
parent._printer1._writestring /*String*/ (parent._blanco+"PL $"+parent._s.GetString("PE_COSTOU")+" Desc.: "+BA.NumberToString(_descpro.GetDouble("CAT_PD_DESCUENTO"))+"%"+_elinefeed+_elinefeed);
- //BA.debugLineNum = 3728;BA.debugLine="TAMANO = 0";
+ //BA.debugLineNum = 3733;BA.debugLine="TAMANO = 0";
parent._tamano = (int) (0);
- //BA.debugLineNum = 3729;BA.debugLine="ESPACIO = 21";
+ //BA.debugLineNum = 3734;BA.debugLine="ESPACIO = 21";
parent._espacio = (int) (21);
- //BA.debugLineNum = 3730;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 3735;BA.debugLine="BLANCO = \" \"";
parent._blanco = " ";
if (true) break;
case 64:
//C
this.state = 65;
- //BA.debugLineNum = 3732;BA.debugLine="Log(s.GetInt(\"PE_RECCANT\"))";
-parent.__c.LogImpl("017629308",BA.NumberToString(parent._s.GetInt("PE_RECCANT")),0);
- //BA.debugLineNum = 3733;BA.debugLine="Log(s.GetInt(\"PE_CANT\"))";
-parent.__c.LogImpl("017629309",BA.NumberToString(parent._s.GetInt("PE_CANT")),0);
- //BA.debugLineNum = 3734;BA.debugLine="Log(\"aqui\")";
-parent.__c.LogImpl("017629310","aqui",0);
- //BA.debugLineNum = 3735;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_RECCANT\"";
+ //BA.debugLineNum = 3737;BA.debugLine="Log(s.GetInt(\"PE_RECCANT\"))";
+parent.__c.LogImpl("717629308",BA.NumberToString(parent._s.GetInt("PE_RECCANT")),0);
+ //BA.debugLineNum = 3738;BA.debugLine="Log(s.GetInt(\"PE_CANT\"))";
+parent.__c.LogImpl("717629309",BA.NumberToString(parent._s.GetInt("PE_CANT")),0);
+ //BA.debugLineNum = 3739;BA.debugLine="Log(\"aqui\")";
+parent.__c.LogImpl("717629310","aqui",0);
+ //BA.debugLineNum = 3740;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_RECCANT\"";
parent._printer1._writestring /*String*/ (parent._s.GetString("PE_RECCANT")+" "+parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
- //BA.debugLineNum = 3736;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
+ //BA.debugLineNum = 3741;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_CANT")+parent._tamano);
- //BA.debugLineNum = 3737;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOREC\") + TAMANO";
+ //BA.debugLineNum = 3742;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOREC\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTOREC")+parent._tamano);
- //BA.debugLineNum = 3738;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOTREC\") + TAMANO";
+ //BA.debugLineNum = 3743;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOTREC\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTO_TOTREC")+parent._tamano);
- //BA.debugLineNum = 3740;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 3745;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
parent._espacio = (int) (parent._espacio-parent._tamano);
- //BA.debugLineNum = 3742;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 3747;BA.debugLine="For E=0 To ESPACIO -1";
if (true) break;
case 65:
@@ -15994,7 +15994,7 @@ if (true) break;
case 67:
//C
this.state = 118;
- //BA.debugLineNum = 3743;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 3748;BA.debugLine="BLANCO = \" \" & BLANCO";
parent._blanco = " "+parent._blanco;
if (true) break;
if (true) break;
@@ -16003,26 +16003,26 @@ case 68:
//C
this.state = 69;
;
- //BA.debugLineNum = 3747;BA.debugLine="Dim descpro As Cursor = Starter.skmt.ExecQuer";
+ //BA.debugLineNum = 3752;BA.debugLine="Dim descpro As Cursor = Starter.skmt.ExecQuer";
_descpro = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_descpro = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("SELECT CAT_PD_RANGO, CAT_PD_DESCUENTO, CAT_PD_RANGO2 FROM CAT_PROMOS_DESCUENTOS WHERE CAT_PD_PRODUCTO IN (SELECT CAT_GP_ID FROM CAT_GUNAPROD WHERE CAT_GP_NOMBRE = '"+parent.__c.SmartStringFormatter("",(Object)(parent._s.GetString("PE_PRONOMBRE")))+"') AND INSTR(',' || CAT_PD_TIER || ',' , ',"+parent.__c.SmartStringFormatter("",(Object)(parent._subs._traetipocliente /*int*/ (ba)))+",') > 0 "))));
- //BA.debugLineNum = 3748;BA.debugLine="descpro.Position = 0";
+ //BA.debugLineNum = 3753;BA.debugLine="descpro.Position = 0";
_descpro.setPosition((int) (0));
- //BA.debugLineNum = 3750;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE";
+ //BA.debugLineNum = 3755;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE";
parent._printer1._writestring /*String*/ (parent._blanco+parent._s.GetString("PE_RECCANT")+" X $"+parent._s.GetString("PE_RECALCULO")+" $"+parent.__c.NumberFormat2(((double)(Double.parseDouble(parent._s.GetString("PE_RECCANT")))*(double)(Double.parseDouble(parent._s.GetString("PE_RECALCULO")))),(int) (1),(int) (2),(int) (2),parent.__c.False)+_elinefeed+_elinefeed);
- //BA.debugLineNum = 3751;BA.debugLine="Printer1.WriteString(BLANCO & \"PL $\" & s.GETS";
+ //BA.debugLineNum = 3756;BA.debugLine="Printer1.WriteString(BLANCO & \"PL $\" & s.GETS";
parent._printer1._writestring /*String*/ (parent._blanco+"PL $"+parent._s.GetString("PE_COSTOU")+" Desc.: "+BA.NumberToString(_descpro.GetDouble("CAT_PD_DESCUENTO"))+"%"+_elinefeed+_elinefeed);
- //BA.debugLineNum = 3753;BA.debugLine="Private subTot As String = (s.GETSTRING(\"PE_C";
+ //BA.debugLineNum = 3758;BA.debugLine="Private subTot As String = (s.GETSTRING(\"PE_C";
_subtot = BA.NumberToString(((double)(Double.parseDouble(parent._s.GetString("PE_CANT")))-(double)(Double.parseDouble(parent._s.GetString("PE_RECCANT"))))*(double)(Double.parseDouble(parent._s.GetString("PE_COSTOU"))));
- //BA.debugLineNum = 3754;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
+ //BA.debugLineNum = 3759;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_CANT")+parent._tamano);
- //BA.debugLineNum = 3755;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOREC\") + TAMANO";
+ //BA.debugLineNum = 3760;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOREC\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTOREC")+parent._tamano);
- //BA.debugLineNum = 3756;BA.debugLine="TAMANO = subTot + TAMANO";
+ //BA.debugLineNum = 3761;BA.debugLine="TAMANO = subTot + TAMANO";
parent._tamano = (int) ((double)(Double.parseDouble(_subtot))+parent._tamano);
- //BA.debugLineNum = 3758;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 3763;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
parent._espacio = (int) (parent._espacio-parent._tamano);
- //BA.debugLineNum = 3760;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 3765;BA.debugLine="For E=0 To ESPACIO -1";
if (true) break;
case 69:
@@ -16049,7 +16049,7 @@ if (true) break;
case 71:
//C
this.state = 120;
- //BA.debugLineNum = 3761;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 3766;BA.debugLine="BLANCO = \" \" & BLANCO";
parent._blanco = " "+parent._blanco;
if (true) break;
if (true) break;
@@ -16058,15 +16058,15 @@ case 72:
//C
this.state = 73;
;
- //BA.debugLineNum = 3764;BA.debugLine="Printer1.WriteString((s.GETSTRING(\"PE_CANT\")-";
+ //BA.debugLineNum = 3769;BA.debugLine="Printer1.WriteString((s.GETSTRING(\"PE_CANT\")-";
parent._printer1._writestring /*String*/ (BA.NumberToString(((double)(Double.parseDouble(parent._s.GetString("PE_CANT")))-(double)(Double.parseDouble(parent._s.GetString("PE_RECCANT")))))+" "+parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
- //BA.debugLineNum = 3765;BA.debugLine="Printer1.WriteString(BLANCO & (s.GETSTRING(\"P";
+ //BA.debugLineNum = 3770;BA.debugLine="Printer1.WriteString(BLANCO & (s.GETSTRING(\"P";
parent._printer1._writestring /*String*/ (parent._blanco+BA.NumberToString(((double)(Double.parseDouble(parent._s.GetString("PE_CANT")))-(double)(Double.parseDouble(parent._s.GetString("PE_RECCANT")))))+" X $"+parent._s.GetString("PE_COSTOU")+" $"+parent.__c.NumberFormat2((double)(Double.parseDouble(_subtot)),(int) (1),(int) (2),(int) (2),parent.__c.False)+_elinefeed+_elinefeed);
- //BA.debugLineNum = 3768;BA.debugLine="TAMANO = 0";
+ //BA.debugLineNum = 3773;BA.debugLine="TAMANO = 0";
parent._tamano = (int) (0);
- //BA.debugLineNum = 3769;BA.debugLine="ESPACIO = 21";
+ //BA.debugLineNum = 3774;BA.debugLine="ESPACIO = 21";
parent._espacio = (int) (21);
- //BA.debugLineNum = 3770;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 3775;BA.debugLine="BLANCO = \" \"";
parent._blanco = " ";
if (true) break;
@@ -16093,11 +16093,11 @@ case 76:
//C
this.state = 77;
;
- //BA.debugLineNum = 3775;BA.debugLine="s.Close";
+ //BA.debugLineNum = 3780;BA.debugLine="s.Close";
parent._s.Close();
- //BA.debugLineNum = 3777;BA.debugLine="s=skmt.ExecQuery(\"select PE_PRONOMBRE, PE_CANT, l";
+ //BA.debugLineNum = 3782;BA.debugLine="s=skmt.ExecQuery(\"select PE_PRONOMBRE, PE_CANT, l";
parent._s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._skmt.ExecQuery("select PE_PRONOMBRE, PE_CANT, length(pe_cant) as L_CANT, PE_COSTOU, length(PE_COSTOU) as L_COSTOU,PE_CANT * PE_COSTOU AS PE_COSTO_TOT, length(PE_CANT * PE_COSTOU) as L_COSTO_TOT,PE_PROID, PE_CEDIS FROM PEDIDO WHERE LENGTH(PE_CEDIS) > 3 AND PE_CLIENTE IN (Select CUENTA from cuentaa) and PE_FUTURO = '1' order by PE_CEDIS, PE_COSTOU")));
- //BA.debugLineNum = 3778;BA.debugLine="If S.RowCount>0 Then";
+ //BA.debugLineNum = 3783;BA.debugLine="If S.RowCount>0 Then";
if (true) break;
case 77:
@@ -16110,7 +16110,7 @@ this.state = 79;
case 79:
//C
this.state = 80;
- //BA.debugLineNum = 3780;BA.debugLine="For i=0 To S.RowCount -1";
+ //BA.debugLineNum = 3785;BA.debugLine="For i=0 To S.RowCount -1";
if (true) break;
case 80:
@@ -16137,9 +16137,9 @@ if (true) break;
case 82:
//C
this.state = 83;
- //BA.debugLineNum = 3781;BA.debugLine="S.Position=i";
+ //BA.debugLineNum = 3786;BA.debugLine="S.Position=i";
parent._s.setPosition(_i);
- //BA.debugLineNum = 3782;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_PR";
+ //BA.debugLineNum = 3787;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_PR";
if (true) break;
case 83:
@@ -16159,17 +16159,17 @@ this.state = 100;
case 87:
//C
this.state = 88;
- //BA.debugLineNum = 3787;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_CANT\") &";
+ //BA.debugLineNum = 3792;BA.debugLine="Printer1.WriteString(s.GetString(\"PE_CANT\") &";
parent._printer1._writestring /*String*/ (parent._s.GetString("PE_CANT")+" "+parent._s.GetString("PE_PRONOMBRE")+_elinefeed);
- //BA.debugLineNum = 3788;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
+ //BA.debugLineNum = 3793;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_CANT")+parent._tamano);
- //BA.debugLineNum = 3789;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOU\") + TAMANO";
+ //BA.debugLineNum = 3794;BA.debugLine="TAMANO = s.GetLong(\"L_COSTOU\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTOU")+parent._tamano);
- //BA.debugLineNum = 3790;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOT\") + TAMANO";
+ //BA.debugLineNum = 3795;BA.debugLine="TAMANO = s.GetLong(\"L_COSTO_TOT\") + TAMANO";
parent._tamano = (int) (parent._s.GetLong("L_COSTO_TOT")+parent._tamano);
- //BA.debugLineNum = 3792;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 3797;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
parent._espacio = (int) (parent._espacio-parent._tamano);
- //BA.debugLineNum = 3794;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 3799;BA.debugLine="For E=0 To ESPACIO -1";
if (true) break;
case 88:
@@ -16196,7 +16196,7 @@ if (true) break;
case 90:
//C
this.state = 124;
- //BA.debugLineNum = 3795;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 3800;BA.debugLine="BLANCO = \" \" & BLANCO";
parent._blanco = " "+parent._blanco;
if (true) break;
if (true) break;
@@ -16205,12 +16205,12 @@ case 91:
//C
this.state = 92;
;
- //BA.debugLineNum = 3797;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE_";
+ //BA.debugLineNum = 3802;BA.debugLine="Printer1.WriteString(BLANCO & s.GETSTRING(\"PE_";
parent._printer1._writestring /*String*/ (parent._blanco+parent._s.GetString("PE_CANT")+" X $"+parent._s.GetString("PE_COSTOU")+" $"+parent._s.GetString("PE_COSTO_TOT")+_elinefeed);
- //BA.debugLineNum = 3799;BA.debugLine="Dim precioprom As Cursor = Starter.skmt.ExecQu";
+ //BA.debugLineNum = 3804;BA.debugLine="Dim precioprom As Cursor = Starter.skmt.ExecQu";
_precioprom = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_precioprom = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("SELECT CAT_GP_PRECIO FROM CAT_GUNAPROD WHERE CAT_GP_NOMBRE = '"+parent.__c.SmartStringFormatter("",(Object)(parent._s.GetString("PE_PRONOMBRE")))+"' "))));
- //BA.debugLineNum = 3800;BA.debugLine="If precioprom.RowCount > 0 Then";
+ //BA.debugLineNum = 3805;BA.debugLine="If precioprom.RowCount > 0 Then";
if (true) break;
case 92:
@@ -16223,13 +16223,13 @@ this.state = 94;
case 94:
//C
this.state = 95;
- //BA.debugLineNum = 3801;BA.debugLine="precioprom.Position = 0";
+ //BA.debugLineNum = 3806;BA.debugLine="precioprom.Position = 0";
_precioprom.setPosition((int) (0));
- //BA.debugLineNum = 3802;BA.debugLine="Log (precioprom.GETSTRING(\"CAT_GP_PRECIO\"))";
-parent.__c.LogImpl("017629378",_precioprom.GetString("CAT_GP_PRECIO"),0);
- //BA.debugLineNum = 3803;BA.debugLine="Log (s.GETSTRING(\"PE_COSTOU\"))";
-parent.__c.LogImpl("017629379",parent._s.GetString("PE_COSTOU"),0);
- //BA.debugLineNum = 3804;BA.debugLine="If NumberFormat2(precioprom.GETSTRING(\"CAT_GP";
+ //BA.debugLineNum = 3807;BA.debugLine="Log (precioprom.GETSTRING(\"CAT_GP_PRECIO\"))";
+parent.__c.LogImpl("717629378",_precioprom.GetString("CAT_GP_PRECIO"),0);
+ //BA.debugLineNum = 3808;BA.debugLine="Log (s.GETSTRING(\"PE_COSTOU\"))";
+parent.__c.LogImpl("717629379",parent._s.GetString("PE_COSTOU"),0);
+ //BA.debugLineNum = 3809;BA.debugLine="If NumberFormat2(precioprom.GETSTRING(\"CAT_GP";
if (true) break;
case 95:
@@ -16242,7 +16242,7 @@ this.state = 97;
case 97:
//C
this.state = 98;
- //BA.debugLineNum = 3806;BA.debugLine="Printer1.WriteString(BLANCO & \"PL $\" & preci";
+ //BA.debugLineNum = 3811;BA.debugLine="Printer1.WriteString(BLANCO & \"PL $\" & preci";
parent._printer1._writestring /*String*/ (parent._blanco+"PL $"+_precioprom.GetString("CAT_GP_PRECIO")+" Desc.: "+parent.__c.NumberFormat2(((((double)(Double.parseDouble(_precioprom.GetString("CAT_GP_PRECIO")))-(double)(Double.parseDouble(parent._s.GetString("PE_COSTOU"))))*100)/(double)(double)(Double.parseDouble(_precioprom.GetString("CAT_GP_PRECIO")))),(int) (0.),(int) (2),(int) (2),parent.__c.False)+"%"+_elinefeed+_elinefeed);
if (true) break;
@@ -16256,11 +16256,11 @@ case 99:
//C
this.state = 100;
;
- //BA.debugLineNum = 3810;BA.debugLine="TAMANO = 0";
+ //BA.debugLineNum = 3815;BA.debugLine="TAMANO = 0";
parent._tamano = (int) (0);
- //BA.debugLineNum = 3811;BA.debugLine="ESPACIO = 21";
+ //BA.debugLineNum = 3816;BA.debugLine="ESPACIO = 21";
parent._espacio = (int) (21);
- //BA.debugLineNum = 3812;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 3817;BA.debugLine="BLANCO = \" \"";
parent._blanco = " ";
if (true) break;
@@ -16275,7 +16275,7 @@ case 101:
//C
this.state = 102;
;
- //BA.debugLineNum = 3815;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
+ //BA.debugLineNum = 3820;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
parent._printer1._writestring /*String*/ (" "+_elinefeed);
if (true) break;
@@ -16283,11 +16283,11 @@ case 102:
//C
this.state = 103;
;
- //BA.debugLineNum = 3817;BA.debugLine="s.Close";
+ //BA.debugLineNum = 3822;BA.debugLine="s.Close";
parent._s.Close();
- //BA.debugLineNum = 3848;BA.debugLine="Printer1.WriteString(\"Subtotal Preventa: $\" & N";
+ //BA.debugLineNum = 3853;BA.debugLine="Printer1.WriteString(\"Subtotal Preventa: $\" & N";
parent._printer1._writestring /*String*/ ("Subtotal Preventa: $"+parent.__c.NumberFormat2((double)(Double.parseDouble(parent._subs._calculatotalconpromoxrango4 /*String*/ (ba,parent._subs._traecliente /*String*/ (ba)))),(int) (0),(int) (2),(int) (2),parent.__c.False)+_elinefeed);
- //BA.debugLineNum = 3849;BA.debugLine="If NumberFormat2(Subs.calculaTotalConPromoXRango4";
+ //BA.debugLineNum = 3854;BA.debugLine="If NumberFormat2(Subs.calculaTotalConPromoXRango4";
if (true) break;
case 103:
@@ -16300,7 +16300,7 @@ this.state = 105;
case 105:
//C
this.state = 106;
- //BA.debugLineNum = 3850;BA.debugLine="Printer1.WriteString(\"Descuento: $\" & NumberFo";
+ //BA.debugLineNum = 3855;BA.debugLine="Printer1.WriteString(\"Descuento: $\" & NumberFo";
parent._printer1._writestring /*String*/ ("Descuento: $"+parent.__c.NumberFormat2(((double)(Double.parseDouble(parent._subs._calculatotalconpromoxrango4 /*String*/ (ba,parent._subs._traecliente /*String*/ (ba))))-(double)(Double.parseDouble(parent._subs._calculatotalconpromoxrango1 /*String*/ (ba,parent._subs._traecliente /*String*/ (ba))))),(int) (0),(int) (2),(int) (2),parent.__c.False)+_elinefeed);
if (true) break;
@@ -16308,27 +16308,27 @@ case 106:
//C
this.state = -1;
;
- //BA.debugLineNum = 3853;BA.debugLine="Printer1.WriteString(\"Total Preventa: $\" & Numb";
+ //BA.debugLineNum = 3858;BA.debugLine="Printer1.WriteString(\"Total Preventa: $\" & Numb";
parent._printer1._writestring /*String*/ ("Total Preventa: $"+parent.__c.NumberFormat2((double)(Double.parseDouble(parent._subs._calculatotalconpromoxrango1 /*String*/ (ba,parent._subs._traecliente /*String*/ (ba)))),(int) (0),(int) (2),(int) (2),parent.__c.False)+_elinefeed);
- //BA.debugLineNum = 3855;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
+ //BA.debugLineNum = 3860;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
parent._printer1._writestring /*String*/ (" "+_elinefeed);
- //BA.debugLineNum = 3856;BA.debugLine="Printer1.WriteString(\"---------------------------";
+ //BA.debugLineNum = 3861;BA.debugLine="Printer1.WriteString(\"---------------------------";
parent._printer1._writestring /*String*/ ("------------------------------------------------"+_elinefeed);
- //BA.debugLineNum = 3857;BA.debugLine="Printer1.WriteString(\"ENTREGA EN :\" & eLINEFEED)";
+ //BA.debugLineNum = 3862;BA.debugLine="Printer1.WriteString(\"ENTREGA EN :\" & eLINEFEED)";
parent._printer1._writestring /*String*/ ("ENTREGA EN :"+_elinefeed);
- //BA.debugLineNum = 3858;BA.debugLine="Printer1.WriteString(la_Calle.Text & eLINEFEED)";
+ //BA.debugLineNum = 3863;BA.debugLine="Printer1.WriteString(la_Calle.Text & eLINEFEED)";
parent._printer1._writestring /*String*/ (parent._la_calle.getText()+_elinefeed);
- //BA.debugLineNum = 3859;BA.debugLine="Printer1.WriteString(\"--------------ESTE TICKET N";
+ //BA.debugLineNum = 3864;BA.debugLine="Printer1.WriteString(\"--------------ESTE TICKET N";
parent._printer1._writestring /*String*/ ("--------------ESTE TICKET NO ES UN--------------"+_elinefeed);
- //BA.debugLineNum = 3860;BA.debugLine="Printer1.WriteString(\"----------COMPROBANTE FISCA";
+ //BA.debugLineNum = 3865;BA.debugLine="Printer1.WriteString(\"----------COMPROBANTE FISCA";
parent._printer1._writestring /*String*/ ("----------COMPROBANTE FISCAL, SOLO ES-----------"+_elinefeed);
- //BA.debugLineNum = 3861;BA.debugLine="Printer1.WriteString(\"------------------INFORMATI";
+ //BA.debugLineNum = 3866;BA.debugLine="Printer1.WriteString(\"------------------INFORMATI";
parent._printer1._writestring /*String*/ ("------------------INFORMATIVO-------------------"+_elinefeed);
- //BA.debugLineNum = 3862;BA.debugLine="Printer1.WriteString(\"---------------------------";
+ //BA.debugLineNum = 3867;BA.debugLine="Printer1.WriteString(\"---------------------------";
parent._printer1._writestring /*String*/ ("------------------------------------------------"+_elinefeed);
- //BA.debugLineNum = 3863;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
+ //BA.debugLineNum = 3868;BA.debugLine="Printer1.WriteString(\" \" & eLINEFEED)";
parent._printer1._writestring /*String*/ (" "+_elinefeed);
- //BA.debugLineNum = 3865;BA.debugLine="Sleep(1000)";
+ //BA.debugLineNum = 3870;BA.debugLine="Sleep(1000)";
parent.__c.Sleep(ba,this,(int) (1000));
this.state = 125;
return;
@@ -16336,11 +16336,11 @@ case 125:
//C
this.state = -1;
;
- //BA.debugLineNum = 3866;BA.debugLine="Printer1.DisConnect";
+ //BA.debugLineNum = 3871;BA.debugLine="Printer1.DisConnect";
parent._printer1._disconnect /*String*/ ();
- //BA.debugLineNum = 3868;BA.debugLine="ProgressDialogHide";
+ //BA.debugLineNum = 3873;BA.debugLine="ProgressDialogHide";
parent.__c.ProgressDialogHide();
- //BA.debugLineNum = 3871;BA.debugLine="End Sub";
+ //BA.debugLineNum = 3876;BA.debugLine="End Sub";
if (true) break;
}
@@ -16349,19 +16349,19 @@ if (true) break;
}
public String _inicializarlocalizacionmejorada() throws Exception{
anywheresoftware.b4j.object.JavaObject _locationmanager = null;
- //BA.debugLineNum = 1511;BA.debugLine="Sub InicializarLocalizacionMejorada";
- //BA.debugLineNum = 1513;BA.debugLine="Dim LocationManager As JavaObject";
+ //BA.debugLineNum = 1516;BA.debugLine="Sub InicializarLocalizacionMejorada";
+ //BA.debugLineNum = 1518;BA.debugLine="Dim LocationManager As JavaObject";
_locationmanager = new anywheresoftware.b4j.object.JavaObject();
- //BA.debugLineNum = 1514;BA.debugLine="LocationManager.InitializeStatic(\"android.locatio";
+ //BA.debugLineNum = 1519;BA.debugLine="LocationManager.InitializeStatic(\"android.locatio";
_locationmanager.InitializeStatic("android.location.LocationManager");
- //BA.debugLineNum = 1516;BA.debugLine="g.Start(0, 0) ' GPS";
+ //BA.debugLineNum = 1521;BA.debugLine="g.Start(0, 0) ' GPS";
_g.Start(ba,(long) (0),(float) (0));
- //BA.debugLineNum = 1518;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1523;BA.debugLine="End Sub";
return "";
}
public String _iniciofin() throws Exception{
- //BA.debugLineNum = 1901;BA.debugLine="Private Sub iniciofin";
- //BA.debugLineNum = 1913;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1906;BA.debugLine="Private Sub iniciofin";
+ //BA.debugLineNum = 1918;BA.debugLine="End Sub";
return "";
}
public Object _initialize(anywheresoftware.b4a.BA _ba) throws Exception{
@@ -16395,9 +16395,9 @@ return;
case 0:
//C
this.state = 1;
- //BA.debugLineNum = 7724;BA.debugLine="Starter.rp.CheckAndRequest(Starter.rp.PERMISSION_";
+ //BA.debugLineNum = 7729;BA.debugLine="Starter.rp.CheckAndRequest(Starter.rp.PERMISSION_";
parent._starter._rp /*anywheresoftware.b4a.objects.RuntimePermissions*/ .CheckAndRequest(ba,parent._starter._rp /*anywheresoftware.b4a.objects.RuntimePermissions*/ .PERMISSION_CAMERA);
- //BA.debugLineNum = 7725;BA.debugLine="Wait For B4XPage_PermissionResult (Permission As";
+ //BA.debugLineNum = 7730;BA.debugLine="Wait For B4XPage_PermissionResult (Permission As";
parent.__c.WaitFor("b4xpage_permissionresult", ba, this, null);
this.state = 7;
return;
@@ -16407,7 +16407,7 @@ this.state = 1;
_permission = (String) result[0];
_resultc = (Boolean) result[1];
;
- //BA.debugLineNum = 7726;BA.debugLine="If resultC Then";
+ //BA.debugLineNum = 7731;BA.debugLine="If resultC Then";
if (true) break;
case 1:
@@ -16422,18 +16422,18 @@ this.state = 5;
case 3:
//C
this.state = 6;
- //BA.debugLineNum = 7727;BA.debugLine="camEx.Initialize(p_cam, frontCamera, Me, \"Camera";
+ //BA.debugLineNum = 7732;BA.debugLine="camEx.Initialize(p_cam, frontCamera, Me, \"Camera";
parent._camex._initialize /*String*/ (ba,parent._p_cam,parent._frontcamera,parent,"Camera1");
- //BA.debugLineNum = 7728;BA.debugLine="frontCamera = camEx.Front";
+ //BA.debugLineNum = 7733;BA.debugLine="frontCamera = camEx.Front";
parent._frontcamera = parent._camex._front /*boolean*/ ;
- //BA.debugLineNum = 7729;BA.debugLine="Log(\"inicializamos Camara\")";
-parent.__c.LogImpl("027394054","inicializamos Camara",0);
+ //BA.debugLineNum = 7734;BA.debugLine="Log(\"inicializamos Camara\")";
+parent.__c.LogImpl("727394054","inicializamos Camara",0);
if (true) break;
case 5:
//C
this.state = 6;
- //BA.debugLineNum = 7731;BA.debugLine="ToastMessageShow(\"No permission Camara!!!\", True";
+ //BA.debugLineNum = 7736;BA.debugLine="ToastMessageShow(\"No permission Camara!!!\", True";
parent.__c.ToastMessageShow(BA.ObjectToCharSequence("No permission Camara!!!"),parent.__c.True);
if (true) break;
@@ -16441,7 +16441,7 @@ case 6:
//C
this.state = -1;
;
- //BA.debugLineNum = 7733;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7738;BA.debugLine="End Sub";
if (true) break;
}
@@ -16460,26 +16460,26 @@ anywheresoftware.b4a.sql.SQL.CursorWrapper _fotomostrar1 = null;
byte[] _fotomostrarfinal = null;
anywheresoftware.b4a.objects.streams.File.InputStreamWrapper _inputstream1 = null;
anywheresoftware.b4a.objects.drawable.CanvasWrapper.BitmapWrapper _bitmap1 = null;
- //BA.debugLineNum = 1947;BA.debugLine="Sub JobDone(Job As HttpJob)";
- //BA.debugLineNum = 1948;BA.debugLine="If Job.Success = False Then";
+ //BA.debugLineNum = 1952;BA.debugLine="Sub JobDone(Job As HttpJob)";
+ //BA.debugLineNum = 1953;BA.debugLine="If Job.Success = False Then";
if (_job._success /*boolean*/ ==__c.False) {
- //BA.debugLineNum = 1950;BA.debugLine="LogColor(\"Error: \" & Job.tag & \" : \" & Subs.pars";
-__c.LogImpl("014942211","Error: "+BA.ObjectToString(_job._tag /*Object*/ )+" : "+_subs._parsehttperror /*String*/ (ba,_job._errormessage /*String*/ ),__c.Colors.Red);
+ //BA.debugLineNum = 1955;BA.debugLine="LogColor(\"Error: \" & Job.tag & \" : \" & Subs.pars";
+__c.LogImpl("714942211","Error: "+BA.ObjectToString(_job._tag /*Object*/ )+" : "+_subs._parsehttperror /*String*/ (ba,_job._errormessage /*String*/ ),__c.Colors.Red);
}else {
- //BA.debugLineNum = 1953;BA.debugLine="LogColor(\"JobDone: '\" & reqManager.HandleJob(Job";
-__c.LogImpl("014942214","JobDone: '"+BA.ObjectToString(_reqmanager._handlejob /*gunav2.keymon.com.mx.dbrequestmanager._dbresult*/ (_job).Tag /*Object*/ )+"' - Registros: "+BA.NumberToString(_reqmanager._handlejob /*gunav2.keymon.com.mx.dbrequestmanager._dbresult*/ (_job).Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),__c.Colors.Green);
- //BA.debugLineNum = 1954;BA.debugLine="If Job.JobName = \"DBRequest\" Then";
+ //BA.debugLineNum = 1958;BA.debugLine="LogColor(\"JobDone: '\" & reqManager.HandleJob(Job";
+__c.LogImpl("714942214","JobDone: '"+BA.ObjectToString(_reqmanager._handlejob /*gunav2.keymon.com.mx.dbrequestmanager._dbresult*/ (_job).Tag /*Object*/ )+"' - Registros: "+BA.NumberToString(_reqmanager._handlejob /*gunav2.keymon.com.mx.dbrequestmanager._dbresult*/ (_job).Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),__c.Colors.Green);
+ //BA.debugLineNum = 1959;BA.debugLine="If Job.JobName = \"DBRequest\" Then";
if ((_job._jobname /*String*/ ).equals("DBRequest")) {
- //BA.debugLineNum = 1955;BA.debugLine="Dim result1 As DBResult = reqManager.HandleJob(";
+ //BA.debugLineNum = 1960;BA.debugLine="Dim result1 As DBResult = reqManager.HandleJob(";
_result1 = _reqmanager._handlejob /*gunav2.keymon.com.mx.dbrequestmanager._dbresult*/ (_job);
- //BA.debugLineNum = 1956;BA.debugLine="If result1.Tag = \"traeGeoPass\" Then 'query tag";
+ //BA.debugLineNum = 1961;BA.debugLine="If result1.Tag = \"traeGeoPass\" Then 'query tag";
if ((_result1.Tag /*Object*/ ).equals((Object)("traeGeoPass"))) {
- //BA.debugLineNum = 1957;BA.debugLine="Log(\"SIN REGISTROS \" & result1.Rows.Size)";
-__c.LogImpl("014942218","SIN REGISTROS "+BA.NumberToString(_result1.Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),0);
- //BA.debugLineNum = 1958;BA.debugLine="If result1.Rows.Size = 0 Then MsgboxAsync(\"Con";
+ //BA.debugLineNum = 1962;BA.debugLine="Log(\"SIN REGISTROS \" & result1.Rows.Size)";
+__c.LogImpl("714942218","SIN REGISTROS "+BA.NumberToString(_result1.Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),0);
+ //BA.debugLineNum = 1963;BA.debugLine="If result1.Rows.Size = 0 Then MsgboxAsync(\"Con";
if (_result1.Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()==0) {
__c.MsgboxAsync(BA.ObjectToCharSequence("Contraseña equivocada, por favor intente de nuevo."),BA.ObjectToCharSequence("ATENCION"),ba);};
- //BA.debugLineNum = 1959;BA.debugLine="For Each records() As Object In result1.Rows";
+ //BA.debugLineNum = 1964;BA.debugLine="For Each records() As Object In result1.Rows";
{
final anywheresoftware.b4a.BA.IterableList group10 = _result1.Rows /*anywheresoftware.b4a.objects.collections.List*/ ;
final int groupLen10 = group10.getSize()
@@ -16487,7 +16487,7 @@ final int groupLen10 = group10.getSize()
;
for (; index10 < groupLen10;index10++){
_records = (Object[])(group10.Get(index10));
- //BA.debugLineNum = 1960;BA.debugLine="For Each k As String In result1.Columns.Keys";
+ //BA.debugLineNum = 1965;BA.debugLine="For Each k As String In result1.Columns.Keys";
{
final anywheresoftware.b4a.BA.IterableList group11 = _result1.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Keys();
final int groupLen11 = group11.getSize()
@@ -16495,50 +16495,50 @@ final int groupLen11 = group11.getSize()
;
for (; index11 < groupLen11;index11++){
_k = BA.ObjectToString(group11.Get(index11));
- //BA.debugLineNum = 1961;BA.debugLine="Log(k & \": \" & records(result1.Columns.Get(k";
-__c.LogImpl("014942222",_k+": "+BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result1.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)(_k))))]),0);
+ //BA.debugLineNum = 1966;BA.debugLine="Log(k & \": \" & records(result1.Columns.Get(k";
+__c.LogImpl("714942222",_k+": "+BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result1.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)(_k))))]),0);
}
};
- //BA.debugLineNum = 1963;BA.debugLine="Private permiso_geoPass As String = \"KO\"";
+ //BA.debugLineNum = 1968;BA.debugLine="Private permiso_geoPass As String = \"KO\"";
_permiso_geopass = "KO";
- //BA.debugLineNum = 1964;BA.debugLine="Log($\"|${result1.Columns.Get(\"'OK'\")}|\"$)";
-__c.LogImpl("014942225",("|"+__c.SmartStringFormatter("",_result1.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("'OK'")))+"|"),0);
- //BA.debugLineNum = 1967;BA.debugLine="permiso_geoPass = result1.Columns.Get(\"'OK'\"";
+ //BA.debugLineNum = 1969;BA.debugLine="Log($\"|${result1.Columns.Get(\"'OK'\")}|\"$)";
+__c.LogImpl("714942225",("|"+__c.SmartStringFormatter("",_result1.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("'OK'")))+"|"),0);
+ //BA.debugLineNum = 1972;BA.debugLine="permiso_geoPass = result1.Columns.Get(\"'OK'\"";
_permiso_geopass = BA.ObjectToString(_result1.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("'OK'")));
- //BA.debugLineNum = 1969;BA.debugLine="If permiso_geoPass = \"OK\" Then";
+ //BA.debugLineNum = 1974;BA.debugLine="If permiso_geoPass = \"OK\" Then";
if ((_permiso_geopass).equals("OK")) {
- //BA.debugLineNum = 1970;BA.debugLine="m_lat = B4XPages.MainPage.lat_gps";
+ //BA.debugLineNum = 1975;BA.debugLine="m_lat = B4XPages.MainPage.lat_gps";
_m_lat = _b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lat_gps /*String*/ ;
- //BA.debugLineNum = 1971;BA.debugLine="m_lon = B4XPages.MainPage.lon_gps";
+ //BA.debugLineNum = 1976;BA.debugLine="m_lon = B4XPages.MainPage.lon_gps";
_m_lon = _b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lon_gps /*String*/ ;
- //BA.debugLineNum = 1972;BA.debugLine="GPS_LocationChanged(Starter.ubicacionActual)";
+ //BA.debugLineNum = 1977;BA.debugLine="GPS_LocationChanged(Starter.ubicacionActual)";
_gps_locationchanged(_starter._ubicacionactual /*anywheresoftware.b4a.gps.LocationWrapper*/ );
- //BA.debugLineNum = 1973;BA.debugLine="skmt.ExecNonQuery($\"update kmt_info3 set CAT";
+ //BA.debugLineNum = 1978;BA.debugLine="skmt.ExecNonQuery($\"update kmt_info3 set CAT";
_skmt.ExecNonQuery(("update kmt_info3 set CAT_CL_LAT = '"+__c.SmartStringFormatter("",(Object)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lat_gps /*String*/ ))+"', CAT_CL_LONG = '"+__c.SmartStringFormatter("",(Object)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lon_gps /*String*/ ))+"' where CAT_CL_CODIGO = '"+__c.SmartStringFormatter("",(Object)(_subs._traecliente /*String*/ (ba)))+"'"));
- //BA.debugLineNum = 1974;BA.debugLine="Dim cmd As DBCommand";
+ //BA.debugLineNum = 1979;BA.debugLine="Dim cmd As DBCommand";
_cmd = new gunav2.keymon.com.mx.dbrequestmanager._dbcommand();
- //BA.debugLineNum = 1975;BA.debugLine="cmd.Initialize";
+ //BA.debugLineNum = 1980;BA.debugLine="cmd.Initialize";
_cmd.Initialize();
- //BA.debugLineNum = 1976;BA.debugLine="cmd.Name = \"delete_geoPass_GUNA\"";
+ //BA.debugLineNum = 1981;BA.debugLine="cmd.Name = \"delete_geoPass_GUNA\"";
_cmd.Name /*String*/ = "delete_geoPass_GUNA";
- //BA.debugLineNum = 1977;BA.debugLine="cmd.Parameters = Array As Object( Subs.traeA";
+ //BA.debugLineNum = 1982;BA.debugLine="cmd.Parameters = Array As Object( Subs.traeA";
_cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_subs._traealmacen /*String*/ (ba)),(Object)(_subs._traeruta /*String*/ (ba))};
- //BA.debugLineNum = 1978;BA.debugLine="reqManager.ExecuteQuery(cmd , 0, \"traeGeoPas";
+ //BA.debugLineNum = 1983;BA.debugLine="reqManager.ExecuteQuery(cmd , 0, \"traeGeoPas";
_reqmanager._executequery /*String*/ (_cmd,(int) (0),(Object)("traeGeoPass"));
}else {
- //BA.debugLineNum = 1980;BA.debugLine="MsgboxAsync(\"Contraseña equivocada, por favo";
+ //BA.debugLineNum = 1985;BA.debugLine="MsgboxAsync(\"Contraseña equivocada, por favo";
__c.MsgboxAsync(BA.ObjectToCharSequence("Contraseña equivocada, por favor intente de nuevo."),BA.ObjectToCharSequence("ATENCION"),ba);
};
}
};
};
- //BA.debugLineNum = 1985;BA.debugLine="If result1.Tag = \"codigoAutorizacion\" Then";
+ //BA.debugLineNum = 1990;BA.debugLine="If result1.Tag = \"codigoAutorizacion\" Then";
if ((_result1.Tag /*Object*/ ).equals((Object)("codigoAutorizacion"))) {
- //BA.debugLineNum = 1986;BA.debugLine="If result1.Rows.Size > 0 Then";
+ //BA.debugLineNum = 1991;BA.debugLine="If result1.Rows.Size > 0 Then";
if (_result1.Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()>0) {
- //BA.debugLineNum = 1987;BA.debugLine="Log(\"Si hay codigo de autorizaion\")";
-__c.LogImpl("014942248","Si hay codigo de autorizaion",0);
- //BA.debugLineNum = 1988;BA.debugLine="For Each records() As Object In result1.Rows";
+ //BA.debugLineNum = 1992;BA.debugLine="Log(\"Si hay codigo de autorizaion\")";
+__c.LogImpl("714942248","Si hay codigo de autorizaion",0);
+ //BA.debugLineNum = 1993;BA.debugLine="For Each records() As Object In result1.Rows";
{
final anywheresoftware.b4a.BA.IterableList group35 = _result1.Rows /*anywheresoftware.b4a.objects.collections.List*/ ;
final int groupLen35 = group35.getSize()
@@ -16546,7 +16546,7 @@ final int groupLen35 = group35.getSize()
;
for (; index35 < groupLen35;index35++){
_records = (Object[])(group35.Get(index35));
- //BA.debugLineNum = 1989;BA.debugLine="For Each k As String In result1.Columns.Keys";
+ //BA.debugLineNum = 1994;BA.debugLine="For Each k As String In result1.Columns.Keys";
{
final anywheresoftware.b4a.BA.IterableList group36 = _result1.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Keys();
final int groupLen36 = group36.getSize()
@@ -16554,70 +16554,70 @@ final int groupLen36 = group36.getSize()
;
for (; index36 < groupLen36;index36++){
_k = BA.ObjectToString(group36.Get(index36));
- //BA.debugLineNum = 1990;BA.debugLine="Log(k & \": \" & records(result1.Columns.Get(";
-__c.LogImpl("014942251",_k+": "+BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result1.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)(_k))))]),0);
+ //BA.debugLineNum = 1995;BA.debugLine="Log(k & \": \" & records(result1.Columns.Get(";
+__c.LogImpl("714942251",_k+": "+BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result1.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)(_k))))]),0);
}
};
}
};
- //BA.debugLineNum = 1993;BA.debugLine="Dim cmd As DBCommand";
+ //BA.debugLineNum = 1998;BA.debugLine="Dim cmd As DBCommand";
_cmd = new gunav2.keymon.com.mx.dbrequestmanager._dbcommand();
- //BA.debugLineNum = 1994;BA.debugLine="cmd.Initialize";
-_cmd.Initialize();
- //BA.debugLineNum = 1995;BA.debugLine="cmd.Name = \"delete_codigoAutorizacion\"";
-_cmd.Name /*String*/ = "delete_codigoAutorizacion";
- //BA.debugLineNum = 1996;BA.debugLine="cmd.Parameters = Array As Object(et_codigoAut";
-_cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_et_codigoautorizacion.getText().trim()),(Object)(_subs._traeruta /*String*/ (ba)),(Object)(_subs._traealmacen /*String*/ (ba))};
- //BA.debugLineNum = 1997;BA.debugLine="reqManager.ExecuteCommand(cmd , \"deleteCodigo";
-_reqmanager._executecommand /*String*/ (_cmd,(Object)("deleteCodigoAutorizacion"));
- //BA.debugLineNum = 1998;BA.debugLine="DateTime.DateFormat = \"YYYY/MM/dd HH:mm:ss\"";
-__c.DateTime.setDateFormat("YYYY/MM/dd HH:mm:ss");
//BA.debugLineNum = 1999;BA.debugLine="cmd.Initialize";
_cmd.Initialize();
- //BA.debugLineNum = 2000;BA.debugLine="cmd.Name = \"update_codigoAutorizacion\"";
+ //BA.debugLineNum = 2000;BA.debugLine="cmd.Name = \"delete_codigoAutorizacion\"";
+_cmd.Name /*String*/ = "delete_codigoAutorizacion";
+ //BA.debugLineNum = 2001;BA.debugLine="cmd.Parameters = Array As Object(et_codigoAut";
+_cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_et_codigoautorizacion.getText().trim()),(Object)(_subs._traeruta /*String*/ (ba)),(Object)(_subs._traealmacen /*String*/ (ba))};
+ //BA.debugLineNum = 2002;BA.debugLine="reqManager.ExecuteCommand(cmd , \"deleteCodigo";
+_reqmanager._executecommand /*String*/ (_cmd,(Object)("deleteCodigoAutorizacion"));
+ //BA.debugLineNum = 2003;BA.debugLine="DateTime.DateFormat = \"YYYY/MM/dd HH:mm:ss\"";
+__c.DateTime.setDateFormat("YYYY/MM/dd HH:mm:ss");
+ //BA.debugLineNum = 2004;BA.debugLine="cmd.Initialize";
+_cmd.Initialize();
+ //BA.debugLineNum = 2005;BA.debugLine="cmd.Name = \"update_codigoAutorizacion\"";
_cmd.Name /*String*/ = "update_codigoAutorizacion";
- //BA.debugLineNum = 2002;BA.debugLine="cmd.Parameters = Array As Object(DateTime.Dat";
+ //BA.debugLineNum = 2007;BA.debugLine="cmd.Parameters = Array As Object(DateTime.Dat";
_cmd.Parameters /*Object[]*/ = new Object[]{(Object)(__c.DateTime.Date(__c.DateTime.getNow())),(Object)(_subs._traeusuariodebd /*String*/ (ba)),(Object)(_et_codigoautorizacion.getText().trim()),(Object)(_subs._traeruta /*String*/ (ba)),(Object)(_subs._traealmacen /*String*/ (ba))};
- //BA.debugLineNum = 2003;BA.debugLine="reqManager.ExecuteCommand(cmd , \"updateCodigo";
+ //BA.debugLineNum = 2008;BA.debugLine="reqManager.ExecuteCommand(cmd , \"updateCodigo";
_reqmanager._executecommand /*String*/ (_cmd,(Object)("updateCodigoAutorizacion"));
- //BA.debugLineNum = 2004;BA.debugLine="Starter.skmt.ExecNonQuery(\"delete from ticket";
+ //BA.debugLineNum = 2009;BA.debugLine="Starter.skmt.ExecNonQuery(\"delete from ticket";
_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("delete from ticket_impreso where idCliente in (select cuenta from cuentaa)");
- //BA.debugLineNum = 2005;BA.debugLine="p_transparenteTicketImpreso.Visible = False";
+ //BA.debugLineNum = 2010;BA.debugLine="p_transparenteTicketImpreso.Visible = False";
_p_transparenteticketimpreso.setVisible(__c.False);
- //BA.debugLineNum = 2006;BA.debugLine="et_codigoAutorizacion.Text = \"\"";
+ //BA.debugLineNum = 2011;BA.debugLine="et_codigoAutorizacion.Text = \"\"";
_et_codigoautorizacion.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 2007;BA.debugLine="teclado.HideKeyboard";
+ //BA.debugLineNum = 2012;BA.debugLine="teclado.HideKeyboard";
_teclado.HideKeyboard(ba);
- //BA.debugLineNum = 2008;BA.debugLine="Starter.skmt.ExecNonQuery(\"Update kmt_info3 s";
+ //BA.debugLineNum = 2013;BA.debugLine="Starter.skmt.ExecNonQuery(\"Update kmt_info3 s";
_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("Update kmt_info3 set CONFIRMADO = 0 WHERE CAT_CL_CODIGO IN (SELECT CUENTA FROM CUENTAA)");
- //BA.debugLineNum = 2009;BA.debugLine="Starter.skmt.ExecNonQuery(\"Update CODIGOS_CRE";
+ //BA.debugLineNum = 2014;BA.debugLine="Starter.skmt.ExecNonQuery(\"Update CODIGOS_CRE";
_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("Update CODIGOS_CREDITO set BANDERA = 0 WHERE CLIENTE IN (SELECT CUENTA FROM CUENTAA)");
- //BA.debugLineNum = 2010;BA.debugLine="ToastMessageShow(\"Listo, ya se puede modifica";
+ //BA.debugLineNum = 2015;BA.debugLine="ToastMessageShow(\"Listo, ya se puede modifica";
__c.ToastMessageShow(BA.ObjectToCharSequence("Listo, ya se puede modificar la venta."),__c.True);
}else {
- //BA.debugLineNum = 2012;BA.debugLine="ToastMessageShow(\"El codigo es incorrecto, po";
+ //BA.debugLineNum = 2017;BA.debugLine="ToastMessageShow(\"El codigo es incorrecto, po";
__c.ToastMessageShow(BA.ObjectToCharSequence("El codigo es incorrecto, por favor revise y vuelva a intentar!!"),__c.True);
};
};
- //BA.debugLineNum = 2015;BA.debugLine="If result1.Tag = \"delete_codigoAutorizacion\" Th";
+ //BA.debugLineNum = 2020;BA.debugLine="If result1.Tag = \"delete_codigoAutorizacion\" Th";
if ((_result1.Tag /*Object*/ ).equals((Object)("delete_codigoAutorizacion"))) {
- //BA.debugLineNum = 2016;BA.debugLine="Log(\"Codigo Borrado!!\")";
-__c.LogImpl("014942277","Codigo Borrado!!",0);
+ //BA.debugLineNum = 2021;BA.debugLine="Log(\"Codigo Borrado!!\")";
+__c.LogImpl("714942277","Codigo Borrado!!",0);
};
- //BA.debugLineNum = 2018;BA.debugLine="If result1.Tag = \"updateCodigoAutorizacion\" The";
+ //BA.debugLineNum = 2023;BA.debugLine="If result1.Tag = \"updateCodigoAutorizacion\" The";
if ((_result1.Tag /*Object*/ ).equals((Object)("updateCodigoAutorizacion"))) {
- //BA.debugLineNum = 2019;BA.debugLine="Log(\"Codigo Actualizado\")";
-__c.LogImpl("014942280","Codigo Actualizado",0);
+ //BA.debugLineNum = 2024;BA.debugLine="Log(\"Codigo Actualizado\")";
+__c.LogImpl("714942280","Codigo Actualizado",0);
};
- //BA.debugLineNum = 2021;BA.debugLine="If result1.Tag = \"insertEnvioTicketPDF\" Then";
+ //BA.debugLineNum = 2026;BA.debugLine="If result1.Tag = \"insertEnvioTicketPDF\" Then";
if ((_result1.Tag /*Object*/ ).equals((Object)("insertEnvioTicketPDF"))) {
- //BA.debugLineNum = 2022;BA.debugLine="Log(\"Información de ticket enviada a web!!\")";
-__c.LogImpl("014942283","Información de ticket enviada a web!!",0);
+ //BA.debugLineNum = 2027;BA.debugLine="Log(\"Información de ticket enviada a web!!\")";
+__c.LogImpl("714942283","Información de ticket enviada a web!!",0);
};
};
- //BA.debugLineNum = 2044;BA.debugLine="If result1.Tag = \"kmt_datos_foto\" Then 'query ta";
+ //BA.debugLineNum = 2049;BA.debugLine="If result1.Tag = \"kmt_datos_foto\" Then 'query ta";
if ((_result1.Tag /*Object*/ ).equals((Object)("kmt_datos_foto"))) {
- //BA.debugLineNum = 2045;BA.debugLine="For Each records() As Object In result1.Rows";
+ //BA.debugLineNum = 2050;BA.debugLine="For Each records() As Object In result1.Rows";
{
final anywheresoftware.b4a.BA.IterableList group72 = _result1.Rows /*anywheresoftware.b4a.objects.collections.List*/ ;
final int groupLen72 = group72.getSize()
@@ -16625,70 +16625,70 @@ final int groupLen72 = group72.getSize()
;
for (; index72 < groupLen72;index72++){
_records = (Object[])(group72.Get(index72));
- //BA.debugLineNum = 2046;BA.debugLine="Dim CAT_CL_FOTO() As Byte = records(result1.Co";
+ //BA.debugLineNum = 2051;BA.debugLine="Dim CAT_CL_FOTO() As Byte = records(result1.Co";
_cat_cl_foto = (byte[])(_records[(int)(BA.ObjectToNumber(_result1.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_CL_FOTO"))))]);
}
};
- //BA.debugLineNum = 2048;BA.debugLine="Log(\"si paso\")";
-__c.LogImpl("014942309","si paso",0);
- //BA.debugLineNum = 2049;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDATE km";
+ //BA.debugLineNum = 2053;BA.debugLine="Log(\"si paso\")";
+__c.LogImpl("714942309","si paso",0);
+ //BA.debugLineNum = 2054;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDATE km";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("UPDATE kmt_info3 SET foto = (?) WHERE CAT_CL_CODIGO IN (SELECT CUENTA FROM CUENTAA)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_cat_cl_foto)}));
- //BA.debugLineNum = 2051;BA.debugLine="Dim fotomostrar As Cursor = Starter.skmt.ExecQu";
+ //BA.debugLineNum = 2056;BA.debugLine="Dim fotomostrar As Cursor = Starter.skmt.ExecQu";
_fotomostrar = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_fotomostrar = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("SELECT foto FROM kmt_info3 where CAT_CL_CODIGO IN (SELECT CUENTA FROM CUENTAA)")));
- //BA.debugLineNum = 2052;BA.debugLine="If fotomostrar.RowCount > 0 Then";
+ //BA.debugLineNum = 2057;BA.debugLine="If fotomostrar.RowCount > 0 Then";
if (_fotomostrar.getRowCount()>0) {
- //BA.debugLineNum = 2053;BA.debugLine="Dim fotomostrar1 As Cursor = Starter.skmt.Exec";
+ //BA.debugLineNum = 2058;BA.debugLine="Dim fotomostrar1 As Cursor = Starter.skmt.Exec";
_fotomostrar1 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_fotomostrar1 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("SELECT foto FROM kmt_info3 where CAT_CL_CODIGO IN (SELECT CUENTA FROM CUENTAA) AND foto IS NULL")));
- //BA.debugLineNum = 2054;BA.debugLine="If fotomostrar1.RowCount > 0 Then";
+ //BA.debugLineNum = 2059;BA.debugLine="If fotomostrar1.RowCount > 0 Then";
if (_fotomostrar1.getRowCount()>0) {
- //BA.debugLineNum = 2055;BA.debugLine="ImageView4.Bitmap = LoadBitmap(File.DirAssets";
+ //BA.debugLineNum = 2060;BA.debugLine="ImageView4.Bitmap = LoadBitmap(File.DirAssets";
_imageview4.setBitmap((android.graphics.Bitmap)(__c.LoadBitmap(__c.File.getDirAssets(),"images.png").getObject()));
- //BA.debugLineNum = 2056;BA.debugLine="Log(\"aqui no hay foto\")";
-__c.LogImpl("014942317","aqui no hay foto",0);
+ //BA.debugLineNum = 2061;BA.debugLine="Log(\"aqui no hay foto\")";
+__c.LogImpl("714942317","aqui no hay foto",0);
}else {
- //BA.debugLineNum = 2058;BA.debugLine="fotomostrar.Position = 0";
+ //BA.debugLineNum = 2063;BA.debugLine="fotomostrar.Position = 0";
_fotomostrar.setPosition((int) (0));
- //BA.debugLineNum = 2059;BA.debugLine="Private fotomostrarfinal() As Byte = fotomost";
+ //BA.debugLineNum = 2064;BA.debugLine="Private fotomostrarfinal() As Byte = fotomost";
_fotomostrarfinal = _fotomostrar.GetBlob("foto");
- //BA.debugLineNum = 2060;BA.debugLine="Dim InputStream1 As InputStream";
+ //BA.debugLineNum = 2065;BA.debugLine="Dim InputStream1 As InputStream";
_inputstream1 = new anywheresoftware.b4a.objects.streams.File.InputStreamWrapper();
- //BA.debugLineNum = 2061;BA.debugLine="InputStream1.InitializeFromBytesArray(fotomos";
+ //BA.debugLineNum = 2066;BA.debugLine="InputStream1.InitializeFromBytesArray(fotomos";
_inputstream1.InitializeFromBytesArray(_fotomostrarfinal,(int) (0),_fotomostrarfinal.length);
- //BA.debugLineNum = 2062;BA.debugLine="Dim Bitmap1 As Bitmap";
+ //BA.debugLineNum = 2067;BA.debugLine="Dim Bitmap1 As Bitmap";
_bitmap1 = new anywheresoftware.b4a.objects.drawable.CanvasWrapper.BitmapWrapper();
- //BA.debugLineNum = 2063;BA.debugLine="Bitmap1.Initialize2(InputStream1)";
+ //BA.debugLineNum = 2068;BA.debugLine="Bitmap1.Initialize2(InputStream1)";
_bitmap1.Initialize2((java.io.InputStream)(_inputstream1.getObject()));
- //BA.debugLineNum = 2064;BA.debugLine="InputStream1.Close";
+ //BA.debugLineNum = 2069;BA.debugLine="InputStream1.Close";
_inputstream1.Close();
- //BA.debugLineNum = 2065;BA.debugLine="ImageView4.Bitmap = Bitmap1";
+ //BA.debugLineNum = 2070;BA.debugLine="ImageView4.Bitmap = Bitmap1";
_imageview4.setBitmap((android.graphics.Bitmap)(_bitmap1.getObject()));
- //BA.debugLineNum = 2066;BA.debugLine="Log(\"aqui si hay foto\")";
-__c.LogImpl("014942327","aqui si hay foto",0);
+ //BA.debugLineNum = 2071;BA.debugLine="Log(\"aqui si hay foto\")";
+__c.LogImpl("714942327","aqui si hay foto",0);
};
};
};
};
- //BA.debugLineNum = 2071;BA.debugLine="Job.Release";
+ //BA.debugLineNum = 2076;BA.debugLine="Job.Release";
_job._release /*String*/ ();
- //BA.debugLineNum = 2072;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2077;BA.debugLine="End Sub";
return "";
}
public String _l_atiende_longclick() throws Exception{
- //BA.debugLineNum = 7952;BA.debugLine="Private Sub l_atiende_LongClick";
- //BA.debugLineNum = 7953;BA.debugLine="p_atiende.Height = Root.Height";
+ //BA.debugLineNum = 7957;BA.debugLine="Private Sub l_atiende_LongClick";
+ //BA.debugLineNum = 7958;BA.debugLine="p_atiende.Height = Root.Height";
_p_atiende.setHeight(_root.getHeight());
- //BA.debugLineNum = 7954;BA.debugLine="p_atiende.Width = Root.Width";
+ //BA.debugLineNum = 7959;BA.debugLine="p_atiende.Width = Root.Width";
_p_atiende.setWidth(_root.getWidth());
- //BA.debugLineNum = 7955;BA.debugLine="p_atiende.Visible = True";
+ //BA.debugLineNum = 7960;BA.debugLine="p_atiende.Visible = True";
_p_atiende.setVisible(__c.True);
- //BA.debugLineNum = 7956;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7961;BA.debugLine="End Sub";
return "";
}
public String _l_chk_e_click() throws Exception{
- //BA.debugLineNum = 6533;BA.debugLine="Private Sub l_chk_e_Click";
- //BA.debugLineNum = 6535;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6538;BA.debugLine="Private Sub l_chk_e_Click";
+ //BA.debugLineNum = 6540;BA.debugLine="End Sub";
return "";
}
public String _l_limite_click() throws Exception{
@@ -16698,281 +16698,281 @@ String _fechainicio = "";
long _ticksinicio = 0L;
long _tickshoy = 0L;
int _diferenciadias = 0;
- //BA.debugLineNum = 7853;BA.debugLine="Private Sub l_limite_Click";
- //BA.debugLineNum = 7856;BA.debugLine="Dim pagarepen As Cursor = B4XPages.MainPage.skmt.";
+ //BA.debugLineNum = 7858;BA.debugLine="Private Sub l_limite_Click";
+ //BA.debugLineNum = 7861;BA.debugLine="Dim pagarepen As Cursor = B4XPages.MainPage.skmt.";
_pagarepen = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_pagarepen = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select FECHA, SALDO_PENDIENTE FROM ABONOSP WHERE CLIENTE IN (SELECT CUENTA FROM CUENTAA)")));
- //BA.debugLineNum = 7857;BA.debugLine="If pagarepen.RowCount > 0 Then";
+ //BA.debugLineNum = 7862;BA.debugLine="If pagarepen.RowCount > 0 Then";
if (_pagarepen.getRowCount()>0) {
- //BA.debugLineNum = 7858;BA.debugLine="Dim cs As CSBuilder";
+ //BA.debugLineNum = 7863;BA.debugLine="Dim cs As CSBuilder";
_cs = new anywheresoftware.b4a.objects.CSBuilder();
- //BA.debugLineNum = 7859;BA.debugLine="cs.Initialize";
+ //BA.debugLineNum = 7864;BA.debugLine="cs.Initialize";
_cs.Initialize();
- //BA.debugLineNum = 7860;BA.debugLine="p_deuda.Visible = True";
+ //BA.debugLineNum = 7865;BA.debugLine="p_deuda.Visible = True";
_p_deuda.setVisible(__c.True);
- //BA.debugLineNum = 7861;BA.debugLine="p_deuda.Width = Root.Width";
+ //BA.debugLineNum = 7866;BA.debugLine="p_deuda.Width = Root.Width";
_p_deuda.setWidth(_root.getWidth());
- //BA.debugLineNum = 7862;BA.debugLine="p_deuda.Height = Root.Height";
+ //BA.debugLineNum = 7867;BA.debugLine="p_deuda.Height = Root.Height";
_p_deuda.setHeight(_root.getHeight());
- //BA.debugLineNum = 7864;BA.debugLine="pagarepen.Position = 0";
+ //BA.debugLineNum = 7869;BA.debugLine="pagarepen.Position = 0";
_pagarepen.setPosition((int) (0));
- //BA.debugLineNum = 7865;BA.debugLine="DateTime.DateFormat=\"dd/MM/yyyy\"";
+ //BA.debugLineNum = 7870;BA.debugLine="DateTime.DateFormat=\"dd/MM/yyyy\"";
__c.DateTime.setDateFormat("dd/MM/yyyy");
- //BA.debugLineNum = 7866;BA.debugLine="Dim FechaInicio As String = pagarepen.GetString(";
+ //BA.debugLineNum = 7871;BA.debugLine="Dim FechaInicio As String = pagarepen.GetString(";
_fechainicio = _pagarepen.GetString("FECHA");
- //BA.debugLineNum = 7868;BA.debugLine="Log(pagarepen.GetString(\"FECHA\"))";
-__c.LogImpl("027983887",_pagarepen.GetString("FECHA"),0);
- //BA.debugLineNum = 7871;BA.debugLine="Dim TicksInicio As Long = DateTime.DateParse(Fec";
+ //BA.debugLineNum = 7873;BA.debugLine="Log(pagarepen.GetString(\"FECHA\"))";
+__c.LogImpl("727983887",_pagarepen.GetString("FECHA"),0);
+ //BA.debugLineNum = 7876;BA.debugLine="Dim TicksInicio As Long = DateTime.DateParse(Fec";
_ticksinicio = __c.DateTime.DateParse(_fechainicio);
- //BA.debugLineNum = 7872;BA.debugLine="Dim TicksHoy As Long = DateTime.DateParse(DateTi";
+ //BA.debugLineNum = 7877;BA.debugLine="Dim TicksHoy As Long = DateTime.DateParse(DateTi";
_tickshoy = __c.DateTime.DateParse(__c.DateTime.Date(__c.DateTime.getNow()));
- //BA.debugLineNum = 7875;BA.debugLine="Dim DiferenciaDias As Int = (TicksHoy - TicksIni";
+ //BA.debugLineNum = 7880;BA.debugLine="Dim DiferenciaDias As Int = (TicksHoy - TicksIni";
_diferenciadias = (int) ((_tickshoy-_ticksinicio)/(double)__c.DateTime.TicksPerDay);
- //BA.debugLineNum = 7878;BA.debugLine="Log($\"Días transcurridos: ${DiferenciaDias}\"$)";
-__c.LogImpl("027983897",("Días transcurridos: "+__c.SmartStringFormatter("",(Object)(_diferenciadias))+""),0);
- //BA.debugLineNum = 7880;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select IFNUL";
+ //BA.debugLineNum = 7883;BA.debugLine="Log($\"Días transcurridos: ${DiferenciaDias}\"$)";
+__c.LogImpl("727983897",("Días transcurridos: "+__c.SmartStringFormatter("",(Object)(_diferenciadias))+""),0);
+ //BA.debugLineNum = 7885;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select IFNUL";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(CAT_CL_DIASCREDITO,0) AS CAT_CL_DIASCREDITO from kmt_info3 where CAT_CL_CODIGO In (Select cuenta from cuentaa)")));
- //BA.debugLineNum = 7881;BA.debugLine="c.Position = 0";
+ //BA.debugLineNum = 7886;BA.debugLine="c.Position = 0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 7883;BA.debugLine="If DiferenciaDias <= c.GetInt(\"CAT_CL_DIASCREDIT";
+ //BA.debugLineNum = 7888;BA.debugLine="If DiferenciaDias <= c.GetInt(\"CAT_CL_DIASCREDIT";
if (_diferenciadias<=_c.GetInt("CAT_CL_DIASCREDITO")+8) {
- //BA.debugLineNum = 7887;BA.debugLine="l_deuda.Text = cs.Color(Colors.Black).Append(\"M";
+ //BA.debugLineNum = 7892;BA.debugLine="l_deuda.Text = cs.Color(Colors.Black).Append(\"M";
_l_deuda.setText(BA.ObjectToCharSequence(_cs.Color(__c.Colors.Black).Append(BA.ObjectToCharSequence("Monto de la deuda:"+__c.CRLF+__c.CRLF)).Pop().Size((int) (18)).Color(__c.Colors.RGB((int) (48),(int) (109),(int) (0))).Append(BA.ObjectToCharSequence("$ "+_pagarepen.GetString("SALDO_PENDIENTE"))).PopAll().getObject()));
}else if(_diferenciadias>_c.GetInt("CAT_CL_DIASCREDITO")+8) {
- //BA.debugLineNum = 7890;BA.debugLine="l_deuda.Text = cs.Color(Colors.Black).Append(\"M";
+ //BA.debugLineNum = 7895;BA.debugLine="l_deuda.Text = cs.Color(Colors.Black).Append(\"M";
_l_deuda.setText(BA.ObjectToCharSequence(_cs.Color(__c.Colors.Black).Append(BA.ObjectToCharSequence("Monto de la deuda:"+__c.CRLF+__c.CRLF)).Pop().Color(__c.Colors.Red).Size((int) (18)).Append(BA.ObjectToCharSequence("$ "+_pagarepen.GetString("SALDO_PENDIENTE")+__c.CRLF+__c.CRLF)).Pop().Size((int) (14)).Color(__c.Colors.Black).Append(BA.ObjectToCharSequence("Dias de atraso:"+__c.CRLF+__c.CRLF)).Pop().Size((int) (18)).Color(__c.Colors.Red).Append(BA.ObjectToCharSequence((_diferenciadias-(_c.GetInt("CAT_CL_DIASCREDITO")+1)))).PopAll().getObject()));
};
}else {
- //BA.debugLineNum = 7893;BA.debugLine="p_deuda.Visible = True";
+ //BA.debugLineNum = 7898;BA.debugLine="p_deuda.Visible = True";
_p_deuda.setVisible(__c.True);
- //BA.debugLineNum = 7895;BA.debugLine="p_deuda.Width = Root.Width";
+ //BA.debugLineNum = 7900;BA.debugLine="p_deuda.Width = Root.Width";
_p_deuda.setWidth(_root.getWidth());
- //BA.debugLineNum = 7896;BA.debugLine="p_deuda.Height = Root.Height";
+ //BA.debugLineNum = 7901;BA.debugLine="p_deuda.Height = Root.Height";
_p_deuda.setHeight(_root.getHeight());
- //BA.debugLineNum = 7898;BA.debugLine="l_deuda.Text = \"No tiene adeudo\"";
+ //BA.debugLineNum = 7903;BA.debugLine="l_deuda.Text = \"No tiene adeudo\"";
_l_deuda.setText(BA.ObjectToCharSequence("No tiene adeudo"));
};
- //BA.debugLineNum = 7901;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7906;BA.debugLine="End Sub";
return "";
}
public String _la_geo_click() throws Exception{
- //BA.debugLineNum = 6746;BA.debugLine="Private Sub LA_GEO_Click";
- //BA.debugLineNum = 6747;BA.debugLine="Log(geoCont)";
-__c.LogImpl("025427969",BA.NumberToString(_geocont),0);
- //BA.debugLineNum = 6748;BA.debugLine="If geoCont = 3 Then";
+ //BA.debugLineNum = 6751;BA.debugLine="Private Sub LA_GEO_Click";
+ //BA.debugLineNum = 6752;BA.debugLine="Log(geoCont)";
+__c.LogImpl("725427969",BA.NumberToString(_geocont),0);
+ //BA.debugLineNum = 6753;BA.debugLine="If geoCont = 3 Then";
if (_geocont==3) {
- //BA.debugLineNum = 6749;BA.debugLine="Subs.centraPanel(p_pideGeoPass, Root.Width)";
+ //BA.debugLineNum = 6754;BA.debugLine="Subs.centraPanel(p_pideGeoPass, Root.Width)";
_subs._centrapanel /*String*/ (ba,_p_pidegeopass,_root.getWidth());
- //BA.debugLineNum = 6750;BA.debugLine="geoCont = 0";
+ //BA.debugLineNum = 6755;BA.debugLine="geoCont = 0";
_geocont = (int) (0);
- //BA.debugLineNum = 6751;BA.debugLine="If distance > 99 Then";
+ //BA.debugLineNum = 6756;BA.debugLine="If distance > 99 Then";
if (_distance>99) {
- //BA.debugLineNum = 6752;BA.debugLine="p_pideGeoPass.BringToFront";
+ //BA.debugLineNum = 6757;BA.debugLine="p_pideGeoPass.BringToFront";
_p_pidegeopass.BringToFront();
- //BA.debugLineNum = 6753;BA.debugLine="et_geopass.RequestFocus";
+ //BA.debugLineNum = 6758;BA.debugLine="et_geopass.RequestFocus";
_et_geopass.RequestFocus();
- //BA.debugLineNum = 6754;BA.debugLine="p_pideGeoPass.Visible = True";
+ //BA.debugLineNum = 6759;BA.debugLine="p_pideGeoPass.Visible = True";
_p_pidegeopass.setVisible(__c.True);
};
};
- //BA.debugLineNum = 6757;BA.debugLine="geoCont = geoCont + 1";
+ //BA.debugLineNum = 6762;BA.debugLine="geoCont = geoCont + 1";
_geocont = (int) (_geocont+1);
- //BA.debugLineNum = 6758;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6763;BA.debugLine="End Sub";
return "";
}
public String _la_geo_longclick() throws Exception{
- //BA.debugLineNum = 1940;BA.debugLine="Private Sub LA_GEO_LongClick";
- //BA.debugLineNum = 1945;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1945;BA.debugLine="Private Sub LA_GEO_LongClick";
+ //BA.debugLineNum = 1950;BA.debugLine="End Sub";
return "";
}
public String _la_gps_click() throws Exception{
- //BA.debugLineNum = 1453;BA.debugLine="Private Sub LA_GPS_Click";
- //BA.debugLineNum = 1455;BA.debugLine="MejorarPrecisionGPS";
+ //BA.debugLineNum = 1458;BA.debugLine="Private Sub LA_GPS_Click";
+ //BA.debugLineNum = 1460;BA.debugLine="MejorarPrecisionGPS";
_mejorarprecisiongps();
- //BA.debugLineNum = 1457;BA.debugLine="ToastMessageShow(\"Mejorando precisión GPS...\", Fa";
+ //BA.debugLineNum = 1462;BA.debugLine="ToastMessageShow(\"Mejorando precisión GPS...\", Fa";
__c.ToastMessageShow(BA.ObjectToCharSequence("Mejorando precisión GPS..."),__c.False);
- //BA.debugLineNum = 1458;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1463;BA.debugLine="End Sub";
return "";
}
public String _label19_click() throws Exception{
String _numerotel = "";
anywheresoftware.b4a.objects.IntentWrapper _intent1 = null;
- //BA.debugLineNum = 7696;BA.debugLine="Private Sub Label19_Click";
- //BA.debugLineNum = 7697;BA.debugLine="Dim numeroTel As String = Label19.Text";
+ //BA.debugLineNum = 7701;BA.debugLine="Private Sub Label19_Click";
+ //BA.debugLineNum = 7702;BA.debugLine="Dim numeroTel As String = Label19.Text";
_numerotel = _label19.getText();
- //BA.debugLineNum = 7699;BA.debugLine="numeroTel = numeroTel.Replace(\" \", \"\").Replace(\"-";
+ //BA.debugLineNum = 7704;BA.debugLine="numeroTel = numeroTel.Replace(\" \", \"\").Replace(\"-";
_numerotel = _numerotel.replace(" ","").replace("-","").replace("(","").replace(")","");
- //BA.debugLineNum = 7701;BA.debugLine="If numeroTel.Length > 0 Then";
+ //BA.debugLineNum = 7706;BA.debugLine="If numeroTel.Length > 0 Then";
if (_numerotel.length()>0) {
- //BA.debugLineNum = 7702;BA.debugLine="Dim Intent1 As Intent";
+ //BA.debugLineNum = 7707;BA.debugLine="Dim Intent1 As Intent";
_intent1 = new anywheresoftware.b4a.objects.IntentWrapper();
- //BA.debugLineNum = 7703;BA.debugLine="Intent1.Initialize(\"android.intent.action.DIAL\",";
+ //BA.debugLineNum = 7708;BA.debugLine="Intent1.Initialize(\"android.intent.action.DIAL\",";
_intent1.Initialize("android.intent.action.DIAL","tel:"+_numerotel);
- //BA.debugLineNum = 7704;BA.debugLine="StartActivity(Intent1)";
+ //BA.debugLineNum = 7709;BA.debugLine="StartActivity(Intent1)";
__c.StartActivity(ba,(Object)(_intent1.getObject()));
}else {
- //BA.debugLineNum = 7706;BA.debugLine="ToastMessageShow(\"Número no válido\", False)";
+ //BA.debugLineNum = 7711;BA.debugLine="ToastMessageShow(\"Número no válido\", False)";
__c.ToastMessageShow(BA.ObjectToCharSequence("Número no válido"),__c.False);
};
- //BA.debugLineNum = 7709;BA.debugLine="Return True";
+ //BA.debugLineNum = 7714;BA.debugLine="Return True";
if (true) return BA.ObjectToString(__c.True);
- //BA.debugLineNum = 7710;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7715;BA.debugLine="End Sub";
return "";
}
public String _label19_longclick() throws Exception{
- //BA.debugLineNum = 7997;BA.debugLine="Private Sub Label19_LongClick";
- //BA.debugLineNum = 7998;BA.debugLine="p_telefono.Height = Root.Height";
+ //BA.debugLineNum = 8002;BA.debugLine="Private Sub Label19_LongClick";
+ //BA.debugLineNum = 8003;BA.debugLine="p_telefono.Height = Root.Height";
_p_telefono.setHeight(_root.getHeight());
- //BA.debugLineNum = 7999;BA.debugLine="p_telefono.Width = Root.Width";
+ //BA.debugLineNum = 8004;BA.debugLine="p_telefono.Width = Root.Width";
_p_telefono.setWidth(_root.getWidth());
- //BA.debugLineNum = 8000;BA.debugLine="p_telefono.Visible = True";
+ //BA.debugLineNum = 8005;BA.debugLine="p_telefono.Visible = True";
_p_telefono.setVisible(__c.True);
- //BA.debugLineNum = 8003;BA.debugLine="End Sub";
+ //BA.debugLineNum = 8008;BA.debugLine="End Sub";
return "";
}
public String _listview1_itemlongclick(int _position,Object _value) throws Exception{
- //BA.debugLineNum = 2074;BA.debugLine="Sub ListView1_ItemLongClick (Position As Int, Valu";
- //BA.debugLineNum = 2076;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2079;BA.debugLine="Sub ListView1_ItemLongClick (Position As Int, Valu";
+ //BA.debugLineNum = 2081;BA.debugLine="End Sub";
return "";
}
-public String _mandap() throws Exception{
+public String _mandapedido() throws Exception{
anywheresoftware.b4a.sql.SQL.CursorWrapper _d = null;
int _i = 0;
gunav2.keymon.com.mx.dbrequestmanager._dbcommand _cmd = null;
- //BA.debugLineNum = 3531;BA.debugLine="Sub Mandap";
- //BA.debugLineNum = 3533;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery2(\"SELECT PE_CE";
+ //BA.debugLineNum = 3536;BA.debugLine="Sub Mandapedido";
+ //BA.debugLineNum = 3538;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery2(\"SELECT PE_CE";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT PE_CEDIS,PE_COSTO_TOT,PE_COSTOU,PE_CANT,PE_PRONOMBRE,PE_PROID,PE_CLIENTE,PE_FECHA,PE_USUARIO, PE_COSTO_SIN, PE_RUTA, PE_DESC, PE_FOLIO FROM PEDIDO WHERE (PE_RECALCULO = ? or PE_RECALCULO = ? or PE_RECALCULO IS NULL)",new String[]{"","null"})));
- //BA.debugLineNum = 3534;BA.debugLine="Dim d As Cursor=B4XPages.MainPage.skmt.ExecQuery(";
+ //BA.debugLineNum = 3539;BA.debugLine="Dim d As Cursor=B4XPages.MainPage.skmt.ExecQuery(";
_d = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_d = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("SELECT COUNT(*) as CUANTOS_PEDIDO FROM PEDIDO")));
- //BA.debugLineNum = 3535;BA.debugLine="If c.RowCount>0 Then";
+ //BA.debugLineNum = 3540;BA.debugLine="If c.RowCount>0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 3536;BA.debugLine="For i=0 To c.RowCount -1";
+ //BA.debugLineNum = 3541;BA.debugLine="For i=0 To c.RowCount -1";
{
final int step4 = 1;
final int limit4 = (int) (_c.getRowCount()-1);
_i = (int) (0) ;
for (;_i <= limit4 ;_i = _i + step4 ) {
- //BA.debugLineNum = 3537;BA.debugLine="c.Position=i";
+ //BA.debugLineNum = 3542;BA.debugLine="c.Position=i";
_c.setPosition(_i);
- //BA.debugLineNum = 3538;BA.debugLine="Dim cmd As DBCommand";
+ //BA.debugLineNum = 3543;BA.debugLine="Dim cmd As DBCommand";
_cmd = new gunav2.keymon.com.mx.dbrequestmanager._dbcommand();
- //BA.debugLineNum = 3539;BA.debugLine="cmd.Initialize";
+ //BA.debugLineNum = 3544;BA.debugLine="cmd.Initialize";
_cmd.Initialize();
- //BA.debugLineNum = 3540;BA.debugLine="cmd.Name = \"insert_pedido_GV2\"";
+ //BA.debugLineNum = 3545;BA.debugLine="cmd.Name = \"insert_pedido_GV2\"";
_cmd.Name /*String*/ = "insert_pedido_GV2";
- //BA.debugLineNum = 3541;BA.debugLine="cmd.Parameters = Array As Object(C.GetString(\"P";
+ //BA.debugLineNum = 3546;BA.debugLine="cmd.Parameters = Array As Object(C.GetString(\"P";
_cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_c.GetString("PE_CEDIS")),(Object)(_almacen),(Object)(_c.GetString("PE_COSTO_TOT")),(Object)(_c.GetString("PE_COSTOU")),(Object)(_c.GetString("PE_CANT")),(Object)(_c.GetString("PE_PRONOMBRE")),(Object)(_c.GetString("PE_PROID")),(Object)(_c.GetString("PE_CLIENTE")),(Object)(_c.GetString("PE_FECHA")),(Object)(_c.GetString("PE_USUARIO")),(Object)(_c.GetString("PE_RUTA")),(Object)(_c.GetString("PE_COSTO_SIN")),(Object)(_c.GetString("PE_DESC")),(Object)(_c.GetString("PE_FOLIO"))};
- //BA.debugLineNum = 3542;BA.debugLine="B4XPages.MainPage.reqManager.ExecuteCommand(cmd";
+ //BA.debugLineNum = 3547;BA.debugLine="B4XPages.MainPage.reqManager.ExecuteCommand(cmd";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._reqmanager /*gunav2.keymon.com.mx.dbrequestmanager*/ ._executecommand /*String*/ (_cmd,(Object)("ins_pedido"));
}
};
};
- //BA.debugLineNum = 3545;BA.debugLine="c.Close";
+ //BA.debugLineNum = 3550;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 3546;BA.debugLine="d.Position=0";
+ //BA.debugLineNum = 3551;BA.debugLine="d.Position=0";
_d.setPosition((int) (0));
- //BA.debugLineNum = 3549;BA.debugLine="d.Close";
+ //BA.debugLineNum = 3554;BA.debugLine="d.Close";
_d.Close();
- //BA.debugLineNum = 3553;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"Select * from";
+ //BA.debugLineNum = 3558;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"Select * from";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("Select * from CODIGOS_CREDITO where BANDERA = 1")));
- //BA.debugLineNum = 3554;BA.debugLine="If c.RowCount>0 Then";
+ //BA.debugLineNum = 3559;BA.debugLine="If c.RowCount>0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 3555;BA.debugLine="For i=0 To c.RowCount -1";
+ //BA.debugLineNum = 3560;BA.debugLine="For i=0 To c.RowCount -1";
{
final int step18 = 1;
final int limit18 = (int) (_c.getRowCount()-1);
_i = (int) (0) ;
for (;_i <= limit18 ;_i = _i + step18 ) {
- //BA.debugLineNum = 3556;BA.debugLine="c.Position=i";
+ //BA.debugLineNum = 3561;BA.debugLine="c.Position=i";
_c.setPosition(_i);
- //BA.debugLineNum = 3557;BA.debugLine="Dim cmd As DBCommand";
+ //BA.debugLineNum = 3562;BA.debugLine="Dim cmd As DBCommand";
_cmd = new gunav2.keymon.com.mx.dbrequestmanager._dbcommand();
- //BA.debugLineNum = 3558;BA.debugLine="cmd.Initialize";
+ //BA.debugLineNum = 3563;BA.debugLine="cmd.Initialize";
_cmd.Initialize();
- //BA.debugLineNum = 3559;BA.debugLine="cmd.Name = \"update_ventacredito_guna\"";
+ //BA.debugLineNum = 3564;BA.debugLine="cmd.Name = \"update_ventacredito_guna\"";
_cmd.Name /*String*/ = "update_ventacredito_guna";
- //BA.debugLineNum = 3560;BA.debugLine="cmd.Parameters = Array As Object(C.GetString(\"B";
+ //BA.debugLineNum = 3565;BA.debugLine="cmd.Parameters = Array As Object(C.GetString(\"B";
_cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_c.GetString("BANDERA")),(Object)(_c.GetString("CLIENTE")),(Object)(_almacen),(Object)(_subs._traeruta2 /*String*/ (ba,_c.GetString("CLIENTE")))};
- //BA.debugLineNum = 3561;BA.debugLine="B4XPages.MainPage.reqManager.ExecuteCommand(cmd";
+ //BA.debugLineNum = 3566;BA.debugLine="B4XPages.MainPage.reqManager.ExecuteCommand(cmd";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._reqmanager /*gunav2.keymon.com.mx.dbrequestmanager*/ ._executecommand /*String*/ (_cmd,(Object)("up_coordenadas"));
}
};
};
- //BA.debugLineNum = 3564;BA.debugLine="c.Close";
+ //BA.debugLineNum = 3569;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 3567;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery2(\"SELECT PE_RE";
+ //BA.debugLineNum = 3572;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery2(\"SELECT PE_RE";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT PE_RECALCULO,PE_RECALCULOTOT,ifnull(PE_RECCEDIS,'') as PE_RECCEDIS,PE_CEDIS,PE_COSTO_TOT,PE_COSTOU,ifnull(PE_CANT,0) as PE_CANT,PE_PRONOMBRE,PE_PROID,PE_CLIENTE,PE_FECHA,PE_USUARIO, PE_COSTO_SIN, PE_RUTA, PE_DESC, PE_FOLIO, IFNULL(PE_RECCANT,0) AS PE_RECCANT FROM PEDIDO WHERE PE_RECALCULO <> ? or PE_RECALCULO <> ? or PE_RECALCULO IS NOT NULL",new String[]{"","null"})));
- //BA.debugLineNum = 3568;BA.debugLine="d=B4XPages.MainPage.skmt.ExecQuery($\"SELECT COUNT";
+ //BA.debugLineNum = 3573;BA.debugLine="d=B4XPages.MainPage.skmt.ExecQuery($\"SELECT COUNT";
_d = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("SELECT COUNT(*) as CUANTOS_PEDIDO FROM PEDIDO where PE_RUTA = '"+__c.SmartStringFormatter("",(Object)(_subs._traeruta /*String*/ (ba)))+"'"))));
- //BA.debugLineNum = 3569;BA.debugLine="If c.RowCount>0 Then";
+ //BA.debugLineNum = 3574;BA.debugLine="If c.RowCount>0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 3570;BA.debugLine="For i=0 To c.RowCount -1";
+ //BA.debugLineNum = 3575;BA.debugLine="For i=0 To c.RowCount -1";
{
final int step31 = 1;
final int limit31 = (int) (_c.getRowCount()-1);
_i = (int) (0) ;
for (;_i <= limit31 ;_i = _i + step31 ) {
- //BA.debugLineNum = 3571;BA.debugLine="c.Position=i";
+ //BA.debugLineNum = 3576;BA.debugLine="c.Position=i";
_c.setPosition(_i);
- //BA.debugLineNum = 3572;BA.debugLine="If c.GetString(\"PE_RECCEDIS\") = \"\" Then";
+ //BA.debugLineNum = 3577;BA.debugLine="If c.GetString(\"PE_RECCEDIS\") = \"\" Then";
if ((_c.GetString("PE_RECCEDIS")).equals("")) {
- //BA.debugLineNum = 3573;BA.debugLine="Dim cmd As DBCommand";
+ //BA.debugLineNum = 3578;BA.debugLine="Dim cmd As DBCommand";
_cmd = new gunav2.keymon.com.mx.dbrequestmanager._dbcommand();
- //BA.debugLineNum = 3574;BA.debugLine="cmd.Initialize";
+ //BA.debugLineNum = 3579;BA.debugLine="cmd.Initialize";
_cmd.Initialize();
- //BA.debugLineNum = 3575;BA.debugLine="cmd.Name = \"insert_pedido_GV2\"";
+ //BA.debugLineNum = 3580;BA.debugLine="cmd.Name = \"insert_pedido_GV2\"";
_cmd.Name /*String*/ = "insert_pedido_GV2";
- //BA.debugLineNum = 3576;BA.debugLine="cmd.Parameters = Array As Object(C.GetString(\"";
+ //BA.debugLineNum = 3581;BA.debugLine="cmd.Parameters = Array As Object(C.GetString(\"";
_cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_c.GetString("PE_CEDIS")),(Object)(_almacen),(Object)(_c.GetString("PE_RECALCULOTOT")),(Object)(_c.GetString("PE_RECALCULO")),(Object)(_c.GetString("PE_CANT")),(Object)(_c.GetString("PE_PRONOMBRE")),(Object)(_c.GetString("PE_PROID")),(Object)(_c.GetString("PE_CLIENTE")),(Object)(_c.GetString("PE_FECHA")),(Object)(_c.GetString("PE_USUARIO")),(Object)(_c.GetString("PE_RUTA")),(Object)(_c.GetString("PE_COSTO_SIN")),(Object)(_c.GetString("PE_DESC")),(Object)(_c.GetString("PE_FOLIO"))};
- //BA.debugLineNum = 3577;BA.debugLine="B4XPages.MainPage.reqManager.ExecuteCommand(cm";
+ //BA.debugLineNum = 3582;BA.debugLine="B4XPages.MainPage.reqManager.ExecuteCommand(cm";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._reqmanager /*gunav2.keymon.com.mx.dbrequestmanager*/ ._executecommand /*String*/ (_cmd,(Object)("ins_pedido"));
}else {
- //BA.debugLineNum = 3579;BA.debugLine="If c.GetString(\"PE_RECCANT\") = c.GetString(\"PE";
+ //BA.debugLineNum = 3584;BA.debugLine="If c.GetString(\"PE_RECCANT\") = c.GetString(\"PE";
if ((_c.GetString("PE_RECCANT")).equals(_c.GetString("PE_CANT"))) {
- //BA.debugLineNum = 3580;BA.debugLine="Dim cmd As DBCommand";
+ //BA.debugLineNum = 3585;BA.debugLine="Dim cmd As DBCommand";
_cmd = new gunav2.keymon.com.mx.dbrequestmanager._dbcommand();
- //BA.debugLineNum = 3581;BA.debugLine="cmd.Initialize";
+ //BA.debugLineNum = 3586;BA.debugLine="cmd.Initialize";
_cmd.Initialize();
- //BA.debugLineNum = 3582;BA.debugLine="cmd.Name = \"insert_pedido_GV2\"";
+ //BA.debugLineNum = 3587;BA.debugLine="cmd.Name = \"insert_pedido_GV2\"";
_cmd.Name /*String*/ = "insert_pedido_GV2";
- //BA.debugLineNum = 3583;BA.debugLine="cmd.Parameters = Array As Object(C.GetString(";
+ //BA.debugLineNum = 3588;BA.debugLine="cmd.Parameters = Array As Object(C.GetString(";
_cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_c.GetString("PE_RECCEDIS")),(Object)(_almacen),(Object)(_c.GetString("PE_RECALCULOTOT")),(Object)(_c.GetString("PE_RECALCULO")),(Object)(_c.GetString("PE_CANT")),(Object)(_c.GetString("PE_PRONOMBRE")),(Object)(_c.GetString("PE_PROID")),(Object)(_c.GetString("PE_CLIENTE")),(Object)(_c.GetString("PE_FECHA")),(Object)(_c.GetString("PE_USUARIO")),(Object)(_c.GetString("PE_RUTA")),(Object)(_c.GetString("PE_COSTO_SIN")),(Object)(_c.GetString("PE_DESC")),(Object)(_c.GetString("PE_FOLIO"))};
- //BA.debugLineNum = 3584;BA.debugLine="B4XPages.MainPage.reqManager.ExecuteCommand(c";
+ //BA.debugLineNum = 3589;BA.debugLine="B4XPages.MainPage.reqManager.ExecuteCommand(c";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._reqmanager /*gunav2.keymon.com.mx.dbrequestmanager*/ ._executecommand /*String*/ (_cmd,(Object)("ins_pedido"));
}else {
- //BA.debugLineNum = 3587;BA.debugLine="Dim cmd As DBCommand";
+ //BA.debugLineNum = 3592;BA.debugLine="Dim cmd As DBCommand";
_cmd = new gunav2.keymon.com.mx.dbrequestmanager._dbcommand();
- //BA.debugLineNum = 3588;BA.debugLine="cmd.Initialize";
+ //BA.debugLineNum = 3593;BA.debugLine="cmd.Initialize";
_cmd.Initialize();
- //BA.debugLineNum = 3589;BA.debugLine="cmd.Name = \"insert_pedido_GV2\"";
+ //BA.debugLineNum = 3594;BA.debugLine="cmd.Name = \"insert_pedido_GV2\"";
_cmd.Name /*String*/ = "insert_pedido_GV2";
- //BA.debugLineNum = 3590;BA.debugLine="cmd.Parameters = Array As Object(C.GetString(";
+ //BA.debugLineNum = 3595;BA.debugLine="cmd.Parameters = Array As Object(C.GetString(";
_cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_c.GetString("PE_RECCEDIS")),(Object)(_almacen),(Object)(_c.GetString("PE_RECALCULOTOT")),(Object)(_c.GetString("PE_RECALCULO")),(Object)(_c.GetString("PE_RECCANT")),(Object)(_c.GetString("PE_PRONOMBRE")),(Object)(_c.GetString("PE_PROID")),(Object)(_c.GetString("PE_CLIENTE")),(Object)(_c.GetString("PE_FECHA")),(Object)(_c.GetString("PE_USUARIO")),(Object)(_c.GetString("PE_RUTA")),(Object)(_c.GetString("PE_COSTO_SIN")),(Object)(_c.GetString("PE_DESC")),(Object)(_c.GetString("PE_FOLIO"))};
- //BA.debugLineNum = 3591;BA.debugLine="B4XPages.MainPage.reqManager.ExecuteCommand(c";
+ //BA.debugLineNum = 3596;BA.debugLine="B4XPages.MainPage.reqManager.ExecuteCommand(c";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._reqmanager /*gunav2.keymon.com.mx.dbrequestmanager*/ ._executecommand /*String*/ (_cmd,(Object)("ins_pedido"));
- //BA.debugLineNum = 3593;BA.debugLine="Dim cmd As DBCommand";
+ //BA.debugLineNum = 3598;BA.debugLine="Dim cmd As DBCommand";
_cmd = new gunav2.keymon.com.mx.dbrequestmanager._dbcommand();
- //BA.debugLineNum = 3594;BA.debugLine="cmd.Initialize";
+ //BA.debugLineNum = 3599;BA.debugLine="cmd.Initialize";
_cmd.Initialize();
- //BA.debugLineNum = 3595;BA.debugLine="cmd.Name = \"insert_pedido_GV2\"";
+ //BA.debugLineNum = 3600;BA.debugLine="cmd.Name = \"insert_pedido_GV2\"";
_cmd.Name /*String*/ = "insert_pedido_GV2";
- //BA.debugLineNum = 3596;BA.debugLine="cmd.Parameters = Array As Object(C.GetString(";
+ //BA.debugLineNum = 3601;BA.debugLine="cmd.Parameters = Array As Object(C.GetString(";
_cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_c.GetString("PE_CEDIS")),(Object)(_almacen),(Object)(__c.NumberFormat2(((double)(Double.parseDouble(_c.GetString("PE_CANT")))-(double)(Double.parseDouble(_c.GetString("PE_RECCANT"))))*(double)(Double.parseDouble(_c.GetString("PE_COSTOU"))),(int) (1),(int) (2),(int) (2),__c.False)),(Object)(_c.GetString("PE_COSTOU")),(Object)(((double)(Double.parseDouble(_c.GetString("PE_CANT")))-(double)(Double.parseDouble(_c.GetString("PE_RECCANT"))))),(Object)(_c.GetString("PE_PRONOMBRE")),(Object)(_c.GetString("PE_PROID")),(Object)(_c.GetString("PE_CLIENTE")),(Object)(_c.GetString("PE_FECHA")),(Object)(_c.GetString("PE_USUARIO")),(Object)(_c.GetString("PE_RUTA")),(Object)(_c.GetString("PE_COSTO_SIN")),(Object)(_c.GetString("PE_DESC")),(Object)(_c.GetString("PE_FOLIO"))};
- //BA.debugLineNum = 3597;BA.debugLine="B4XPages.MainPage.reqManager.ExecuteCommand(c";
+ //BA.debugLineNum = 3602;BA.debugLine="B4XPages.MainPage.reqManager.ExecuteCommand(c";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._reqmanager /*gunav2.keymon.com.mx.dbrequestmanager*/ ._executecommand /*String*/ (_cmd,(Object)("ins_pedido"));
};
};
}
};
};
- //BA.debugLineNum = 3602;BA.debugLine="c.Close";
+ //BA.debugLineNum = 3607;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 3603;BA.debugLine="d.Position=0";
+ //BA.debugLineNum = 3608;BA.debugLine="d.Position=0";
_d.setPosition((int) (0));
- //BA.debugLineNum = 3605;BA.debugLine="d.Close";
+ //BA.debugLineNum = 3610;BA.debugLine="d.Close";
_d.Close();
- //BA.debugLineNum = 3606;BA.debugLine="End Sub";
+ //BA.debugLineNum = 3611;BA.debugLine="End Sub";
return "";
}
public void _mandawamsgcredito(String _numtel,String _monto) throws Exception{
@@ -17005,33 +17005,33 @@ return;
case 0:
//C
this.state = -1;
- //BA.debugLineNum = 7561;BA.debugLine="DateTime.DateFormat=\"MM/dd/yyyy HH:mm:ss\"";
+ //BA.debugLineNum = 7566;BA.debugLine="DateTime.DateFormat=\"MM/dd/yyyy HH:mm:ss\"";
parent.__c.DateTime.setDateFormat("MM/dd/yyyy HH:mm:ss");
- //BA.debugLineNum = 7562;BA.debugLine="Private Fecha As String=DateTime.Date(DateTime.no";
+ //BA.debugLineNum = 7567;BA.debugLine="Private Fecha As String=DateTime.Date(DateTime.no";
_fecha = parent.__c.DateTime.Date(parent.__c.DateTime.getNow());
- //BA.debugLineNum = 7563;BA.debugLine="numTel = \"521\" & numTel";
+ //BA.debugLineNum = 7568;BA.debugLine="numTel = \"521\" & numTel";
_numtel = "521"+_numtel;
- //BA.debugLineNum = 7564;BA.debugLine="Private numTel As String = \"5215554192439\"";
+ //BA.debugLineNum = 7569;BA.debugLine="Private numTel As String = \"5215554192439\"";
_numtel = "5215554192439";
- //BA.debugLineNum = 7566;BA.debugLine="Private idCliente As String = Subs.traeCliente '\"";
+ //BA.debugLineNum = 7571;BA.debugLine="Private idCliente As String = Subs.traeCliente '\"";
_idcliente = parent._subs._traecliente /*String*/ (ba);
- //BA.debugLineNum = 7567;BA.debugLine="Private ruta As String = Subs.traeRuta '\"333\"";
+ //BA.debugLineNum = 7572;BA.debugLine="Private ruta As String = Subs.traeRuta '\"333\"";
parent._ruta = parent._subs._traeruta /*String*/ (ba);
- //BA.debugLineNum = 7568;BA.debugLine="Private ALMACEN As String = Subs.traeAlmacen '\"1\"";
+ //BA.debugLineNum = 7573;BA.debugLine="Private ALMACEN As String = Subs.traeAlmacen '\"1\"";
parent._almacen = parent._subs._traealmacen /*String*/ (ba);
- //BA.debugLineNum = 7571;BA.debugLine="Private link As String = \"http://keymon.net:9000/";
+ //BA.debugLineNum = 7576;BA.debugLine="Private link As String = \"http://keymon.net:9000/";
_link = "http://keymon.net:9000/v1/messages";
- //BA.debugLineNum = 7572;BA.debugLine="Private elJSON As String = $\"{ \"number\":\"${numT";
+ //BA.debugLineNum = 7577;BA.debugLine="Private elJSON As String = $\"{ \"number\":\"${numT";
_eljson = ("{\n"+" \"number\":\""+parent.__c.SmartStringFormatter("",(Object)(_numtel))+"\",\n"+" \"message\":\"Tu compra de Guna va ser a *crédito* por el monto de $"+parent.__c.SmartStringFormatter("",(Object)(parent.__c.NumberFormat2((double)(Double.parseDouble(_monto)),(int) (1),(int) (2),(int) (2),parent.__c.True)))+"\\n\\nManda *1* para confirmar\\nManda *0* para rechazar\\n\\n*Nota:* Si este mensaje no se contesta, se considerará que el pago es en *EFECTIVO*.\\n\\n(Solo el *número* por favor)\",\n"+" \"monto\":\""+parent.__c.SmartStringFormatter("",(Object)(_monto))+"\",\n"+" \"idcliente\":\""+parent.__c.SmartStringFormatter("",(Object)(_idcliente))+"\",\n"+" \"almacen\":\""+parent.__c.SmartStringFormatter("",(Object)(parent._almacen))+"\",\n"+" \"ruta\": \""+parent.__c.SmartStringFormatter("",(Object)(parent._ruta))+"\",\n"+" \"fecha\":\""+parent.__c.SmartStringFormatter("",(Object)(_fecha))+"\"\n"+" }");
- //BA.debugLineNum = 7581;BA.debugLine="Private job As HttpJob";
+ //BA.debugLineNum = 7586;BA.debugLine="Private job As HttpJob";
_job = new gunav2.keymon.com.mx.httpjob();
- //BA.debugLineNum = 7582;BA.debugLine="job.Initialize(\"\", Me)";
+ //BA.debugLineNum = 7587;BA.debugLine="job.Initialize(\"\", Me)";
_job._initialize /*String*/ (ba,"",parent);
- //BA.debugLineNum = 7583;BA.debugLine="job.PostString(link, elJSON)";
+ //BA.debugLineNum = 7588;BA.debugLine="job.PostString(link, elJSON)";
_job._poststring /*String*/ (_link,_eljson);
- //BA.debugLineNum = 7584;BA.debugLine="job.GetRequest.SetContentType(\"application/json\")";
+ //BA.debugLineNum = 7589;BA.debugLine="job.GetRequest.SetContentType(\"application/json\")";
_job._getrequest /*anywheresoftware.b4h.okhttp.OkHttpClientWrapper.OkHttpRequest*/ ().SetContentType("application/json");
- //BA.debugLineNum = 7585;BA.debugLine="Wait For (job) JobDone(job As HttpJob)";
+ //BA.debugLineNum = 7590;BA.debugLine="Wait For (job) JobDone(job As HttpJob)";
parent.__c.WaitFor("jobdone", ba, this, (Object)(_job));
this.state = 1;
return;
@@ -17040,9 +17040,9 @@ case 1:
this.state = -1;
_job = (gunav2.keymon.com.mx.httpjob) result[0];
;
- //BA.debugLineNum = 7597;BA.debugLine="Log(\"Whatsapp enviado con exito: \" & job.Success)";
-parent.__c.LogImpl("026869797","Whatsapp enviado con exito: "+BA.ObjectToString(_job._success /*boolean*/ ),0);
- //BA.debugLineNum = 7598;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7602;BA.debugLine="Log(\"Whatsapp enviado con exito: \" & job.Success)";
+parent.__c.LogImpl("726869797","Whatsapp enviado con exito: "+BA.ObjectToString(_job._success /*boolean*/ ),0);
+ //BA.debugLineNum = 7603;BA.debugLine="End Sub";
if (true) break;
}
@@ -17174,228 +17174,228 @@ if (true) break;
}
}
public String _muestraboton(anywheresoftware.b4a.objects.ButtonWrapper _thisbutton,String _thetext,String _thetag,int _left,int _top,int _width,int _height) throws Exception{
- //BA.debugLineNum = 6510;BA.debugLine="Sub muestraBoton (thisButton As Button, theText As";
- //BA.debugLineNum = 6511;BA.debugLine="thisButton.Text = theText";
+ //BA.debugLineNum = 6515;BA.debugLine="Sub muestraBoton (thisButton As Button, theText As";
+ //BA.debugLineNum = 6516;BA.debugLine="thisButton.Text = theText";
_thisbutton.setText(BA.ObjectToCharSequence(_thetext));
- //BA.debugLineNum = 6512;BA.debugLine="thisButton.Tag = theTag";
+ //BA.debugLineNum = 6517;BA.debugLine="thisButton.Tag = theTag";
_thisbutton.setTag((Object)(_thetag));
- //BA.debugLineNum = 6513;BA.debugLine="thisButton.Left = Left";
+ //BA.debugLineNum = 6518;BA.debugLine="thisButton.Left = Left";
_thisbutton.setLeft(_left);
- //BA.debugLineNum = 6514;BA.debugLine="thisButton.Top = Top";
+ //BA.debugLineNum = 6519;BA.debugLine="thisButton.Top = Top";
_thisbutton.setTop(_top);
- //BA.debugLineNum = 6515;BA.debugLine="thisButton.Width = width";
+ //BA.debugLineNum = 6520;BA.debugLine="thisButton.Width = width";
_thisbutton.setWidth(_width);
- //BA.debugLineNum = 6516;BA.debugLine="thisButton.Height = height";
+ //BA.debugLineNum = 6521;BA.debugLine="thisButton.Height = height";
_thisbutton.setHeight(_height);
- //BA.debugLineNum = 6517;BA.debugLine="thisButton.Visible = True";
+ //BA.debugLineNum = 6522;BA.debugLine="thisButton.Visible = True";
_thisbutton.setVisible(__c.True);
- //BA.debugLineNum = 6518;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6523;BA.debugLine="End Sub";
return "";
}
public String _muestrabotoncentrado(anywheresoftware.b4a.objects.ButtonWrapper _thisbutton,String _thetext,String _thetag,int _top,int _width,int _height) throws Exception{
int _anchopantalla = 0;
- //BA.debugLineNum = 6521;BA.debugLine="Sub muestraBotonCentrado (thisButton As Button, th";
- //BA.debugLineNum = 6522;BA.debugLine="Private anchoPantalla As Int";
+ //BA.debugLineNum = 6526;BA.debugLine="Sub muestraBotonCentrado (thisButton As Button, th";
+ //BA.debugLineNum = 6527;BA.debugLine="Private anchoPantalla As Int";
_anchopantalla = 0;
- //BA.debugLineNum = 6523;BA.debugLine="thisButton.Text = theText";
+ //BA.debugLineNum = 6528;BA.debugLine="thisButton.Text = theText";
_thisbutton.setText(BA.ObjectToCharSequence(_thetext));
- //BA.debugLineNum = 6524;BA.debugLine="thisButton.Tag = theTag";
+ //BA.debugLineNum = 6529;BA.debugLine="thisButton.Tag = theTag";
_thisbutton.setTag((Object)(_thetag));
- //BA.debugLineNum = 6525;BA.debugLine="anchoPantalla = GetDeviceLayoutValues.Width";
+ //BA.debugLineNum = 6530;BA.debugLine="anchoPantalla = GetDeviceLayoutValues.Width";
_anchopantalla = __c.GetDeviceLayoutValues(ba).Width;
- //BA.debugLineNum = 6526;BA.debugLine="thisButton.Left = (anchoPantalla/2) - (width/2)";
+ //BA.debugLineNum = 6531;BA.debugLine="thisButton.Left = (anchoPantalla/2) - (width/2)";
_thisbutton.setLeft((int) ((_anchopantalla/(double)2)-(_width/(double)2)));
- //BA.debugLineNum = 6527;BA.debugLine="thisButton.Top = Top";
+ //BA.debugLineNum = 6532;BA.debugLine="thisButton.Top = Top";
_thisbutton.setTop(_top);
- //BA.debugLineNum = 6528;BA.debugLine="thisButton.Width = width";
+ //BA.debugLineNum = 6533;BA.debugLine="thisButton.Width = width";
_thisbutton.setWidth(_width);
- //BA.debugLineNum = 6529;BA.debugLine="thisButton.Height = height";
+ //BA.debugLineNum = 6534;BA.debugLine="thisButton.Height = height";
_thisbutton.setHeight(_height);
- //BA.debugLineNum = 6530;BA.debugLine="thisButton.Visible = True";
+ //BA.debugLineNum = 6535;BA.debugLine="thisButton.Visible = True";
_thisbutton.setVisible(__c.True);
- //BA.debugLineNum = 6531;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6536;BA.debugLine="End Sub";
return "";
}
public String _muestraencuesta() throws Exception{
- //BA.debugLineNum = 6430;BA.debugLine="Sub muestraEncuesta";
- //BA.debugLineNum = 6431;BA.debugLine="Log(\"Muestra Encuesta\")";
-__c.LogImpl("024379393","Muestra Encuesta",0);
- //BA.debugLineNum = 6432;BA.debugLine="p_encuesta.Top = 0";
+ //BA.debugLineNum = 6435;BA.debugLine="Sub muestraEncuesta";
+ //BA.debugLineNum = 6436;BA.debugLine="Log(\"Muestra Encuesta\")";
+__c.LogImpl("724379393","Muestra Encuesta",0);
+ //BA.debugLineNum = 6437;BA.debugLine="p_encuesta.Top = 0";
_p_encuesta.setTop((int) (0));
- //BA.debugLineNum = 6433;BA.debugLine="p_encuesta.left = 0";
+ //BA.debugLineNum = 6438;BA.debugLine="p_encuesta.left = 0";
_p_encuesta.setLeft((int) (0));
- //BA.debugLineNum = 6434;BA.debugLine="p_encuesta.Height = GetDeviceLayoutValues.Height";
+ //BA.debugLineNum = 6439;BA.debugLine="p_encuesta.Height = GetDeviceLayoutValues.Height";
_p_encuesta.setHeight(__c.GetDeviceLayoutValues(ba).Height);
- //BA.debugLineNum = 6435;BA.debugLine="p_encuesta.Width = GetDeviceLayoutValues.Width";
+ //BA.debugLineNum = 6440;BA.debugLine="p_encuesta.Width = GetDeviceLayoutValues.Width";
_p_encuesta.setWidth(__c.GetDeviceLayoutValues(ba).Width);
- //BA.debugLineNum = 6436;BA.debugLine="p_encuesta.SetVisibleAnimated(200, True)";
+ //BA.debugLineNum = 6441;BA.debugLine="p_encuesta.SetVisibleAnimated(200, True)";
_p_encuesta.SetVisibleAnimated((int) (200),__c.True);
- //BA.debugLineNum = 6437;BA.debugLine="p_encuesta.Elevation = 90 'ignore";
+ //BA.debugLineNum = 6442;BA.debugLine="p_encuesta.Elevation = 90 'ignore";
_p_encuesta.setElevation((float) (90));
- //BA.debugLineNum = 6438;BA.debugLine="p_encuesta.BringToFront";
+ //BA.debugLineNum = 6443;BA.debugLine="p_encuesta.BringToFront";
_p_encuesta.BringToFront();
- //BA.debugLineNum = 6441;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6446;BA.debugLine="End Sub";
return "";
}
public String _nuevo_click() throws Exception{
- //BA.debugLineNum = 3072;BA.debugLine="Sub NUEVO_Click";
- //BA.debugLineNum = 3073;BA.debugLine="B4XPages.ShowPage(\"NuevoCliente\")";
+ //BA.debugLineNum = 3077;BA.debugLine="Sub NUEVO_Click";
+ //BA.debugLineNum = 3078;BA.debugLine="B4XPages.ShowPage(\"NuevoCliente\")";
_b4xpages._showpage /*String*/ (ba,"NuevoCliente");
- //BA.debugLineNum = 3074;BA.debugLine="End Sub";
+ //BA.debugLineNum = 3079;BA.debugLine="End Sub";
return "";
}
public String _ocultapanelencuesta() throws Exception{
- //BA.debugLineNum = 6444;BA.debugLine="Sub ocultaPanelEncuesta";
- //BA.debugLineNum = 6446;BA.debugLine="b_encuesta_1.Visible = False";
+ //BA.debugLineNum = 6449;BA.debugLine="Sub ocultaPanelEncuesta";
+ //BA.debugLineNum = 6451;BA.debugLine="b_encuesta_1.Visible = False";
_b_encuesta_1.setVisible(__c.False);
- //BA.debugLineNum = 6447;BA.debugLine="b_encuesta_2.Visible = False";
+ //BA.debugLineNum = 6452;BA.debugLine="b_encuesta_2.Visible = False";
_b_encuesta_2.setVisible(__c.False);
- //BA.debugLineNum = 6448;BA.debugLine="b_encuesta_3.Visible = False";
+ //BA.debugLineNum = 6453;BA.debugLine="b_encuesta_3.Visible = False";
_b_encuesta_3.setVisible(__c.False);
- //BA.debugLineNum = 6449;BA.debugLine="p_encuesta.Visible = False";
+ //BA.debugLineNum = 6454;BA.debugLine="p_encuesta.Visible = False";
_p_encuesta.setVisible(__c.False);
- //BA.debugLineNum = 6452;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6457;BA.debugLine="End Sub";
return "";
}
public String _openpdf(String _afile) throws Exception{
anywheresoftware.b4a.objects.IntentWrapper _in = null;
- //BA.debugLineNum = 7326;BA.debugLine="private Sub openPDF(afile As String)";
- //BA.debugLineNum = 7331;BA.debugLine="Dim in As Intent";
+ //BA.debugLineNum = 7331;BA.debugLine="private Sub openPDF(afile As String)";
+ //BA.debugLineNum = 7336;BA.debugLine="Dim in As Intent";
_in = new anywheresoftware.b4a.objects.IntentWrapper();
- //BA.debugLineNum = 7332;BA.debugLine="in.Initialize(in.ACTION_VIEW, \"\")";
+ //BA.debugLineNum = 7337;BA.debugLine="in.Initialize(in.ACTION_VIEW, \"\")";
_in.Initialize(_in.ACTION_VIEW,"");
- //BA.debugLineNum = 7333;BA.debugLine="Starter.ffileProvider.SetFileUriAsIntentData(in,";
+ //BA.debugLineNum = 7338;BA.debugLine="Starter.ffileProvider.SetFileUriAsIntentData(in,";
_starter._ffileprovider /*gunav2.keymon.com.mx.fileprovider*/ ._setfileuriasintentdata /*String*/ (_in,_afile);
- //BA.debugLineNum = 7334;BA.debugLine="in.SetComponent(\"android/com.android.internal.app";
+ //BA.debugLineNum = 7339;BA.debugLine="in.SetComponent(\"android/com.android.internal.app";
_in.SetComponent("android/com.android.internal.app.ResolverActivity");
- //BA.debugLineNum = 7335;BA.debugLine="in.SetType(\"application/pdf\")";
+ //BA.debugLineNum = 7340;BA.debugLine="in.SetType(\"application/pdf\")";
_in.SetType("application/pdf");
- //BA.debugLineNum = 7336;BA.debugLine="StartActivity(in)";
+ //BA.debugLineNum = 7341;BA.debugLine="StartActivity(in)";
__c.StartActivity(ba,(Object)(_in.getObject()));
- //BA.debugLineNum = 7341;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7346;BA.debugLine="End Sub";
return "";
}
public String _p_atiende_click() throws Exception{
- //BA.debugLineNum = 7993;BA.debugLine="Private Sub p_atiende_Click";
- //BA.debugLineNum = 7995;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7998;BA.debugLine="Private Sub p_atiende_Click";
+ //BA.debugLineNum = 8000;BA.debugLine="End Sub";
return "";
}
public String _p_camara_click() throws Exception{
- //BA.debugLineNum = 7801;BA.debugLine="Private Sub p_camara_Click";
- //BA.debugLineNum = 7803;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7806;BA.debugLine="Private Sub p_camara_Click";
+ //BA.debugLineNum = 7808;BA.debugLine="End Sub";
return "";
}
public String _p_cliente__click() throws Exception{
- //BA.debugLineNum = 7841;BA.debugLine="Private Sub p_cliente__Click";
- //BA.debugLineNum = 7843;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7846;BA.debugLine="Private Sub p_cliente__Click";
+ //BA.debugLineNum = 7848;BA.debugLine="End Sub";
return "";
}
public String _p_cliente_click() throws Exception{
- //BA.debugLineNum = 4730;BA.debugLine="Private Sub p_cliente_Click";
- //BA.debugLineNum = 4732;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4735;BA.debugLine="Private Sub p_cliente_Click";
+ //BA.debugLineNum = 4737;BA.debugLine="End Sub";
return "";
}
public String _p_comentario_click() throws Exception{
- //BA.debugLineNum = 7604;BA.debugLine="Private Sub p_comentario_Click";
- //BA.debugLineNum = 7606;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7609;BA.debugLine="Private Sub p_comentario_Click";
+ //BA.debugLineNum = 7611;BA.debugLine="End Sub";
return "";
}
public String _p_comentarios_click() throws Exception{
- //BA.debugLineNum = 7608;BA.debugLine="Private Sub p_comentarios_Click";
- //BA.debugLineNum = 7610;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7613;BA.debugLine="Private Sub p_comentarios_Click";
+ //BA.debugLineNum = 7615;BA.debugLine="End Sub";
return "";
}
public String _p_deuda_click() throws Exception{
- //BA.debugLineNum = 7907;BA.debugLine="Private Sub p_deuda_Click";
- //BA.debugLineNum = 7908;BA.debugLine="p_deuda.Visible = False";
+ //BA.debugLineNum = 7912;BA.debugLine="Private Sub p_deuda_Click";
+ //BA.debugLineNum = 7913;BA.debugLine="p_deuda.Visible = False";
_p_deuda.setVisible(__c.False);
- //BA.debugLineNum = 7909;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7914;BA.debugLine="End Sub";
return "";
}
public String _p_encuesta_click() throws Exception{
- //BA.debugLineNum = 6545;BA.debugLine="Private Sub p_encuesta_Click";
- //BA.debugLineNum = 6547;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6550;BA.debugLine="Private Sub p_encuesta_Click";
+ //BA.debugLineNum = 6552;BA.debugLine="End Sub";
return "";
}
public String _p_modulo5_click() throws Exception{
- //BA.debugLineNum = 5719;BA.debugLine="Private Sub p_modulo5_Click";
- //BA.debugLineNum = 5721;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5724;BA.debugLine="Private Sub p_modulo5_Click";
+ //BA.debugLineNum = 5726;BA.debugLine="End Sub";
return "";
}
public String _p_pidegeopass_click() throws Exception{
- //BA.debugLineNum = 1896;BA.debugLine="Private Sub p_pideGeoPass_Click";
- //BA.debugLineNum = 1898;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1901;BA.debugLine="Private Sub p_pideGeoPass_Click";
+ //BA.debugLineNum = 1903;BA.debugLine="End Sub";
return "";
}
public String _p_telefono_click() throws Exception{
- //BA.debugLineNum = 8044;BA.debugLine="Private Sub p_telefono_Click";
- //BA.debugLineNum = 8046;BA.debugLine="End Sub";
+ //BA.debugLineNum = 8049;BA.debugLine="Private Sub p_telefono_Click";
+ //BA.debugLineNum = 8051;BA.debugLine="End Sub";
return "";
}
public String _p_transparenteiniciofin_click() throws Exception{
- //BA.debugLineNum = 6760;BA.debugLine="Private Sub p_transparenteInicioFin_Click";
- //BA.debugLineNum = 6762;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6765;BA.debugLine="Private Sub p_transparenteInicioFin_Click";
+ //BA.debugLineNum = 6767;BA.debugLine="End Sub";
return "";
}
public String _p_transparentepdf_click() throws Exception{
- //BA.debugLineNum = 7524;BA.debugLine="Private Sub p_transparentePDF_Click";
- //BA.debugLineNum = 7526;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7529;BA.debugLine="Private Sub p_transparentePDF_Click";
+ //BA.debugLineNum = 7531;BA.debugLine="End Sub";
return "";
}
public String _p_transparenteticketimpreso_click() throws Exception{
- //BA.debugLineNum = 6768;BA.debugLine="Private Sub p_transparenteTicketImpreso_Click";
- //BA.debugLineNum = 6770;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6773;BA.debugLine="Private Sub p_transparenteTicketImpreso_Click";
+ //BA.debugLineNum = 6775;BA.debugLine="End Sub";
return "";
}
public String _p6_textchanged(String _old,String _new) throws Exception{
- //BA.debugLineNum = 5540;BA.debugLine="Private Sub p6_TextChanged (Old As String, New As";
- //BA.debugLineNum = 5541;BA.debugLine="If p6.Text.Length > 2 Then";
+ //BA.debugLineNum = 5545;BA.debugLine="Private Sub p6_TextChanged (Old As String, New As";
+ //BA.debugLineNum = 5546;BA.debugLine="If p6.Text.Length > 2 Then";
if (_p6.getText().length()>2) {
- //BA.debugLineNum = 5542;BA.debugLine="Msgbox(\"Valida tu respuesta, dato no valido1\",\"A";
+ //BA.debugLineNum = 5547;BA.debugLine="Msgbox(\"Valida tu respuesta, dato no valido1\",\"A";
__c.Msgbox(BA.ObjectToCharSequence("Valida tu respuesta, dato no valido1"),BA.ObjectToCharSequence("Aviso"),ba);
- //BA.debugLineNum = 5543;BA.debugLine="p6.Text = \"\"";
+ //BA.debugLineNum = 5548;BA.debugLine="p6.Text = \"\"";
_p6.setText(BA.ObjectToCharSequence(""));
};
- //BA.debugLineNum = 5545;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5550;BA.debugLine="End Sub";
return "";
}
public String _p7_textchanged(String _old,String _new) throws Exception{
- //BA.debugLineNum = 5549;BA.debugLine="Private Sub p7_TextChanged (Old As String, New As";
- //BA.debugLineNum = 5550;BA.debugLine="If p7.Text.Length > 2 Then";
+ //BA.debugLineNum = 5554;BA.debugLine="Private Sub p7_TextChanged (Old As String, New As";
+ //BA.debugLineNum = 5555;BA.debugLine="If p7.Text.Length > 2 Then";
if (_p7.getText().length()>2) {
- //BA.debugLineNum = 5551;BA.debugLine="Msgbox(\"Valida tu respuesta, dato no valido2\",\"A";
+ //BA.debugLineNum = 5556;BA.debugLine="Msgbox(\"Valida tu respuesta, dato no valido2\",\"A";
__c.Msgbox(BA.ObjectToCharSequence("Valida tu respuesta, dato no valido2"),BA.ObjectToCharSequence("Aviso"),ba);
- //BA.debugLineNum = 5552;BA.debugLine="p7.Text = \"\"";
+ //BA.debugLineNum = 5557;BA.debugLine="p7.Text = \"\"";
_p7.setText(BA.ObjectToCharSequence(""));
};
- //BA.debugLineNum = 5554;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5559;BA.debugLine="End Sub";
return "";
}
public String _p8_textchanged(String _old,String _new) throws Exception{
- //BA.debugLineNum = 5558;BA.debugLine="Private Sub p8_TextChanged (Old As String, New As";
- //BA.debugLineNum = 5559;BA.debugLine="If p8.Text.Length > 2 Then";
+ //BA.debugLineNum = 5563;BA.debugLine="Private Sub p8_TextChanged (Old As String, New As";
+ //BA.debugLineNum = 5564;BA.debugLine="If p8.Text.Length > 2 Then";
if (_p8.getText().length()>2) {
- //BA.debugLineNum = 5561;BA.debugLine="Msgbox(\"Valida tu respuesta, dato no valido3\",\"A";
+ //BA.debugLineNum = 5566;BA.debugLine="Msgbox(\"Valida tu respuesta, dato no valido3\",\"A";
__c.Msgbox(BA.ObjectToCharSequence("Valida tu respuesta, dato no valido3"),BA.ObjectToCharSequence("Aviso"),ba);
- //BA.debugLineNum = 5562;BA.debugLine="p8.Text = \"\"";
+ //BA.debugLineNum = 5567;BA.debugLine="p8.Text = \"\"";
_p8.setText(BA.ObjectToCharSequence(""));
};
- //BA.debugLineNum = 5564;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5569;BA.debugLine="End Sub";
return "";
}
public String _panel10_click() throws Exception{
- //BA.debugLineNum = 6541;BA.debugLine="Private Sub Panel10_Click";
- //BA.debugLineNum = 6543;BA.debugLine="End Sub";
+ //BA.debugLineNum = 6546;BA.debugLine="Private Sub Panel10_Click";
+ //BA.debugLineNum = 6548;BA.debugLine="End Sub";
return "";
}
public String _panel4_click() throws Exception{
- //BA.debugLineNum = 5723;BA.debugLine="Private Sub Panel4_Click";
- //BA.debugLineNum = 5725;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5728;BA.debugLine="Private Sub Panel4_Click";
+ //BA.debugLineNum = 5730;BA.debugLine="End Sub";
return "";
}
public String _panel5_click() throws Exception{
- //BA.debugLineNum = 4734;BA.debugLine="Private Sub Panel5_Click";
- //BA.debugLineNum = 4736;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4739;BA.debugLine="Private Sub Panel5_Click";
+ //BA.debugLineNum = 4741;BA.debugLine="End Sub";
return "";
}
public String _pdfgenerar() throws Exception{
@@ -17408,531 +17408,531 @@ int _i = 0;
int _e = 0;
String _subtot = "";
anywheresoftware.b4a.sql.SQL.CursorWrapper _s3 = null;
- //BA.debugLineNum = 6794;BA.debugLine="Private Sub PDFGENERAR";
- //BA.debugLineNum = 6795;BA.debugLine="ESPACIO = 0";
+ //BA.debugLineNum = 6799;BA.debugLine="Private Sub PDFGENERAR";
+ //BA.debugLineNum = 6800;BA.debugLine="ESPACIO = 0";
_espacio = (int) (0);
- //BA.debugLineNum = 6797;BA.debugLine="DateTime.DateFormat = \"dd/MM/yyyy\"";
+ //BA.debugLineNum = 6802;BA.debugLine="DateTime.DateFormat = \"dd/MM/yyyy\"";
__c.DateTime.setDateFormat("dd/MM/yyyy");
- //BA.debugLineNum = 6798;BA.debugLine="DateTime.TimeFormat = \"HH:mm:ss\"";
+ //BA.debugLineNum = 6803;BA.debugLine="DateTime.TimeFormat = \"HH:mm:ss\"";
__c.DateTime.setTimeFormat("HH:mm:ss");
- //BA.debugLineNum = 6799;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
+ //BA.debugLineNum = 6804;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
_sdate = __c.DateTime.Date(__c.DateTime.getNow());
- //BA.debugLineNum = 6800;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
+ //BA.debugLineNum = 6805;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
_stime = __c.DateTime.Time(__c.DateTime.getNow());
- //BA.debugLineNum = 6801;BA.debugLine="Dim PDF As cPDF";
+ //BA.debugLineNum = 6806;BA.debugLine="Dim PDF As cPDF";
_pdf = new gunav2.keymon.com.mx.cpdf();
- //BA.debugLineNum = 6803;BA.debugLine="PDF.Initialize(\"mm\")";
+ //BA.debugLineNum = 6808;BA.debugLine="PDF.Initialize(\"mm\")";
_pdf._initialize /*gunav2.keymon.com.mx.cpdf*/ (ba,"mm");
- //BA.debugLineNum = 6805;BA.debugLine="PDF.sProperty(PDF.PropertyAuthor,\"Keymonsoft\"). _";
+ //BA.debugLineNum = 6810;BA.debugLine="PDF.sProperty(PDF.PropertyAuthor,\"Keymonsoft\"). _";
_pdf._sproperty /*gunav2.keymon.com.mx.cpdf*/ (_pdf._propertyauthor /*String*/ ,"Keymonsoft")._sproperty /*gunav2.keymon.com.mx.cpdf*/ (_pdf._propertytitle /*String*/ ,"Ticket")._sproperty /*gunav2.keymon.com.mx.cpdf*/ (_pdf._propertykeywords /*String*/ ,"B4X,PDF,Cross platform");
- //BA.debugLineNum = 6812;BA.debugLine="Dim s56 As Cursor=skmt.ExecQuery2(\"select PE_PRON";
+ //BA.debugLineNum = 6817;BA.debugLine="Dim s56 As Cursor=skmt.ExecQuery2(\"select PE_PRON";
_s56 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_s56 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("select PE_PRONOMBRE, PE_CANT, length(pe_cant) as L_CANT, PE_COSTOU,IFNULL(PE_RECALCULO,0) AS PE_RECALCULO, length(PE_COSTOU) as L_COSTOU, length(Ifnull(PE_RECALCULO,0)) as L_COSTOREC,PE_CANT * PE_COSTOU AS PE_COSTO_TOT,PE_CANT * IFNULL(PE_RECALCULO,0) AS PE_COSTO_TOTREC, length(PE_CANT * PE_COSTOU) as L_COSTO_TOT,length(PE_CANT * IFNULL(PE_RECALCULO,0)) as L_COSTO_TOTREC,PE_PROID, PE_CEDIS FROM PEDIDO WHERE PE_FOLIO = ? AND LENGTH(PE_CEDIS) < 4 AND PE_CLIENTE IN (Select CUENTA from cuentaa) order by PE_PROID",new String[]{"PREVENTA"})));
- //BA.debugLineNum = 6813;BA.debugLine="Dim s57 As Cursor = skmt.ExecQuery2(\"select PE_PR";
+ //BA.debugLineNum = 6818;BA.debugLine="Dim s57 As Cursor = skmt.ExecQuery2(\"select PE_PR";
_s57 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_s57 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("select PE_PRONOMBRE, PE_CANT, length(pe_cant) as L_CANT, PE_COSTOU,IFNULL(PE_RECALCULO,0) AS PE_RECALCULO, length(PE_COSTOU) as L_COSTOU, length(Ifnull(PE_RECALCULO,0)) as L_COSTOREC,PE_CANT * PE_COSTOU AS PE_COSTO_TOT,PE_CANT * IFNULL(PE_RECALCULO,0) AS PE_COSTO_TOTREC, length(PE_CANT * PE_COSTOU) as L_COSTO_TOT,length(PE_CANT * IFNULL(PE_RECALCULO,0)) as L_COSTO_TOTREC,PE_PROID, PE_CEDIS FROM PEDIDO WHERE PE_FOLIO = ? AND LENGTH(PE_CEDIS) > 3 AND PE_CLIENTE IN (Select CUENTA from cuentaa) order by PE_CEDIS, PE_COSTOU",new String[]{"PREVENTA"})));
- //BA.debugLineNum = 6815;BA.debugLine="Dim pagina As Double = ((18 + (s56.RowCount*2) +";
+ //BA.debugLineNum = 6820;BA.debugLine="Dim pagina As Double = ((18 + (s56.RowCount*2) +";
_pagina = ((18+(_s56.getRowCount()*2)+(_s57.getRowCount()*2))*(6))+25;
- //BA.debugLineNum = 6817;BA.debugLine="Dim multiplicador As Int = 0";
+ //BA.debugLineNum = 6822;BA.debugLine="Dim multiplicador As Int = 0";
_multiplicador = (int) (0);
- //BA.debugLineNum = 6818;BA.debugLine="PDF.pageAdd(-300,pagina)";
+ //BA.debugLineNum = 6823;BA.debugLine="PDF.pageAdd(-300,pagina)";
_pdf._pageadd /*gunav2.keymon.com.mx.cpdf*/ (-300,_pagina);
- //BA.debugLineNum = 6821;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,10,PDF.colorBlack)";
+ //BA.debugLineNum = 6826;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,10,PDF.colorBlack)";
_pdf._sfont /*gunav2.keymon.com.mx.cpdf*/ (_pdf._fonthelvetica /*String*/ ,(int) (0),10,_pdf._colorblack /*double[]*/ );
- //BA.debugLineNum = 6823;BA.debugLine="PDF.outImage(xui.DefaultFolder,\"guna-fondo.jpg\",1";
+ //BA.debugLineNum = 6828;BA.debugLine="PDF.outImage(xui.DefaultFolder,\"guna-fondo.jpg\",1";
_pdf._outimage /*gunav2.keymon.com.mx.cpdf*/ (_xui.getDefaultFolder(),"guna-fondo.jpg",1,_pagina-45,45,0);
- //BA.debugLineNum = 6824;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6829;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6825;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"GUNA\")";
+ //BA.debugLineNum = 6830;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"GUNA\")";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"GUNA");
- //BA.debugLineNum = 6826;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6831;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6827;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,sDate& \" \" &";
+ //BA.debugLineNum = 6832;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,sDate& \" \" &";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_sdate+" "+_stime);
- //BA.debugLineNum = 6828;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6833;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6829;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Vendedor:\"";
+ //BA.debugLineNum = 6834;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Vendedor:\"";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"Vendedor:"+_subs._traeusuariodebd /*String*/ (ba));
- //BA.debugLineNum = 6830;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6835;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6831;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Tienda: \" &";
+ //BA.debugLineNum = 6836;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Tienda: \" &";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"Tienda: "+_la_nombre.getText());
- //BA.debugLineNum = 6832;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6837;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6833;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"ID.Cliente:";
+ //BA.debugLineNum = 6838;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"ID.Cliente:";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"ID.Cliente: "+_la_cuenta.getText());
- //BA.debugLineNum = 6834;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6839;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6835;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Calle: \" &";
+ //BA.debugLineNum = 6840;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Calle: \" &";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"Calle: "+_la_calle.getText());
- //BA.debugLineNum = 6836;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6841;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6837;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Colonia: \"";
+ //BA.debugLineNum = 6842;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Colonia: \"";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"Colonia: "+_la_col.getText());
- //BA.debugLineNum = 6838;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6843;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6839;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \")";
+ //BA.debugLineNum = 6844;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \")";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6," ");
- //BA.debugLineNum = 6840;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6845;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6841;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \")";
+ //BA.debugLineNum = 6846;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \")";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6," ");
- //BA.debugLineNum = 6842;BA.debugLine="c = skmt.ExecQuery2(\"SELECT * FROM PEDIDO WHERE P";
+ //BA.debugLineNum = 6847;BA.debugLine="c = skmt.ExecQuery2(\"SELECT * FROM PEDIDO WHERE P";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("SELECT * FROM PEDIDO WHERE PE_FOLIO = ?",new String[]{"PREVENTA"})));
- //BA.debugLineNum = 6843;BA.debugLine="If c.RowCount > 0 Then";
+ //BA.debugLineNum = 6848;BA.debugLine="If c.RowCount > 0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 6846;BA.debugLine="If ALMACEN = 88 Then";
+ //BA.debugLineNum = 6851;BA.debugLine="If ALMACEN = 88 Then";
if ((_almacen).equals(BA.NumberToString(88))) {
- //BA.debugLineNum = 6848;BA.debugLine="s=skmt.ExecQuery2(\"select PE_PRONOMBRE, PE_CANT";
+ //BA.debugLineNum = 6853;BA.debugLine="s=skmt.ExecQuery2(\"select PE_PRONOMBRE, PE_CANT";
_s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("select PE_PRONOMBRE, PE_CANT, length(pe_cant) as L_CANT, PE_COSTOU,IFNULL(PE_RECALCULO,0) AS PE_RECALCULO, length(PE_COSTOU) as L_COSTOU, length(Ifnull(PE_RECALCULO,0)) as L_COSTOREC,PE_CANT * PE_COSTOU AS PE_COSTO_TOT,PE_CANT * IFNULL(PE_RECALCULO,0) AS PE_COSTO_TOTREC, length(PE_CANT * PE_COSTOU) as L_COSTO_TOT,length(PE_CANT * IFNULL(PE_RECALCULO,0)) as L_COSTO_TOTREC,PE_PROID, PE_CEDIS, PE_RECCANT FROM PEDIDO WHERE PE_FOLIO = ? AND LENGTH(PE_CEDIS) < 4 AND PE_CLIENTE IN (Select CUENTA from cuentaa) order by PE_PROID",new String[]{"PREVENTA"})));
- //BA.debugLineNum = 6849;BA.debugLine="If S.RowCount>0 Then";
+ //BA.debugLineNum = 6854;BA.debugLine="If S.RowCount>0 Then";
if (_s.getRowCount()>0) {
- //BA.debugLineNum = 6850;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6855;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6851;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"--------";
+ //BA.debugLineNum = 6856;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"--------";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"------------------------------------PREVENTA-----------------------------------------");
- //BA.debugLineNum = 6852;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6857;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6853;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Cant.";
+ //BA.debugLineNum = 6858;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Cant.";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"Cant. Precio Importe");
- //BA.debugLineNum = 6854;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6859;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6855;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"--------";
+ //BA.debugLineNum = 6860;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"--------";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"-----------------------------------------------------------------------------------------");
- //BA.debugLineNum = 6856;BA.debugLine="For i=0 To S.RowCount -1";
+ //BA.debugLineNum = 6861;BA.debugLine="For i=0 To S.RowCount -1";
{
final int step45 = 1;
final int limit45 = (int) (_s.getRowCount()-1);
_i = (int) (0) ;
for (;_i <= limit45 ;_i = _i + step45 ) {
- //BA.debugLineNum = 6857;BA.debugLine="S.Position=i";
+ //BA.debugLineNum = 6862;BA.debugLine="S.Position=i";
_s.setPosition(_i);
- //BA.debugLineNum = 6859;BA.debugLine="If s.GetDouble(\"PE_RECALCULO\") = 0 Then";
+ //BA.debugLineNum = 6864;BA.debugLine="If s.GetDouble(\"PE_RECALCULO\") = 0 Then";
if (_s.GetDouble("PE_RECALCULO")==0) {
- //BA.debugLineNum = 6860;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE";
+ //BA.debugLineNum = 6865;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE";
if ((_s.GetString("PE_CEDIS")).equals(_s.GetString("PE_PROID"))) {
- //BA.debugLineNum = 6861;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6866;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6862;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetS";
+ //BA.debugLineNum = 6867;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetS";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_PRONOMBRE"));
}else {
- //BA.debugLineNum = 6864;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,7,PDF.colorBl";
+ //BA.debugLineNum = 6869;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,7,PDF.colorBl";
_pdf._sfont /*gunav2.keymon.com.mx.cpdf*/ (_pdf._fonthelvetica /*String*/ ,(int) (0),7,_pdf._colorblack /*double[]*/ );
- //BA.debugLineNum = 6865;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6870;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6866;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetS";
+ //BA.debugLineNum = 6871;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetS";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_PRONOMBRE"));
- //BA.debugLineNum = 6870;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + s.GetLong(\"L";
+ //BA.debugLineNum = 6875;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + s.GetLong(\"L";
_tamano = (int) (_s.GetLong("L_CANT")+_s.GetLong("L_COSTOU")+_s.GetLong("L_COSTO_TOT"));
- //BA.debugLineNum = 6871;BA.debugLine="ESPACIO = 92";
+ //BA.debugLineNum = 6876;BA.debugLine="ESPACIO = 92";
_espacio = (int) (92);
- //BA.debugLineNum = 6872;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 6877;BA.debugLine="BLANCO = \" \"";
_blanco = " ";
- //BA.debugLineNum = 6873;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 6878;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
_espacio = (int) (_espacio-_tamano);
- //BA.debugLineNum = 6874;BA.debugLine="ESPACIO = ESPACIO / 2";
+ //BA.debugLineNum = 6879;BA.debugLine="ESPACIO = ESPACIO / 2";
_espacio = (int) (_espacio/(double)2);
- //BA.debugLineNum = 6875;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 6880;BA.debugLine="For E=0 To ESPACIO -1";
{
final int step60 = 1;
final int limit60 = (int) (_espacio-1);
_e = (int) (0) ;
for (;_e <= limit60 ;_e = _e + step60 ) {
- //BA.debugLineNum = 6876;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 6881;BA.debugLine="BLANCO = \" \" & BLANCO";
_blanco = " "+_blanco;
}
};
- //BA.debugLineNum = 6878;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,10,PDF.colorB";
+ //BA.debugLineNum = 6883;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,10,PDF.colorB";
_pdf._sfont /*gunav2.keymon.com.mx.cpdf*/ (_pdf._fonthelvetica /*String*/ ,(int) (0),10,_pdf._colorblack /*double[]*/ );
- //BA.debugLineNum = 6879;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6884;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6880;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6, s.GET";
+ //BA.debugLineNum = 6885;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6, s.GET";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_CANT")+_blanco+_s.GetString("PE_COSTOU")+_blanco+_s.GetString("PE_COSTO_TOT"));
};
}else if(_s.GetDouble("PE_CANT")==_s.GetDouble("PE_RECCANT")) {
- //BA.debugLineNum = 6886;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE";
+ //BA.debugLineNum = 6891;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE";
if ((_s.GetString("PE_CEDIS")).equals(_s.GetString("PE_PROID"))) {
- //BA.debugLineNum = 6887;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6892;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6888;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetS";
+ //BA.debugLineNum = 6893;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetS";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_PRONOMBRE"));
}else {
- //BA.debugLineNum = 6890;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,7,PDF.colorBl";
+ //BA.debugLineNum = 6895;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,7,PDF.colorBl";
_pdf._sfont /*gunav2.keymon.com.mx.cpdf*/ (_pdf._fonthelvetica /*String*/ ,(int) (0),7,_pdf._colorblack /*double[]*/ );
- //BA.debugLineNum = 6891;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6896;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6892;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetS";
+ //BA.debugLineNum = 6897;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetS";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_PRONOMBRE"));
- //BA.debugLineNum = 6896;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + s.GetLong(\"L";
+ //BA.debugLineNum = 6901;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + s.GetLong(\"L";
_tamano = (int) (_s.GetLong("L_CANT")+_s.GetLong("L_COSTOREC")+_s.GetLong("L_COSTO_TOTREC"));
- //BA.debugLineNum = 6897;BA.debugLine="ESPACIO = 92";
+ //BA.debugLineNum = 6902;BA.debugLine="ESPACIO = 92";
_espacio = (int) (92);
- //BA.debugLineNum = 6898;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 6903;BA.debugLine="BLANCO = \" \"";
_blanco = " ";
- //BA.debugLineNum = 6899;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 6904;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
_espacio = (int) (_espacio-_tamano);
- //BA.debugLineNum = 6900;BA.debugLine="ESPACIO = ESPACIO / 2";
+ //BA.debugLineNum = 6905;BA.debugLine="ESPACIO = ESPACIO / 2";
_espacio = (int) (_espacio/(double)2);
- //BA.debugLineNum = 6901;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 6906;BA.debugLine="For E=0 To ESPACIO -1";
{
final int step80 = 1;
final int limit80 = (int) (_espacio-1);
_e = (int) (0) ;
for (;_e <= limit80 ;_e = _e + step80 ) {
- //BA.debugLineNum = 6902;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 6907;BA.debugLine="BLANCO = \" \" & BLANCO";
_blanco = " "+_blanco;
}
};
- //BA.debugLineNum = 6904;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,10,PDF.colorB";
+ //BA.debugLineNum = 6909;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,10,PDF.colorB";
_pdf._sfont /*gunav2.keymon.com.mx.cpdf*/ (_pdf._fonthelvetica /*String*/ ,(int) (0),10,_pdf._colorblack /*double[]*/ );
- //BA.debugLineNum = 6905;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6910;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6906;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6, s.GET";
+ //BA.debugLineNum = 6911;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6, s.GET";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_CANT")+_blanco+_s.GetString("PE_RECALCULO")+_blanco+_s.GetString("PE_COSTO_TOTREC"));
};
}else if(_s.GetDouble("PE_CANT")!=_s.GetDouble("PE_RECCANT")) {
- //BA.debugLineNum = 6914;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE";
+ //BA.debugLineNum = 6919;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE";
if ((_s.GetString("PE_CEDIS")).equals(_s.GetString("PE_PROID"))) {
- //BA.debugLineNum = 6915;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6920;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6916;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetS";
+ //BA.debugLineNum = 6921;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetS";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_PRONOMBRE"));
}else {
- //BA.debugLineNum = 6918;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,7,PDF.colorBl";
+ //BA.debugLineNum = 6923;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,7,PDF.colorBl";
_pdf._sfont /*gunav2.keymon.com.mx.cpdf*/ (_pdf._fonthelvetica /*String*/ ,(int) (0),7,_pdf._colorblack /*double[]*/ );
- //BA.debugLineNum = 6919;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6924;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6920;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetS";
+ //BA.debugLineNum = 6925;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetS";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_PRONOMBRE"));
- //BA.debugLineNum = 6921;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + s.GetLong(\"L";
+ //BA.debugLineNum = 6926;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + s.GetLong(\"L";
_tamano = (int) (_s.GetLong("L_CANT")+_s.GetLong("L_COSTOREC")+_s.GetLong("L_COSTO_TOTREC"));
- //BA.debugLineNum = 6922;BA.debugLine="ESPACIO = 92";
+ //BA.debugLineNum = 6927;BA.debugLine="ESPACIO = 92";
_espacio = (int) (92);
- //BA.debugLineNum = 6923;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 6928;BA.debugLine="BLANCO = \" \"";
_blanco = " ";
- //BA.debugLineNum = 6924;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 6929;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
_espacio = (int) (_espacio-_tamano);
- //BA.debugLineNum = 6925;BA.debugLine="ESPACIO = ESPACIO / 2";
+ //BA.debugLineNum = 6930;BA.debugLine="ESPACIO = ESPACIO / 2";
_espacio = (int) (_espacio/(double)2);
- //BA.debugLineNum = 6926;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 6931;BA.debugLine="For E=0 To ESPACIO -1";
{
final int step100 = 1;
final int limit100 = (int) (_espacio-1);
_e = (int) (0) ;
for (;_e <= limit100 ;_e = _e + step100 ) {
- //BA.debugLineNum = 6927;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 6932;BA.debugLine="BLANCO = \" \" & BLANCO";
_blanco = " "+_blanco;
}
};
- //BA.debugLineNum = 6929;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,10,PDF.colorB";
+ //BA.debugLineNum = 6934;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,10,PDF.colorB";
_pdf._sfont /*gunav2.keymon.com.mx.cpdf*/ (_pdf._fonthelvetica /*String*/ ,(int) (0),10,_pdf._colorblack /*double[]*/ );
- //BA.debugLineNum = 6930;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6935;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6931;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6, s.GET";
+ //BA.debugLineNum = 6936;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6, s.GET";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_RECCANT")+_blanco+_s.GetString("PE_RECALCULO")+_blanco+__c.NumberFormat2(((double)(Double.parseDouble(_s.GetString("PE_RECCANT")))*(double)(Double.parseDouble(_s.GetString("PE_RECALCULO")))),(int) (1),(int) (2),(int) (2),__c.False));
};
- //BA.debugLineNum = 6935;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE";
+ //BA.debugLineNum = 6940;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE";
if ((_s.GetString("PE_CEDIS")).equals(_s.GetString("PE_PROID"))) {
- //BA.debugLineNum = 6936;BA.debugLine="multiplicador = multiplicador +1";
-_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6937;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetS";
-_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_PRONOMBRE"));
- }else {
- //BA.debugLineNum = 6939;BA.debugLine="Private subTot As String = (s.GETSTRING(\"PE";
-_subtot = BA.NumberToString(((double)(Double.parseDouble(_s.GetString("PE_CANT")))-(double)(Double.parseDouble(_s.GetString("PE_RECCANT"))))*(double)(Double.parseDouble(_s.GetString("PE_COSTOU"))));
- //BA.debugLineNum = 6940;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,7,PDF.colorBl";
-_pdf._sfont /*gunav2.keymon.com.mx.cpdf*/ (_pdf._fonthelvetica /*String*/ ,(int) (0),7,_pdf._colorblack /*double[]*/ );
//BA.debugLineNum = 6941;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
//BA.debugLineNum = 6942;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetS";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_PRONOMBRE"));
- //BA.debugLineNum = 6943;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + s.GetLong(\"L";
+ }else {
+ //BA.debugLineNum = 6944;BA.debugLine="Private subTot As String = (s.GETSTRING(\"PE";
+_subtot = BA.NumberToString(((double)(Double.parseDouble(_s.GetString("PE_CANT")))-(double)(Double.parseDouble(_s.GetString("PE_RECCANT"))))*(double)(Double.parseDouble(_s.GetString("PE_COSTOU"))));
+ //BA.debugLineNum = 6945;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,7,PDF.colorBl";
+_pdf._sfont /*gunav2.keymon.com.mx.cpdf*/ (_pdf._fonthelvetica /*String*/ ,(int) (0),7,_pdf._colorblack /*double[]*/ );
+ //BA.debugLineNum = 6946;BA.debugLine="multiplicador = multiplicador +1";
+_multiplicador = (int) (_multiplicador+1);
+ //BA.debugLineNum = 6947;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetS";
+_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_PRONOMBRE"));
+ //BA.debugLineNum = 6948;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + s.GetLong(\"L";
_tamano = (int) (_s.GetLong("L_CANT")+_s.GetLong("L_COSTOU")+_s.GetLong("L_COSTO_TOTREC"));
- //BA.debugLineNum = 6944;BA.debugLine="ESPACIO = 92";
+ //BA.debugLineNum = 6949;BA.debugLine="ESPACIO = 92";
_espacio = (int) (92);
- //BA.debugLineNum = 6945;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 6950;BA.debugLine="BLANCO = \" \"";
_blanco = " ";
- //BA.debugLineNum = 6946;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 6951;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
_espacio = (int) (_espacio-_tamano);
- //BA.debugLineNum = 6947;BA.debugLine="ESPACIO = ESPACIO / 2";
+ //BA.debugLineNum = 6952;BA.debugLine="ESPACIO = ESPACIO / 2";
_espacio = (int) (_espacio/(double)2);
- //BA.debugLineNum = 6948;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 6953;BA.debugLine="For E=0 To ESPACIO -1";
{
final int step120 = 1;
final int limit120 = (int) (_espacio-1);
_e = (int) (0) ;
for (;_e <= limit120 ;_e = _e + step120 ) {
- //BA.debugLineNum = 6949;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 6954;BA.debugLine="BLANCO = \" \" & BLANCO";
_blanco = " "+_blanco;
}
};
- //BA.debugLineNum = 6951;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,10,PDF.colorB";
+ //BA.debugLineNum = 6956;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,10,PDF.colorB";
_pdf._sfont /*gunav2.keymon.com.mx.cpdf*/ (_pdf._fonthelvetica /*String*/ ,(int) (0),10,_pdf._colorblack /*double[]*/ );
- //BA.debugLineNum = 6952;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6957;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6953;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6, (s.GE";
+ //BA.debugLineNum = 6958;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6, (s.GE";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,BA.NumberToString(((double)(Double.parseDouble(_s.GetString("PE_CANT")))-(double)(Double.parseDouble(_s.GetString("PE_RECCANT")))))+_blanco+_s.GetString("PE_COSTOU")+_blanco+__c.NumberFormat2((double)(Double.parseDouble(_subtot)),(int) (1),(int) (2),(int) (2),__c.False));
};
};
}
};
- //BA.debugLineNum = 6959;BA.debugLine="PDF.outtext(1,108-9*6,\" \" )";
+ //BA.debugLineNum = 6964;BA.debugLine="PDF.outtext(1,108-9*6,\" \" )";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,108-9*6," ");
};
- //BA.debugLineNum = 6961;BA.debugLine="s.Close";
+ //BA.debugLineNum = 6966;BA.debugLine="s.Close";
_s.Close();
}else {
- //BA.debugLineNum = 6964;BA.debugLine="s=skmt.ExecQuery2(\"select PE_PRONOMBRE, PE_CANT";
+ //BA.debugLineNum = 6969;BA.debugLine="s=skmt.ExecQuery2(\"select PE_PRONOMBRE, PE_CANT";
_s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("select PE_PRONOMBRE, PE_CANT, length(pe_cant) as L_CANT, PE_COSTOU, length(PE_COSTOU) as L_COSTOU,PE_CANT * PE_COSTOU AS PE_COSTO_TOT, length(PE_CANT * PE_COSTOU) as L_COSTO_TOT,PE_PROID, PE_CEDIS FROM PEDIDO WHERE PE_FOLIO = ? AND LENGTH(PE_CEDIS) < 4 AND PE_CLIENTE IN (Select CUENTA from cuentaa) order by PE_PROID",new String[]{"PREVENTA"})));
- //BA.debugLineNum = 6965;BA.debugLine="If S.RowCount>0 Then";
+ //BA.debugLineNum = 6970;BA.debugLine="If S.RowCount>0 Then";
if (_s.getRowCount()>0) {
- //BA.debugLineNum = 6966;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6971;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6967;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"--------";
+ //BA.debugLineNum = 6972;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"--------";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"------------------------------------PREVENTA-----------------------------------------");
- //BA.debugLineNum = 6968;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6973;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6969;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Cant.";
+ //BA.debugLineNum = 6974;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Cant.";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"Cant. Precio Importe");
- //BA.debugLineNum = 6970;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6975;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6971;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"--------";
+ //BA.debugLineNum = 6976;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"--------";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"-----------------------------------------------------------------------------------------");
- //BA.debugLineNum = 6972;BA.debugLine="For i=0 To S.RowCount -1";
+ //BA.debugLineNum = 6977;BA.debugLine="For i=0 To S.RowCount -1";
{
final int step141 = 1;
final int limit141 = (int) (_s.getRowCount()-1);
_i = (int) (0) ;
for (;_i <= limit141 ;_i = _i + step141 ) {
- //BA.debugLineNum = 6973;BA.debugLine="S.Position=i";
+ //BA.debugLineNum = 6978;BA.debugLine="S.Position=i";
_s.setPosition(_i);
- //BA.debugLineNum = 6974;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_";
+ //BA.debugLineNum = 6979;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_";
if ((_s.GetString("PE_CEDIS")).equals(_s.GetString("PE_PROID"))) {
- //BA.debugLineNum = 6975;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6980;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6976;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetSt";
+ //BA.debugLineNum = 6981;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetSt";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_PRONOMBRE"));
}else {
- //BA.debugLineNum = 6978;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,7,PDF.colorBla";
+ //BA.debugLineNum = 6983;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,7,PDF.colorBla";
_pdf._sfont /*gunav2.keymon.com.mx.cpdf*/ (_pdf._fonthelvetica /*String*/ ,(int) (0),7,_pdf._colorblack /*double[]*/ );
- //BA.debugLineNum = 6979;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6984;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6980;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetSt";
+ //BA.debugLineNum = 6985;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetSt";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_PRONOMBRE"));
- //BA.debugLineNum = 6984;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + s.GetLong(\"L_";
+ //BA.debugLineNum = 6989;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + s.GetLong(\"L_";
_tamano = (int) (_s.GetLong("L_CANT")+_s.GetLong("L_COSTOU")+_s.GetLong("L_COSTO_TOT"));
- //BA.debugLineNum = 6985;BA.debugLine="ESPACIO = 92";
+ //BA.debugLineNum = 6990;BA.debugLine="ESPACIO = 92";
_espacio = (int) (92);
- //BA.debugLineNum = 6986;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 6991;BA.debugLine="BLANCO = \" \"";
_blanco = " ";
- //BA.debugLineNum = 6987;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 6992;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
_espacio = (int) (_espacio-_tamano);
- //BA.debugLineNum = 6988;BA.debugLine="ESPACIO = ESPACIO / 2";
+ //BA.debugLineNum = 6993;BA.debugLine="ESPACIO = ESPACIO / 2";
_espacio = (int) (_espacio/(double)2);
- //BA.debugLineNum = 6989;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 6994;BA.debugLine="For E=0 To ESPACIO -1";
{
final int step155 = 1;
final int limit155 = (int) (_espacio-1);
_e = (int) (0) ;
for (;_e <= limit155 ;_e = _e + step155 ) {
- //BA.debugLineNum = 6990;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 6995;BA.debugLine="BLANCO = \" \" & BLANCO";
_blanco = " "+_blanco;
}
};
- //BA.debugLineNum = 6992;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,10,PDF.colorBl";
+ //BA.debugLineNum = 6997;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,10,PDF.colorBl";
_pdf._sfont /*gunav2.keymon.com.mx.cpdf*/ (_pdf._fonthelvetica /*String*/ ,(int) (0),10,_pdf._colorblack /*double[]*/ );
- //BA.debugLineNum = 6993;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 6998;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 6994;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6, s.GETS";
+ //BA.debugLineNum = 6999;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6, s.GETS";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_CANT")+_blanco+_s.GetString("PE_COSTOU")+_blanco+_s.GetString("PE_COSTO_TOT"));
};
}
};
- //BA.debugLineNum = 7000;BA.debugLine="PDF.outtext(1,108-9*6,\" \" )";
+ //BA.debugLineNum = 7005;BA.debugLine="PDF.outtext(1,108-9*6,\" \" )";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,108-9*6," ");
};
- //BA.debugLineNum = 7002;BA.debugLine="s.Close";
+ //BA.debugLineNum = 7007;BA.debugLine="s.Close";
_s.Close();
- //BA.debugLineNum = 7003;BA.debugLine="s=skmt.ExecQuery2(\"select PE_PRONOMBRE, PE_CANT";
+ //BA.debugLineNum = 7008;BA.debugLine="s=skmt.ExecQuery2(\"select PE_PRONOMBRE, PE_CANT";
_s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("select PE_PRONOMBRE, PE_CANT, length(pe_cant) as L_CANT, PE_COSTOU, length(PE_COSTOU) as L_COSTOU,PE_CANT * PE_COSTOU AS PE_COSTO_TOT, length(PE_CANT * PE_COSTOU) as L_COSTO_TOT,PE_PROID, PE_CEDIS FROM PEDIDO WHERE PE_FOLIO = ? AND LENGTH(PE_CEDIS) > 3 AND PE_CLIENTE IN (Select CUENTA from cuentaa) order by PE_CEDIS, PE_COSTOU",new String[]{"PREVENTA"})));
- //BA.debugLineNum = 7004;BA.debugLine="If S.RowCount>0 Then";
+ //BA.debugLineNum = 7009;BA.debugLine="If S.RowCount>0 Then";
if (_s.getRowCount()>0) {
- //BA.debugLineNum = 7005;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7010;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7006;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"--------";
+ //BA.debugLineNum = 7011;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"--------";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"--------------------------PROMOS PREVENTA-------------------------------------");
- //BA.debugLineNum = 7007;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7012;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7008;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Cant.";
+ //BA.debugLineNum = 7013;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Cant.";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"Cant. Precio Importe");
- //BA.debugLineNum = 7009;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7014;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7010;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"--------";
+ //BA.debugLineNum = 7015;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"--------";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"-----------------------------------------------------------------------------------------");
- //BA.debugLineNum = 7011;BA.debugLine="For i=0 To S.RowCount -1";
+ //BA.debugLineNum = 7016;BA.debugLine="For i=0 To S.RowCount -1";
{
final int step174 = 1;
final int limit174 = (int) (_s.getRowCount()-1);
_i = (int) (0) ;
for (;_i <= limit174 ;_i = _i + step174 ) {
- //BA.debugLineNum = 7012;BA.debugLine="S.Position=i";
+ //BA.debugLineNum = 7017;BA.debugLine="S.Position=i";
_s.setPosition(_i);
- //BA.debugLineNum = 7013;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_";
+ //BA.debugLineNum = 7018;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_";
if ((_s.GetString("PE_CEDIS")).equals(_s.GetString("PE_PROID"))) {
- //BA.debugLineNum = 7014;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7019;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7015;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetSt";
+ //BA.debugLineNum = 7020;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetSt";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_PRONOMBRE"));
}else {
- //BA.debugLineNum = 7017;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,7,PDF.colorBla";
+ //BA.debugLineNum = 7022;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,7,PDF.colorBla";
_pdf._sfont /*gunav2.keymon.com.mx.cpdf*/ (_pdf._fonthelvetica /*String*/ ,(int) (0),7,_pdf._colorblack /*double[]*/ );
- //BA.debugLineNum = 7018;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7023;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7019;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetSt";
+ //BA.debugLineNum = 7024;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetSt";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_PRONOMBRE"));
- //BA.debugLineNum = 7020;BA.debugLine="LogColor(s.GetLong(\"L_CANT\"),Colors.Magenta)";
-__c.LogImpl("025821410",BA.NumberToString(_s.GetLong("L_CANT")),__c.Colors.Magenta);
- //BA.debugLineNum = 7021;BA.debugLine="LogColor(s.GetLong(\"L_COSTOU\"),Colors.Magent";
-__c.LogImpl("025821411",BA.NumberToString(_s.GetLong("L_COSTOU")),__c.Colors.Magenta);
- //BA.debugLineNum = 7022;BA.debugLine="LogColor(s.GetLong(\"L_COSTO_TOT\"),Colors.Mag";
-__c.LogImpl("025821412",BA.NumberToString(_s.GetLong("L_COSTO_TOT")),__c.Colors.Magenta);
- //BA.debugLineNum = 7023;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + s.GetLong(\"L_";
+ //BA.debugLineNum = 7025;BA.debugLine="LogColor(s.GetLong(\"L_CANT\"),Colors.Magenta)";
+__c.LogImpl("725821410",BA.NumberToString(_s.GetLong("L_CANT")),__c.Colors.Magenta);
+ //BA.debugLineNum = 7026;BA.debugLine="LogColor(s.GetLong(\"L_COSTOU\"),Colors.Magent";
+__c.LogImpl("725821411",BA.NumberToString(_s.GetLong("L_COSTOU")),__c.Colors.Magenta);
+ //BA.debugLineNum = 7027;BA.debugLine="LogColor(s.GetLong(\"L_COSTO_TOT\"),Colors.Mag";
+__c.LogImpl("725821412",BA.NumberToString(_s.GetLong("L_COSTO_TOT")),__c.Colors.Magenta);
+ //BA.debugLineNum = 7028;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + s.GetLong(\"L_";
_tamano = (int) (_s.GetLong("L_CANT")+_s.GetLong("L_COSTOU")+_s.GetLong("L_COSTO_TOT"));
- //BA.debugLineNum = 7024;BA.debugLine="ESPACIO = 92";
+ //BA.debugLineNum = 7029;BA.debugLine="ESPACIO = 92";
_espacio = (int) (92);
- //BA.debugLineNum = 7025;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 7030;BA.debugLine="BLANCO = \" \"";
_blanco = " ";
- //BA.debugLineNum = 7026;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 7031;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
_espacio = (int) (_espacio-_tamano);
- //BA.debugLineNum = 7027;BA.debugLine="ESPACIO = ESPACIO / 2";
+ //BA.debugLineNum = 7032;BA.debugLine="ESPACIO = ESPACIO / 2";
_espacio = (int) (_espacio/(double)2);
- //BA.debugLineNum = 7028;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 7033;BA.debugLine="For E=0 To ESPACIO -1";
{
final int step191 = 1;
final int limit191 = (int) (_espacio-1);
_e = (int) (0) ;
for (;_e <= limit191 ;_e = _e + step191 ) {
- //BA.debugLineNum = 7029;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 7034;BA.debugLine="BLANCO = \" \" & BLANCO";
_blanco = " "+_blanco;
}
};
- //BA.debugLineNum = 7031;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,10,PDF.colorBl";
+ //BA.debugLineNum = 7036;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,10,PDF.colorBl";
_pdf._sfont /*gunav2.keymon.com.mx.cpdf*/ (_pdf._fonthelvetica /*String*/ ,(int) (0),10,_pdf._colorblack /*double[]*/ );
- //BA.debugLineNum = 7032;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7037;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7033;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6, s.GETS";
+ //BA.debugLineNum = 7038;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6, s.GETS";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_CANT")+_blanco+_s.GetString("PE_COSTOU")+_blanco+_s.GetString("PE_COSTO_TOT"));
};
}
};
};
};
- //BA.debugLineNum = 7039;BA.debugLine="s.Close";
+ //BA.debugLineNum = 7044;BA.debugLine="s.Close";
_s.Close();
- //BA.debugLineNum = 7042;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7047;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7043;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
+ //BA.debugLineNum = 7048;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6," ");
- //BA.debugLineNum = 7044;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7049;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7045;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"----------";
+ //BA.debugLineNum = 7050;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"----------";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"-----------------------------------------------------------------------------------------");
- //BA.debugLineNum = 7054;BA.debugLine="s=skmt.ExecQuery(\"select SUM(PE_COSTO_TOT) AS TO";
+ //BA.debugLineNum = 7059;BA.debugLine="s=skmt.ExecQuery(\"select SUM(PE_COSTO_TOT) AS TO";
_s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("select SUM(PE_COSTO_TOT) AS TOTAL FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA from cuentaa)")));
- //BA.debugLineNum = 7055;BA.debugLine="s.Position =0";
+ //BA.debugLineNum = 7060;BA.debugLine="s.Position =0";
_s.setPosition((int) (0));
- //BA.debugLineNum = 7056;BA.debugLine="multiplicador = multiplicador +1";
-_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7057;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Subtotal p";
-_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"Subtotal preventa: $"+_s.GetString("TOTAL"));
- //BA.debugLineNum = 7059;BA.debugLine="c= skmt.ExecQuery2(\"select sum(PE_CANT) as PC_NO";
-_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("select sum(PE_CANT) as PC_NOART from PEDIDO where PE_CLIENTE in (Select CUENTA from cuentaa) AND PE_PROID NOT IN (SELECT CAT_PA_ID FROM PROMOS_COMP ) AND PE_FOLIO = ?",new String[]{"PREVENTA"})));
- //BA.debugLineNum = 7060;BA.debugLine="C.Position=0";
-_c.setPosition((int) (0));
//BA.debugLineNum = 7061;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7062;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Total arti";
+ //BA.debugLineNum = 7062;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Subtotal p";
+_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"Subtotal preventa: $"+_s.GetString("TOTAL"));
+ //BA.debugLineNum = 7064;BA.debugLine="c= skmt.ExecQuery2(\"select sum(PE_CANT) as PC_NO";
+_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("select sum(PE_CANT) as PC_NOART from PEDIDO where PE_CLIENTE in (Select CUENTA from cuentaa) AND PE_PROID NOT IN (SELECT CAT_PA_ID FROM PROMOS_COMP ) AND PE_FOLIO = ?",new String[]{"PREVENTA"})));
+ //BA.debugLineNum = 7065;BA.debugLine="C.Position=0";
+_c.setPosition((int) (0));
+ //BA.debugLineNum = 7066;BA.debugLine="multiplicador = multiplicador +1";
+_multiplicador = (int) (_multiplicador+1);
+ //BA.debugLineNum = 7067;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Total arti";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"Total articulos preventa: "+_c.GetString("PC_NOART"));
- //BA.debugLineNum = 7065;BA.debugLine="Dim s3 As Cursor =skmt.ExecQuery(\"select IFNULL(";
+ //BA.debugLineNum = 7070;BA.debugLine="Dim s3 As Cursor =skmt.ExecQuery(\"select IFNULL(";
_s3 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_s3 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("select IFNULL(SUM(PE_COSTO_TOT),0) AS TOTAL FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA from cuentaa) and IFNULL(PE_RECALCULO,0) = 0")));
- //BA.debugLineNum = 7066;BA.debugLine="s3.Position =0";
+ //BA.debugLineNum = 7071;BA.debugLine="s3.Position =0";
_s3.setPosition((int) (0));
- //BA.debugLineNum = 7067;BA.debugLine="S2=skmt.ExecQuery(\"select IFNULL(SUM(PE_RECALCUL";
+ //BA.debugLineNum = 7072;BA.debugLine="S2=skmt.ExecQuery(\"select IFNULL(SUM(PE_RECALCUL";
_s2 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("select IFNULL(SUM(PE_RECALCULOTOT),0) AS TOTAL FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA from cuentaa) and IFNULL(PE_RECALCULO,0) <> 0")));
- //BA.debugLineNum = 7068;BA.debugLine="S2.Position =0";
+ //BA.debugLineNum = 7073;BA.debugLine="S2.Position =0";
_s2.setPosition((int) (0));
- //BA.debugLineNum = 7070;BA.debugLine="If NumberFormat2((s3.GetString(\"TOTAL\") + S2.Get";
+ //BA.debugLineNum = 7075;BA.debugLine="If NumberFormat2((s3.GetString(\"TOTAL\") + S2.Get";
if ((__c.NumberFormat2(((double)(Double.parseDouble(_s3.GetString("TOTAL")))+(double)(Double.parseDouble(_s2.GetString("TOTAL")))),(int) (0),(int) (2),(int) (2),__c.False)).equals(_s.GetString("TOTAL")) == false) {
- //BA.debugLineNum = 7071;BA.debugLine="multiplicador = multiplicador +1";
-_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7072;BA.debugLine="Log(s.GetString(\"TOTAL\") & \"|\" & Subs.calculaTo";
-__c.LogImpl("025821462",_s.GetString("TOTAL")+"|"+_subs._calculatotalconpromoxrango /*String*/ (ba,_subs._traecliente /*String*/ (ba)),0);
- //BA.debugLineNum = 7073;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Descuento";
-_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"Descuento: $"+__c.NumberFormat2((double)(Double.parseDouble(_s.GetString("TOTAL")))-(double)(Double.parseDouble(_subs._calculatotalconpromoxrango /*String*/ (ba,_subs._traecliente /*String*/ (ba)))),(int) (0),(int) (2),(int) (2),__c.False));
- };
//BA.debugLineNum = 7076;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7078;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Total Prev";
+ //BA.debugLineNum = 7077;BA.debugLine="Log(s.GetString(\"TOTAL\") & \"|\" & Subs.calculaTo";
+__c.LogImpl("725821462",_s.GetString("TOTAL")+"|"+_subs._calculatotalconpromoxrango /*String*/ (ba,_subs._traecliente /*String*/ (ba)),0);
+ //BA.debugLineNum = 7078;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Descuento";
+_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"Descuento: $"+__c.NumberFormat2((double)(Double.parseDouble(_s.GetString("TOTAL")))-(double)(Double.parseDouble(_subs._calculatotalconpromoxrango /*String*/ (ba,_subs._traecliente /*String*/ (ba)))),(int) (0),(int) (2),(int) (2),__c.False));
+ };
+ //BA.debugLineNum = 7081;BA.debugLine="multiplicador = multiplicador +1";
+_multiplicador = (int) (_multiplicador+1);
+ //BA.debugLineNum = 7083;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Total Prev";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"Total Preventa: $"+__c.NumberFormat2((double)(Double.parseDouble(_subs._calculatotalconpromoxrango /*String*/ (ba,_subs._traecliente /*String*/ (ba)))),(int) (0),(int) (2),(int) (2),__c.False));
};
- //BA.debugLineNum = 7086;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7091;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7087;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"-----------";
+ //BA.debugLineNum = 7092;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"-----------";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"-----------------------------------------------------------------------------------------");
- //BA.debugLineNum = 7088;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7093;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7089;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"-----------";
+ //BA.debugLineNum = 7094;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"-----------";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"--------------------------ESTE TICKET NO ES UN ---------------------------");
- //BA.debugLineNum = 7090;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7095;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7091;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"-----------";
+ //BA.debugLineNum = 7096;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"-----------";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"-------------------COMPROBANTE FISCAL, SOLO ES--------------------");
- //BA.debugLineNum = 7092;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7097;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7093;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"-----------";
+ //BA.debugLineNum = 7098;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"-----------";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"---------------------------------INFORMATIVO-----------------------------------");
- //BA.debugLineNum = 7094;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7099;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7095;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"-----------";
+ //BA.debugLineNum = 7100;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"-----------";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"-----------------------------------------------------------------------------------------");
- //BA.debugLineNum = 7096;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7101;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7097;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
+ //BA.debugLineNum = 7102;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6," ");
- //BA.debugLineNum = 7098;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7103;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7099;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
+ //BA.debugLineNum = 7104;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6," ");
- //BA.debugLineNum = 7100;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7105;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7101;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
+ //BA.debugLineNum = 7106;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6," ");
- //BA.debugLineNum = 7102;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7107;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7103;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
+ //BA.debugLineNum = 7108;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6," ");
- //BA.debugLineNum = 7104;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7109;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7105;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
+ //BA.debugLineNum = 7110;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6," ");
- //BA.debugLineNum = 7106;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7111;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7107;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
+ //BA.debugLineNum = 7112;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6," ");
- //BA.debugLineNum = 7117;BA.debugLine="DateTime.DateFormat = \"ddmmyyyy\"";
+ //BA.debugLineNum = 7122;BA.debugLine="DateTime.DateFormat = \"ddmmyyyy\"";
__c.DateTime.setDateFormat("ddmmyyyy");
- //BA.debugLineNum = 7118;BA.debugLine="DateTime.TimeFormat = \"HHmmss\"";
+ //BA.debugLineNum = 7123;BA.debugLine="DateTime.TimeFormat = \"HHmmss\"";
__c.DateTime.setTimeFormat("HHmmss");
- //BA.debugLineNum = 7119;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
+ //BA.debugLineNum = 7124;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
_sdate = __c.DateTime.Date(__c.DateTime.getNow());
- //BA.debugLineNum = 7120;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
+ //BA.debugLineNum = 7125;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
_stime = __c.DateTime.Time(__c.DateTime.getNow());
- //BA.debugLineNum = 7121;BA.debugLine="archivoTicketPDF = sDate&sTime&\".pdf\"";
+ //BA.debugLineNum = 7126;BA.debugLine="archivoTicketPDF = sDate&sTime&\".pdf\"";
_archivoticketpdf = _sdate+_stime+".pdf";
- //BA.debugLineNum = 7123;BA.debugLine="savePDF(PDF, archivoTicketPDF, PDF.CompressAlways";
+ //BA.debugLineNum = 7128;BA.debugLine="savePDF(PDF, archivoTicketPDF, PDF.CompressAlways";
_savepdf(_pdf,_archivoticketpdf,_pdf._compressalways /*int*/ );
- //BA.debugLineNum = 7126;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7131;BA.debugLine="End Sub";
return "";
}
public String _pdfgenerar2() throws Exception{
@@ -17943,671 +17943,671 @@ double _pagina = 0;
int _multiplicador = 0;
int _i = 0;
int _e = 0;
- //BA.debugLineNum = 7128;BA.debugLine="Private Sub PDFGENERAR2";
- //BA.debugLineNum = 7129;BA.debugLine="ESPACIO = 0";
+ //BA.debugLineNum = 7133;BA.debugLine="Private Sub PDFGENERAR2";
+ //BA.debugLineNum = 7134;BA.debugLine="ESPACIO = 0";
_espacio = (int) (0);
- //BA.debugLineNum = 7130;BA.debugLine="DateTime.DateFormat = \"MM/dd/yyyy\"";
+ //BA.debugLineNum = 7135;BA.debugLine="DateTime.DateFormat = \"MM/dd/yyyy\"";
__c.DateTime.setDateFormat("MM/dd/yyyy");
- //BA.debugLineNum = 7131;BA.debugLine="DateTime.TimeFormat = \"HH:mm:ss\"";
+ //BA.debugLineNum = 7136;BA.debugLine="DateTime.TimeFormat = \"HH:mm:ss\"";
__c.DateTime.setTimeFormat("HH:mm:ss");
- //BA.debugLineNum = 7132;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
+ //BA.debugLineNum = 7137;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
_sdate = __c.DateTime.Date(__c.DateTime.getNow());
- //BA.debugLineNum = 7133;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
+ //BA.debugLineNum = 7138;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
_stime = __c.DateTime.Time(__c.DateTime.getNow());
- //BA.debugLineNum = 7134;BA.debugLine="Dim PDF As cPDF";
+ //BA.debugLineNum = 7139;BA.debugLine="Dim PDF As cPDF";
_pdf = new gunav2.keymon.com.mx.cpdf();
- //BA.debugLineNum = 7136;BA.debugLine="PDF.Initialize(\"mm\")";
+ //BA.debugLineNum = 7141;BA.debugLine="PDF.Initialize(\"mm\")";
_pdf._initialize /*gunav2.keymon.com.mx.cpdf*/ (ba,"mm");
- //BA.debugLineNum = 7138;BA.debugLine="PDF.sProperty(PDF.PropertyAuthor,\"Keymonsoft\"). _";
+ //BA.debugLineNum = 7143;BA.debugLine="PDF.sProperty(PDF.PropertyAuthor,\"Keymonsoft\"). _";
_pdf._sproperty /*gunav2.keymon.com.mx.cpdf*/ (_pdf._propertyauthor /*String*/ ,"Keymonsoft")._sproperty /*gunav2.keymon.com.mx.cpdf*/ (_pdf._propertytitle /*String*/ ,"Ticket")._sproperty /*gunav2.keymon.com.mx.cpdf*/ (_pdf._propertykeywords /*String*/ ,"B4X,PDF,Cross platform");
- //BA.debugLineNum = 7143;BA.debugLine="Dim s56 As Cursor=skmt.ExecQuery2(\"select PE_PRON";
+ //BA.debugLineNum = 7148;BA.debugLine="Dim s56 As Cursor=skmt.ExecQuery2(\"select PE_PRON";
_s56 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_s56 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("select PE_PRONOMBRE, PE_CANT, length(pe_cant) as L_CANT, PE_COSTOU, length(PE_COSTOU) as L_COSTOU,PE_CANT * PE_COSTOU AS PE_COSTO_TOT, length(PE_CANT * PE_COSTOU) as L_COSTO_TOT,PE_PROID, PE_CEDIS FROM PEDIDO WHERE PE_FOLIO = ? AND LENGTH(PE_CEDIS) < 4 AND PE_CLIENTE IN (Select CUENTA from cuentaa) order by PE_PROID",new String[]{"PREVENTA"})));
- //BA.debugLineNum = 7144;BA.debugLine="Dim s57 As Cursor = skmt.ExecQuery2(\"select PE_PR";
+ //BA.debugLineNum = 7149;BA.debugLine="Dim s57 As Cursor = skmt.ExecQuery2(\"select PE_PR";
_s57 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_s57 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("select PE_PRONOMBRE, PE_CANT, length(pe_cant) as L_CANT, PE_COSTOU, length(PE_COSTOU) as L_COSTOU,PE_CANT * PE_COSTOU AS PE_COSTO_TOT, length(PE_CANT * PE_COSTOU) as L_COSTO_TOT,PE_PROID, PE_CEDIS FROM PEDIDO WHERE PE_FOLIO = ? AND LENGTH(PE_CEDIS) > 3 AND PE_CLIENTE IN (Select CUENTA from cuentaa) order by PE_CEDIS, PE_COSTOU",new String[]{"PREVENTA"})));
- //BA.debugLineNum = 7146;BA.debugLine="Dim pagina As Double = ((18 + (s56.RowCount*2) +";
+ //BA.debugLineNum = 7151;BA.debugLine="Dim pagina As Double = ((18 + (s56.RowCount*2) +";
_pagina = ((18+(_s56.getRowCount()*2)+(_s57.getRowCount()*2))*(6))+12;
- //BA.debugLineNum = 7148;BA.debugLine="Dim multiplicador As Int = 0";
+ //BA.debugLineNum = 7153;BA.debugLine="Dim multiplicador As Int = 0";
_multiplicador = (int) (0);
- //BA.debugLineNum = 7149;BA.debugLine="PDF.pageAdd(-300,pagina)";
+ //BA.debugLineNum = 7154;BA.debugLine="PDF.pageAdd(-300,pagina)";
_pdf._pageadd /*gunav2.keymon.com.mx.cpdf*/ (-300,_pagina);
- //BA.debugLineNum = 7152;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,10,PDF.colorBlack)";
+ //BA.debugLineNum = 7157;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,10,PDF.colorBlack)";
_pdf._sfont /*gunav2.keymon.com.mx.cpdf*/ (_pdf._fonthelvetica /*String*/ ,(int) (0),10,_pdf._colorblack /*double[]*/ );
- //BA.debugLineNum = 7154;BA.debugLine="PDF.outImage(xui.DefaultFolder,\"guna-fondo.jpg\",1";
+ //BA.debugLineNum = 7159;BA.debugLine="PDF.outImage(xui.DefaultFolder,\"guna-fondo.jpg\",1";
_pdf._outimage /*gunav2.keymon.com.mx.cpdf*/ (_xui.getDefaultFolder(),"guna-fondo.jpg",1,_pagina-45,45,0);
- //BA.debugLineNum = 7155;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7160;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7156;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"GUNA\")";
+ //BA.debugLineNum = 7161;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"GUNA\")";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"GUNA");
- //BA.debugLineNum = 7157;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7162;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7158;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,sDate& \" \" &";
+ //BA.debugLineNum = 7163;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,sDate& \" \" &";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_sdate+" "+_stime);
- //BA.debugLineNum = 7159;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7164;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7160;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Vendedor:\"";
+ //BA.debugLineNum = 7165;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Vendedor:\"";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"Vendedor:"+_subs._traeusuariodebd /*String*/ (ba));
- //BA.debugLineNum = 7161;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7166;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7162;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Tienda: \" &";
+ //BA.debugLineNum = 7167;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Tienda: \" &";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"Tienda: "+_la_nombre.getText());
- //BA.debugLineNum = 7163;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7168;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7164;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"ID.Cliente:";
+ //BA.debugLineNum = 7169;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"ID.Cliente:";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"ID.Cliente: "+_la_cuenta.getText());
- //BA.debugLineNum = 7165;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7170;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7166;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Calle: \" &";
+ //BA.debugLineNum = 7171;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Calle: \" &";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"Calle: "+_la_calle.getText());
- //BA.debugLineNum = 7167;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7172;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7168;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Colonia: \"";
+ //BA.debugLineNum = 7173;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Colonia: \"";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"Colonia: "+_la_col.getText());
- //BA.debugLineNum = 7169;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7174;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7170;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \")";
+ //BA.debugLineNum = 7175;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \")";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6," ");
- //BA.debugLineNum = 7171;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7176;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7172;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \")";
+ //BA.debugLineNum = 7177;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \")";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6," ");
- //BA.debugLineNum = 7173;BA.debugLine="c = skmt.ExecQuery2(\"SELECT * FROM PEDIDO WHERE P";
+ //BA.debugLineNum = 7178;BA.debugLine="c = skmt.ExecQuery2(\"SELECT * FROM PEDIDO WHERE P";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("SELECT * FROM PEDIDO WHERE PE_FOLIO = ?",new String[]{"PREVENTA"})));
- //BA.debugLineNum = 7174;BA.debugLine="If c.RowCount > 0 Then";
+ //BA.debugLineNum = 7179;BA.debugLine="If c.RowCount > 0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 7175;BA.debugLine="s=skmt.ExecQuery2(\"select PE_PRONOMBRE, PE_CANT,";
+ //BA.debugLineNum = 7180;BA.debugLine="s=skmt.ExecQuery2(\"select PE_PRONOMBRE, PE_CANT,";
_s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("select PE_PRONOMBRE, PE_CANT, length(pe_cant) as L_CANT, PE_COSTOU, length(PE_COSTOU) as L_COSTOU,PE_CANT * PE_COSTOU AS PE_COSTO_TOT, length(PE_CANT * PE_COSTOU) as L_COSTO_TOT,PE_PROID, PE_CEDIS FROM PEDIDO WHERE PE_FOLIO = ? AND LENGTH(PE_CEDIS) < 4 AND PE_CLIENTE IN (Select CUENTA from cuentaa) order by PE_PROID",new String[]{"PREVENTA"})));
- //BA.debugLineNum = 7176;BA.debugLine="If S.RowCount>0 Then";
+ //BA.debugLineNum = 7181;BA.debugLine="If S.RowCount>0 Then";
if (_s.getRowCount()>0) {
- //BA.debugLineNum = 7177;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7182;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7178;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"---------";
+ //BA.debugLineNum = 7183;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"---------";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"------------------------------------PREVENTA-----------------------------------------");
- //BA.debugLineNum = 7179;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7184;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7180;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Cant.";
+ //BA.debugLineNum = 7185;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Cant.";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"Cant. Precio Importe");
- //BA.debugLineNum = 7181;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7186;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7182;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"---------";
+ //BA.debugLineNum = 7187;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"---------";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"-----------------------------------------------------------------------------------------");
- //BA.debugLineNum = 7183;BA.debugLine="For i=0 To S.RowCount -1";
+ //BA.debugLineNum = 7188;BA.debugLine="For i=0 To S.RowCount -1";
{
final int step44 = 1;
final int limit44 = (int) (_s.getRowCount()-1);
_i = (int) (0) ;
for (;_i <= limit44 ;_i = _i + step44 ) {
- //BA.debugLineNum = 7184;BA.debugLine="S.Position=i";
+ //BA.debugLineNum = 7189;BA.debugLine="S.Position=i";
_s.setPosition(_i);
- //BA.debugLineNum = 7185;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_P";
+ //BA.debugLineNum = 7190;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_P";
if ((_s.GetString("PE_CEDIS")).equals(_s.GetString("PE_PROID"))) {
- //BA.debugLineNum = 7186;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7191;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7187;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetStr";
+ //BA.debugLineNum = 7192;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetStr";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_PRONOMBRE"));
}else {
- //BA.debugLineNum = 7189;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,7,PDF.colorBlac";
+ //BA.debugLineNum = 7194;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,7,PDF.colorBlac";
_pdf._sfont /*gunav2.keymon.com.mx.cpdf*/ (_pdf._fonthelvetica /*String*/ ,(int) (0),7,_pdf._colorblack /*double[]*/ );
- //BA.debugLineNum = 7190;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7195;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7191;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetStr";
+ //BA.debugLineNum = 7196;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetStr";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_PRONOMBRE"));
- //BA.debugLineNum = 7195;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + s.GetLong(\"L_C";
+ //BA.debugLineNum = 7200;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + s.GetLong(\"L_C";
_tamano = (int) (_s.GetLong("L_CANT")+_s.GetLong("L_COSTOU")+_s.GetLong("L_COSTO_TOT"));
- //BA.debugLineNum = 7196;BA.debugLine="ESPACIO = 92";
+ //BA.debugLineNum = 7201;BA.debugLine="ESPACIO = 92";
_espacio = (int) (92);
- //BA.debugLineNum = 7197;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 7202;BA.debugLine="BLANCO = \" \"";
_blanco = " ";
- //BA.debugLineNum = 7198;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 7203;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
_espacio = (int) (_espacio-_tamano);
- //BA.debugLineNum = 7199;BA.debugLine="ESPACIO = ESPACIO / 2";
+ //BA.debugLineNum = 7204;BA.debugLine="ESPACIO = ESPACIO / 2";
_espacio = (int) (_espacio/(double)2);
- //BA.debugLineNum = 7200;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 7205;BA.debugLine="For E=0 To ESPACIO -1";
{
final int step58 = 1;
final int limit58 = (int) (_espacio-1);
_e = (int) (0) ;
for (;_e <= limit58 ;_e = _e + step58 ) {
- //BA.debugLineNum = 7201;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 7206;BA.debugLine="BLANCO = \" \" & BLANCO";
_blanco = " "+_blanco;
}
};
- //BA.debugLineNum = 7203;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,10,PDF.colorBla";
+ //BA.debugLineNum = 7208;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,10,PDF.colorBla";
_pdf._sfont /*gunav2.keymon.com.mx.cpdf*/ (_pdf._fonthelvetica /*String*/ ,(int) (0),10,_pdf._colorblack /*double[]*/ );
- //BA.debugLineNum = 7204;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7209;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7205;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6, s.GETST";
+ //BA.debugLineNum = 7210;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6, s.GETST";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_CANT")+_blanco+_s.GetString("PE_COSTOU")+_blanco+_s.GetString("PE_COSTO_TOT"));
};
}
};
- //BA.debugLineNum = 7211;BA.debugLine="PDF.outtext(1,108-9*6,\" \" )";
+ //BA.debugLineNum = 7216;BA.debugLine="PDF.outtext(1,108-9*6,\" \" )";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,108-9*6," ");
};
- //BA.debugLineNum = 7213;BA.debugLine="s.Close";
+ //BA.debugLineNum = 7218;BA.debugLine="s.Close";
_s.Close();
- //BA.debugLineNum = 7214;BA.debugLine="s=skmt.ExecQuery2(\"select PE_PRONOMBRE, PE_CANT,";
+ //BA.debugLineNum = 7219;BA.debugLine="s=skmt.ExecQuery2(\"select PE_PRONOMBRE, PE_CANT,";
_s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("select PE_PRONOMBRE, PE_CANT, length(pe_cant) as L_CANT, PE_COSTOU, length(PE_COSTOU) as L_COSTOU,PE_CANT * PE_COSTOU AS PE_COSTO_TOT, length(PE_CANT * PE_COSTOU) as L_COSTO_TOT,PE_PROID, PE_CEDIS FROM PEDIDO WHERE PE_FOLIO = ? AND LENGTH(PE_CEDIS) > 3 AND PE_CLIENTE IN (Select CUENTA from cuentaa) order by PE_CEDIS, PE_COSTOU",new String[]{"PREVENTA"})));
- //BA.debugLineNum = 7215;BA.debugLine="If S.RowCount>0 Then";
+ //BA.debugLineNum = 7220;BA.debugLine="If S.RowCount>0 Then";
if (_s.getRowCount()>0) {
- //BA.debugLineNum = 7216;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7221;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7217;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"---------";
+ //BA.debugLineNum = 7222;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"---------";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"--------------------------PROMOS PREVENTA-------------------------------------");
- //BA.debugLineNum = 7218;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7223;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7219;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Cant.";
+ //BA.debugLineNum = 7224;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Cant.";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"Cant. Precio Importe");
- //BA.debugLineNum = 7220;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7225;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7221;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"---------";
+ //BA.debugLineNum = 7226;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"---------";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"-----------------------------------------------------------------------------------------");
- //BA.debugLineNum = 7222;BA.debugLine="For i=0 To S.RowCount -1";
+ //BA.debugLineNum = 7227;BA.debugLine="For i=0 To S.RowCount -1";
{
final int step77 = 1;
final int limit77 = (int) (_s.getRowCount()-1);
_i = (int) (0) ;
for (;_i <= limit77 ;_i = _i + step77 ) {
- //BA.debugLineNum = 7223;BA.debugLine="S.Position=i";
+ //BA.debugLineNum = 7228;BA.debugLine="S.Position=i";
_s.setPosition(_i);
- //BA.debugLineNum = 7224;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_P";
+ //BA.debugLineNum = 7229;BA.debugLine="If s.GetString(\"PE_CEDIS\") = s.GetString(\"PE_P";
if ((_s.GetString("PE_CEDIS")).equals(_s.GetString("PE_PROID"))) {
- //BA.debugLineNum = 7225;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7230;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7226;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetStr";
+ //BA.debugLineNum = 7231;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetStr";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_PRONOMBRE"));
}else {
- //BA.debugLineNum = 7228;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,7,PDF.colorBlac";
+ //BA.debugLineNum = 7233;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,7,PDF.colorBlac";
_pdf._sfont /*gunav2.keymon.com.mx.cpdf*/ (_pdf._fonthelvetica /*String*/ ,(int) (0),7,_pdf._colorblack /*double[]*/ );
- //BA.debugLineNum = 7229;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7234;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7230;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetStr";
+ //BA.debugLineNum = 7235;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,s.GetStr";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_PRONOMBRE"));
- //BA.debugLineNum = 7231;BA.debugLine="LogColor(s.GetLong(\"L_CANT\"),Colors.Magenta)";
-__c.LogImpl("025886823",BA.NumberToString(_s.GetLong("L_CANT")),__c.Colors.Magenta);
- //BA.debugLineNum = 7232;BA.debugLine="LogColor(s.GetLong(\"L_COSTOU\"),Colors.Magenta";
-__c.LogImpl("025886824",BA.NumberToString(_s.GetLong("L_COSTOU")),__c.Colors.Magenta);
- //BA.debugLineNum = 7233;BA.debugLine="LogColor(s.GetLong(\"L_COSTO_TOT\"),Colors.Mage";
-__c.LogImpl("025886825",BA.NumberToString(_s.GetLong("L_COSTO_TOT")),__c.Colors.Magenta);
- //BA.debugLineNum = 7234;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + s.GetLong(\"L_C";
+ //BA.debugLineNum = 7236;BA.debugLine="LogColor(s.GetLong(\"L_CANT\"),Colors.Magenta)";
+__c.LogImpl("725886823",BA.NumberToString(_s.GetLong("L_CANT")),__c.Colors.Magenta);
+ //BA.debugLineNum = 7237;BA.debugLine="LogColor(s.GetLong(\"L_COSTOU\"),Colors.Magenta";
+__c.LogImpl("725886824",BA.NumberToString(_s.GetLong("L_COSTOU")),__c.Colors.Magenta);
+ //BA.debugLineNum = 7238;BA.debugLine="LogColor(s.GetLong(\"L_COSTO_TOT\"),Colors.Mage";
+__c.LogImpl("725886825",BA.NumberToString(_s.GetLong("L_COSTO_TOT")),__c.Colors.Magenta);
+ //BA.debugLineNum = 7239;BA.debugLine="TAMANO = s.GetLong(\"L_CANT\") + s.GetLong(\"L_C";
_tamano = (int) (_s.GetLong("L_CANT")+_s.GetLong("L_COSTOU")+_s.GetLong("L_COSTO_TOT"));
- //BA.debugLineNum = 7235;BA.debugLine="ESPACIO = 92";
+ //BA.debugLineNum = 7240;BA.debugLine="ESPACIO = 92";
_espacio = (int) (92);
- //BA.debugLineNum = 7236;BA.debugLine="BLANCO = \" \"";
+ //BA.debugLineNum = 7241;BA.debugLine="BLANCO = \" \"";
_blanco = " ";
- //BA.debugLineNum = 7237;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
+ //BA.debugLineNum = 7242;BA.debugLine="ESPACIO = ESPACIO - TAMANO";
_espacio = (int) (_espacio-_tamano);
- //BA.debugLineNum = 7238;BA.debugLine="ESPACIO = ESPACIO / 2";
+ //BA.debugLineNum = 7243;BA.debugLine="ESPACIO = ESPACIO / 2";
_espacio = (int) (_espacio/(double)2);
- //BA.debugLineNum = 7239;BA.debugLine="For E=0 To ESPACIO -1";
+ //BA.debugLineNum = 7244;BA.debugLine="For E=0 To ESPACIO -1";
{
final int step94 = 1;
final int limit94 = (int) (_espacio-1);
_e = (int) (0) ;
for (;_e <= limit94 ;_e = _e + step94 ) {
- //BA.debugLineNum = 7240;BA.debugLine="BLANCO = \" \" & BLANCO";
+ //BA.debugLineNum = 7245;BA.debugLine="BLANCO = \" \" & BLANCO";
_blanco = " "+_blanco;
}
};
- //BA.debugLineNum = 7242;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,10,PDF.colorBla";
+ //BA.debugLineNum = 7247;BA.debugLine="PDF.sFont(PDF.fontHelvetica,0,10,PDF.colorBla";
_pdf._sfont /*gunav2.keymon.com.mx.cpdf*/ (_pdf._fonthelvetica /*String*/ ,(int) (0),10,_pdf._colorblack /*double[]*/ );
- //BA.debugLineNum = 7243;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7248;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7244;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6, s.GETST";
+ //BA.debugLineNum = 7249;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6, s.GETST";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,_s.GetString("PE_CANT")+_blanco+_s.GetString("PE_COSTOU")+_blanco+_s.GetString("PE_COSTO_TOT"));
};
}
};
};
- //BA.debugLineNum = 7248;BA.debugLine="s.Close";
+ //BA.debugLineNum = 7253;BA.debugLine="s.Close";
_s.Close();
- //BA.debugLineNum = 7251;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7256;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7252;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
+ //BA.debugLineNum = 7257;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6," ");
- //BA.debugLineNum = 7253;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7258;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7254;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"----------";
+ //BA.debugLineNum = 7259;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"----------";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"-----------------------------------------------------------------------------------------");
- //BA.debugLineNum = 7255;BA.debugLine="s=skmt.ExecQuery2(\"select SUM(PE_COSTO_TOT) AS T";
+ //BA.debugLineNum = 7260;BA.debugLine="s=skmt.ExecQuery2(\"select SUM(PE_COSTO_TOT) AS T";
_s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("select SUM(PE_COSTO_TOT) AS TOTAL FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA from cuentaa) AND PE_FOLIO = ?",new String[]{"PREVENTA"})));
- //BA.debugLineNum = 7256;BA.debugLine="s.Position =0";
+ //BA.debugLineNum = 7261;BA.debugLine="s.Position =0";
_s.setPosition((int) (0));
- //BA.debugLineNum = 7259;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7264;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7260;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Descuento:";
+ //BA.debugLineNum = 7265;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Descuento:";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"Descuento: $"+BA.NumberToString(150));
- //BA.debugLineNum = 7261;BA.debugLine="multiplicador = multiplicador +1";
-_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7262;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Total prev";
-_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"Total preventa: $"+BA.NumberToString(((double)(Double.parseDouble(_s.GetString("TOTAL")))-150)));
- //BA.debugLineNum = 7263;BA.debugLine="s.Close";
-_s.Close();
- //BA.debugLineNum = 7264;BA.debugLine="c= skmt.ExecQuery2(\"select sum(PE_CANT) as PC_NO";
-_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("select sum(PE_CANT) as PC_NOART from PEDIDO where PE_CLIENTE in (Select CUENTA from cuentaa) AND PE_PROID NOT IN (SELECT CAT_PA_ID FROM PROMOS_COMP ) AND PE_FOLIO = ?",new String[]{"PREVENTA"})));
- //BA.debugLineNum = 7265;BA.debugLine="C.Position=0";
-_c.setPosition((int) (0));
//BA.debugLineNum = 7266;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7267;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Total arti";
+ //BA.debugLineNum = 7267;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Total prev";
+_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"Total preventa: $"+BA.NumberToString(((double)(Double.parseDouble(_s.GetString("TOTAL")))-150)));
+ //BA.debugLineNum = 7268;BA.debugLine="s.Close";
+_s.Close();
+ //BA.debugLineNum = 7269;BA.debugLine="c= skmt.ExecQuery2(\"select sum(PE_CANT) as PC_NO";
+_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery2("select sum(PE_CANT) as PC_NOART from PEDIDO where PE_CLIENTE in (Select CUENTA from cuentaa) AND PE_PROID NOT IN (SELECT CAT_PA_ID FROM PROMOS_COMP ) AND PE_FOLIO = ?",new String[]{"PREVENTA"})));
+ //BA.debugLineNum = 7270;BA.debugLine="C.Position=0";
+_c.setPosition((int) (0));
+ //BA.debugLineNum = 7271;BA.debugLine="multiplicador = multiplicador +1";
+_multiplicador = (int) (_multiplicador+1);
+ //BA.debugLineNum = 7272;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"Total arti";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"Total articulos preventa: "+_c.GetString("PC_NOART"));
- //BA.debugLineNum = 7268;BA.debugLine="c.Close";
+ //BA.debugLineNum = 7273;BA.debugLine="c.Close";
_c.Close();
};
- //BA.debugLineNum = 7272;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7277;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7273;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"-----------";
+ //BA.debugLineNum = 7278;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"-----------";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"-----------------------------------------------------------------------------------------");
- //BA.debugLineNum = 7274;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7279;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7275;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"-----------";
+ //BA.debugLineNum = 7280;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"-----------";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"--------------------------ESTE TICKET NO ES UN ---------------------------");
- //BA.debugLineNum = 7276;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7281;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7277;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"-----------";
+ //BA.debugLineNum = 7282;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"-----------";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"-------------------COMPROBANTE FISCAL, SOLO ES--------------------");
- //BA.debugLineNum = 7278;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7283;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7279;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"-----------";
+ //BA.debugLineNum = 7284;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"-----------";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"---------------------------------INFORMATIVO-----------------------------------");
- //BA.debugLineNum = 7280;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7285;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7281;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"-----------";
+ //BA.debugLineNum = 7286;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"-----------";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"-----------------------------------------------------------------------------------------");
- //BA.debugLineNum = 7282;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7287;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7283;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
+ //BA.debugLineNum = 7288;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6," ");
- //BA.debugLineNum = 7284;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7289;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7285;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
+ //BA.debugLineNum = 7290;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6," ");
- //BA.debugLineNum = 7286;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7291;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7287;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
+ //BA.debugLineNum = 7292;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6," ");
- //BA.debugLineNum = 7288;BA.debugLine="multiplicador = multiplicador +1";
+ //BA.debugLineNum = 7293;BA.debugLine="multiplicador = multiplicador +1";
_multiplicador = (int) (_multiplicador+1);
- //BA.debugLineNum = 7289;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
+ //BA.debugLineNum = 7294;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\" \" )";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6," ");
- //BA.debugLineNum = 7291;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"-----------";
+ //BA.debugLineNum = 7296;BA.debugLine="PDF.outtext(1,pagina-multiplicador*6,\"-----------";
_pdf._outtext /*gunav2.keymon.com.mx.cpdf*/ (1,_pagina-_multiplicador*6,"-----------------------------------------------------------------------------------------");
- //BA.debugLineNum = 7299;BA.debugLine="DateTime.DateFormat = \"ddmmyyyy\"";
+ //BA.debugLineNum = 7304;BA.debugLine="DateTime.DateFormat = \"ddmmyyyy\"";
__c.DateTime.setDateFormat("ddmmyyyy");
- //BA.debugLineNum = 7300;BA.debugLine="DateTime.TimeFormat = \"HHmmss\"";
+ //BA.debugLineNum = 7305;BA.debugLine="DateTime.TimeFormat = \"HHmmss\"";
__c.DateTime.setTimeFormat("HHmmss");
- //BA.debugLineNum = 7301;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
+ //BA.debugLineNum = 7306;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
_sdate = __c.DateTime.Date(__c.DateTime.getNow());
- //BA.debugLineNum = 7302;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
+ //BA.debugLineNum = 7307;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
_stime = __c.DateTime.Time(__c.DateTime.getNow());
- //BA.debugLineNum = 7303;BA.debugLine="archivoTicketPDF = sDate&sTime&\".pdf\"";
+ //BA.debugLineNum = 7308;BA.debugLine="archivoTicketPDF = sDate&sTime&\".pdf\"";
_archivoticketpdf = _sdate+_stime+".pdf";
- //BA.debugLineNum = 7305;BA.debugLine="savePDF(PDF, archivoTicketPDF, PDF.CompressAlways";
+ //BA.debugLineNum = 7310;BA.debugLine="savePDF(PDF, archivoTicketPDF, PDF.CompressAlways";
_savepdf(_pdf,_archivoticketpdf,_pdf._compressalways /*int*/ );
- //BA.debugLineNum = 7308;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7313;BA.debugLine="End Sub";
return "";
}
public String _pnlplanlealtad_click() throws Exception{
- //BA.debugLineNum = 7845;BA.debugLine="Private Sub pnlPlanLealtad_Click";
- //BA.debugLineNum = 7847;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7850;BA.debugLine="Private Sub pnlPlanLealtad_Click";
+ //BA.debugLineNum = 7852;BA.debugLine="End Sub";
return "";
}
public String _printer_connected(boolean _success) throws Exception{
- //BA.debugLineNum = 4561;BA.debugLine="Sub Printer_Connected (Success As Boolean)";
- //BA.debugLineNum = 4562;BA.debugLine="If Success Then";
+ //BA.debugLineNum = 4566;BA.debugLine="Sub Printer_Connected (Success As Boolean)";
+ //BA.debugLineNum = 4567;BA.debugLine="If Success Then";
if (_success) {
}else {
- //BA.debugLineNum = 4567;BA.debugLine="If Msgbox2(\"\", \"Printer Error\",\"Reprint\",\"Cancel";
+ //BA.debugLineNum = 4572;BA.debugLine="If Msgbox2(\"\", \"Printer Error\",\"Reprint\",\"Cancel";
if (__c.Msgbox2(BA.ObjectToCharSequence(""),BA.ObjectToCharSequence("Printer Error"),"Reprint","Cancel","",(android.graphics.Bitmap)(__c.Null),ba)==__c.DialogResponse.POSITIVE) {
- //BA.debugLineNum = 4568;BA.debugLine="StartPrinter";
+ //BA.debugLineNum = 4573;BA.debugLine="StartPrinter";
_startprinter();
};
};
- //BA.debugLineNum = 4571;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4576;BA.debugLine="End Sub";
return "";
}
public String _printer1_connected(boolean _success) throws Exception{
- //BA.debugLineNum = 4536;BA.debugLine="Sub Printer1_Connected (Success As Boolean)";
- //BA.debugLineNum = 4538;BA.debugLine="If Success Then";
+ //BA.debugLineNum = 4541;BA.debugLine="Sub Printer1_Connected (Success As Boolean)";
+ //BA.debugLineNum = 4543;BA.debugLine="If Success Then";
if (_success) {
- //BA.debugLineNum = 4539;BA.debugLine="ToastMessageShow(\"Impresora conectada\", False)";
+ //BA.debugLineNum = 4544;BA.debugLine="ToastMessageShow(\"Impresora conectada\", False)";
__c.ToastMessageShow(BA.ObjectToCharSequence("Impresora conectada"),__c.False);
- //BA.debugLineNum = 4540;BA.debugLine="Starter.skmt.ExecNonQuery2(\"delete from CAT_VARI";
+ //BA.debugLineNum = 4545;BA.debugLine="Starter.skmt.ExecNonQuery2(\"delete from CAT_VARI";
_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("delete from CAT_VARIABLES where CAT_VA_DESCRIPCION = ?",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("MACIMP")}));
- //BA.debugLineNum = 4541;BA.debugLine="Starter.skmt.ExecNonQuery2(\"INSERT INTO CAT_VARI";
+ //BA.debugLineNum = 4546;BA.debugLine="Starter.skmt.ExecNonQuery2(\"INSERT INTO CAT_VARI";
_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("INSERT INTO CAT_VARIABLES(CAT_VA_DESCRIPCION, CAT_VA_VALOR) VALUES (?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("MACIMP"),(Object)(_starter._mac_impresora /*String*/ )}));
- //BA.debugLineNum = 4544;BA.debugLine="impresoraConectada = True";
+ //BA.debugLineNum = 4549;BA.debugLine="impresoraConectada = True";
_impresoraconectada = __c.True;
}else {
- //BA.debugLineNum = 4548;BA.debugLine="LogColor(\"Error conectando la impresora\", Colors";
-__c.LogImpl("017956876","Error conectando la impresora",__c.Colors.Red);
- //BA.debugLineNum = 4549;BA.debugLine="errorImpresora = errorImpresora + 1";
+ //BA.debugLineNum = 4553;BA.debugLine="LogColor(\"Error conectando la impresora\", Colors";
+__c.LogImpl("717956876","Error conectando la impresora",__c.Colors.Red);
+ //BA.debugLineNum = 4554;BA.debugLine="errorImpresora = errorImpresora + 1";
_errorimpresora = (int) (_errorimpresora+1);
- //BA.debugLineNum = 4550;BA.debugLine="If errorImpresora > 1 Then";
+ //BA.debugLineNum = 4555;BA.debugLine="If errorImpresora > 1 Then";
if (_errorimpresora>1) {
- //BA.debugLineNum = 4551;BA.debugLine="Starter.MAC_IMPRESORA = \"0\"";
+ //BA.debugLineNum = 4556;BA.debugLine="Starter.MAC_IMPRESORA = \"0\"";
_starter._mac_impresora /*String*/ = "0";
- //BA.debugLineNum = 4552;BA.debugLine="errorImpresora = 0";
+ //BA.debugLineNum = 4557;BA.debugLine="errorImpresora = 0";
_errorimpresora = (int) (0);
};
};
- //BA.debugLineNum = 4555;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4560;BA.debugLine="End Sub";
return "";
}
public String _printer1_error() throws Exception{
- //BA.debugLineNum = 4557;BA.debugLine="Sub Printer1_Error";
- //BA.debugLineNum = 4558;BA.debugLine="Log(\"error printer\")";
-__c.LogImpl("018022401","error printer",0);
- //BA.debugLineNum = 4559;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4562;BA.debugLine="Sub Printer1_Error";
+ //BA.debugLineNum = 4563;BA.debugLine="Log(\"error printer\")";
+__c.LogImpl("718022401","error printer",0);
+ //BA.debugLineNum = 4564;BA.debugLine="End Sub";
return "";
}
public String _radiobutton1_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4794;BA.debugLine="Private Sub RadioButton1_CheckedChange(Checked As";
- //BA.debugLineNum = 4795;BA.debugLine="encuentasmapa.Put(\"P3\", Sender.As(RadioButton).te";
-_encuentasmapa.Put((Object)("P3"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
- //BA.debugLineNum = 4796;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("019333122",BA.ObjectToString(_encuentasmapa),0);
- //BA.debugLineNum = 4797;BA.debugLine="End Sub";
-return "";
-}
-public String _radiobutton10_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4846;BA.debugLine="Private Sub RadioButton10_CheckedChange(Checked As";
- //BA.debugLineNum = 4847;BA.debugLine="encuentasmapa.Put(\"P5\", Sender.As(RadioButton).te";
-_encuentasmapa.Put((Object)("P5"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
- //BA.debugLineNum = 4848;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("019922946",BA.ObjectToString(_encuentasmapa),0);
- //BA.debugLineNum = 4849;BA.debugLine="End Sub";
-return "";
-}
-public String _radiobutton11_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4851;BA.debugLine="Private Sub RadioButton11_CheckedChange(Checked As";
- //BA.debugLineNum = 4852;BA.debugLine="encuentasmapa.Put(\"P5\", Sender.As(RadioButton).te";
-_encuentasmapa.Put((Object)("P5"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
- //BA.debugLineNum = 4853;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("019988482",BA.ObjectToString(_encuentasmapa),0);
- //BA.debugLineNum = 4854;BA.debugLine="End Sub";
-return "";
-}
-public String _radiobutton12_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4856;BA.debugLine="Private Sub RadioButton12_CheckedChange(Checked As";
- //BA.debugLineNum = 4857;BA.debugLine="encuentasmapa.Put(\"P5\", Sender.As(RadioButton).te";
-_encuentasmapa.Put((Object)("P5"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
- //BA.debugLineNum = 4858;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("020054018",BA.ObjectToString(_encuentasmapa),0);
- //BA.debugLineNum = 4859;BA.debugLine="End Sub";
-return "";
-}
-public String _radiobutton13_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4861;BA.debugLine="Private Sub RadioButton13_CheckedChange(Checked As";
- //BA.debugLineNum = 4862;BA.debugLine="encuentasmapa.Put(\"P5\", Sender.As(RadioButton).te";
-_encuentasmapa.Put((Object)("P5"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
- //BA.debugLineNum = 4863;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("020119554",BA.ObjectToString(_encuentasmapa),0);
- //BA.debugLineNum = 4864;BA.debugLine="End Sub";
-return "";
-}
-public String _radiobutton14_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4866;BA.debugLine="Private Sub RadioButton14_CheckedChange(Checked As";
- //BA.debugLineNum = 4867;BA.debugLine="encuentasmapa.Put(\"P5\", Sender.As(RadioButton).te";
-_encuentasmapa.Put((Object)("P5"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
- //BA.debugLineNum = 4868;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("020185090",BA.ObjectToString(_encuentasmapa),0);
- //BA.debugLineNum = 4869;BA.debugLine="End Sub";
-return "";
-}
-public String _radiobutton15_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4786;BA.debugLine="Private Sub RadioButton15_CheckedChange(Checked As";
- //BA.debugLineNum = 4787;BA.debugLine="encuentasmapa.Put(\"P2\", Sender.As(RadioButton).te";
-_encuentasmapa.Put((Object)("P2"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
- //BA.debugLineNum = 4788;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("019267586",BA.ObjectToString(_encuentasmapa),0);
- //BA.debugLineNum = 4789;BA.debugLine="End Sub";
-return "";
-}
-public String _radiobutton16_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4781;BA.debugLine="Private Sub RadioButton16_CheckedChange(Checked As";
- //BA.debugLineNum = 4782;BA.debugLine="encuentasmapa.Put(\"P2\", Sender.As(RadioButton).te";
-_encuentasmapa.Put((Object)("P2"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
- //BA.debugLineNum = 4783;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("019202050",BA.ObjectToString(_encuentasmapa),0);
- //BA.debugLineNum = 4784;BA.debugLine="End Sub";
-return "";
-}
-public String _radiobutton17_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4776;BA.debugLine="Private Sub RadioButton17_CheckedChange(Checked As";
- //BA.debugLineNum = 4777;BA.debugLine="encuentasmapa.Put(\"P2\", Sender.As(RadioButton).te";
-_encuentasmapa.Put((Object)("P2"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
- //BA.debugLineNum = 4778;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("019136514",BA.ObjectToString(_encuentasmapa),0);
- //BA.debugLineNum = 4779;BA.debugLine="End Sub";
-return "";
-}
-public String _radiobutton2_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4799;BA.debugLine="Private Sub RadioButton2_CheckedChange(Checked As";
+ //BA.debugLineNum = 4799;BA.debugLine="Private Sub RadioButton1_CheckedChange(Checked As";
//BA.debugLineNum = 4800;BA.debugLine="encuentasmapa.Put(\"P3\", Sender.As(RadioButton).te";
_encuentasmapa.Put((Object)("P3"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
//BA.debugLineNum = 4801;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("019398658",BA.ObjectToString(_encuentasmapa),0);
+__c.LogImpl("719333122",BA.ObjectToString(_encuentasmapa),0);
//BA.debugLineNum = 4802;BA.debugLine="End Sub";
return "";
}
-public String _radiobutton3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4804;BA.debugLine="Private Sub RadioButton3_CheckedChange(Checked As";
+public String _radiobutton10_checkedchange(boolean _checked) throws Exception{
+ //BA.debugLineNum = 4851;BA.debugLine="Private Sub RadioButton10_CheckedChange(Checked As";
+ //BA.debugLineNum = 4852;BA.debugLine="encuentasmapa.Put(\"P5\", Sender.As(RadioButton).te";
+_encuentasmapa.Put((Object)("P5"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
+ //BA.debugLineNum = 4853;BA.debugLine="Log(encuentasmapa)";
+__c.LogImpl("719922946",BA.ObjectToString(_encuentasmapa),0);
+ //BA.debugLineNum = 4854;BA.debugLine="End Sub";
+return "";
+}
+public String _radiobutton11_checkedchange(boolean _checked) throws Exception{
+ //BA.debugLineNum = 4856;BA.debugLine="Private Sub RadioButton11_CheckedChange(Checked As";
+ //BA.debugLineNum = 4857;BA.debugLine="encuentasmapa.Put(\"P5\", Sender.As(RadioButton).te";
+_encuentasmapa.Put((Object)("P5"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
+ //BA.debugLineNum = 4858;BA.debugLine="Log(encuentasmapa)";
+__c.LogImpl("719988482",BA.ObjectToString(_encuentasmapa),0);
+ //BA.debugLineNum = 4859;BA.debugLine="End Sub";
+return "";
+}
+public String _radiobutton12_checkedchange(boolean _checked) throws Exception{
+ //BA.debugLineNum = 4861;BA.debugLine="Private Sub RadioButton12_CheckedChange(Checked As";
+ //BA.debugLineNum = 4862;BA.debugLine="encuentasmapa.Put(\"P5\", Sender.As(RadioButton).te";
+_encuentasmapa.Put((Object)("P5"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
+ //BA.debugLineNum = 4863;BA.debugLine="Log(encuentasmapa)";
+__c.LogImpl("720054018",BA.ObjectToString(_encuentasmapa),0);
+ //BA.debugLineNum = 4864;BA.debugLine="End Sub";
+return "";
+}
+public String _radiobutton13_checkedchange(boolean _checked) throws Exception{
+ //BA.debugLineNum = 4866;BA.debugLine="Private Sub RadioButton13_CheckedChange(Checked As";
+ //BA.debugLineNum = 4867;BA.debugLine="encuentasmapa.Put(\"P5\", Sender.As(RadioButton).te";
+_encuentasmapa.Put((Object)("P5"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
+ //BA.debugLineNum = 4868;BA.debugLine="Log(encuentasmapa)";
+__c.LogImpl("720119554",BA.ObjectToString(_encuentasmapa),0);
+ //BA.debugLineNum = 4869;BA.debugLine="End Sub";
+return "";
+}
+public String _radiobutton14_checkedchange(boolean _checked) throws Exception{
+ //BA.debugLineNum = 4871;BA.debugLine="Private Sub RadioButton14_CheckedChange(Checked As";
+ //BA.debugLineNum = 4872;BA.debugLine="encuentasmapa.Put(\"P5\", Sender.As(RadioButton).te";
+_encuentasmapa.Put((Object)("P5"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
+ //BA.debugLineNum = 4873;BA.debugLine="Log(encuentasmapa)";
+__c.LogImpl("720185090",BA.ObjectToString(_encuentasmapa),0);
+ //BA.debugLineNum = 4874;BA.debugLine="End Sub";
+return "";
+}
+public String _radiobutton15_checkedchange(boolean _checked) throws Exception{
+ //BA.debugLineNum = 4791;BA.debugLine="Private Sub RadioButton15_CheckedChange(Checked As";
+ //BA.debugLineNum = 4792;BA.debugLine="encuentasmapa.Put(\"P2\", Sender.As(RadioButton).te";
+_encuentasmapa.Put((Object)("P2"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
+ //BA.debugLineNum = 4793;BA.debugLine="Log(encuentasmapa)";
+__c.LogImpl("719267586",BA.ObjectToString(_encuentasmapa),0);
+ //BA.debugLineNum = 4794;BA.debugLine="End Sub";
+return "";
+}
+public String _radiobutton16_checkedchange(boolean _checked) throws Exception{
+ //BA.debugLineNum = 4786;BA.debugLine="Private Sub RadioButton16_CheckedChange(Checked As";
+ //BA.debugLineNum = 4787;BA.debugLine="encuentasmapa.Put(\"P2\", Sender.As(RadioButton).te";
+_encuentasmapa.Put((Object)("P2"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
+ //BA.debugLineNum = 4788;BA.debugLine="Log(encuentasmapa)";
+__c.LogImpl("719202050",BA.ObjectToString(_encuentasmapa),0);
+ //BA.debugLineNum = 4789;BA.debugLine="End Sub";
+return "";
+}
+public String _radiobutton17_checkedchange(boolean _checked) throws Exception{
+ //BA.debugLineNum = 4781;BA.debugLine="Private Sub RadioButton17_CheckedChange(Checked As";
+ //BA.debugLineNum = 4782;BA.debugLine="encuentasmapa.Put(\"P2\", Sender.As(RadioButton).te";
+_encuentasmapa.Put((Object)("P2"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
+ //BA.debugLineNum = 4783;BA.debugLine="Log(encuentasmapa)";
+__c.LogImpl("719136514",BA.ObjectToString(_encuentasmapa),0);
+ //BA.debugLineNum = 4784;BA.debugLine="End Sub";
+return "";
+}
+public String _radiobutton2_checkedchange(boolean _checked) throws Exception{
+ //BA.debugLineNum = 4804;BA.debugLine="Private Sub RadioButton2_CheckedChange(Checked As";
//BA.debugLineNum = 4805;BA.debugLine="encuentasmapa.Put(\"P3\", Sender.As(RadioButton).te";
_encuentasmapa.Put((Object)("P3"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
//BA.debugLineNum = 4806;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("019464194",BA.ObjectToString(_encuentasmapa),0);
+__c.LogImpl("719398658",BA.ObjectToString(_encuentasmapa),0);
//BA.debugLineNum = 4807;BA.debugLine="End Sub";
return "";
}
-public String _radiobutton4_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4809;BA.debugLine="Private Sub RadioButton4_CheckedChange(Checked As";
+public String _radiobutton3_checkedchange(boolean _checked) throws Exception{
+ //BA.debugLineNum = 4809;BA.debugLine="Private Sub RadioButton3_CheckedChange(Checked As";
//BA.debugLineNum = 4810;BA.debugLine="encuentasmapa.Put(\"P3\", Sender.As(RadioButton).te";
_encuentasmapa.Put((Object)("P3"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
//BA.debugLineNum = 4811;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("019529730",BA.ObjectToString(_encuentasmapa),0);
+__c.LogImpl("719464194",BA.ObjectToString(_encuentasmapa),0);
//BA.debugLineNum = 4812;BA.debugLine="End Sub";
return "";
}
-public String _radiobutton5_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4817;BA.debugLine="Private Sub RadioButton5_CheckedChange(Checked As";
- //BA.debugLineNum = 4818;BA.debugLine="encuentasmapa.Put(\"P4\", Sender.As(RadioButton).te";
-_encuentasmapa.Put((Object)("P4"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
- //BA.debugLineNum = 4819;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("019595266",BA.ObjectToString(_encuentasmapa),0);
- //BA.debugLineNum = 4820;BA.debugLine="End Sub";
+public String _radiobutton4_checkedchange(boolean _checked) throws Exception{
+ //BA.debugLineNum = 4814;BA.debugLine="Private Sub RadioButton4_CheckedChange(Checked As";
+ //BA.debugLineNum = 4815;BA.debugLine="encuentasmapa.Put(\"P3\", Sender.As(RadioButton).te";
+_encuentasmapa.Put((Object)("P3"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
+ //BA.debugLineNum = 4816;BA.debugLine="Log(encuentasmapa)";
+__c.LogImpl("719529730",BA.ObjectToString(_encuentasmapa),0);
+ //BA.debugLineNum = 4817;BA.debugLine="End Sub";
return "";
}
-public String _radiobutton6_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4822;BA.debugLine="Private Sub RadioButton6_CheckedChange(Checked As";
+public String _radiobutton5_checkedchange(boolean _checked) throws Exception{
+ //BA.debugLineNum = 4822;BA.debugLine="Private Sub RadioButton5_CheckedChange(Checked As";
//BA.debugLineNum = 4823;BA.debugLine="encuentasmapa.Put(\"P4\", Sender.As(RadioButton).te";
_encuentasmapa.Put((Object)("P4"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
//BA.debugLineNum = 4824;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("019660802",BA.ObjectToString(_encuentasmapa),0);
+__c.LogImpl("719595266",BA.ObjectToString(_encuentasmapa),0);
//BA.debugLineNum = 4825;BA.debugLine="End Sub";
return "";
}
-public String _radiobutton7_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4827;BA.debugLine="Private Sub RadioButton7_CheckedChange(Checked As";
+public String _radiobutton6_checkedchange(boolean _checked) throws Exception{
+ //BA.debugLineNum = 4827;BA.debugLine="Private Sub RadioButton6_CheckedChange(Checked As";
//BA.debugLineNum = 4828;BA.debugLine="encuentasmapa.Put(\"P4\", Sender.As(RadioButton).te";
_encuentasmapa.Put((Object)("P4"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
//BA.debugLineNum = 4829;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("019726338",BA.ObjectToString(_encuentasmapa),0);
+__c.LogImpl("719660802",BA.ObjectToString(_encuentasmapa),0);
//BA.debugLineNum = 4830;BA.debugLine="End Sub";
return "";
}
-public String _radiobutton8_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4832;BA.debugLine="Private Sub RadioButton8_CheckedChange(Checked As";
+public String _radiobutton7_checkedchange(boolean _checked) throws Exception{
+ //BA.debugLineNum = 4832;BA.debugLine="Private Sub RadioButton7_CheckedChange(Checked As";
//BA.debugLineNum = 4833;BA.debugLine="encuentasmapa.Put(\"P4\", Sender.As(RadioButton).te";
_encuentasmapa.Put((Object)("P4"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
//BA.debugLineNum = 4834;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("019791874",BA.ObjectToString(_encuentasmapa),0);
+__c.LogImpl("719726338",BA.ObjectToString(_encuentasmapa),0);
//BA.debugLineNum = 4835;BA.debugLine="End Sub";
return "";
}
-public String _radiobutton9_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4837;BA.debugLine="Private Sub RadioButton9_CheckedChange(Checked As";
+public String _radiobutton8_checkedchange(boolean _checked) throws Exception{
+ //BA.debugLineNum = 4837;BA.debugLine="Private Sub RadioButton8_CheckedChange(Checked As";
//BA.debugLineNum = 4838;BA.debugLine="encuentasmapa.Put(\"P4\", Sender.As(RadioButton).te";
_encuentasmapa.Put((Object)("P4"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
//BA.debugLineNum = 4839;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("019857410",BA.ObjectToString(_encuentasmapa),0);
+__c.LogImpl("719791874",BA.ObjectToString(_encuentasmapa),0);
//BA.debugLineNum = 4840;BA.debugLine="End Sub";
return "";
}
+public String _radiobutton9_checkedchange(boolean _checked) throws Exception{
+ //BA.debugLineNum = 4842;BA.debugLine="Private Sub RadioButton9_CheckedChange(Checked As";
+ //BA.debugLineNum = 4843;BA.debugLine="encuentasmapa.Put(\"P4\", Sender.As(RadioButton).te";
+_encuentasmapa.Put((Object)("P4"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
+ //BA.debugLineNum = 4844;BA.debugLine="Log(encuentasmapa)";
+__c.LogImpl("719857410",BA.ObjectToString(_encuentasmapa),0);
+ //BA.debugLineNum = 4845;BA.debugLine="End Sub";
+return "";
+}
public String _rb1_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4687;BA.debugLine="Sub RB1_CheckedChange(Checked As Boolean)";
- //BA.debugLineNum = 4688;BA.debugLine="If RB1.Checked = True Then";
+ //BA.debugLineNum = 4692;BA.debugLine="Sub RB1_CheckedChange(Checked As Boolean)";
+ //BA.debugLineNum = 4693;BA.debugLine="If RB1.Checked = True Then";
if (_rb1.getChecked()==__c.True) {
- //BA.debugLineNum = 4689;BA.debugLine="E_RES_E.Text = \"CENTRAL DE ABASTOS\"";
+ //BA.debugLineNum = 4694;BA.debugLine="E_RES_E.Text = \"CENTRAL DE ABASTOS\"";
_e_res_e.setText(BA.ObjectToCharSequence("CENTRAL DE ABASTOS"));
};
- //BA.debugLineNum = 4691;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4696;BA.debugLine="End Sub";
return "";
}
public String _rb1_e1_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4740;BA.debugLine="Private Sub RB1_E1_CheckedChange(Checked As Boolea";
- //BA.debugLineNum = 4741;BA.debugLine="Log($\"RB1 Clicked - chk:${Sender.As(RadioButton).";
-__c.LogImpl("018939905",("RB1 Clicked - chk:"+__c.SmartStringFormatter("",(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getChecked()))+""),0);
- //BA.debugLineNum = 4742;BA.debugLine="encuentasmapa.Put(\"P1\", Sender.As(RadioButton).te";
+ //BA.debugLineNum = 4745;BA.debugLine="Private Sub RB1_E1_CheckedChange(Checked As Boolea";
+ //BA.debugLineNum = 4746;BA.debugLine="Log($\"RB1 Clicked - chk:${Sender.As(RadioButton).";
+__c.LogImpl("718939905",("RB1 Clicked - chk:"+__c.SmartStringFormatter("",(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getChecked()))+""),0);
+ //BA.debugLineNum = 4747;BA.debugLine="encuentasmapa.Put(\"P1\", Sender.As(RadioButton).te";
_encuentasmapa.Put((Object)("P1"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
- //BA.debugLineNum = 4743;BA.debugLine="encuentasmapa.Remove(\"P2\")";
-_encuentasmapa.Remove((Object)("P2"));
- //BA.debugLineNum = 4744;BA.debugLine="Panel7.Visible = False";
-_panel7.setVisible(__c.False);
- //BA.debugLineNum = 4745;BA.debugLine="RadioButton17.Checked = False";
-_radiobutton17.setChecked(__c.False);
- //BA.debugLineNum = 4746;BA.debugLine="RadioButton16.Checked = False";
-_radiobutton16.setChecked(__c.False);
- //BA.debugLineNum = 4747;BA.debugLine="RadioButton15.Checked = False";
-_radiobutton15.setChecked(__c.False);
//BA.debugLineNum = 4748;BA.debugLine="encuentasmapa.Remove(\"P2\")";
_encuentasmapa.Remove((Object)("P2"));
- //BA.debugLineNum = 4749;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("018939913",BA.ObjectToString(_encuentasmapa),0);
- //BA.debugLineNum = 4750;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4749;BA.debugLine="Panel7.Visible = False";
+_panel7.setVisible(__c.False);
+ //BA.debugLineNum = 4750;BA.debugLine="RadioButton17.Checked = False";
+_radiobutton17.setChecked(__c.False);
+ //BA.debugLineNum = 4751;BA.debugLine="RadioButton16.Checked = False";
+_radiobutton16.setChecked(__c.False);
+ //BA.debugLineNum = 4752;BA.debugLine="RadioButton15.Checked = False";
+_radiobutton15.setChecked(__c.False);
+ //BA.debugLineNum = 4753;BA.debugLine="encuentasmapa.Remove(\"P2\")";
+_encuentasmapa.Remove((Object)("P2"));
+ //BA.debugLineNum = 4754;BA.debugLine="Log(encuentasmapa)";
+__c.LogImpl("718939913",BA.ObjectToString(_encuentasmapa),0);
+ //BA.debugLineNum = 4755;BA.debugLine="End Sub";
return "";
}
public String _rb1_p4_m2_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 5620;BA.debugLine="Private Sub RB1_P4_M2_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 5621;BA.debugLine="If RB1_P4_M2.Checked = True Then";
+ //BA.debugLineNum = 5625;BA.debugLine="Private Sub RB1_P4_M2_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 5626;BA.debugLine="If RB1_P4_M2.Checked = True Then";
if (_rb1_p4_m2.getChecked()==__c.True) {
- //BA.debugLineNum = 5622;BA.debugLine="Panel7_M2.Visible = True";
+ //BA.debugLineNum = 5627;BA.debugLine="Panel7_M2.Visible = True";
_panel7_m2.setVisible(__c.True);
- //BA.debugLineNum = 5623;BA.debugLine="panel7_p4_m2.Visible = True";
+ //BA.debugLineNum = 5628;BA.debugLine="panel7_p4_m2.Visible = True";
_panel7_p4_m2.setVisible(__c.True);
}else {
- //BA.debugLineNum = 5625;BA.debugLine="Panel7_M2.Visible = False";
+ //BA.debugLineNum = 5630;BA.debugLine="Panel7_M2.Visible = False";
_panel7_m2.setVisible(__c.False);
- //BA.debugLineNum = 5626;BA.debugLine="panel7_p4_m2.Visible = False";
+ //BA.debugLineNum = 5631;BA.debugLine="panel7_p4_m2.Visible = False";
_panel7_p4_m2.setVisible(__c.False);
};
- //BA.debugLineNum = 5629;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5634;BA.debugLine="End Sub";
return "";
}
public String _rb2_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4693;BA.debugLine="Sub RB2_CheckedChange(Checked As Boolean)";
- //BA.debugLineNum = 4694;BA.debugLine="If RB2.Checked = True Then";
+ //BA.debugLineNum = 4698;BA.debugLine="Sub RB2_CheckedChange(Checked As Boolean)";
+ //BA.debugLineNum = 4699;BA.debugLine="If RB2.Checked = True Then";
if (_rb2.getChecked()==__c.True) {
- //BA.debugLineNum = 4695;BA.debugLine="E_RES_E.Text = \"AUTOSERVICIO\"";
+ //BA.debugLineNum = 4700;BA.debugLine="E_RES_E.Text = \"AUTOSERVICIO\"";
_e_res_e.setText(BA.ObjectToCharSequence("AUTOSERVICIO"));
};
- //BA.debugLineNum = 4697;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4702;BA.debugLine="End Sub";
return "";
}
public String _rb2_e1_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4752;BA.debugLine="Private Sub RB2_E1_CheckedChange(Checked As Boolea";
- //BA.debugLineNum = 4753;BA.debugLine="Log($\"RB2 Clicked - chk:${Sender.As(RadioButton).";
-__c.LogImpl("019005441",("RB2 Clicked - chk:"+__c.SmartStringFormatter("",(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getChecked()))+""),0);
- //BA.debugLineNum = 4754;BA.debugLine="encuentasmapa.Put(\"P1\", Sender.As(RadioButton).te";
+ //BA.debugLineNum = 4757;BA.debugLine="Private Sub RB2_E1_CheckedChange(Checked As Boolea";
+ //BA.debugLineNum = 4758;BA.debugLine="Log($\"RB2 Clicked - chk:${Sender.As(RadioButton).";
+__c.LogImpl("719005441",("RB2 Clicked - chk:"+__c.SmartStringFormatter("",(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getChecked()))+""),0);
+ //BA.debugLineNum = 4759;BA.debugLine="encuentasmapa.Put(\"P1\", Sender.As(RadioButton).te";
_encuentasmapa.Put((Object)("P1"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
- //BA.debugLineNum = 4755;BA.debugLine="RadioButton17.Checked = False";
+ //BA.debugLineNum = 4760;BA.debugLine="RadioButton17.Checked = False";
_radiobutton17.setChecked(__c.False);
- //BA.debugLineNum = 4756;BA.debugLine="encuentasmapa.Remove(\"P2\")";
-_encuentasmapa.Remove((Object)("P2"));
- //BA.debugLineNum = 4757;BA.debugLine="RadioButton17.Checked = False";
-_radiobutton17.setChecked(__c.False);
- //BA.debugLineNum = 4758;BA.debugLine="RadioButton16.Checked = False";
-_radiobutton16.setChecked(__c.False);
- //BA.debugLineNum = 4759;BA.debugLine="RadioButton15.Checked = False";
-_radiobutton15.setChecked(__c.False);
- //BA.debugLineNum = 4760;BA.debugLine="Panel7.Visible = False";
-_panel7.setVisible(__c.False);
//BA.debugLineNum = 4761;BA.debugLine="encuentasmapa.Remove(\"P2\")";
_encuentasmapa.Remove((Object)("P2"));
- //BA.debugLineNum = 4762;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("019005450",BA.ObjectToString(_encuentasmapa),0);
- //BA.debugLineNum = 4763;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4762;BA.debugLine="RadioButton17.Checked = False";
+_radiobutton17.setChecked(__c.False);
+ //BA.debugLineNum = 4763;BA.debugLine="RadioButton16.Checked = False";
+_radiobutton16.setChecked(__c.False);
+ //BA.debugLineNum = 4764;BA.debugLine="RadioButton15.Checked = False";
+_radiobutton15.setChecked(__c.False);
+ //BA.debugLineNum = 4765;BA.debugLine="Panel7.Visible = False";
+_panel7.setVisible(__c.False);
+ //BA.debugLineNum = 4766;BA.debugLine="encuentasmapa.Remove(\"P2\")";
+_encuentasmapa.Remove((Object)("P2"));
+ //BA.debugLineNum = 4767;BA.debugLine="Log(encuentasmapa)";
+__c.LogImpl("719005450",BA.ObjectToString(_encuentasmapa),0);
+ //BA.debugLineNum = 4768;BA.debugLine="End Sub";
return "";
}
public String _rb2_p4_m2_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 5631;BA.debugLine="Private Sub RB2_P4_M2_CheckedChange(Checked As Boo";
- //BA.debugLineNum = 5632;BA.debugLine="If RB2_P4_M2.Checked = True Then";
+ //BA.debugLineNum = 5636;BA.debugLine="Private Sub RB2_P4_M2_CheckedChange(Checked As Boo";
+ //BA.debugLineNum = 5637;BA.debugLine="If RB2_P4_M2.Checked = True Then";
if (_rb2_p4_m2.getChecked()==__c.True) {
- //BA.debugLineNum = 5633;BA.debugLine="Panel7_M2.Visible = False";
+ //BA.debugLineNum = 5638;BA.debugLine="Panel7_M2.Visible = False";
_panel7_m2.setVisible(__c.False);
- //BA.debugLineNum = 5634;BA.debugLine="panel7_p4_m2.Visible = False";
+ //BA.debugLineNum = 5639;BA.debugLine="panel7_p4_m2.Visible = False";
_panel7_p4_m2.setVisible(__c.False);
- //BA.debugLineNum = 5635;BA.debugLine="RB1_P3_M2.Checked = False";
+ //BA.debugLineNum = 5640;BA.debugLine="RB1_P3_M2.Checked = False";
_rb1_p3_m2.setChecked(__c.False);
- //BA.debugLineNum = 5636;BA.debugLine="RB2_P3_M2.Checked = False";
+ //BA.debugLineNum = 5641;BA.debugLine="RB2_P3_M2.Checked = False";
_rb2_p3_m2.setChecked(__c.False);
- //BA.debugLineNum = 5637;BA.debugLine="RB3_P3_M2.Checked = False";
+ //BA.debugLineNum = 5642;BA.debugLine="RB3_P3_M2.Checked = False";
_rb3_p3_m2.setChecked(__c.False);
- //BA.debugLineNum = 5638;BA.debugLine="RB4_P3_M2.Checked = False";
+ //BA.debugLineNum = 5643;BA.debugLine="RB4_P3_M2.Checked = False";
_rb4_p3_m2.setChecked(__c.False);
- //BA.debugLineNum = 5639;BA.debugLine="ET_P3_M2.Text = \"\"";
+ //BA.debugLineNum = 5644;BA.debugLine="ET_P3_M2.Text = \"\"";
_et_p3_m2.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 5640;BA.debugLine="CB1_P4_M2.Checked = False";
+ //BA.debugLineNum = 5645;BA.debugLine="CB1_P4_M2.Checked = False";
_cb1_p4_m2.setChecked(__c.False);
- //BA.debugLineNum = 5641;BA.debugLine="CB2_P4_M2.Checked = False";
+ //BA.debugLineNum = 5646;BA.debugLine="CB2_P4_M2.Checked = False";
_cb2_p4_m2.setChecked(__c.False);
- //BA.debugLineNum = 5642;BA.debugLine="CB3_P4_M2.Checked = False";
+ //BA.debugLineNum = 5647;BA.debugLine="CB3_P4_M2.Checked = False";
_cb3_p4_m2.setChecked(__c.False);
- //BA.debugLineNum = 5643;BA.debugLine="CB4_P4_M2.Checked = False";
+ //BA.debugLineNum = 5648;BA.debugLine="CB4_P4_M2.Checked = False";
_cb4_p4_m2.setChecked(__c.False);
- //BA.debugLineNum = 5644;BA.debugLine="textemp3 = \"\"";
+ //BA.debugLineNum = 5649;BA.debugLine="textemp3 = \"\"";
_textemp3 = "";
}else {
- //BA.debugLineNum = 5646;BA.debugLine="Panel7_M2.Visible = True";
+ //BA.debugLineNum = 5651;BA.debugLine="Panel7_M2.Visible = True";
_panel7_m2.setVisible(__c.True);
- //BA.debugLineNum = 5647;BA.debugLine="panel7_p4_m2.Visible = True";
+ //BA.debugLineNum = 5652;BA.debugLine="panel7_p4_m2.Visible = True";
_panel7_p4_m2.setVisible(__c.True);
};
- //BA.debugLineNum = 5650;BA.debugLine="End Sub";
+ //BA.debugLineNum = 5655;BA.debugLine="End Sub";
return "";
}
public String _rb3_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4699;BA.debugLine="Sub RB3_CheckedChange(Checked As Boolean)";
- //BA.debugLineNum = 4700;BA.debugLine="If RB3.Checked = True Then";
+ //BA.debugLineNum = 4704;BA.debugLine="Sub RB3_CheckedChange(Checked As Boolean)";
+ //BA.debugLineNum = 4705;BA.debugLine="If RB3.Checked = True Then";
if (_rb3.getChecked()==__c.True) {
- //BA.debugLineNum = 4701;BA.debugLine="E_RES_E.Text = \"CLUB DE PRECIO\"";
+ //BA.debugLineNum = 4706;BA.debugLine="E_RES_E.Text = \"CLUB DE PRECIO\"";
_e_res_e.setText(BA.ObjectToCharSequence("CLUB DE PRECIO"));
};
- //BA.debugLineNum = 4703;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4708;BA.debugLine="End Sub";
return "";
}
public String _rb3_e1_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4765;BA.debugLine="Private Sub RB3_E1_CheckedChange(Checked As Boolea";
- //BA.debugLineNum = 4766;BA.debugLine="Log($\"RB3 Clicked - chk:${Sender.As(RadioButton).";
-__c.LogImpl("019070977",("RB3 Clicked - chk:"+__c.SmartStringFormatter("",(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getChecked()))+""),0);
- //BA.debugLineNum = 4767;BA.debugLine="encuentasmapa.Put(\"P1\", Sender.As(RadioButton).te";
+ //BA.debugLineNum = 4770;BA.debugLine="Private Sub RB3_E1_CheckedChange(Checked As Boolea";
+ //BA.debugLineNum = 4771;BA.debugLine="Log($\"RB3 Clicked - chk:${Sender.As(RadioButton).";
+__c.LogImpl("719070977",("RB3 Clicked - chk:"+__c.SmartStringFormatter("",(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getChecked()))+""),0);
+ //BA.debugLineNum = 4772;BA.debugLine="encuentasmapa.Put(\"P1\", Sender.As(RadioButton).te";
_encuentasmapa.Put((Object)("P1"),(Object)(((anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.RadioButtonWrapper(), (android.widget.RadioButton)(__c.Sender(ba)))).getText()));
- //BA.debugLineNum = 4769;BA.debugLine="Panel7.Visible = True";
+ //BA.debugLineNum = 4774;BA.debugLine="Panel7.Visible = True";
_panel7.setVisible(__c.True);
- //BA.debugLineNum = 4770;BA.debugLine="Log(encuentasmapa)";
-__c.LogImpl("019070981",BA.ObjectToString(_encuentasmapa),0);
- //BA.debugLineNum = 4771;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4775;BA.debugLine="Log(encuentasmapa)";
+__c.LogImpl("719070981",BA.ObjectToString(_encuentasmapa),0);
+ //BA.debugLineNum = 4776;BA.debugLine="End Sub";
return "";
}
public String _rb4_checkedchange(boolean _checked) throws Exception{
- //BA.debugLineNum = 4705;BA.debugLine="Sub RB4_CheckedChange(Checked As Boolean)";
- //BA.debugLineNum = 4706;BA.debugLine="If RB4.Checked = True Then";
+ //BA.debugLineNum = 4710;BA.debugLine="Sub RB4_CheckedChange(Checked As Boolean)";
+ //BA.debugLineNum = 4711;BA.debugLine="If RB4.Checked = True Then";
if (_rb4.getChecked()==__c.True) {
- //BA.debugLineNum = 4707;BA.debugLine="E_RES_E.Text = \"DIRECTO PEDEGREE\"";
+ //BA.debugLineNum = 4712;BA.debugLine="E_RES_E.Text = \"DIRECTO PEDEGREE\"";
_e_res_e.setText(BA.ObjectToCharSequence("DIRECTO PEDEGREE"));
};
- //BA.debugLineNum = 4709;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4714;BA.debugLine="End Sub";
return "";
}
public String _recalculoxcant() throws Exception{
@@ -18620,7 +18620,7 @@ anywheresoftware.b4a.sql.SQL.CursorWrapper _rangosel2 = null;
//BA.debugLineNum = 1399;BA.debugLine="Sub recalculoXcant";
//BA.debugLineNum = 1401;BA.debugLine="Private c As Cursor = B4XPages.MainPage.skmt.Exec";
_c = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
-_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT * FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA FROM CUENTAA) AND PE_CEDIS = ? ",new String[]{_subs._traealmacen /*String*/ (ba)})));
+_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT * FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA FROM CUENTAA) AND PE_CEDIS = ? AND PE_DESC = '0' ",new String[]{_subs._traealmacen /*String*/ (ba)})));
//BA.debugLineNum = 1402;BA.debugLine="If c.RowCount > 0 Then";
if (_c.getRowCount()>0) {
//BA.debugLineNum = 1403;BA.debugLine="For promespdes = 0 To c.RowCount -1";
@@ -18647,23 +18647,23 @@ _rangosel.setPosition(_hjh);
//BA.debugLineNum = 1409;BA.debugLine="If rangosel.GetString(\"CAT_PD_TIER\").Contains";
if (_rangosel.GetString("CAT_PD_TIER").contains(BA.NumberToString(_subs._traetipocliente /*int*/ (ba)))) {
//BA.debugLineNum = 1410;BA.debugLine="Log(c.GetString(\"PE_COSTOU\"))";
-__c.LogImpl("014286859",_c.GetString("PE_COSTOU"),0);
+__c.LogImpl("714286859",_c.GetString("PE_COSTOU"),0);
//BA.debugLineNum = 1411;BA.debugLine="Log(rangosel.GetString(\"CAT_PD_DESCUENTO\"))";
-__c.LogImpl("014286860",_rangosel.GetString("CAT_PD_DESCUENTO"),0);
+__c.LogImpl("714286860",_rangosel.GetString("CAT_PD_DESCUENTO"),0);
//BA.debugLineNum = 1412;BA.debugLine="Private recalculo As Float = c.GetString(\"PE";
_recalculo = (float) ((double)(Double.parseDouble(_c.GetString("PE_COSTOU")))-(double)(Double.parseDouble(__c.NumberFormat2((((double)(Double.parseDouble(_c.GetString("PE_COSTOU")))*(double)(Double.parseDouble(_rangosel.GetString("CAT_PD_DESCUENTO"))))/(double)100),(int) (0),(int) (2),(int) (2),__c.False))));
//BA.debugLineNum = 1413;BA.debugLine="LogColor(recalculo,Colors.Blue)";
-__c.LogImpl("014286862",BA.NumberToString(_recalculo),__c.Colors.Blue);
+__c.LogImpl("714286862",BA.NumberToString(_recalculo),__c.Colors.Blue);
//BA.debugLineNum = 1414;BA.debugLine="Log(c.GetString(\"PE_COSTOU\"))";
-__c.LogImpl("014286863",_c.GetString("PE_COSTOU"),0);
+__c.LogImpl("714286863",_c.GetString("PE_COSTOU"),0);
//BA.debugLineNum = 1415;BA.debugLine="Log(NumberFormat2(((c.GetString(\"PE_COSTOU\")";
-__c.LogImpl("014286864",__c.NumberFormat2((((double)(Double.parseDouble(_c.GetString("PE_COSTOU")))*(double)(Double.parseDouble(_rangosel.GetString("CAT_PD_DESCUENTO"))))/(double)100),(int) (0),(int) (2),(int) (2),__c.False),0);
+__c.LogImpl("714286864",__c.NumberFormat2((((double)(Double.parseDouble(_c.GetString("PE_COSTOU")))*(double)(Double.parseDouble(_rangosel.GetString("CAT_PD_DESCUENTO"))))/(double)100),(int) (0),(int) (2),(int) (2),__c.False),0);
//BA.debugLineNum = 1416;BA.debugLine="Log(rangosel.GetString(\"CAT_PD_DESCUENTO\"))";
-__c.LogImpl("014286865",_rangosel.GetString("CAT_PD_DESCUENTO"),0);
+__c.LogImpl("714286865",_rangosel.GetString("CAT_PD_DESCUENTO"),0);
//BA.debugLineNum = 1417;BA.debugLine="Private recalculototal As Float =c.GetString";
_recalculototal = (float) ((double)(Double.parseDouble(_c.GetString("PE_CANT")))*_recalculo);
//BA.debugLineNum = 1418;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE PEDIDO set PE_REC";
-_skmt.ExecNonQuery2("UPDATE PEDIDO set PE_RECALCULO = ?, PE_RECALCULOTOT = ?, PE_RECCEDIS = ?, PE_RECCANT = PE_CANT WHERE PE_PROID = ? AND PE_CLIENTE IN (SELECT CUENTA FROM CUENTAA) AND PE_CEDIS = ? and PE_FOLIO = ? ",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{__c.NumberFormat2(_recalculo,(int) (0),(int) (2),(int) (2),__c.False),__c.NumberFormat2(_recalculototal,(int) (0),(int) (2),(int) (2),__c.False),_rangosel.GetString("CAT_PD_COD_PROMO"),_c.GetString("PE_PROID"),_subs._traealmacen /*String*/ (ba),_c.GetString("PE_FOLIO")}));
+_skmt.ExecNonQuery2("UPDATE PEDIDO set PE_RECALCULO = ?, PE_RECALCULOTOT = ?, PE_RECCEDIS = ?, PE_RECCANT = PE_CANT WHERE PE_PROID = ? AND PE_CLIENTE IN (SELECT CUENTA FROM CUENTAA) AND PE_CEDIS = ? and PE_FOLIO = ? AND IFNULL(PE_DESC,0) = 0",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{__c.NumberFormat2(_recalculo,(int) (0),(int) (2),(int) (2),__c.False),__c.NumberFormat2(_recalculototal,(int) (0),(int) (2),(int) (2),__c.False),_rangosel.GetString("CAT_PD_COD_PROMO"),_c.GetString("PE_PROID"),_subs._traealmacen /*String*/ (ba),_c.GetString("PE_FOLIO")}));
};
}
};
@@ -18684,19 +18684,19 @@ _rangosel2.setPosition(_hjh);
//BA.debugLineNum = 1428;BA.debugLine="If rangosel2.GetString(\"CAT_PD_TIER\").Contai";
if (_rangosel2.GetString("CAT_PD_TIER").contains(BA.NumberToString(_subs._traetipocliente /*int*/ (ba)))) {
//BA.debugLineNum = 1429;BA.debugLine="Log(c.GetString(\"PE_COSTOU\"))";
-__c.LogImpl("014286878",_c.GetString("PE_COSTOU"),0);
+__c.LogImpl("714286878",_c.GetString("PE_COSTOU"),0);
//BA.debugLineNum = 1430;BA.debugLine="Log(rangosel2.GetString(\"CAT_PD_DESCUENTO\")";
-__c.LogImpl("014286879",_rangosel2.GetString("CAT_PD_DESCUENTO"),0);
+__c.LogImpl("714286879",_rangosel2.GetString("CAT_PD_DESCUENTO"),0);
//BA.debugLineNum = 1431;BA.debugLine="Private recalculo As Float = c.GetString(\"P";
_recalculo = (float) ((double)(Double.parseDouble(_c.GetString("PE_COSTOU")))-(double)(Double.parseDouble(__c.NumberFormat2((((double)(Double.parseDouble(_c.GetString("PE_COSTOU")))*(double)(Double.parseDouble(_rangosel2.GetString("CAT_PD_DESCUENTO"))))/(double)100),(int) (0),(int) (2),(int) (2),__c.False))));
//BA.debugLineNum = 1432;BA.debugLine="LogColor(recalculo,Colors.Blue)";
-__c.LogImpl("014286881",BA.NumberToString(_recalculo),__c.Colors.Blue);
+__c.LogImpl("714286881",BA.NumberToString(_recalculo),__c.Colors.Blue);
//BA.debugLineNum = 1433;BA.debugLine="Log(c.GetString(\"PE_COSTOU\"))";
-__c.LogImpl("014286882",_c.GetString("PE_COSTOU"),0);
+__c.LogImpl("714286882",_c.GetString("PE_COSTOU"),0);
//BA.debugLineNum = 1434;BA.debugLine="Log(NumberFormat2(((c.GetString(\"PE_COSTOU\"";
-__c.LogImpl("014286883",__c.NumberFormat2((((double)(Double.parseDouble(_c.GetString("PE_COSTOU")))*(double)(Double.parseDouble(_rangosel2.GetString("CAT_PD_DESCUENTO"))))/(double)100),(int) (0),(int) (2),(int) (2),__c.False),0);
+__c.LogImpl("714286883",__c.NumberFormat2((((double)(Double.parseDouble(_c.GetString("PE_COSTOU")))*(double)(Double.parseDouble(_rangosel2.GetString("CAT_PD_DESCUENTO"))))/(double)100),(int) (0),(int) (2),(int) (2),__c.False),0);
//BA.debugLineNum = 1435;BA.debugLine="Log(rangosel2.GetString(\"CAT_PD_DESCUENTO\")";
-__c.LogImpl("014286884",_rangosel2.GetString("CAT_PD_DESCUENTO"),0);
+__c.LogImpl("714286884",_rangosel2.GetString("CAT_PD_DESCUENTO"),0);
//BA.debugLineNum = 1436;BA.debugLine="Private recalculototal As Float = rangosel2";
_recalculototal = (float) ((double)(Double.parseDouble(_rangosel2.GetString("CAT_PD_RANGO2")))*_recalculo);
//BA.debugLineNum = 1439;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE PEDIDO set PE_RE";
@@ -18706,7 +18706,7 @@ _skmt.ExecNonQuery2("UPDATE PEDIDO set PE_RECALCULO = ?, PE_RECALCULOTOT = ?, PE
};
}else {
//BA.debugLineNum = 1443;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE PEDIDO set PE_RECA";
-_skmt.ExecNonQuery2("UPDATE PEDIDO set PE_RECALCULO = NULL, PE_RECALCULOTOT = NULL, PE_RECCEDIS = NULL, PE_RECCANT = NULL WHERE PE_PROID = ? AND PE_CLIENTE IN (SELECT CUENTA FROM CUENTAA) AND PE_CEDIS = ? AND PE_FOLIO = ?",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{_c.GetString("PE_PROID"),_subs._traealmacen /*String*/ (ba),_c.GetString("PE_FOLIO")}));
+_skmt.ExecNonQuery2("UPDATE PEDIDO set PE_RECALCULO = NULL, PE_RECALCULOTOT = NULL, PE_RECCEDIS = NULL, PE_RECCANT = NULL WHERE PE_PROID = ? AND PE_CLIENTE IN (SELECT CUENTA FROM CUENTAA) AND PE_CEDIS = ? AND PE_FOLIO = ? AND IFNULL(PE_DESC,0) = 0",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{_c.GetString("PE_PROID"),_subs._traealmacen /*String*/ (ba),_c.GetString("PE_FOLIO")}));
};
//BA.debugLineNum = 1445;BA.debugLine="rangosel2.Close";
_rangosel2.Close();
@@ -18716,41 +18716,49 @@ _rangosel.Close();
}
};
};
- //BA.debugLineNum = 1450;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE PEDIDO set PE_RECALCUL";
+ //BA.debugLineNum = 1451;BA.debugLine="Private c As Cursor = B4XPages.MainPage.skmt.Exec";
+_c = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
+_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT * FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA FROM CUENTAA) AND PE_CEDIS = ? AND PE_DESC = '1' ",new String[]{_subs._traealmacen /*String*/ (ba)})));
+ //BA.debugLineNum = 1452;BA.debugLine="If c.RowCount > 0 Then";
+if (_c.getRowCount()>0) {
+ //BA.debugLineNum = 1453;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE PEDIDO set PE_RECALCU";
+_skmt.ExecNonQuery2("UPDATE PEDIDO set PE_RECALCULO = NULL, PE_RECALCULOTOT = NULL, PE_RECCEDIS = NULL, PE_RECCANT = NULL WHERE PE_CLIENTE IN (SELECT CUENTA FROM CUENTAA) AND PE_CEDIS = ? AND PE_DESC = '1'",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{_subs._traealmacen /*String*/ (ba)}));
+ };
+ //BA.debugLineNum = 1455;BA.debugLine="skmt.ExecNonQuery2(\"UPDATE PEDIDO set PE_RECALCUL";
_skmt.ExecNonQuery2("UPDATE PEDIDO set PE_RECALCULO = NULL, PE_RECALCULOTOT = NULL, PE_RECCEDIS = NULL, PE_RECCANT = NULL WHERE PE_CLIENTE IN (SELECT CUENTA FROM CUENTAA) AND PE_CEDIS <> ?",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{_subs._traealmacen /*String*/ (ba)}));
- //BA.debugLineNum = 1451;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1456;BA.debugLine="End Sub";
return "";
}
public String _revisargeocerca() throws Exception{
- //BA.debugLineNum = 1466;BA.debugLine="Private Sub RevisarGeocerca";
- //BA.debugLineNum = 1469;BA.debugLine="Log(distancealm)";
-__c.LogImpl("014417923",BA.NumberToString(_distancealm),0);
- //BA.debugLineNum = 1470;BA.debugLine="Log(distance)";
-__c.LogImpl("014417924",BA.NumberToString(_distance),0);
- //BA.debugLineNum = 1472;BA.debugLine="If distancealm > 0 Or distance > 50 Then";
+ //BA.debugLineNum = 1471;BA.debugLine="Private Sub RevisarGeocerca";
+ //BA.debugLineNum = 1474;BA.debugLine="Log(distancealm)";
+__c.LogImpl("714417923",BA.NumberToString(_distancealm),0);
+ //BA.debugLineNum = 1475;BA.debugLine="Log(distance)";
+__c.LogImpl("714417924",BA.NumberToString(_distance),0);
+ //BA.debugLineNum = 1477;BA.debugLine="If distancealm > 0 Or distance > 50 Then";
if (_distancealm>0 || _distance>50) {
- //BA.debugLineNum = 1473;BA.debugLine="If distancealm < 100 Or distance < 50 Then";
+ //BA.debugLineNum = 1478;BA.debugLine="If distancealm < 100 Or distance < 50 Then";
if (_distancealm<100 || _distance<50) {
- //BA.debugLineNum = 1474;BA.debugLine="HabilitarBotones(True)";
+ //BA.debugLineNum = 1479;BA.debugLine="HabilitarBotones(True)";
_habilitarbotones(__c.True);
}else {
- //BA.debugLineNum = 1476;BA.debugLine="HabilitarBotones(True)";
+ //BA.debugLineNum = 1481;BA.debugLine="HabilitarBotones(True)";
_habilitarbotones(__c.True);
};
};
- //BA.debugLineNum = 1479;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1484;BA.debugLine="End Sub";
return "";
}
public String _savepdf(gunav2.keymon.com.mx.cpdf _apdf,String _afile,int _acompress) throws Exception{
String _folder = "";
- //BA.debugLineNum = 7310;BA.debugLine="private Sub savePDF(apdf As cPDF,afile As String,a";
- //BA.debugLineNum = 7311;BA.debugLine="Dim folder As String";
+ //BA.debugLineNum = 7315;BA.debugLine="private Sub savePDF(apdf As cPDF,afile As String,a";
+ //BA.debugLineNum = 7316;BA.debugLine="Dim folder As String";
_folder = "";
- //BA.debugLineNum = 7316;BA.debugLine="folder = Starter.fFileProvider.SharedFolder";
+ //BA.debugLineNum = 7321;BA.debugLine="folder = Starter.fFileProvider.SharedFolder";
_folder = _starter._ffileprovider /*gunav2.keymon.com.mx.fileprovider*/ ._sharedfolder /*String*/ ;
- //BA.debugLineNum = 7323;BA.debugLine="apdf.saveToFile(folder, afile, acompress)";
+ //BA.debugLineNum = 7328;BA.debugLine="apdf.saveToFile(folder, afile, acompress)";
_apdf._savetofile /*gunav2.keymon.com.mx.cpdf*/ (_folder,_afile,_acompress);
- //BA.debugLineNum = 7324;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7329;BA.debugLine="End Sub";
return "";
}
public void _sc_result(String _atype,String _values,anywheresoftware.b4a.objects.drawable.CanvasWrapper.BitmapWrapper _image) throws Exception{
@@ -18781,13 +18789,13 @@ return;
case 0:
//C
this.state = 1;
- //BA.debugLineNum = 3093;BA.debugLine="CODIGO = Values";
+ //BA.debugLineNum = 3098;BA.debugLine="CODIGO = Values";
parent._codigo = _values;
- //BA.debugLineNum = 3094;BA.debugLine="DD=B4XPages.MainPage.skmt.ExecQuery2(\"SELECT COUN";
+ //BA.debugLineNum = 3099;BA.debugLine="DD=B4XPages.MainPage.skmt.ExecQuery2(\"SELECT COUN";
parent._dd = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT COUNT(*) AS CUANTOS FROM kmt_info3 WHERE CAT_CL_NUM_SERIEFISICO = ?",new String[]{parent._codigo})));
- //BA.debugLineNum = 3095;BA.debugLine="DD.Position =0";
+ //BA.debugLineNum = 3100;BA.debugLine="DD.Position =0";
parent._dd.setPosition((int) (0));
- //BA.debugLineNum = 3096;BA.debugLine="If DD.GetString(\"CUANTOS\") > 0 Then";
+ //BA.debugLineNum = 3101;BA.debugLine="If DD.GetString(\"CUANTOS\") > 0 Then";
if (true) break;
case 1:
@@ -18802,14 +18810,14 @@ this.state = 5;
case 3:
//C
this.state = 16;
- //BA.debugLineNum = 3097;BA.debugLine="MsgboxAsync(\"Código ya asignado\", \"AVISO\")";
+ //BA.debugLineNum = 3102;BA.debugLine="MsgboxAsync(\"Código ya asignado\", \"AVISO\")";
parent.__c.MsgboxAsync(BA.ObjectToCharSequence("Código ya asignado"),BA.ObjectToCharSequence("AVISO"),ba);
if (true) break;
case 5:
//C
this.state = 6;
- //BA.debugLineNum = 3099;BA.debugLine="If CODIGO.Length = 7 Then";
+ //BA.debugLineNum = 3104;BA.debugLine="If CODIGO.Length = 7 Then";
if (true) break;
case 6:
@@ -18824,9 +18832,9 @@ this.state = 14;
case 8:
//C
this.state = 9;
- //BA.debugLineNum = 3100;BA.debugLine="Msgbox2Async(\"El código \"& CODIGO & \" es correc";
+ //BA.debugLineNum = 3105;BA.debugLine="Msgbox2Async(\"El código \"& CODIGO & \" es correc";
parent.__c.Msgbox2Async(BA.ObjectToCharSequence("El código "+parent._codigo+" es correcto?"),BA.ObjectToCharSequence("Title"),"Yes","Cancel","No",(anywheresoftware.b4a.objects.drawable.CanvasWrapper.BitmapWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.drawable.CanvasWrapper.BitmapWrapper(), (android.graphics.Bitmap)(parent.__c.Null)),ba,parent.__c.False);
- //BA.debugLineNum = 3101;BA.debugLine="Wait For Msgbox_Result (resultado As Int)";
+ //BA.debugLineNum = 3106;BA.debugLine="Wait For Msgbox_Result (resultado As Int)";
parent.__c.WaitFor("msgbox_result", ba, this, null);
this.state = 17;
return;
@@ -18835,7 +18843,7 @@ case 17:
this.state = 9;
_resultado = (Integer) result[0];
;
- //BA.debugLineNum = 3102;BA.debugLine="If resultado = DialogResponse.POSITIVE Then";
+ //BA.debugLineNum = 3107;BA.debugLine="If resultado = DialogResponse.POSITIVE Then";
if (true) break;
case 9:
@@ -18848,13 +18856,13 @@ this.state = 11;
case 11:
//C
this.state = 12;
- //BA.debugLineNum = 3103;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDATE k";
+ //BA.debugLineNum = 3108;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDATE k";
parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("UPDATE kmt_info3 set CAT_CL_NUM_SERIEFISICO = ?, CAT_CL_LONG = ?, CAT_CL_LAT =? where CAT_CL_CODIGO In (select cuenta from cuentaa)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(parent._codigo),(Object)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lon_gps /*String*/ ),(Object)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lat_gps /*String*/ )}));
- //BA.debugLineNum = 3104;BA.debugLine="L_QR.TEXT =CODIGO";
+ //BA.debugLineNum = 3109;BA.debugLine="L_QR.TEXT =CODIGO";
parent._l_qr.setText(BA.ObjectToCharSequence(parent._codigo));
- //BA.debugLineNum = 3105;BA.debugLine="L_QR.TextColor = Colors.Blue";
+ //BA.debugLineNum = 3110;BA.debugLine="L_QR.TextColor = Colors.Blue";
parent._l_qr.setTextColor(parent.__c.Colors.Blue);
- //BA.debugLineNum = 3106;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"insert i";
+ //BA.debugLineNum = 3111;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"insert i";
parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("insert into HIST_CODIGO_BARRAS(CODIGOKMTS, CODIGOB, LAT, LON) VALUES (?,?,?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(parent._la_cuenta.getText()),(Object)(parent._codigo),(Object)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lon_gps /*String*/ ),(Object)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lat_gps /*String*/ )}));
if (true) break;
@@ -18867,7 +18875,7 @@ this.state = 15;
case 14:
//C
this.state = 15;
- //BA.debugLineNum = 3109;BA.debugLine="MsgboxAsync(\"Código No Valido\", \"AVISO\")";
+ //BA.debugLineNum = 3114;BA.debugLine="MsgboxAsync(\"Código No Valido\", \"AVISO\")";
parent.__c.MsgboxAsync(BA.ObjectToCharSequence("Código No Valido"),BA.ObjectToCharSequence("AVISO"),ba);
if (true) break;
@@ -18881,9 +18889,9 @@ case 16:
//C
this.state = -1;
;
- //BA.debugLineNum = 3112;BA.debugLine="DD.Close";
+ //BA.debugLineNum = 3117;BA.debugLine="DD.Close";
parent._dd.Close();
- //BA.debugLineNum = 3113;BA.debugLine="End Sub";
+ //BA.debugLineNum = 3118;BA.debugLine="End Sub";
if (true) break;
}
@@ -18891,113 +18899,113 @@ if (true) break;
}
}
public String _sc_timedout(boolean _timedout) throws Exception{
- //BA.debugLineNum = 3115;BA.debugLine="Sub sc_timedout(timedOut As Boolean)";
- //BA.debugLineNum = 3116;BA.debugLine="Log(\"timedOut \" & timedOut)";
-__c.LogImpl("017170433","timedOut "+BA.ObjectToString(_timedout),0);
- //BA.debugLineNum = 3117;BA.debugLine="End Sub";
+ //BA.debugLineNum = 3120;BA.debugLine="Sub sc_timedout(timedOut As Boolean)";
+ //BA.debugLineNum = 3121;BA.debugLine="Log(\"timedOut \" & timedOut)";
+__c.LogImpl("717170433","timedOut "+BA.ObjectToString(_timedout),0);
+ //BA.debugLineNum = 3122;BA.debugLine="End Sub";
return "";
}
public String _sc_usercancelled(boolean _usercancelled) throws Exception{
- //BA.debugLineNum = 3119;BA.debugLine="Sub sc_usercancelled(userCancelled As Boolean)";
- //BA.debugLineNum = 3120;BA.debugLine="Log(\"userCancelled \" & userCancelled)";
-__c.LogImpl("017235969","userCancelled "+BA.ObjectToString(_usercancelled),0);
- //BA.debugLineNum = 3121;BA.debugLine="End Sub";
+ //BA.debugLineNum = 3124;BA.debugLine="Sub sc_usercancelled(userCancelled As Boolean)";
+ //BA.debugLineNum = 3125;BA.debugLine="Log(\"userCancelled \" & userCancelled)";
+__c.LogImpl("717235969","userCancelled "+BA.ObjectToString(_usercancelled),0);
+ //BA.debugLineNum = 3126;BA.debugLine="End Sub";
return "";
}
public String _startprinter() throws Exception{
anywheresoftware.b4a.objects.collections.List _l1 = null;
int _resimp = 0;
int _i = 0;
- //BA.debugLineNum = 4573;BA.debugLine="Sub StartPrinter";
- //BA.debugLineNum = 4574;BA.debugLine="Dim PairedDevices As Map";
+ //BA.debugLineNum = 4578;BA.debugLine="Sub StartPrinter";
+ //BA.debugLineNum = 4579;BA.debugLine="Dim PairedDevices As Map";
_paireddevices = new anywheresoftware.b4a.objects.collections.Map();
- //BA.debugLineNum = 4575;BA.debugLine="Dim L1 As List";
+ //BA.debugLineNum = 4580;BA.debugLine="Dim L1 As List";
_l1 = new anywheresoftware.b4a.objects.collections.List();
- //BA.debugLineNum = 4576;BA.debugLine="Dim resimp As Int";
+ //BA.debugLineNum = 4581;BA.debugLine="Dim resimp As Int";
_resimp = 0;
- //BA.debugLineNum = 4577;BA.debugLine="ToastMessageShow(\"Printing.....\",True)";
+ //BA.debugLineNum = 4582;BA.debugLine="ToastMessageShow(\"Printing.....\",True)";
__c.ToastMessageShow(BA.ObjectToCharSequence("Printing....."),__c.True);
- //BA.debugLineNum = 4578;BA.debugLine="PairedDevices.Initialize";
+ //BA.debugLineNum = 4583;BA.debugLine="PairedDevices.Initialize";
_paireddevices.Initialize();
- //BA.debugLineNum = 4579;BA.debugLine="Try";
-try { //BA.debugLineNum = 4580;BA.debugLine="PairedDevices = cmp20.GetPairedDevices";
+ //BA.debugLineNum = 4584;BA.debugLine="Try";
+try { //BA.debugLineNum = 4585;BA.debugLine="PairedDevices = cmp20.GetPairedDevices";
_paireddevices = _cmp20.GetPairedDevices();
}
catch (Exception e9) {
- ba.setLastException(e9); //BA.debugLineNum = 4582;BA.debugLine="Msgbox(\"Getting Paired Devices\",\"Printer Error\")";
+ ba.setLastException(e9); //BA.debugLineNum = 4587;BA.debugLine="Msgbox(\"Getting Paired Devices\",\"Printer Error\")";
__c.Msgbox(BA.ObjectToCharSequence("Getting Paired Devices"),BA.ObjectToCharSequence("Printer Error"),ba);
- //BA.debugLineNum = 4583;BA.debugLine="printer.Close";
+ //BA.debugLineNum = 4588;BA.debugLine="printer.Close";
_printer.Close();
- //BA.debugLineNum = 4584;BA.debugLine="cmp20.Disconnect";
+ //BA.debugLineNum = 4589;BA.debugLine="cmp20.Disconnect";
_cmp20.Disconnect();
};
- //BA.debugLineNum = 4587;BA.debugLine="If PairedDevices.Size = 0 Then";
+ //BA.debugLineNum = 4592;BA.debugLine="If PairedDevices.Size = 0 Then";
if (_paireddevices.getSize()==0) {
- //BA.debugLineNum = 4588;BA.debugLine="Msgbox(\"Error Connecting to Printer - Printer No";
+ //BA.debugLineNum = 4593;BA.debugLine="Msgbox(\"Error Connecting to Printer - Printer No";
__c.Msgbox(BA.ObjectToCharSequence("Error Connecting to Printer - Printer Not Found"),BA.ObjectToCharSequence(""),ba);
- //BA.debugLineNum = 4589;BA.debugLine="Return";
+ //BA.debugLineNum = 4594;BA.debugLine="Return";
if (true) return "";
};
- //BA.debugLineNum = 4592;BA.debugLine="If PairedDevices.Size = 1 Then";
+ //BA.debugLineNum = 4597;BA.debugLine="If PairedDevices.Size = 1 Then";
if (_paireddevices.getSize()==1) {
- //BA.debugLineNum = 4593;BA.debugLine="Try";
-try { //BA.debugLineNum = 4594;BA.debugLine="cmp20.Connect(PairedDevices.Get(PairedDevices.G";
+ //BA.debugLineNum = 4598;BA.debugLine="Try";
+try { //BA.debugLineNum = 4599;BA.debugLine="cmp20.Connect(PairedDevices.Get(PairedDevices.G";
_cmp20.Connect(ba,BA.ObjectToString(_paireddevices.Get(_paireddevices.GetKeyAt((int) (0)))));
}
catch (Exception e21) {
- ba.setLastException(e21); //BA.debugLineNum = 4596;BA.debugLine="Msgbox(\"Connecting\",\"Printer Error\") 'ignore";
+ ba.setLastException(e21); //BA.debugLineNum = 4601;BA.debugLine="Msgbox(\"Connecting\",\"Printer Error\") 'ignore";
__c.Msgbox(BA.ObjectToCharSequence("Connecting"),BA.ObjectToCharSequence("Printer Error"),ba);
- //BA.debugLineNum = 4597;BA.debugLine="printer.Close";
+ //BA.debugLineNum = 4602;BA.debugLine="printer.Close";
_printer.Close();
- //BA.debugLineNum = 4598;BA.debugLine="cmp20.Disconnect";
+ //BA.debugLineNum = 4603;BA.debugLine="cmp20.Disconnect";
_cmp20.Disconnect();
};
}else {
- //BA.debugLineNum = 4601;BA.debugLine="L1.Initialize";
+ //BA.debugLineNum = 4606;BA.debugLine="L1.Initialize";
_l1.Initialize();
- //BA.debugLineNum = 4602;BA.debugLine="For i = 0 To PairedDevices.Size - 1";
+ //BA.debugLineNum = 4607;BA.debugLine="For i = 0 To PairedDevices.Size - 1";
{
final int step27 = 1;
final int limit27 = (int) (_paireddevices.getSize()-1);
_i = (int) (0) ;
for (;_i <= limit27 ;_i = _i + step27 ) {
- //BA.debugLineNum = 4603;BA.debugLine="L1.Add(PairedDevices.GetKeyAt(i))";
+ //BA.debugLineNum = 4608;BA.debugLine="L1.Add(PairedDevices.GetKeyAt(i))";
_l1.Add(_paireddevices.GetKeyAt(_i));
}
};
- //BA.debugLineNum = 4605;BA.debugLine="resimp = InputList(L1, \"Choose device\", -1) 'ign";
+ //BA.debugLineNum = 4610;BA.debugLine="resimp = InputList(L1, \"Choose device\", -1) 'ign";
_resimp = __c.InputList(_l1,BA.ObjectToCharSequence("Choose device"),(int) (-1),ba);
- //BA.debugLineNum = 4606;BA.debugLine="If resimp <> DialogResponse.CANCEL Then";
+ //BA.debugLineNum = 4611;BA.debugLine="If resimp <> DialogResponse.CANCEL Then";
if (_resimp!=__c.DialogResponse.CANCEL) {
- //BA.debugLineNum = 4607;BA.debugLine="cmp20.Connect(PairedDevices.Get(L1.Get(resimp))";
+ //BA.debugLineNum = 4612;BA.debugLine="cmp20.Connect(PairedDevices.Get(L1.Get(resimp))";
_cmp20.Connect(ba,BA.ObjectToString(_paireddevices.Get(_l1.Get(_resimp))));
};
};
- //BA.debugLineNum = 4610;BA.debugLine="End Sub";
+ //BA.debugLineNum = 4615;BA.debugLine="End Sub";
return "";
}
public String _stopcamera2() throws Exception{
- //BA.debugLineNum = 7834;BA.debugLine="Private Sub StopCamera2";
- //BA.debugLineNum = 7836;BA.debugLine="If camEx.IsInitialized Then";
+ //BA.debugLineNum = 7839;BA.debugLine="Private Sub StopCamera2";
+ //BA.debugLineNum = 7841;BA.debugLine="If camEx.IsInitialized Then";
if (_camex.IsInitialized /*boolean*/ ()) {
- //BA.debugLineNum = 7837;BA.debugLine="camEx.Release";
+ //BA.debugLineNum = 7842;BA.debugLine="camEx.Release";
_camex._release /*String*/ ();
};
- //BA.debugLineNum = 7839;BA.debugLine="End Sub";
+ //BA.debugLineNum = 7844;BA.debugLine="End Sub";
return "";
}
public String _tar_click() throws Exception{
- //BA.debugLineNum = 2968;BA.debugLine="Sub Tar_Click";
- //BA.debugLineNum = 2969;BA.debugLine="B4XPages.ShowPage(\"Nota\")";
+ //BA.debugLineNum = 2973;BA.debugLine="Sub Tar_Click";
+ //BA.debugLineNum = 2974;BA.debugLine="B4XPages.ShowPage(\"Nota\")";
_b4xpages._showpage /*String*/ (ba,"Nota");
- //BA.debugLineNum = 2970;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2975;BA.debugLine="End Sub";
return "";
}
public String _tels_click() throws Exception{
- //BA.debugLineNum = 2933;BA.debugLine="Sub Tels_Click";
- //BA.debugLineNum = 2934;BA.debugLine="B4XPages.ShowPage(\"NoVenta\")";
+ //BA.debugLineNum = 2938;BA.debugLine="Sub Tels_Click";
+ //BA.debugLineNum = 2939;BA.debugLine="B4XPages.ShowPage(\"NoVenta\")";
_b4xpages._showpage /*String*/ (ba,"NoVenta");
- //BA.debugLineNum = 2935;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2940;BA.debugLine="End Sub";
return "";
}
public Object callSub(String sub, Object sender, Object[] args) throws Exception {
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/c_clientes.java b/B4A/Objects/src/gunav2/keymon/com/mx/c_clientes.java
index c23aad8..c125d1d 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/c_clientes.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/c_clientes.java
@@ -139,7 +139,7 @@ if (_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._cliente /*gun
//BA.debugLineNum = 95;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete from";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("delete from CUESTIONARIO where Q_IDCLIENTE not in (select Q_IDCLIENTE from CUESTIONARIO where Q_IDPREGUNTA = '7')");
//BA.debugLineNum = 96;BA.debugLine="Log(\"Borramos encuestas incompletas\")";
-__c.LogImpl("035061792","Borramos encuestas incompletas",0);
+__c.LogImpl("734865184","Borramos encuestas incompletas",0);
};
//BA.debugLineNum = 98;BA.debugLine="entro = \"4\"";
_entro = "4";
@@ -449,17 +449,17 @@ __c.DateTime.setTimeFormat("HH:mm:ss");
//BA.debugLineNum = 144;BA.debugLine="If B4XPages.MainPage.cliente.bitacora.IsInitiali";
if (_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._cliente /*gunav2.keymon.com.mx.c_cliente*/ ._bitacora /*gunav2.keymon.com.mx.c_bitacora*/ .IsInitialized /*boolean*/ ()) {
//BA.debugLineNum = 145;BA.debugLine="Log(\"VAMOS A CLIENTE CON ENVENTA = FALSO\")";
-__c.LogImpl("035127340","VAMOS A CLIENTE CON ENVENTA = FALSO",0);
+__c.LogImpl("734930732","VAMOS A CLIENTE CON ENVENTA = FALSO",0);
//BA.debugLineNum = 146;BA.debugLine="B4XPages.MainPage.cliente.bitacora.iniciamosVen";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._cliente /*gunav2.keymon.com.mx.c_cliente*/ ._bitacora /*gunav2.keymon.com.mx.c_bitacora*/ ._iniciamosventa /*String*/ ();
//BA.debugLineNum = 147;BA.debugLine="Log(B4XPages.MainPage.cliente.bitacora.enVenta)";
-__c.LogImpl("035127342",BA.ObjectToString(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._cliente /*gunav2.keymon.com.mx.c_cliente*/ ._bitacora /*gunav2.keymon.com.mx.c_bitacora*/ ._enventa /*boolean*/ ),0);
+__c.LogImpl("734930734",BA.ObjectToString(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._cliente /*gunav2.keymon.com.mx.c_cliente*/ ._bitacora /*gunav2.keymon.com.mx.c_bitacora*/ ._enventa /*boolean*/ ),0);
};
//BA.debugLineNum = 149;BA.debugLine="B4XPages.ShowPage(\"Cliente\")";
_b4xpages._showpage /*String*/ (ba,"Cliente");
};
//BA.debugLineNum = 154;BA.debugLine="Log(entro)";
-__c.LogImpl("035127349",_entro,0);
+__c.LogImpl("734930741",_entro,0);
//BA.debugLineNum = 155;BA.debugLine="End Sub";
return "";
}
@@ -471,7 +471,7 @@ return "";
public String _sc_noscan() throws Exception{
//BA.debugLineNum = 221;BA.debugLine="Sub sc_noScan";
//BA.debugLineNum = 222;BA.debugLine="Log(\"nothing returned from the scan !!!!!\")";
-__c.LogImpl("035454977","nothing returned from the scan !!!!!",0);
+__c.LogImpl("735258369","nothing returned from the scan !!!!!",0);
//BA.debugLineNum = 223;BA.debugLine="End Sub";
return "";
}
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/c_clientescompletos.java b/B4A/Objects/src/gunav2/keymon/com/mx/c_clientescompletos.java
index 5ee987c..51cf468 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/c_clientescompletos.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/c_clientescompletos.java
@@ -158,7 +158,7 @@ public String _listview1_itemclick(int _position,Object _value) throws Exceptio
//BA.debugLineNum = 63;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete from";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("delete from CUENTAA");
//BA.debugLineNum = 64;BA.debugLine="Log(Value)";
-__c.LogImpl("035913731",BA.ObjectToString(_value),0);
+__c.LogImpl("735717123",BA.ObjectToString(_value),0);
//BA.debugLineNum = 65;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"INSERT INT";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("INSERT INTO CUENTAA VALUES (?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{_value}));
//BA.debugLineNum = 70;BA.debugLine="B4XPages.ShowPage(\"Tclientes\")";
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/c_cuestionario.java b/B4A/Objects/src/gunav2/keymon/com/mx/c_cuestionario.java
index bbc1714..2ab535e 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/c_cuestionario.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/c_cuestionario.java
@@ -64,7 +64,7 @@ if ((_c.GetString("fCol")).equals(BA.NumberToString(0))) {
//BA.debugLineNum = 378;BA.debugLine="db.ExecNonQuery($\"ALTER TABLE ${tabla} ADD COLU";
_db.ExecNonQuery(("ALTER TABLE "+__c.SmartStringFormatter("",(Object)(_tabla))+" ADD COLUMN "+__c.SmartStringFormatter("",(Object)(_columna))+" "+__c.SmartStringFormatter("",(Object)(_tipo))+""));
//BA.debugLineNum = 379;BA.debugLine="Log($\"Columna \"${columna} ${tipo}\", agregada a";
-__c.LogImpl("036962310",("Columna \""+__c.SmartStringFormatter("",(Object)(_columna))+" "+__c.SmartStringFormatter("",(Object)(_tipo))+"\", agregada a \""+__c.SmartStringFormatter("",(Object)(_tabla))+"\"."),0);
+__c.LogImpl("736765702",("Columna \""+__c.SmartStringFormatter("",(Object)(_columna))+" "+__c.SmartStringFormatter("",(Object)(_tipo))+"\", agregada a \""+__c.SmartStringFormatter("",(Object)(_tabla))+"\"."),0);
};
}
catch (Exception e9) {
@@ -72,11 +72,11 @@ __c.LogImpl("036962310",("Columna \""+__c.SmartStringFormatter("",(Object)(_colu
try { //BA.debugLineNum = 383;BA.debugLine="db.ExecNonQuery($\"ALTER TABLE ${tabla} ADD COLU";
_db.ExecNonQuery(("ALTER TABLE "+__c.SmartStringFormatter("",(Object)(_tabla))+" ADD COLUMN "+__c.SmartStringFormatter("",(Object)(_columna))+" "+__c.SmartStringFormatter("",(Object)(_tipo))+""));
//BA.debugLineNum = 384;BA.debugLine="Log($\"Columna \"${columna} ${tipo}\", agregada a";
-__c.LogImpl("036962315",("Columna \""+__c.SmartStringFormatter("",(Object)(_columna))+" "+__c.SmartStringFormatter("",(Object)(_tipo))+"\", agregada a \""+__c.SmartStringFormatter("",(Object)(_tabla))+"\".."),0);
+__c.LogImpl("736765707",("Columna \""+__c.SmartStringFormatter("",(Object)(_columna))+" "+__c.SmartStringFormatter("",(Object)(_tipo))+"\", agregada a \""+__c.SmartStringFormatter("",(Object)(_tabla))+"\".."),0);
}
catch (Exception e13) {
ba.setLastException(e13); //BA.debugLineNum = 386;BA.debugLine="Log(LastException)";
-__c.LogImpl("036962317",BA.ObjectToString(__c.LastException(ba)),0);
+__c.LogImpl("736765709",BA.ObjectToString(__c.LastException(ba)),0);
};
};
//BA.debugLineNum = 389;BA.debugLine="End Sub";
@@ -96,11 +96,11 @@ anywheresoftware.b4a.objects.LabelWrapper _lx = null;
int _newtop = 0;
//BA.debugLineNum = 161;BA.debugLine="Sub agregaPreguntaAbierta(id As String, pregunta A";
//BA.debugLineNum = 162;BA.debugLine="Log(\"Iniciamos PreguntaAbierta\")";
-__c.LogImpl("036372481","Iniciamos PreguntaAbierta",0);
+__c.LogImpl("736175873","Iniciamos PreguntaAbierta",0);
//BA.debugLineNum = 163;BA.debugLine="Log(ids)";
-__c.LogImpl("036372482",BA.ObjectToString(_ids),0);
+__c.LogImpl("736175874",BA.ObjectToString(_ids),0);
//BA.debugLineNum = 164;BA.debugLine="Log(respuestas)";
-__c.LogImpl("036372483",BA.ObjectToString(_respuestas),0);
+__c.LogImpl("736175875",BA.ObjectToString(_respuestas),0);
//BA.debugLineNum = 165;BA.debugLine="Private sv_cuest As ScrollView";
_sv_cuest = new anywheresoftware.b4a.objects.ScrollViewWrapper();
//BA.debugLineNum = 166;BA.debugLine="sv_cuest.Initialize(500dip)";
@@ -205,9 +205,9 @@ _lx = _labelx[_p];
//BA.debugLineNum = 208;BA.debugLine="et(p).Text = \"\"";
_et[_p].setText(BA.ObjectToCharSequence(""));
//BA.debugLineNum = 209;BA.debugLine="Log($\"Agregamos ET ${labelX(p).text} - ${(70*p)}";
-__c.LogImpl("036372528",("Agregamos ET "+__c.SmartStringFormatter("",(Object)(_labelx[_p].getText()))+" - "+__c.SmartStringFormatter("",(Object)((70*_p)))+""),0);
+__c.LogImpl("736175920",("Agregamos ET "+__c.SmartStringFormatter("",(Object)(_labelx[_p].getText()))+" - "+__c.SmartStringFormatter("",(Object)((70*_p)))+""),0);
//BA.debugLineNum = 211;BA.debugLine="Log(labelX(p).Height)";
-__c.LogImpl("036372530",BA.NumberToString(_labelx[_p].getHeight()),0);
+__c.LogImpl("736175922",BA.NumberToString(_labelx[_p].getHeight()),0);
//BA.debugLineNum = 212;BA.debugLine="sv_cuest.panel.AddView(labelX(p), 0, (70 * p), (";
_sv_cuest.getPanel().AddView((android.view.View)(_labelx[_p].getObject()),(int) (0),(int) ((70*_p)),(int) ((_panelx.getWidth()*0.72)),(int) (60));
//BA.debugLineNum = 213;BA.debugLine="sv_cuest.panel.AddView(et(p), (labelX(p).Width +";
@@ -676,7 +676,7 @@ String _etidresps = "";
anywheresoftware.b4a.objects.ConcreteViewWrapper _v = null;
//BA.debugLineNum = 309;BA.debugLine="Private Sub et_TextChanged(Old As String, New As S";
//BA.debugLineNum = 310;BA.debugLine="Log($\"${Old}, ${New}\"$)";
-__c.LogImpl("036700161",(""+__c.SmartStringFormatter("",(Object)(_old))+", "+__c.SmartStringFormatter("",(Object)(_new))+""),0);
+__c.LogImpl("736503553",(""+__c.SmartStringFormatter("",(Object)(_old))+", "+__c.SmartStringFormatter("",(Object)(_new))+""),0);
//BA.debugLineNum = 311;BA.debugLine="Private etTotales As Int = 0";
_ettotales = (int) (0);
//BA.debugLineNum = 312;BA.debugLine="Private etCont As Int = 0";
@@ -719,7 +719,7 @@ _etidresps = _etidresps+"|"+BA.ObjectToString(((anywheresoftware.b4a.objects.col
}
};
//BA.debugLineNum = 333;BA.debugLine="Log($\"${etCont}, ${etTotales}\"$)";
-__c.LogImpl("036700184",(""+__c.SmartStringFormatter("",(Object)(_etcont))+", "+__c.SmartStringFormatter("",(Object)(_ettotales))+""),0);
+__c.LogImpl("736503576",(""+__c.SmartStringFormatter("",(Object)(_etcont))+", "+__c.SmartStringFormatter("",(Object)(_ettotales))+""),0);
//BA.debugLineNum = 334;BA.debugLine="bAceptarPregunta.Tag = CreateMap(\"idPregunta\":Sen";
_baceptarpregunta.setTag((Object)(__c.createMap(new Object[] {(Object)("idPregunta"),(Object)((BA.ObjectToString(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(((anywheresoftware.b4a.objects.EditTextWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.EditTextWrapper(), (android.widget.EditText)(__c.Sender(ba)))).getTag()))).Get((Object)("id"))))),(Object)("pregunta"),((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(((anywheresoftware.b4a.objects.EditTextWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.EditTextWrapper(), (android.widget.EditText)(__c.Sender(ba)))).getTag()))).Get((Object)("pregunta")),(Object)("idRespuesta"),(Object)(_etidresps),(Object)("respuesta"),(Object)(_etresps),(Object)("panel"),((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(((anywheresoftware.b4a.objects.EditTextWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.EditTextWrapper(), (android.widget.EditText)(__c.Sender(ba)))).getTag()))).Get((Object)("panel"))}).getObject()));
//BA.debugLineNum = 335;BA.debugLine="If etCont = etTotales Then bAceptarPregunta.Enabl";
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/c_historicobat.java b/B4A/Objects/src/gunav2/keymon/com/mx/c_historicobat.java
index 843062c..1b2a489 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/c_historicobat.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/c_historicobat.java
@@ -221,7 +221,7 @@ _cant_sem1 = _prohit2.GetString("HVD_CANT_TOTAL");
_c4 = _prohit2.GetInt("EsMesActual");
}else {
//BA.debugLineNum = 219;BA.debugLine="Log(\"Error en filas\")";
-__c.LogImpl("038535333","Error en filas",0);
+__c.LogImpl("738338725","Error en filas",0);
};
//BA.debugLineNum = 221;BA.debugLine="prohit2.Close";
_prohit2.Close();
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/c_nota.java b/B4A/Objects/src/gunav2/keymon/com/mx/c_nota.java
index c27cdf9..c0335cc 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/c_nota.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/c_nota.java
@@ -312,7 +312,7 @@ _b_desc.setVisible(__c.False);
_s3 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_s3 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("select * FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA from cuentaa) and PE_RECALCULO <> ? OR PE_RECALCULO <> ? OR PE_RECALCULO IS NOT NULL",new String[]{"","null"})));
//BA.debugLineNum = 347;BA.debugLine="LogColor(s3.RowCount,Colors.Yellow)";
-__c.LogImpl("039059553",BA.NumberToString(_s3.getRowCount()),__c.Colors.Yellow);
+__c.LogImpl("739125089",BA.NumberToString(_s3.getRowCount()),__c.Colors.Yellow);
//BA.debugLineNum = 348;BA.debugLine="If s3.RowCount > 0 Then";
if (_s3.getRowCount()>0) {
//BA.debugLineNum = 349;BA.debugLine="Private s As Cursor=B4XPages.MainPage.skmt.Exec";
@@ -474,13 +474,13 @@ _b4xpage_appear();
};
}else {
//BA.debugLineNum = 439;BA.debugLine="Log(\"Aqui\")";
-__c.LogImpl("039387162","Aqui",0);
+__c.LogImpl("739452698","Aqui",0);
//BA.debugLineNum = 440;BA.debugLine="Log(Subs.traeAlmacen)";
-__c.LogImpl("039387163",_subs._traealmacen /*String*/ (ba),0);
+__c.LogImpl("739452699",_subs._traealmacen /*String*/ (ba),0);
//BA.debugLineNum = 441;BA.debugLine="If Subs.traeAlmacen = 94 Then";
if ((_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(94))) {
//BA.debugLineNum = 442;BA.debugLine="Log(\"Aqui\")";
-__c.LogImpl("039387165","Aqui",0);
+__c.LogImpl("739452701","Aqui",0);
//BA.debugLineNum = 444;BA.debugLine="result = Msgbox2(\"Seguro que desa borrar el p";
_result = BA.NumberToString(__c.Msgbox2(BA.ObjectToCharSequence("Seguro que desa borrar el pedido?"),BA.ObjectToCharSequence("Cancelar pedido"),"Si","","No",(android.graphics.Bitmap)(__c.LoadBitmap(__c.File.getDirAssets(),"alert2.png").getObject()),ba));
//BA.debugLineNum = 445;BA.debugLine="If result = DialogResponse.POSITIVE Then";
@@ -519,7 +519,7 @@ _b4xpage_appear();
};
}else {
//BA.debugLineNum = 465;BA.debugLine="Log(\"aqui\")";
-__c.LogImpl("039387188","aqui",0);
+__c.LogImpl("739452724","aqui",0);
//BA.debugLineNum = 466;BA.debugLine="ToastMessageShow(\"La venta ya esta impresa, no";
__c.ToastMessageShow(BA.ObjectToCharSequence("La venta ya esta impresa, no se puede modificar!!"),__c.True);
//BA.debugLineNum = 467;BA.debugLine="B4XPages.MainPage.cliente.p_transparenteTicketI";
@@ -630,9 +630,9 @@ anywheresoftware.b4a.sql.SQL.CursorWrapper _cx = null;
int _j = 0;
//BA.debugLineNum = 515;BA.debugLine="Sub ListView1_ItemLongClick (Position As Int, Valu";
//BA.debugLineNum = 516;BA.debugLine="Log(Subs.traeTablaProds(tipo_venta))";
-__c.LogImpl("039452673",_subs._traetablaprods /*String*/ (ba,_tipo_venta),0);
+__c.LogImpl("739518209",_subs._traetablaprods /*String*/ (ba,_tipo_venta),0);
//BA.debugLineNum = 517;BA.debugLine="Log(Value)";
-__c.LogImpl("039452674",BA.ObjectToString(_value),0);
+__c.LogImpl("739518210",BA.ObjectToString(_value),0);
//BA.debugLineNum = 518;BA.debugLine="Private X() As String = Regex.Split(\" \", Value)";
_x = __c.Regex.Split(" ",BA.ObjectToString(_value));
//BA.debugLineNum = 519;BA.debugLine="Private nom As String = \"\"";
@@ -664,16 +664,16 @@ _cedis = _x[(int) (_x.length-1)];
//BA.debugLineNum = 538;BA.debugLine="Private foliu As String = X(X.Length-3)";
_foliu = _x[(int) (_x.length-3)];
//BA.debugLineNum = 539;BA.debugLine="Log(nom)";
-__c.LogImpl("039452696",_nom,0);
+__c.LogImpl("739518232",_nom,0);
//BA.debugLineNum = 540;BA.debugLine="Log(cedis)";
-__c.LogImpl("039452697",_cedis,0);
+__c.LogImpl("739518233",_cedis,0);
//BA.debugLineNum = 541;BA.debugLine="Log(foliu)";
-__c.LogImpl("039452698",_foliu,0);
+__c.LogImpl("739518234",_foliu,0);
//BA.debugLineNum = 542;BA.debugLine="Dim cx As Cursor = B4XPages.MainPage.skmt.ExecQue";
_cx = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_cx = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDIS, PE_PRONOMBRE, PE_CEDIS/1 AS is_numeric FROM PEDIDO where (pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"' or pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+" ') AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_cedis))+"' and is_numeric > 0 and pe_cliente in (Select CUENTA from cuentaa) and PE_RECALCULO > 0"))));
//BA.debugLineNum = 543;BA.debugLine="Log(\"Recalculados: \" & cx.RowCount)";
-__c.LogImpl("039452700","Recalculados: "+BA.NumberToString(_cx.getRowCount()),0);
+__c.LogImpl("739518236","Recalculados: "+BA.NumberToString(_cx.getRowCount()),0);
//BA.debugLineNum = 544;BA.debugLine="If cx.RowCount > 0 Then ' Si hay recalculo (produ";
if (_cx.getRowCount()>0) {
//BA.debugLineNum = 545;BA.debugLine="result = Msgbox2(\"Si se borra este producto, se";
@@ -710,17 +710,17 @@ if ((_result).equals(BA.NumberToString(__c.DialogResponse.POSITIVE))) {
//BA.debugLineNum = 562;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery($\"select P";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDIS, PE_PRONOMBRE FROM PEDIDO where (pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"' or pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+" ') AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_cedis))+"' AND PE_FOLIO = '"+__c.SmartStringFormatter("",(Object)(_foliu))+"' and pe_cliente in (Select CUENTA from cuentaa)"))));
//BA.debugLineNum = 563;BA.debugLine="Log($\"select PE_PROID,PE_CANT, PE_FOLIO, PE_C";
-__c.LogImpl("039452720",("select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDIS, PE_PRONOMBRE FROM PEDIDO where (pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"' or pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"') AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_cedis))+"' AND PE_FOLIO = '"+__c.SmartStringFormatter("",(Object)(_foliu))+"' and pe_cliente in (Select CUENTA from cuentaa)"),0);
+__c.LogImpl("739518256",("select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDIS, PE_PRONOMBRE FROM PEDIDO where (pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"' or pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"') AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_cedis))+"' AND PE_FOLIO = '"+__c.SmartStringFormatter("",(Object)(_foliu))+"' and pe_cliente in (Select CUENTA from cuentaa)"),0);
//BA.debugLineNum = 564;BA.debugLine="Log(c.RowCount)";
-__c.LogImpl("039452721",BA.NumberToString(_c.getRowCount()),0);
+__c.LogImpl("739518257",BA.NumberToString(_c.getRowCount()),0);
//BA.debugLineNum = 565;BA.debugLine="Log(\"AQUI ESTOY\")";
-__c.LogImpl("039452722","AQUI ESTOY",0);
+__c.LogImpl("739518258","AQUI ESTOY",0);
//BA.debugLineNum = 566;BA.debugLine="Log(cedis)";
-__c.LogImpl("039452723",_cedis,0);
+__c.LogImpl("739518259",_cedis,0);
//BA.debugLineNum = 567;BA.debugLine="Log(foliu)";
-__c.LogImpl("039452724",_foliu,0);
+__c.LogImpl("739518260",_foliu,0);
//BA.debugLineNum = 568;BA.debugLine="Log(nom)";
-__c.LogImpl("039452725",_nom,0);
+__c.LogImpl("739518261",_nom,0);
//BA.debugLineNum = 570;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
//BA.debugLineNum = 573;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"INSERT";
@@ -730,11 +730,11 @@ if (__c.Not(__c.IsNumber(_cedis))) {
//BA.debugLineNum = 581;BA.debugLine="j3 = B4XPages.MainPage.skmt.ExecQuery2(\"SELE";
_j3 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT PE_CEDIS, PE_CANT,PE_PROID, PE_PRONOMBRE, PE_FOLIO FROM PEDIDO WHERE PE_CEDIS IN (SELECT PE_CEDIS FROM PEDIDO WHERE PE_CEDIS = ?)",new String[]{_cedis})));
//BA.debugLineNum = 582;BA.debugLine="Log(j3.RowCount)";
-__c.LogImpl("039452739",BA.NumberToString(_j3.getRowCount()),0);
+__c.LogImpl("739518275",BA.NumberToString(_j3.getRowCount()),0);
//BA.debugLineNum = 583;BA.debugLine="If j3.RowCount > 0 Then";
if (_j3.getRowCount()>0) {
//BA.debugLineNum = 584;BA.debugLine="Log(\"Soy promo\")";
-__c.LogImpl("039452741","Soy promo",0);
+__c.LogImpl("739518277","Soy promo",0);
//BA.debugLineNum = 585;BA.debugLine="For j = 0 To j3.RowCount -1";
{
final int step54 = 1;
@@ -742,11 +742,11 @@ final int limit54 = (int) (_j3.getRowCount()-1);
_j = (int) (0) ;
for (;_j <= limit54 ;_j = _j + step54 ) {
//BA.debugLineNum = 586;BA.debugLine="Log(\"aqui tronare?\")";
-__c.LogImpl("039452743","aqui tronare?",0);
+__c.LogImpl("739518279","aqui tronare?",0);
//BA.debugLineNum = 587;BA.debugLine="j3.Position = j";
_j3.setPosition(_j);
//BA.debugLineNum = 589;BA.debugLine="Log(nom)";
-__c.LogImpl("039452746",_nom,0);
+__c.LogImpl("739518282",_nom,0);
//BA.debugLineNum = 590;BA.debugLine="If cedis <> \"DUR\" Then";
if ((_cedis).equals("DUR") == false) {
//BA.debugLineNum = 592;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"upd";
@@ -821,17 +821,17 @@ if ((_result).equals(BA.NumberToString(__c.DialogResponse.POSITIVE))) {
//BA.debugLineNum = 633;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery($\"select";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDIS, PE_PRONOMBRE FROM PEDIDO where (pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"' or pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+" ') AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_cedis))+"' AND PE_FOLIO = '"+__c.SmartStringFormatter("",(Object)(_foliu))+"' and pe_cliente in (Select CUENTA from cuentaa)"))));
//BA.debugLineNum = 634;BA.debugLine="Log($\"select PE_PROID,PE_CANT, PE_FOLIO, PE_";
-__c.LogImpl("039452791",("select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDIS, PE_PRONOMBRE FROM PEDIDO where (pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"' or pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"') AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_cedis))+"' AND PE_FOLIO = '"+__c.SmartStringFormatter("",(Object)(_foliu))+"' and pe_cliente in (Select CUENTA from cuentaa)"),0);
+__c.LogImpl("739518327",("select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDIS, PE_PRONOMBRE FROM PEDIDO where (pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"' or pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"') AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_cedis))+"' AND PE_FOLIO = '"+__c.SmartStringFormatter("",(Object)(_foliu))+"' and pe_cliente in (Select CUENTA from cuentaa)"),0);
//BA.debugLineNum = 635;BA.debugLine="Log(c.RowCount)";
-__c.LogImpl("039452792",BA.NumberToString(_c.getRowCount()),0);
+__c.LogImpl("739518328",BA.NumberToString(_c.getRowCount()),0);
//BA.debugLineNum = 636;BA.debugLine="Log(\"AQUI ESTOY\")";
-__c.LogImpl("039452793","AQUI ESTOY",0);
+__c.LogImpl("739518329","AQUI ESTOY",0);
//BA.debugLineNum = 637;BA.debugLine="Log(cedis)";
-__c.LogImpl("039452794",_cedis,0);
+__c.LogImpl("739518330",_cedis,0);
//BA.debugLineNum = 638;BA.debugLine="Log(foliu)";
-__c.LogImpl("039452795",_foliu,0);
+__c.LogImpl("739518331",_foliu,0);
//BA.debugLineNum = 639;BA.debugLine="Log(nom)";
-__c.LogImpl("039452796",_nom,0);
+__c.LogImpl("739518332",_nom,0);
//BA.debugLineNum = 641;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
//BA.debugLineNum = 644;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"INSERT";
@@ -841,11 +841,11 @@ if (__c.Not(__c.IsNumber(_cedis))) {
//BA.debugLineNum = 652;BA.debugLine="j3 = B4XPages.MainPage.skmt.ExecQuery2(\"SEL";
_j3 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT PE_CEDIS, PE_CANT,PE_PROID, PE_PRONOMBRE, PE_FOLIO FROM PEDIDO WHERE PE_CEDIS IN (SELECT PE_CEDIS FROM PEDIDO WHERE PE_CEDIS = ?)",new String[]{_cedis})));
//BA.debugLineNum = 653;BA.debugLine="Log(j3.RowCount)";
-__c.LogImpl("039452810",BA.NumberToString(_j3.getRowCount()),0);
+__c.LogImpl("739518346",BA.NumberToString(_j3.getRowCount()),0);
//BA.debugLineNum = 654;BA.debugLine="If j3.RowCount > 0 Then";
if (_j3.getRowCount()>0) {
//BA.debugLineNum = 655;BA.debugLine="Log(\"Soy promo\")";
-__c.LogImpl("039452812","Soy promo",0);
+__c.LogImpl("739518348","Soy promo",0);
//BA.debugLineNum = 656;BA.debugLine="For j = 0 To j3.RowCount -1";
{
final int step112 = 1;
@@ -853,11 +853,11 @@ final int limit112 = (int) (_j3.getRowCount()-1);
_j = (int) (0) ;
for (;_j <= limit112 ;_j = _j + step112 ) {
//BA.debugLineNum = 657;BA.debugLine="Log(\"aqui tronare?\")";
-__c.LogImpl("039452814","aqui tronare?",0);
+__c.LogImpl("739518350","aqui tronare?",0);
//BA.debugLineNum = 658;BA.debugLine="j3.Position = j";
_j3.setPosition(_j);
//BA.debugLineNum = 660;BA.debugLine="Log(nom)";
-__c.LogImpl("039452817",_nom,0);
+__c.LogImpl("739518353",_nom,0);
//BA.debugLineNum = 661;BA.debugLine="If cedis <> \"DUR\" Then";
if ((_cedis).equals("DUR") == false) {
//BA.debugLineNum = 663;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"up";
@@ -928,7 +928,7 @@ _b4xpage_appear();
};
}else {
//BA.debugLineNum = 702;BA.debugLine="Log(\"aqui\")";
-__c.LogImpl("039452859","aqui",0);
+__c.LogImpl("739518395","aqui",0);
//BA.debugLineNum = 703;BA.debugLine="B4XPages.MainPage.cliente.p_transparenteTicke";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._cliente /*gunav2.keymon.com.mx.c_cliente*/ ._p_transparenteticketimpreso /*anywheresoftware.b4a.objects.PanelWrapper*/ .setVisible(__c.True);
//BA.debugLineNum = 704;BA.debugLine="B4XPages.ShowPage(\"cliente\")";
@@ -947,9 +947,9 @@ if ((_result).equals(BA.NumberToString(__c.DialogResponse.POSITIVE))) {
//BA.debugLineNum = 712;BA.debugLine="Private X() As String = Regex.Split(\" \", Valu";
_x = __c.Regex.Split(" ",BA.ObjectToString(_value));
//BA.debugLineNum = 713;BA.debugLine="Log(X)";
-__c.LogImpl("039452870",BA.ObjectToString(_x),0);
+__c.LogImpl("739518406",BA.ObjectToString(_x),0);
//BA.debugLineNum = 714;BA.debugLine="Log(X.Length)";
-__c.LogImpl("039452871",BA.NumberToString(_x.length),0);
+__c.LogImpl("739518407",BA.NumberToString(_x.length),0);
//BA.debugLineNum = 715;BA.debugLine="Private nom As String = \"\"";
_nom = "";
//BA.debugLineNum = 716;BA.debugLine="For i = 0 To X.Length -1";
@@ -982,15 +982,15 @@ _cedis = _x[(int) (_x.length-1)];
_cedis = (_x[(int) (_x.length-2)]+" "+_x[(int) (_x.length-1)]);
};
//BA.debugLineNum = 735;BA.debugLine="Log(nom)";
-__c.LogImpl("039452892",_nom,0);
+__c.LogImpl("739518428",_nom,0);
//BA.debugLineNum = 736;BA.debugLine="Log(cedis)";
-__c.LogImpl("039452893",_cedis,0);
+__c.LogImpl("739518429",_cedis,0);
//BA.debugLineNum = 737;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery($\"select P";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDIS, PE_PRONOMBRE FROM PEDIDO where (pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"' or pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+" ') AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_cedis))+"' and pe_cliente in (Select CUENTA from cuentaa)"))));
//BA.debugLineNum = 738;BA.debugLine="Log($\"select PE_PROID,PE_CANT, PE_FOLIO, PE_C";
-__c.LogImpl("039452895",("select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDIS FROM PEDIDO where (pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"' or pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+" ') AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_cedis))+"' and pe_cliente in (Select CUENTA from cuentaa)"),0);
+__c.LogImpl("739518431",("select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDIS FROM PEDIDO where (pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"' or pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+" ') AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_cedis))+"' and pe_cliente in (Select CUENTA from cuentaa)"),0);
//BA.debugLineNum = 739;BA.debugLine="Log(c.RowCount)";
-__c.LogImpl("039452896",BA.NumberToString(_c.getRowCount()),0);
+__c.LogImpl("739518432",BA.NumberToString(_c.getRowCount()),0);
//BA.debugLineNum = 740;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
//BA.debugLineNum = 750;BA.debugLine="If Not(IsNumber(cedis)) Then";
@@ -998,11 +998,11 @@ if (__c.Not(__c.IsNumber(_cedis))) {
//BA.debugLineNum = 751;BA.debugLine="j3 = B4XPages.MainPage.skmt.ExecQuery2(\"SELE";
_j3 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT PE_CEDIS, PE_CANT,PE_PROID, PE_PRONOMBRE, PE_FOLIO FROM PEDIDO WHERE PE_CEDIS IN (SELECT PE_CEDIS FROM PEDIDO WHERE PE_CEDIS = ?)",new String[]{_cedis})));
//BA.debugLineNum = 752;BA.debugLine="Log(j3.RowCount)";
-__c.LogImpl("039452909",BA.NumberToString(_j3.getRowCount()),0);
+__c.LogImpl("739518445",BA.NumberToString(_j3.getRowCount()),0);
//BA.debugLineNum = 753;BA.debugLine="If j3.RowCount > 0 Then";
if (_j3.getRowCount()>0) {
//BA.debugLineNum = 754;BA.debugLine="Log(\"Soy promo\")";
-__c.LogImpl("039452911","Soy promo",0);
+__c.LogImpl("739518447","Soy promo",0);
//BA.debugLineNum = 755;BA.debugLine="For j = 0 To j3.RowCount -1";
{
final int step195 = 1;
@@ -1010,7 +1010,7 @@ final int limit195 = (int) (_j3.getRowCount()-1);
_j = (int) (0) ;
for (;_j <= limit195 ;_j = _j + step195 ) {
//BA.debugLineNum = 756;BA.debugLine="Log(\"aqui tronare?\")";
-__c.LogImpl("039452913","aqui tronare?",0);
+__c.LogImpl("739518449","aqui tronare?",0);
//BA.debugLineNum = 757;BA.debugLine="j3.Position = j";
_j3.setPosition(_j);
//BA.debugLineNum = 759;BA.debugLine="If cedis <> \"DUR\" Then";
@@ -1087,9 +1087,9 @@ if ((_result).equals(BA.NumberToString(__c.DialogResponse.POSITIVE))) {
//BA.debugLineNum = 800;BA.debugLine="Private X() As String = Regex.Split(\" \", Val";
_x = __c.Regex.Split(" ",BA.ObjectToString(_value));
//BA.debugLineNum = 801;BA.debugLine="Log(X)";
-__c.LogImpl("039452958",BA.ObjectToString(_x),0);
+__c.LogImpl("739518494",BA.ObjectToString(_x),0);
//BA.debugLineNum = 802;BA.debugLine="Log(X.Length)";
-__c.LogImpl("039452959",BA.NumberToString(_x.length),0);
+__c.LogImpl("739518495",BA.NumberToString(_x.length),0);
//BA.debugLineNum = 803;BA.debugLine="Private nom As String = \"\"";
_nom = "";
//BA.debugLineNum = 804;BA.debugLine="For i = 0 To X.Length -1";
@@ -1122,15 +1122,15 @@ _cedis = _x[(int) (_x.length-1)];
_cedis = (_x[(int) (_x.length-2)]+" "+_x[(int) (_x.length-1)]);
};
//BA.debugLineNum = 823;BA.debugLine="Log(nom)";
-__c.LogImpl("039452980",_nom,0);
+__c.LogImpl("739518516",_nom,0);
//BA.debugLineNum = 824;BA.debugLine="Log(cedis)";
-__c.LogImpl("039452981",_cedis,0);
+__c.LogImpl("739518517",_cedis,0);
//BA.debugLineNum = 825;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery($\"select";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDIS, PE_PRONOMBRE FROM PEDIDO where (pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"' or pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+" ') AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_cedis))+"' and pe_cliente in (Select CUENTA from cuentaa)"))));
//BA.debugLineNum = 826;BA.debugLine="Log($\"select PE_PROID,PE_CANT, PE_FOLIO, PE_";
-__c.LogImpl("039452983",("select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDIS FROM PEDIDO where (pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"' or pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+" ') AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_cedis))+"' and pe_cliente in (Select CUENTA from cuentaa)"),0);
+__c.LogImpl("739518519",("select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDIS FROM PEDIDO where (pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"' or pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+" ') AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_cedis))+"' and pe_cliente in (Select CUENTA from cuentaa)"),0);
//BA.debugLineNum = 827;BA.debugLine="Log(c.RowCount)";
-__c.LogImpl("039452984",BA.NumberToString(_c.getRowCount()),0);
+__c.LogImpl("739518520",BA.NumberToString(_c.getRowCount()),0);
//BA.debugLineNum = 828;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
//BA.debugLineNum = 838;BA.debugLine="If Not(IsNumber(cedis)) Then";
@@ -1138,11 +1138,11 @@ if (__c.Not(__c.IsNumber(_cedis))) {
//BA.debugLineNum = 839;BA.debugLine="j3 = B4XPages.MainPage.skmt.ExecQuery2(\"SEL";
_j3 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT PE_CEDIS, PE_CANT,PE_PROID, PE_PRONOMBRE, PE_FOLIO FROM PEDIDO WHERE PE_CEDIS IN (SELECT PE_CEDIS FROM PEDIDO WHERE PE_CEDIS = ?)",new String[]{_cedis})));
//BA.debugLineNum = 840;BA.debugLine="Log(j3.RowCount)";
-__c.LogImpl("039452997",BA.NumberToString(_j3.getRowCount()),0);
+__c.LogImpl("739518533",BA.NumberToString(_j3.getRowCount()),0);
//BA.debugLineNum = 841;BA.debugLine="If j3.RowCount > 0 Then";
if (_j3.getRowCount()>0) {
//BA.debugLineNum = 842;BA.debugLine="Log(\"Soy promo\")";
-__c.LogImpl("039452999","Soy promo",0);
+__c.LogImpl("739518535","Soy promo",0);
//BA.debugLineNum = 843;BA.debugLine="For j = 0 To j3.RowCount -1";
{
final int step268 = 1;
@@ -1150,7 +1150,7 @@ final int limit268 = (int) (_j3.getRowCount()-1);
_j = (int) (0) ;
for (;_j <= limit268 ;_j = _j + step268 ) {
//BA.debugLineNum = 844;BA.debugLine="Log(\"aqui tronare?\")";
-__c.LogImpl("039453001","aqui tronare?",0);
+__c.LogImpl("739518537","aqui tronare?",0);
//BA.debugLineNum = 845;BA.debugLine="j3.Position = j";
_j3.setPosition(_j);
//BA.debugLineNum = 847;BA.debugLine="If cedis <> \"DUR\" Then";
@@ -1223,7 +1223,7 @@ _b4xpage_appear();
};
}else {
//BA.debugLineNum = 887;BA.debugLine="Log(\"aqui\")";
-__c.LogImpl("039453044","aqui",0);
+__c.LogImpl("739518580","aqui",0);
//BA.debugLineNum = 888;BA.debugLine="B4XPages.MainPage.cliente.p_transparenteTicke";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._cliente /*gunav2.keymon.com.mx.c_cliente*/ ._p_transparenteticketimpreso /*anywheresoftware.b4a.objects.PanelWrapper*/ .setVisible(__c.True);
//BA.debugLineNum = 889;BA.debugLine="B4XPages.ShowPage(\"cliente\")";
@@ -1243,9 +1243,9 @@ if ((_result).equals(BA.NumberToString(__c.DialogResponse.POSITIVE))) {
//BA.debugLineNum = 898;BA.debugLine="Private X() As String = Regex.Split(\" \", Value";
_x = __c.Regex.Split(" ",BA.ObjectToString(_value));
//BA.debugLineNum = 899;BA.debugLine="Log(X)";
-__c.LogImpl("039453056",BA.ObjectToString(_x),0);
+__c.LogImpl("739518592",BA.ObjectToString(_x),0);
//BA.debugLineNum = 900;BA.debugLine="Log(X.Length)";
-__c.LogImpl("039453057",BA.NumberToString(_x.length),0);
+__c.LogImpl("739518593",BA.NumberToString(_x.length),0);
//BA.debugLineNum = 901;BA.debugLine="Private nom As String = \"\"";
_nom = "";
//BA.debugLineNum = 902;BA.debugLine="For i = 0 To X.Length -1";
@@ -1274,9 +1274,9 @@ _cedis = _x[(int) (_x.length-1)];
//BA.debugLineNum = 917;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery($\"select PE";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDIS, PE_PRONOMBRE FROM PEDIDO where (pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"' or pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+" ') AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_cedis))+"' and pe_cliente in (Select CUENTA from cuentaa)"))));
//BA.debugLineNum = 918;BA.debugLine="Log($\"select PE_PROID,PE_CANT, PE_FOLIO, PE_CE";
-__c.LogImpl("039453075",("select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDIS FROM PEDIDO where pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"' AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_cedis))+"' and pe_cliente in (Select CUENTA from cuentaa)"),0);
+__c.LogImpl("739518611",("select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDIS FROM PEDIDO where pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"' AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_cedis))+"' and pe_cliente in (Select CUENTA from cuentaa)"),0);
//BA.debugLineNum = 919;BA.debugLine="Log(c.RowCount)";
-__c.LogImpl("039453076",BA.NumberToString(_c.getRowCount()),0);
+__c.LogImpl("739518612",BA.NumberToString(_c.getRowCount()),0);
//BA.debugLineNum = 920;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
//BA.debugLineNum = 923;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"INSERT I";
@@ -1286,11 +1286,11 @@ if (__c.Not(__c.IsNumber(_cedis))) {
//BA.debugLineNum = 931;BA.debugLine="j3 = B4XPages.MainPage.skmt.ExecQuery2(\"SELEC";
_j3 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT PE_CEDIS, PE_CANT,PE_PROID, PE_PRONOMBRE, PE_FOLIO FROM PEDIDO WHERE PE_CEDIS IN (SELECT PE_CEDIS FROM PEDIDO WHERE PE_CEDIS = ?)",new String[]{_cedis})));
//BA.debugLineNum = 932;BA.debugLine="Log(j3.RowCount)";
-__c.LogImpl("039453089",BA.NumberToString(_j3.getRowCount()),0);
+__c.LogImpl("739518625",BA.NumberToString(_j3.getRowCount()),0);
//BA.debugLineNum = 933;BA.debugLine="If j3.RowCount > 0 Then";
if (_j3.getRowCount()>0) {
//BA.debugLineNum = 934;BA.debugLine="Log(\"Soy promo\")";
-__c.LogImpl("039453091","Soy promo",0);
+__c.LogImpl("739518627","Soy promo",0);
//BA.debugLineNum = 935;BA.debugLine="For j = 0 To j3.RowCount -1";
{
final int step346 = 1;
@@ -1298,7 +1298,7 @@ final int limit346 = (int) (_j3.getRowCount()-1);
_j = (int) (0) ;
for (;_j <= limit346 ;_j = _j + step346 ) {
//BA.debugLineNum = 936;BA.debugLine="Log(\"aqui tronare?\")";
-__c.LogImpl("039453093","aqui tronare?",0);
+__c.LogImpl("739518629","aqui tronare?",0);
//BA.debugLineNum = 937;BA.debugLine="j3.Position = j";
_j3.setPosition(_j);
//BA.debugLineNum = 938;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"updat";
@@ -1367,9 +1367,9 @@ if ((_result).equals(BA.NumberToString(__c.DialogResponse.POSITIVE))) {
//BA.debugLineNum = 975;BA.debugLine="Private X() As String = Regex.Split(\" \", Valu";
_x = __c.Regex.Split(" ",BA.ObjectToString(_value));
//BA.debugLineNum = 976;BA.debugLine="Log(X)";
-__c.LogImpl("039453133",BA.ObjectToString(_x),0);
+__c.LogImpl("739518669",BA.ObjectToString(_x),0);
//BA.debugLineNum = 977;BA.debugLine="Log(X.Length)";
-__c.LogImpl("039453134",BA.NumberToString(_x.length),0);
+__c.LogImpl("739518670",BA.NumberToString(_x.length),0);
//BA.debugLineNum = 978;BA.debugLine="Private nom As String = \"\"";
_nom = "";
//BA.debugLineNum = 979;BA.debugLine="For i = 0 To X.Length -1";
@@ -1398,9 +1398,9 @@ _cedis = _x[(int) (_x.length-1)];
//BA.debugLineNum = 994;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery($\"select P";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDIS, PE_PRONOMBRE FROM PEDIDO where (pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"' or pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+" ') AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_cedis))+"' and pe_cliente in (Select CUENTA from cuentaa)"))));
//BA.debugLineNum = 995;BA.debugLine="Log($\"select PE_PROID,PE_CANT, PE_FOLIO, PE_C";
-__c.LogImpl("039453152",("select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDIS FROM PEDIDO where pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"' AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_cedis))+"' and pe_cliente in (Select CUENTA from cuentaa)"),0);
+__c.LogImpl("739518688",("select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDIS FROM PEDIDO where pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"' AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_cedis))+"' and pe_cliente in (Select CUENTA from cuentaa)"),0);
//BA.debugLineNum = 996;BA.debugLine="Log(c.RowCount)";
-__c.LogImpl("039453153",BA.NumberToString(_c.getRowCount()),0);
+__c.LogImpl("739518689",BA.NumberToString(_c.getRowCount()),0);
//BA.debugLineNum = 997;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
//BA.debugLineNum = 1000;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"INSERT";
@@ -1410,11 +1410,11 @@ if (__c.Not(__c.IsNumber(_cedis))) {
//BA.debugLineNum = 1008;BA.debugLine="j3 = B4XPages.MainPage.skmt.ExecQuery2(\"SELE";
_j3 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT PE_CEDIS, PE_CANT,PE_PROID, PE_PRONOMBRE, PE_FOLIO FROM PEDIDO WHERE PE_CEDIS IN (SELECT PE_CEDIS FROM PEDIDO WHERE PE_CEDIS = ?)",new String[]{_cedis})));
//BA.debugLineNum = 1009;BA.debugLine="Log(j3.RowCount)";
-__c.LogImpl("039453166",BA.NumberToString(_j3.getRowCount()),0);
+__c.LogImpl("739518702",BA.NumberToString(_j3.getRowCount()),0);
//BA.debugLineNum = 1010;BA.debugLine="If j3.RowCount > 0 Then";
if (_j3.getRowCount()>0) {
//BA.debugLineNum = 1011;BA.debugLine="Log(\"Soy promo\")";
-__c.LogImpl("039453168","Soy promo",0);
+__c.LogImpl("739518704","Soy promo",0);
//BA.debugLineNum = 1012;BA.debugLine="For j = 0 To j3.RowCount -1";
{
final int step409 = 1;
@@ -1422,7 +1422,7 @@ final int limit409 = (int) (_j3.getRowCount()-1);
_j = (int) (0) ;
for (;_j <= limit409 ;_j = _j + step409 ) {
//BA.debugLineNum = 1013;BA.debugLine="Log(\"aqui tronare?\")";
-__c.LogImpl("039453170","aqui tronare?",0);
+__c.LogImpl("739518706","aqui tronare?",0);
//BA.debugLineNum = 1014;BA.debugLine="j3.Position = j";
_j3.setPosition(_j);
//BA.debugLineNum = 1015;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"upda";
@@ -1487,7 +1487,7 @@ _b4xpage_appear();
};
}else {
//BA.debugLineNum = 1051;BA.debugLine="Log(\"aqui\")";
-__c.LogImpl("039453208","aqui",0);
+__c.LogImpl("739518744","aqui",0);
//BA.debugLineNum = 1052;BA.debugLine="B4XPages.MainPage.cliente.p_transparenteTicket";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._cliente /*gunav2.keymon.com.mx.c_cliente*/ ._p_transparenteticketimpreso /*anywheresoftware.b4a.objects.PanelWrapper*/ .setVisible(__c.True);
//BA.debugLineNum = 1053;BA.debugLine="B4XPages.ShowPage(\"cliente\")";
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/c_nuevocliente.java b/B4A/Objects/src/gunav2/keymon/com/mx/c_nuevocliente.java
index 3190a15..b856573 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/c_nuevocliente.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/c_nuevocliente.java
@@ -312,7 +312,7 @@ case 7:
//C
this.state = 10;
//BA.debugLineNum = 231;BA.debugLine="Log(\"Con permisos para escritura\")";
-parent.__c.LogImpl("039780379","Con permisos para escritura",0);
+parent.__c.LogImpl("739845915","Con permisos para escritura",0);
if (true) break;
case 9:
@@ -354,7 +354,7 @@ case 13:
//C
this.state = 16;
//BA.debugLineNum = 239;BA.debugLine="Log(\"Con permisos para escritura\")";
-parent.__c.LogImpl("039780387","Con permisos para escritura",0);
+parent.__c.LogImpl("739845923","Con permisos para escritura",0);
if (true) break;
case 15:
@@ -617,7 +617,7 @@ _sdate = __c.DateTime.Date(__c.DateTime.getNow());
//BA.debugLineNum = 443;BA.debugLine="sTime = DateTime.Time(DateTime.Now)";
_stime = __c.DateTime.Time(__c.DateTime.getNow());
//BA.debugLineNum = 444;BA.debugLine="Log($\" //////////// Date: ${sDate} - T";
-__c.LogImpl("040108085",(" //////////// Date: "+__c.SmartStringFormatter("",(Object)(_sdate))+" - Time: "+__c.SmartStringFormatter("",(Object)(_stime))+" ////////////////"),0);
+__c.LogImpl("740173621",(" //////////// Date: "+__c.SmartStringFormatter("",(Object)(_sdate))+" - Time: "+__c.SmartStringFormatter("",(Object)(_stime))+" ////////////////"),0);
//BA.debugLineNum = 446;BA.debugLine="Private hora As String = sTime.SubString";
_hora = _stime.substring((int) (0),(int) (2));
//BA.debugLineNum = 447;BA.debugLine="Private mins As String = sTime.SubString";
@@ -629,7 +629,7 @@ _stime = _hora+":"+_mins+":"+_segs;
//BA.debugLineNum = 450;BA.debugLine="Dim Fechacliente() As String = Regex.Spl";
_fechacliente = __c.Regex.Split("/",_sdate);
//BA.debugLineNum = 451;BA.debugLine="Log(\"////////////// sTime: \"&sTime&\" ///";
-__c.LogImpl("040108092","////////////// sTime: "+_stime+" ////////////////",0);
+__c.LogImpl("740173628","////////////// sTime: "+_stime+" ////////////////",0);
//BA.debugLineNum = 452;BA.debugLine="c = Starter.skmt.ExecQuery(\"select CAT_C";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select CAT_CL_RUTA FROM kmt_info3")));
//BA.debugLineNum = 453;BA.debugLine="c.Position = 0";
@@ -639,7 +639,7 @@ _no_ruta = _c.GetString("CAT_CL_RUTA");
//BA.debugLineNum = 455;BA.debugLine="no_cliente = \"N\" & sTime & no_ruta";
_no_cliente = "N"+_stime+_no_ruta;
//BA.debugLineNum = 456;BA.debugLine="Log(\"++ ++ no_cliente = \"&no_cliente)";
-__c.LogImpl("040108097","++ ++ no_cliente = "+_no_cliente,0);
+__c.LogImpl("740173633","++ ++ no_cliente = "+_no_cliente,0);
//BA.debugLineNum = 457;BA.debugLine="c.Close";
_c.Close();
//BA.debugLineNum = 459;BA.debugLine="Starter.skmt.ExecNonQuery2(\"INSERT INTO";
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/c_pedidos.java b/B4A/Objects/src/gunav2/keymon/com/mx/c_pedidos.java
index 5eb9c37..3e495d9 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/c_pedidos.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/c_pedidos.java
@@ -1013,7 +1013,7 @@ _h = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObject
//BA.debugLineNum = 443;BA.debugLine="h.Position=0";
_h.setPosition((int) (0));
//BA.debugLineNum = 444;BA.debugLine="Log(111)";
-__c.LogImpl("040829007",BA.NumberToString(111),0);
+__c.LogImpl("740894543",BA.NumberToString(111),0);
//BA.debugLineNum = 445;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"INSER";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("INSERT INTO PEDIDO (PE_CEDIS,PE_COSTO_TOT,PE_COSTOU,PE_CANT,PE_PRONOMBRE,PE_PROID,PE_CLIENTE,PE_FECHA,PE_USUARIO,PE_RUTA,PE_FOLIO) VALUES(?,?,?,?,?,?,?,?,?,?,?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_l_proid.getText()),(Object)((double)(Double.parseDouble(_precio_cero))*(double)(Double.parseDouble(_f.GetString("CAT_DP_PZAS")))*(double)(Double.parseDouble(_cantidad.getText()))),(Object)(_precio_cero),(Object)((double)(Double.parseDouble(_f.GetString("CAT_DP_PZAS")))*(double)(Double.parseDouble(_cantidad.getText()))),(Object)(_h.GetString("CAT_GP_NOMBRE")),(Object)(_f.GetString("CAT_DP_IDPROD")),(Object)(_clie_id),(Object)(_sdate+_stime),(Object)(_usuario),(Object)(_cl_ruta),(Object)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ )}));
//BA.debugLineNum = 446;BA.debugLine="h.Close";
@@ -1027,7 +1027,7 @@ _f.Close();
//BA.debugLineNum = 451;BA.debugLine="e.Close";
_e.Close();
//BA.debugLineNum = 452;BA.debugLine="Log(222)";
-__c.LogImpl("040829015",BA.NumberToString(222),0);
+__c.LogImpl("740894551",BA.NumberToString(222),0);
//BA.debugLineNum = 453;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"INSERT I";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("INSERT INTO PEDIDO (PE_CEDIS,PE_COSTO_TOT,PE_COSTOU,PE_CANT,PE_PRONOMBRE,PE_PROID,PE_CLIENTE,PE_FECHA,PE_USUARIO,PE_RUTA,PE_FOLIO) VALUES(?,?,?,?,?,?,?,?,?,?,?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_l_proid.getText()),(Object)(0),(Object)(0),(Object)(_cantidad.getText()),(Object)(_l_desc.getText()),(Object)(_l_proid.getText()),(Object)(_clie_id),(Object)(_sdate+_stime),(Object)(_usuario),(Object)(_cl_ruta),(Object)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ )}));
//BA.debugLineNum = 454;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2($\"update";
@@ -1095,7 +1095,7 @@ _h = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObject
//BA.debugLineNum = 486;BA.debugLine="h.Position=0";
_h.setPosition((int) (0));
//BA.debugLineNum = 487;BA.debugLine="Log(333)";
-__c.LogImpl("040829050",BA.NumberToString(333),0);
+__c.LogImpl("740894586",BA.NumberToString(333),0);
//BA.debugLineNum = 488;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"INSERT I";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("INSERT INTO PEDIDO (PE_CEDIS,PE_COSTO_TOT,PE_COSTOU,PE_CANT,PE_PRONOMBRE,PE_PROID,PE_CLIENTE,PE_FECHA,PE_USUARIO,PE_RUTA,PE_FOLIO) VALUES(?,?,?,?,?,?,?,?,?,?,?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_l_proid.getText()),(Object)((double)(Double.parseDouble(_f.GetString("CAT_DP_PRECIO")))*(double)(Double.parseDouble(_cantidad.getText()))*(double)(Double.parseDouble(_f.GetString("CAT_DP_PZAS")))),(Object)(_f.GetString("CAT_DP_PRECIO")),(Object)((double)(Double.parseDouble(_f.GetString("CAT_DP_PZAS")))*(double)(Double.parseDouble(_cantidad.getText()))),(Object)(_h.GetString("CAT_GP_NOMBRE")),(Object)(_f.GetString("CAT_DP_IDPROD")),(Object)(_clie_id),(Object)(_sdate+_stime),(Object)(_usuario),(Object)(_cl_ruta),(Object)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ )}));
//BA.debugLineNum = 489;BA.debugLine="h.Close";
@@ -1108,7 +1108,7 @@ _f.Close();
//BA.debugLineNum = 493;BA.debugLine="e.Close";
_e.Close();
//BA.debugLineNum = 494;BA.debugLine="Log(444)";
-__c.LogImpl("040829057",BA.NumberToString(444),0);
+__c.LogImpl("740894593",BA.NumberToString(444),0);
//BA.debugLineNum = 495;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"INSERT INT";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("INSERT INTO PEDIDO (PE_CEDIS,PE_COSTO_TOT,PE_COSTOU,PE_CANT,PE_PRONOMBRE,PE_PROID,PE_CLIENTE,PE_FECHA,PE_USUARIO,PE_RUTA,PE_FOLIO) VALUES(?,?,?,?,?,?,?,?,?,?,?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_l_proid.getText()),(Object)(0),(Object)(0),(Object)(_cantidad.getText()),(Object)(_l_desc.getText()),(Object)(_l_proid.getText()),(Object)(_clie_id),(Object)(_sdate+_stime),(Object)(_usuario),(Object)(_cl_ruta),(Object)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ )}));
//BA.debugLineNum = 496;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2($\"update ${";
@@ -1157,7 +1157,7 @@ _c.setPosition((int) (0));
//BA.debugLineNum = 518;BA.debugLine="usuario = c.GetString(\"USUARIO\")";
_usuario = _c.GetString("USUARIO");
//BA.debugLineNum = 519;BA.debugLine="Log(555)";
-__c.LogImpl("040829082",BA.NumberToString(555),0);
+__c.LogImpl("740894618",BA.NumberToString(555),0);
//BA.debugLineNum = 520;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"INSERT INT";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("INSERT INTO PEDIDO (PE_CEDIS,PE_COSTO_TOT,PE_COSTOU,PE_CANT,PE_PRONOMBRE,PE_PROID,PE_CLIENTE,PE_FECHA,PE_USUARIO,PE_RUTA,PE_COSTO_SIN,PE_FOLIO) VALUES(?,?,?,?,?,?,?,?,?,?,?,?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_almacen),(Object)((double)(Double.parseDouble(_cantidad.getText()))*(double)(Double.parseDouble(_l_precio.getText()))),(Object)(_l_precio.getText()),(Object)(_cantidad.getText()),(Object)(_l_desc.getText()),(Object)(_l_proid.getText()),(Object)(_clie_id),(Object)(_sdate+_stime),(Object)(_usuario),(Object)(_cl_ruta),(Object)(_preciosin),(Object)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ )}));
//BA.debugLineNum = 521;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2($\"update ${";
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/c_principal.java b/B4A/Objects/src/gunav2/keymon/com/mx/c_principal.java
index 088785f..c367c7b 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/c_principal.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/c_principal.java
@@ -814,7 +814,7 @@ if ((_subs._traetipoventadebd /*String*/ (ba)).equals("VENTA") || (_subs._traeti
//BA.debugLineNum = 3253;BA.debugLine="If l_ruta.Text <> \"0\" Then";
if ((_l_ruta.getText()).equals("0") == false) {
//BA.debugLineNum = 3254;BA.debugLine="Log(888 & \"|\" & l_ruta.Text & \"|\")";
-__c.LogImpl("04653192",BA.NumberToString(888)+"|"+_l_ruta.getText()+"|",0);
+__c.LogImpl("74653192",BA.NumberToString(888)+"|"+_l_ruta.getText()+"|",0);
//BA.debugLineNum = 3255;BA.debugLine="b_abordo.Visible = False";
_b_abordo.setVisible(__c.False);
};
@@ -1110,9 +1110,9 @@ _imageview3.setBitmap((android.graphics.Bitmap)(__c.LoadBitmap(__c.File.getDirAs
_imageview3.setBitmap((android.graphics.Bitmap)(__c.LoadBitmap(__c.File.getDirAssets(),"palomita_verde.png").getObject()));
};
//BA.debugLineNum = 507;BA.debugLine="Log(\"|\" & c.GetString(\"MONTO_DIA\") & \"|\")";
-__c.LogImpl("03735677","|"+_c.GetString("MONTO_DIA")+"|",0);
+__c.LogImpl("73735677","|"+_c.GetString("MONTO_DIA")+"|",0);
//BA.debugLineNum = 508;BA.debugLine="Log(\"|\" & c.GetString(\"CLIENTES_DIA\") & \"|\")";
-__c.LogImpl("03735678","|"+_c.GetString("CLIENTES_DIA")+"|",0);
+__c.LogImpl("73735678","|"+_c.GetString("CLIENTES_DIA")+"|",0);
//BA.debugLineNum = 517;BA.debugLine="b.Close";
_b.Close();
//BA.debugLineNum = 518;BA.debugLine="c.Close";
@@ -1372,7 +1372,7 @@ if ((_subs._traetipoventadebd /*String*/ (ba)).equals("VENTA") || (_subs._traeti
//BA.debugLineNum = 320;BA.debugLine="If l_ruta.Text <> \"0\" Then";
if ((_l_ruta.getText()).equals("0") == false) {
//BA.debugLineNum = 321;BA.debugLine="Log(999 & \"|\" & l_ruta.Text & \"|\")";
-__c.LogImpl("03670069",BA.NumberToString(999)+"|"+_l_ruta.getText()+"|",0);
+__c.LogImpl("73670069",BA.NumberToString(999)+"|"+_l_ruta.getText()+"|",0);
//BA.debugLineNum = 322;BA.debugLine="b_abordo.Visible = False";
_b_abordo.setVisible(__c.False);
};
@@ -1520,9 +1520,9 @@ _fecha5 = __c.Regex.Split("\\:",_fecha2[(int) (2)]);
//BA.debugLineNum = 1147;BA.debugLine="Dim dia As String = fecha5(0).SubString2(0,4)&fe";
_dia = _fecha5[(int) (0)].substring((int) (0),(int) (4))+_fecha2[(int) (0)]+_fecha2[(int) (1)];
//BA.debugLineNum = 1148;BA.debugLine="Log(fecha5(0))";
-__c.LogImpl("03932170",_fecha5[(int) (0)],0);
+__c.LogImpl("73932170",_fecha5[(int) (0)],0);
//BA.debugLineNum = 1149;BA.debugLine="Log(dia)";
-__c.LogImpl("03932171",_dia,0);
+__c.LogImpl("73932171",_dia,0);
//BA.debugLineNum = 1150;BA.debugLine="Dim mescom As String = DateTime.GetMonth(DateTim";
_mescom = BA.NumberToString(__c.DateTime.GetMonth(__c.DateTime.getNow()));
//BA.debugLineNum = 1151;BA.debugLine="Dim mescom2 As String";
@@ -1538,7 +1538,7 @@ _mescom2 = BA.NumberToString(__c.DateTime.GetMonth(__c.DateTime.getNow()));
//BA.debugLineNum = 1158;BA.debugLine="Dim diacom As String = DateTime.GetDayOfMonth(Da";
_diacom = BA.NumberToString(__c.DateTime.GetDayOfMonth(__c.DateTime.getNow()));
//BA.debugLineNum = 1159;BA.debugLine="Log(DateTime.GetMonth(DateTime.Now))";
-__c.LogImpl("03932181",BA.NumberToString(__c.DateTime.GetMonth(__c.DateTime.getNow())),0);
+__c.LogImpl("73932181",BA.NumberToString(__c.DateTime.GetMonth(__c.DateTime.getNow())),0);
//BA.debugLineNum = 1160;BA.debugLine="Dim diacom2 As String";
_diacom2 = "";
//BA.debugLineNum = 1161;BA.debugLine="If diacom.Length = 1 Then";
@@ -1552,9 +1552,9 @@ _diacom2 = BA.NumberToString(__c.DateTime.GetDayOfMonth(__c.DateTime.getNow()));
//BA.debugLineNum = 1168;BA.debugLine="Dim dia2 As String = DateTime.GetYear(DateTime.N";
_dia2 = BA.NumberToString(__c.DateTime.GetYear(__c.DateTime.getNow()))+_mescom2+_diacom2;
//BA.debugLineNum = 1169;BA.debugLine="Log(dia & \" , \" & dia2)";
-__c.LogImpl("03932191",_dia+" , "+_dia2,0);
+__c.LogImpl("73932191",_dia+" , "+_dia2,0);
//BA.debugLineNum = 1170;BA.debugLine="Log(\"SI PASO\")";
-__c.LogImpl("03932192","SI PASO",0);
+__c.LogImpl("73932192","SI PASO",0);
//BA.debugLineNum = 1171;BA.debugLine="If dia < dia2 Then";
if ((double)(Double.parseDouble(_dia))<(double)(Double.parseDouble(_dia2))) {
//BA.debugLineNum = 1172;BA.debugLine="pedidodiaanterior = True";
@@ -1592,7 +1592,7 @@ _rut_rep = _e_ruta.getText()+" "+_e_ruta2.getText();
_rut_rep = _e_ruta.getText();
};
//BA.debugLineNum = 1195;BA.debugLine="Log(Rut_Rep)";
-__c.LogImpl("03932217",_rut_rep,0);
+__c.LogImpl("73932217",_rut_rep,0);
//BA.debugLineNum = 1196;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDATE GPS";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("UPDATE GPS SET HABILITADO = (?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(0)}));
//BA.debugLineNum = 1197;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"DELETE FRO";
@@ -2143,7 +2143,7 @@ if ((_starter._marcacel /*String*/ ).equals("Sony") == false) {
__c.ToastMessageShow(BA.ObjectToCharSequence("Se Actualizaran los datos, Este proceso podria tardar hasta un minuto, gracias"),__c.True);};
}else {
//BA.debugLineNum = 1585;BA.debugLine="Log(\"XXXX\")";
-__c.LogImpl("03932607","XXXX",0);
+__c.LogImpl("73932607","XXXX",0);
//BA.debugLineNum = 1586;BA.debugLine="MsgboxAsync(\"Para poder cargar día no puedes ten";
__c.MsgboxAsync(BA.ObjectToCharSequence("Para poder cargar día no puedes tener venta del día anterior. Por favor haz FIN DIA e intenta nuevamente."),BA.ObjectToCharSequence("Atención"),ba);
};
@@ -2716,12 +2716,12 @@ case 0:
//C
this.state = 1;
//BA.debugLineNum = 2859;BA.debugLine="Log(\">>> REVISAMOS ACTUALIZACION\")";
-parent.__c.LogImpl("04194305",">>> REVISAMOS ACTUALIZACION",0);
+parent.__c.LogImpl("74194305",">>> REVISAMOS ACTUALIZACION",0);
//BA.debugLineNum = 2860;BA.debugLine="Private revisaActualizacion As Map = Subs.revisaF";
_revisaactualizacion = new anywheresoftware.b4a.objects.collections.Map();
_revisaactualizacion = parent._subs._revisaforzaractualizacion /*anywheresoftware.b4a.objects.collections.Map*/ (ba);
//BA.debugLineNum = 2861;BA.debugLine="Log(revisaActualizacion)";
-parent.__c.LogImpl("04194307",BA.ObjectToString(_revisaactualizacion),0);
+parent.__c.LogImpl("74194307",BA.ObjectToString(_revisaactualizacion),0);
//BA.debugLineNum = 2862;BA.debugLine="If E_RUTA2.Text = e_ruta.Text And e_ruta.Text <>";
if (true) break;
@@ -2800,7 +2800,7 @@ parent._p_transparenteactualizacion.BringToFront();
//BA.debugLineNum = 2880;BA.debugLine="Starter.nuevoLink = $\"https://keymon.net/movil";
parent._starter._nuevolink /*String*/ = ("https://keymon.net/movil/guna/GP_"+parent.__c.SmartStringFormatter("",_revisaactualizacion.Get((Object)("nuevaVersion")))+".apk");
//BA.debugLineNum = 2881;BA.debugLine="Log(\"Descargar: GP_\" & Starter.newApp.appLink)";
-parent.__c.LogImpl("04194327","Descargar: GP_"+parent._starter._newapp /*gunav2.keymon.com.mx.appupdater._mnewversion*/ .appLink /*String*/ ,0);
+parent.__c.LogImpl("74194327","Descargar: GP_"+parent._starter._newapp /*gunav2.keymon.com.mx.appupdater._mnewversion*/ .appLink /*String*/ ,0);
//BA.debugLineNum = 2882;BA.debugLine="CallSubDelayed(appUpdater, \"download_newApk\")";
parent.__c.CallSubDelayed(ba,(Object)(parent._appupdater.getObject()),"download_newApk");
if (true) break;
@@ -2852,7 +2852,7 @@ this.catchState = 36;
//BA.debugLineNum = 2894;BA.debugLine="Private i As Int = Regex.Replace(\"[^0-9.]\", e";
_i = (int)(Double.parseDouble(parent.__c.Regex.Replace("[^0-9.]",parent._e_ruta.getText(),"")));
//BA.debugLineNum = 2895;BA.debugLine="Log($\"|${i}|\"$)";
-parent.__c.LogImpl("04194341",("|"+parent.__c.SmartStringFormatter("",(Object)(_i))+"|"),0);
+parent.__c.LogImpl("74194341",("|"+parent.__c.SmartStringFormatter("",(Object)(_i))+"|"),0);
//BA.debugLineNum = 2896;BA.debugLine="e_ruta.text = i";
parent._e_ruta.setText(BA.ObjectToCharSequence(_i));
//BA.debugLineNum = 2897;BA.debugLine="p_transparenteActualizacion.Visible = False";
@@ -2974,7 +2974,7 @@ case 36:
this.state = 37;
this.catchState = 0;
//BA.debugLineNum = 2941;BA.debugLine="Log(LastException)";
-parent.__c.LogImpl("04194387",BA.ObjectToString(parent.__c.LastException(ba)),0);
+parent.__c.LogImpl("74194387",BA.ObjectToString(parent.__c.LastException(ba)),0);
if (true) break;
if (true) break;
@@ -3061,7 +3061,7 @@ _cmd.Initialize();
//BA.debugLineNum = 2837;BA.debugLine="cmd.Name = \"insert_clientesnuevos_GUNA\"";
_cmd.Name /*String*/ = "insert_clientesnuevos_GUNA";
//BA.debugLineNum = 2838;BA.debugLine="Log(c.GetString(\"CN_ID\")&\" ,\"& c.GetString(\"";
-__c.LogImpl("04063261",_c.GetString("CN_ID")+" ,"+_c.GetString("CN_FECHA")+" ,"+_c.GetString("CN_USER")+" ,"+_c.GetString("CN_LAT")+" ,"+_c.GetString("CN_LON")+" ,"+_c.GetString("CN_NOMBRE")+" ,"+_c.GetString("CN_DIRECCION")+" ,"+_almacen+_c.GetString("CN_RUTA")+" ,"+"En espera"+_c.GetString("CN_GIRO")+" ,"+_dialetra+_c.GetString("CN_SOLICITA")+" ,"+_c.GetString("CN_COLONIA")+" ,"+_c.GetString("CN_TELEFONO"),0);
+__c.LogImpl("74063261",_c.GetString("CN_ID")+" ,"+_c.GetString("CN_FECHA")+" ,"+_c.GetString("CN_USER")+" ,"+_c.GetString("CN_LAT")+" ,"+_c.GetString("CN_LON")+" ,"+_c.GetString("CN_NOMBRE")+" ,"+_c.GetString("CN_DIRECCION")+" ,"+_almacen+_c.GetString("CN_RUTA")+" ,"+"En espera"+_c.GetString("CN_GIRO")+" ,"+_dialetra+_c.GetString("CN_SOLICITA")+" ,"+_c.GetString("CN_COLONIA")+" ,"+_c.GetString("CN_TELEFONO"),0);
//BA.debugLineNum = 2839;BA.debugLine="cmd.Parameters = Array As Object(c.GetString(\"C";
_cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_c.GetString("CN_ID")),(Object)(_c.GetString("CN_FECHA")),(Object)(_c.GetString("CN_USER")),(Object)(_c.GetString("CN_LAT")),(Object)(_c.GetString("CN_LON")),(Object)(_c.GetString("CN_NOMBRE")),(Object)(_c.GetString("CN_DIRECCION")),(Object)(_almacen),(Object)(_c.GetString("CN_RUTA")),(Object)("En espera"),(Object)(_c.GetString("CN_GIRO")),(Object)(_dialetra),(Object)(_c.GetString("CN_SOLICITA")),(Object)(_c.GetString("CN_COLONIA")),(Object)(_c.GetString("CN_TELEFONO")),(Object)(_c.GetString("CN_CP"))};
//BA.debugLineNum = 2840;BA.debugLine="B4XPages.MainPage.reqManager.ExecuteCommand(cmd";
@@ -3081,11 +3081,11 @@ anywheresoftware.b4a.objects.collections.Map _revisaactualizacion = null;
_revisaactualizacion = new anywheresoftware.b4a.objects.collections.Map();
_revisaactualizacion = _subs._revisaforzaractualizacion /*anywheresoftware.b4a.objects.collections.Map*/ (ba);
//BA.debugLineNum = 3942;BA.debugLine="Log(\"revisaActualizacion = \" & revisaActualizacio";
-__c.LogImpl("05898242","revisaActualizacion = "+BA.ObjectToString(_revisaactualizacion),0);
+__c.LogImpl("75898242","revisaActualizacion = "+BA.ObjectToString(_revisaactualizacion),0);
//BA.debugLineNum = 3943;BA.debugLine="If revisaActualizacion.Get(\"forzar\") = 2 Then";
if ((_revisaactualizacion.Get((Object)("forzar"))).equals((Object)(2))) {
//BA.debugLineNum = 3944;BA.debugLine="LogColor(\"No hay info de versión para actualizar";
-__c.LogImpl("05898244","No hay info de versión para actualizar en CAT_VARIABLES, traemos la información!",__c.Colors.Red);
+__c.LogImpl("75898244","No hay info de versión para actualizar en CAT_VARIABLES, traemos la información!",__c.Colors.Red);
//BA.debugLineNum = 3945;BA.debugLine="cmd.Initialize";
_cmd.Initialize();
//BA.debugLineNum = 3946;BA.debugLine="cmd.Name = \"selectVersionAppGuna\"";
@@ -3432,12 +3432,12 @@ String _cob_gev = "";
//BA.debugLineNum = 1593;BA.debugLine="B4XPages.MainPage.reqManager.trackNext(Job)";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._reqmanager /*gunav2.keymon.com.mx.dbrequestmanager*/ ._tracknext /*String*/ (_job);
//BA.debugLineNum = 1594;BA.debugLine="Log(\"JOBDONE PRINCIPAL\")";
-__c.LogImpl("03997698","JOBDONE PRINCIPAL",0);
+__c.LogImpl("73997698","JOBDONE PRINCIPAL",0);
//BA.debugLineNum = 1600;BA.debugLine="If Job.Success = False Then";
if (_job._success /*boolean*/ ==__c.False) {
//BA.debugLineNum = 1601;BA.debugLine="If Job.ErrorMessage <> \"STREAM\" Then LogColor(\"E";
if ((_job._errormessage /*String*/ ).equals("STREAM") == false) {
-__c.LogImpl("03997705","Error: "+BA.ObjectToString(_job._tag /*Object*/ )+" : "+_subs._parsehttperror /*String*/ (ba,_job._errormessage /*String*/ ),__c.Colors.Red);};
+__c.LogImpl("73997705","Error: "+BA.ObjectToString(_job._tag /*Object*/ )+" : "+_subs._parsehttperror /*String*/ (ba,_job._errormessage /*String*/ ),__c.Colors.Red);};
//BA.debugLineNum = 1603;BA.debugLine="If Job.ErrorMessage = \"STREAM\" Then";
if ((_job._errormessage /*String*/ ).equals("STREAM")) {
//BA.debugLineNum = 1604;BA.debugLine="If CARGA = \"SUBIR\" Then";
@@ -3455,7 +3455,7 @@ _s_cp.setText(BA.ObjectToCharSequence("VALIDANDO"));
};
}else {
//BA.debugLineNum = 1613;BA.debugLine="LogColor(\"JobDone: '\" & B4XPages.MainPage.reqMan";
-__c.LogImpl("03997717","JobDone: '"+BA.ObjectToString(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._reqmanager /*gunav2.keymon.com.mx.dbrequestmanager*/ ._handlejob /*gunav2.keymon.com.mx.dbrequestmanager._dbresult*/ (_job).Tag /*Object*/ )+"' - Registros: "+BA.NumberToString(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._reqmanager /*gunav2.keymon.com.mx.dbrequestmanager*/ ._handlejob /*gunav2.keymon.com.mx.dbrequestmanager._dbresult*/ (_job).Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),__c.Colors.Green);
+__c.LogImpl("73997717","JobDone: '"+BA.ObjectToString(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._reqmanager /*gunav2.keymon.com.mx.dbrequestmanager*/ ._handlejob /*gunav2.keymon.com.mx.dbrequestmanager._dbresult*/ (_job).Tag /*Object*/ )+"' - Registros: "+BA.NumberToString(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._reqmanager /*gunav2.keymon.com.mx.dbrequestmanager*/ ._handlejob /*gunav2.keymon.com.mx.dbrequestmanager._dbresult*/ (_job).Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),__c.Colors.Green);
//BA.debugLineNum = 1615;BA.debugLine="If Job.JobName = \"DBRequest\" Then";
if ((_job._jobname /*String*/ ).equals("DBRequest")) {
//BA.debugLineNum = 1616;BA.debugLine="Dim RESULT As DBResult = B4XPages.MainPage.reqM";
@@ -3477,15 +3477,15 @@ _n = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywhe
}
};
//BA.debugLineNum = 1622;BA.debugLine="LogColor(\"************************** \" & n, C";
-__c.LogImpl("03997726","************************** "+_n,__c.Colors.Green);
+__c.LogImpl("73997726","************************** "+_n,__c.Colors.Green);
//BA.debugLineNum = 1623;BA.debugLine="If n = \"OKActivo\" Then";
if ((_n).equals("OKActivo")) {
//BA.debugLineNum = 1624;BA.debugLine="Dim cmd As DBCommand";
_cmd = new gunav2.keymon.com.mx.dbrequestmanager._dbcommand();
//BA.debugLineNum = 1625;BA.debugLine="cmd.Initialize";
_cmd.Initialize();
- //BA.debugLineNum = 1626;BA.debugLine="cmd.Name = \"select_ruta_GV2_70_15\"";
-_cmd.Name /*String*/ = "select_ruta_GV2_70_15";
+ //BA.debugLineNum = 1626;BA.debugLine="cmd.Name = \"select_ruta_GV2_70_16\"";
+_cmd.Name /*String*/ = "select_ruta_GV2_70_16";
//BA.debugLineNum = 1627;BA.debugLine="cmd.Parameters = Array As Object(ALMACEN,e_ru";
_cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_almacen),(Object)(_e_ruta.getText()),(Object)(_usuario)};
//BA.debugLineNum = 1628;BA.debugLine="B4XPages.MainPage.reqManager.ExecuteQuery(cmd";
@@ -3609,7 +3609,7 @@ _records = (Object[])(group81.Get(index81));
//BA.debugLineNum = 1695;BA.debugLine="Dim CUANTOSENCUESTA As String = records(resul";
_cuantosencuesta = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result1.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CUANTOS"))))]);
//BA.debugLineNum = 1696;BA.debugLine="Log(CUANTOSENCUESTA)";
-__c.LogImpl("03997800",_cuantosencuesta,0);
+__c.LogImpl("73997800",_cuantosencuesta,0);
}
};
//BA.debugLineNum = 1698;BA.debugLine="Dim sDate,sTime As String";
@@ -3666,11 +3666,11 @@ _cmd.Name /*String*/ = "traeFotoGuna";
//BA.debugLineNum = 1724;BA.debugLine="cmd.Parameters = Array As Object(ALMACEN, e_";
_cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_almacen),(Object)(_e_ruta.getText()),(Object)(_cliente)};
//BA.debugLineNum = 1725;BA.debugLine="Log(\"BUSCAMOS FOTO: \" & ALMACEN &\"|\" & e_rut";
-__c.LogImpl("03997829","BUSCAMOS FOTO: "+_almacen+"|"+_e_ruta.getText()+"|"+_cliente,0);
+__c.LogImpl("73997829","BUSCAMOS FOTO: "+_almacen+"|"+_e_ruta.getText()+"|"+_cliente,0);
//BA.debugLineNum = 1726;BA.debugLine="B4XPages.MainPage.reqManager.ExecuteQuery(cm";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._reqmanager /*gunav2.keymon.com.mx.dbrequestmanager*/ ._executequery /*String*/ (_cmd,(int) (0),(Object)(("traeFotoGuna_"+__c.SmartStringFormatter("",(Object)(_cliente))+"")));
//BA.debugLineNum = 1727;BA.debugLine="Log($\"==>> traeFotoGuna_${CLIENTE}\"$)";
-__c.LogImpl("03997831",("==>> traeFotoGuna_"+__c.SmartStringFormatter("",(Object)(_cliente))+""),0);
+__c.LogImpl("73997831",("==>> traeFotoGuna_"+__c.SmartStringFormatter("",(Object)(_cliente))+""),0);
};
}
};
@@ -5335,7 +5335,7 @@ _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("delete from CAT_
//BA.debugLineNum = 2749;BA.debugLine="Starter.skmt.ExecNonQuery2(\"INSERT INTO CAT_VA";
_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("INSERT INTO CAT_VARIABLES(CAT_VA_DESCRIPCION, CAT_VA_VALOR) VALUES (?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("FORZAR_ACTUALIZACION"),(Object)(_actualizaraplicacion)}));
//BA.debugLineNum = 2750;BA.debugLine="Log($\">>>> GUARDAMOS NUEVA VERSION: ${version";
-__c.LogImpl("03998854",(">>>> GUARDAMOS NUEVA VERSION: "+__c.SmartStringFormatter("",(Object)(_version))+", "+__c.SmartStringFormatter("",(Object)(_actualizaraplicacion))+""),0);
+__c.LogImpl("73998854",(">>>> GUARDAMOS NUEVA VERSION: "+__c.SmartStringFormatter("",(Object)(_version))+", "+__c.SmartStringFormatter("",(Object)(_actualizaraplicacion))+""),0);
};
//BA.debugLineNum = 2752;BA.debugLine="If RESULT.Tag = \"tipoVenta\" Then 'query tag";
if ((_result.Tag /*Object*/ ).equals((Object)("tipoVenta"))) {
@@ -5356,7 +5356,7 @@ _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("delete from CAT_
//BA.debugLineNum = 2757;BA.debugLine="Starter.skmt.ExecNonQuery2(\"INSERT INTO CAT_VA";
_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("INSERT INTO CAT_VARIABLES(CAT_VA_DESCRIPCION, CAT_VA_VALOR) VALUES (?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("TIPO_VENTA"),(Object)(_tipoventa)}));
//BA.debugLineNum = 2758;BA.debugLine="Log($\">>>> GUARDAMOS TIPO_VENTA: ${tipoVenta}";
-__c.LogImpl("03998862",(">>>> GUARDAMOS TIPO_VENTA: "+__c.SmartStringFormatter("",(Object)(_tipoventa))+""),0);
+__c.LogImpl("73998862",(">>>> GUARDAMOS TIPO_VENTA: "+__c.SmartStringFormatter("",(Object)(_tipoventa))+""),0);
};
//BA.debugLineNum = 2760;BA.debugLine="If RESULT.Tag = \"planLealtad\" Then 'query tag";
if ((_result.Tag /*Object*/ ).equals((Object)("planLealtad"))) {
@@ -5432,7 +5432,7 @@ _b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywhereso
//BA.debugLineNum = 2792;BA.debugLine="If B4XPages.MainPage.reqManager.reqsList.IsInitia";
if (_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._reqmanager /*gunav2.keymon.com.mx.dbrequestmanager*/ ._reqslist /*anywheresoftware.b4a.objects.collections.List*/ .IsInitialized()) {
//BA.debugLineNum = 2793;BA.debugLine="LogColor($\"REQUESTS: ${B4XPages.MainPage.reqMana";
-__c.LogImpl("03998897",("REQUESTS: "+__c.SmartStringFormatter("",(Object)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._reqmanager /*gunav2.keymon.com.mx.dbrequestmanager*/ ._reqslist /*anywheresoftware.b4a.objects.collections.List*/ .getSize()))+""),__c.Colors.Red);
+__c.LogImpl("73998897",("REQUESTS: "+__c.SmartStringFormatter("",(Object)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._reqmanager /*gunav2.keymon.com.mx.dbrequestmanager*/ ._reqslist /*anywheresoftware.b4a.objects.collections.List*/ .getSize()))+""),__c.Colors.Red);
//BA.debugLineNum = 2795;BA.debugLine="If B4XPages.MainPage.reqManager.reqsList.Size =";
if (_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._reqmanager /*gunav2.keymon.com.mx.dbrequestmanager*/ ._reqslist /*anywheresoftware.b4a.objects.collections.List*/ .getSize()==0 && (_carga).equals("SUBIR")) {
//BA.debugLineNum = 2796;BA.debugLine="t1.Enabled = False";
@@ -5444,7 +5444,7 @@ if (_contadorsubir<3) {
//BA.debugLineNum = 2800;BA.debugLine="t1.Enabled = True";
_t1.setEnabled(__c.True);
//BA.debugLineNum = 2801;BA.debugLine="Log(\"TIMER ENABLED\")";
-__c.LogImpl("03998905","TIMER ENABLED",0);
+__c.LogImpl("73998905","TIMER ENABLED",0);
};
//BA.debugLineNum = 2803;BA.debugLine="contadorSubir = contadorSubir + 1";
_contadorsubir = (int) (_contadorsubir+1);
@@ -5504,7 +5504,7 @@ anywheresoftware.b4a.sql.SQL.CursorWrapper _rangosel2 = null;
//BA.debugLineNum = 582;BA.debugLine="Sub recalculoXcant";
//BA.debugLineNum = 584;BA.debugLine="Private c As Cursor = B4XPages.MainPage.skmt.Exec";
_c = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
-_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT * FROM PEDIDO WHERE PE_CEDIS = ? and PE_RECCEDIS IS NOT NULL AND PE_RECALCULADO IS NULL ",new String[]{_subs._traealmacen /*String*/ (ba)})));
+_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT * FROM PEDIDO WHERE PE_CEDIS = ? and PE_RECCEDIS IS NOT NULL AND PE_RECALCULADO IS NULL AND PE_DESC = '0'",new String[]{_subs._traealmacen /*String*/ (ba)})));
//BA.debugLineNum = 585;BA.debugLine="If c.RowCount > 0 Then";
if (_c.getRowCount()>0) {
//BA.debugLineNum = 586;BA.debugLine="For promespdes = 0 To c.RowCount -1";
@@ -5531,19 +5531,19 @@ _rangosel.setPosition(_hjh);
//BA.debugLineNum = 592;BA.debugLine="If rangosel.GetString(\"CAT_PD_TIER\").Contains";
if (_rangosel.GetString("CAT_PD_TIER").contains(BA.NumberToString(_subs._traetipocliente /*int*/ (ba)))) {
//BA.debugLineNum = 593;BA.debugLine="Log(c.GetString(\"PE_COSTOU\"))";
-__c.LogImpl("03801099",_c.GetString("PE_COSTOU"),0);
+__c.LogImpl("73801099",_c.GetString("PE_COSTOU"),0);
//BA.debugLineNum = 594;BA.debugLine="Log(rangosel.GetString(\"CAT_PD_DESCUENTO\"))";
-__c.LogImpl("03801100",_rangosel.GetString("CAT_PD_DESCUENTO"),0);
+__c.LogImpl("73801100",_rangosel.GetString("CAT_PD_DESCUENTO"),0);
//BA.debugLineNum = 595;BA.debugLine="Private recalculo As Float = c.GetString(\"PE";
_recalculo = (float) ((double)(Double.parseDouble(_c.GetString("PE_COSTOU")))-(double)(Double.parseDouble(__c.NumberFormat2((((double)(Double.parseDouble(_c.GetString("PE_COSTOU")))*(double)(Double.parseDouble(_rangosel.GetString("CAT_PD_DESCUENTO"))))/(double)100),(int) (0),(int) (2),(int) (2),__c.False))));
//BA.debugLineNum = 596;BA.debugLine="LogColor(recalculo,Colors.Blue)";
-__c.LogImpl("03801102",BA.NumberToString(_recalculo),__c.Colors.Blue);
+__c.LogImpl("73801102",BA.NumberToString(_recalculo),__c.Colors.Blue);
//BA.debugLineNum = 597;BA.debugLine="Log(c.GetString(\"PE_COSTOU\"))";
-__c.LogImpl("03801103",_c.GetString("PE_COSTOU"),0);
+__c.LogImpl("73801103",_c.GetString("PE_COSTOU"),0);
//BA.debugLineNum = 598;BA.debugLine="Log(NumberFormat2(((c.GetString(\"PE_COSTOU\")";
-__c.LogImpl("03801104",__c.NumberFormat2((((double)(Double.parseDouble(_c.GetString("PE_COSTOU")))*(double)(Double.parseDouble(_rangosel.GetString("CAT_PD_DESCUENTO"))))/(double)100),(int) (0),(int) (2),(int) (2),__c.False),0);
+__c.LogImpl("73801104",__c.NumberFormat2((((double)(Double.parseDouble(_c.GetString("PE_COSTOU")))*(double)(Double.parseDouble(_rangosel.GetString("CAT_PD_DESCUENTO"))))/(double)100),(int) (0),(int) (2),(int) (2),__c.False),0);
//BA.debugLineNum = 599;BA.debugLine="Log(rangosel.GetString(\"CAT_PD_DESCUENTO\"))";
-__c.LogImpl("03801105",_rangosel.GetString("CAT_PD_DESCUENTO"),0);
+__c.LogImpl("73801105",_rangosel.GetString("CAT_PD_DESCUENTO"),0);
//BA.debugLineNum = 600;BA.debugLine="Private recalculototal As Float =c.GetString";
_recalculototal = (float) ((double)(Double.parseDouble(_c.GetString("PE_CANT")))*_recalculo);
//BA.debugLineNum = 601;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDATE";
@@ -5568,19 +5568,19 @@ _rangosel2.setPosition(_hjh);
//BA.debugLineNum = 611;BA.debugLine="If rangosel2.GetString(\"CAT_PD_TIER\").Contai";
if (_rangosel2.GetString("CAT_PD_TIER").contains(BA.NumberToString(_subs._traetipocliente /*int*/ (ba)))) {
//BA.debugLineNum = 612;BA.debugLine="Log(c.GetString(\"PE_COSTOU\"))";
-__c.LogImpl("03801118",_c.GetString("PE_COSTOU"),0);
+__c.LogImpl("73801118",_c.GetString("PE_COSTOU"),0);
//BA.debugLineNum = 613;BA.debugLine="Log(rangosel2.GetString(\"CAT_PD_DESCUENTO\")";
-__c.LogImpl("03801119",_rangosel2.GetString("CAT_PD_DESCUENTO"),0);
+__c.LogImpl("73801119",_rangosel2.GetString("CAT_PD_DESCUENTO"),0);
//BA.debugLineNum = 614;BA.debugLine="Private recalculo As Float = c.GetString(\"P";
_recalculo = (float) ((double)(Double.parseDouble(_c.GetString("PE_COSTOU")))-(double)(Double.parseDouble(__c.NumberFormat2((((double)(Double.parseDouble(_c.GetString("PE_COSTOU")))*(double)(Double.parseDouble(_rangosel2.GetString("CAT_PD_DESCUENTO"))))/(double)100),(int) (0),(int) (2),(int) (2),__c.False))));
//BA.debugLineNum = 615;BA.debugLine="LogColor(recalculo,Colors.Blue)";
-__c.LogImpl("03801121",BA.NumberToString(_recalculo),__c.Colors.Blue);
+__c.LogImpl("73801121",BA.NumberToString(_recalculo),__c.Colors.Blue);
//BA.debugLineNum = 616;BA.debugLine="Log(c.GetString(\"PE_COSTOU\"))";
-__c.LogImpl("03801122",_c.GetString("PE_COSTOU"),0);
+__c.LogImpl("73801122",_c.GetString("PE_COSTOU"),0);
//BA.debugLineNum = 617;BA.debugLine="Log(NumberFormat2(((c.GetString(\"PE_COSTOU\"";
-__c.LogImpl("03801123",__c.NumberFormat2((((double)(Double.parseDouble(_c.GetString("PE_COSTOU")))*(double)(Double.parseDouble(_rangosel2.GetString("CAT_PD_DESCUENTO"))))/(double)100),(int) (0),(int) (2),(int) (2),__c.False),0);
+__c.LogImpl("73801123",__c.NumberFormat2((((double)(Double.parseDouble(_c.GetString("PE_COSTOU")))*(double)(Double.parseDouble(_rangosel2.GetString("CAT_PD_DESCUENTO"))))/(double)100),(int) (0),(int) (2),(int) (2),__c.False),0);
//BA.debugLineNum = 618;BA.debugLine="Log(rangosel2.GetString(\"CAT_PD_DESCUENTO\")";
-__c.LogImpl("03801124",_rangosel2.GetString("CAT_PD_DESCUENTO"),0);
+__c.LogImpl("73801124",_rangosel2.GetString("CAT_PD_DESCUENTO"),0);
//BA.debugLineNum = 619;BA.debugLine="Private recalculototal As Float = rangosel2";
_recalculototal = (float) ((double)(Double.parseDouble(_rangosel2.GetString("CAT_PD_RANGO2")))*_recalculo);
//BA.debugLineNum = 622;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDAT";
@@ -5821,7 +5821,7 @@ _l_prevtotal.setText(BA.ObjectToCharSequence(0));
_ru_o = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_ru_o = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT distinct pe_cliente, pe_ruta FROM PEDIDO LEFT JOIN RUTA_SUPLENCIA ON PE_RUTA = RS_RUTA WHERE RS_RUTA IS NULL",(String[])(__c.Null))));
//BA.debugLineNum = 3460;BA.debugLine="Log(\"##### \" & ru_o.RowCount)";
-__c.LogImpl("05046434","##### "+BA.NumberToString(_ru_o.getRowCount()),0);
+__c.LogImpl("75046434","##### "+BA.NumberToString(_ru_o.getRowCount()),0);
//BA.debugLineNum = 3461;BA.debugLine="Private total2 As String = 0";
_total2 = BA.NumberToString(0);
//BA.debugLineNum = 3462;BA.debugLine="If ru_o.RowCount > 0 Then";
@@ -5888,9 +5888,9 @@ _l_nes.setText(BA.ObjectToCharSequence(_c.GetString("TOTAL")));
_c.Close();
};
//BA.debugLineNum = 3504;BA.debugLine="Log(L_NES.Text)";
-__c.LogImpl("05046478",_l_nes.getText(),0);
+__c.LogImpl("75046478",_l_nes.getText(),0);
//BA.debugLineNum = 3505;BA.debugLine="Log(L_REAL.Text)";
-__c.LogImpl("05046479",_l_real.getText(),0);
+__c.LogImpl("75046479",_l_real.getText(),0);
//BA.debugLineNum = 3509;BA.debugLine="L_ALCANCE.Text = Round2((L_NES.Text / L_REAL.Text";
_l_alcance.setText(BA.ObjectToCharSequence(__c.Round2(((double)(Double.parseDouble(_l_nes.getText()))/(double)(double)(Double.parseDouble(_l_real.getText()))+1),(int) (2))));
//BA.debugLineNum = 3510;BA.debugLine="L_VPLAN.Text = l_porvisitar.Text";
@@ -6092,7 +6092,7 @@ for (;_sfsdf <= limit222 ;_sfsdf = _sfsdf + step222 ) {
//BA.debugLineNum = 3643;BA.debugLine="s7.Position= sfsdf";
_s7.setPosition(_sfsdf);
//BA.debugLineNum = 3644;BA.debugLine="Log(\"ENTRE AQUI\")";
-__c.LogImpl("05046618","ENTRE AQUI",0);
+__c.LogImpl("75046618","ENTRE AQUI",0);
//BA.debugLineNum = 3645;BA.debugLine="Dim s8 As Cursor = B4XPages.MainPage.skmt.ExecQ";
_s8 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_s8 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("SELECT CAT_GP_CONVERSION3 FROM CAT_GUNAPROD WHERE CAT_GP_ID = '"+__c.SmartStringFormatter("",(Object)(_s7.GetString("PE_PROID")))+"'"))));
@@ -6118,7 +6118,7 @@ if (_s0.getRowCount()>0) {
//BA.debugLineNum = 3658;BA.debugLine="s0.Position = 0";
_s0.setPosition((int) (0));
//BA.debugLineNum = 3659;BA.debugLine="Log(s0.GetString(\"PE_CANT\"))";
-__c.LogImpl("05046633",_s0.GetString("PE_CANT"),0);
+__c.LogImpl("75046633",_s0.GetString("PE_CANT"),0);
//BA.debugLineNum = 3660;BA.debugLine="L_REAL.Text = s0.GetString(\"PE_CANT\")";
_l_real.setText(BA.ObjectToCharSequence(_s0.GetString("PE_CANT")));
}else {
@@ -6161,7 +6161,7 @@ if (_s0.getRowCount()>0) {
//BA.debugLineNum = 3683;BA.debugLine="s0.Position = 0";
_s0.setPosition((int) (0));
//BA.debugLineNum = 3684;BA.debugLine="Log(s0.GetString(\"PE_CANT\"))";
-__c.LogImpl("05046658",_s0.GetString("PE_CANT"),0);
+__c.LogImpl("75046658",_s0.GetString("PE_CANT"),0);
//BA.debugLineNum = 3685;BA.debugLine="Label33.Text = s0.GetString(\"PE_CANT\")";
_label33.setText(BA.ObjectToCharSequence(_s0.GetString("PE_CANT")));
}else {
@@ -6201,7 +6201,7 @@ if (_s0.getRowCount()>0) {
//BA.debugLineNum = 3708;BA.debugLine="s0.Position = 0";
_s0.setPosition((int) (0));
//BA.debugLineNum = 3709;BA.debugLine="Log(s0.GetString(\"PE_CANT\"))";
-__c.LogImpl("05046683",_s0.GetString("PE_CANT"),0);
+__c.LogImpl("75046683",_s0.GetString("PE_CANT"),0);
//BA.debugLineNum = 3710;BA.debugLine="Label43.Text = s0.GetString(\"PE_CANT\")";
_label43.setText(BA.ObjectToCharSequence(_s0.GetString("PE_CANT")));
}else {
@@ -6548,7 +6548,7 @@ _cmd.Initialize();
//BA.debugLineNum = 778;BA.debugLine="cmd.Name = \"insert_clientesnuevos_GUNA2\"";
_cmd.Name /*String*/ = "insert_clientesnuevos_GUNA2";
//BA.debugLineNum = 779;BA.debugLine="Log(c.GetString(\"CN_ID\")&\" ,\"& c.GetString(";
-__c.LogImpl("03866767",_c.GetString("CN_ID")+" ,"+_c.GetString("CN_FECHA")+" ,"+_c.GetString("CN_USER")+" ,"+_c.GetString("CN_LAT")+" ,"+_c.GetString("CN_LON")+" ,"+_c.GetString("CN_NOMBRE")+" ,"+_c.GetString("CN_DIRECCION")+" ,"+_almacen+_c.GetString("CN_RUTA")+" ,"+"En espera"+_c.GetString("CN_GIRO")+" ,"+_dialetra+_c.GetString("CN_SOLICITA")+" ,"+_c.GetString("CN_COLONIA")+" ,"+_c.GetString("CN_TELEFONO")+" ,"+_c.GetString("CN_CALLE1")+" ,"+_c.GetString("CN_CALLE2"),0);
+__c.LogImpl("73866767",_c.GetString("CN_ID")+" ,"+_c.GetString("CN_FECHA")+" ,"+_c.GetString("CN_USER")+" ,"+_c.GetString("CN_LAT")+" ,"+_c.GetString("CN_LON")+" ,"+_c.GetString("CN_NOMBRE")+" ,"+_c.GetString("CN_DIRECCION")+" ,"+_almacen+_c.GetString("CN_RUTA")+" ,"+"En espera"+_c.GetString("CN_GIRO")+" ,"+_dialetra+_c.GetString("CN_SOLICITA")+" ,"+_c.GetString("CN_COLONIA")+" ,"+_c.GetString("CN_TELEFONO")+" ,"+_c.GetString("CN_CALLE1")+" ,"+_c.GetString("CN_CALLE2"),0);
//BA.debugLineNum = 780;BA.debugLine="cmd.Parameters = Array As Object(c.GetString(\"";
_cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_c.GetString("CN_ID")),(Object)(_c.GetString("CN_FECHA")),(Object)(_c.GetString("CN_USER")),(Object)(_c.GetString("CN_LAT")),(Object)(_c.GetString("CN_LON")),(Object)(_c.GetString("CN_NOMBRE")),(Object)(_c.GetString("CN_DIRECCION")),(Object)(_almacen),(Object)(_c.GetString("CN_RUTA")),(Object)("En espera"),(Object)(_c.GetString("CN_GIRO")),(Object)(_dialetra),(Object)(_c.GetString("CN_SOLICITA")),(Object)(_c.GetString("CN_COLONIA")),(Object)(_c.GetString("CN_TELEFONO")),(Object)(_c.GetString("CN_CP")),(Object)(_c.GetString("CN_CALLE1")),(Object)(_c.GetString("CN_CALLE2")),(Object)(_c.GetString("CN_NUMEROINT")),(Object)(_c.GetString("CN_NUMEROEXT")),(Object)(_c.GetString("CN_REFERENCIA"))};
//BA.debugLineNum = 781;BA.debugLine="B4XPages.MainPage.reqManager.ExecuteCommand(cm";
@@ -6743,7 +6743,7 @@ _b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._reqmanager /*guna
}
;
//BA.debugLineNum = 886;BA.debugLine="Log(\"MANDAMOS BITACORA\")";
-__c.LogImpl("03866874","MANDAMOS BITACORA",0);
+__c.LogImpl("73866874","MANDAMOS BITACORA",0);
//BA.debugLineNum = 888;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"SELECT HE_CL";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("SELECT HE_CLIE, HE_RES, HE_FECHA, HE_TIPO, HE_LAT, HE_LON, HE_FOTO FROM HIST_ENCUESTA")));
//BA.debugLineNum = 889;BA.debugLine="If c.RowCount>0 Then";
@@ -7203,7 +7203,7 @@ if (_pb2.getProgress()==0) {
_s_cp.setText(BA.ObjectToCharSequence("ENVIAR DATOS (K-1)"));
};
//BA.debugLineNum = 3111;BA.debugLine="Log(\"TIMER DISABLED\")";
-__c.LogImpl("04587540","TIMER DISABLED",0);
+__c.LogImpl("74587540","TIMER DISABLED",0);
//BA.debugLineNum = 3112;BA.debugLine="img2.Visible=False";
_img2.setVisible(__c.False);
//BA.debugLineNum = 3113;BA.debugLine="t1.Enabled = False";
@@ -7214,7 +7214,7 @@ return "";
public String _t2_tick() throws Exception{
//BA.debugLineNum = 2960;BA.debugLine="Sub t2_tick";
//BA.debugLineNum = 2962;BA.debugLine="Log(\"--------> BORRAMOS\")";
-__c.LogImpl("04390914","--------> BORRAMOS",0);
+__c.LogImpl("74390914","--------> BORRAMOS",0);
//BA.debugLineNum = 2963;BA.debugLine="If B4XPages.MainPage.productos.lv_catalogos.IsIni";
if (_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._productos /*gunav2.keymon.com.mx.c_productos*/ ._lv_catalogos /*anywheresoftware.b4a.objects.ListViewWrapper*/ .IsInitialized()) {
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._productos /*gunav2.keymon.com.mx.c_productos*/ ._lv_catalogos /*anywheresoftware.b4a.objects.ListViewWrapper*/ .Clear();};
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/c_productos.java b/B4A/Objects/src/gunav2/keymon/com/mx/c_productos.java
index 7be6cf5..fe66c71 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/c_productos.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/c_productos.java
@@ -122,6 +122,7 @@ public anywheresoftware.b4a.objects.ButtonWrapper _b_devmenos = null;
public anywheresoftware.b4a.objects.ButtonWrapper _b_acep_dev = null;
public double _preciodev = 0;
public String _nombredev = "";
+public anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper _cb_descuento = null;
public b4a.example.dateutils _dateutils = null;
public gunav2.keymon.com.mx.main _main = null;
public gunav2.keymon.com.mx.starter _starter = null;
@@ -136,121 +137,121 @@ public gunav2.keymon.com.mx.b4xcollections _b4xcollections = null;
public gunav2.keymon.com.mx.httputils2service _httputils2service = null;
public gunav2.keymon.com.mx.xuiviewsutils _xuiviewsutils = null;
public String _b_acep_dev_click() throws Exception{
- //BA.debugLineNum = 2389;BA.debugLine="Private Sub b_acep_dev_Click";
- //BA.debugLineNum = 2390;BA.debugLine="p_devo.Visible = False";
+ //BA.debugLineNum = 2444;BA.debugLine="Private Sub b_acep_dev_Click";
+ //BA.debugLineNum = 2445;BA.debugLine="p_devo.Visible = False";
_p_devo.setVisible(__c.False);
- //BA.debugLineNum = 2391;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2446;BA.debugLine="End Sub";
return "";
}
public String _b_aceptar_click() throws Exception{
- //BA.debugLineNum = 1349;BA.debugLine="Private Sub b_aceptar_Click";
- //BA.debugLineNum = 1350;BA.debugLine="p_vistaPreviaTrans.Visible=False";
+ //BA.debugLineNum = 1383;BA.debugLine="Private Sub b_aceptar_Click";
+ //BA.debugLineNum = 1384;BA.debugLine="p_vistaPreviaTrans.Visible=False";
_p_vistapreviatrans.setVisible(__c.False);
- //BA.debugLineNum = 1351;BA.debugLine="B4XPages.ShowPage(\"Cliente\")";
+ //BA.debugLineNum = 1385;BA.debugLine="B4XPages.ShowPage(\"Cliente\")";
_b4xpages._showpage /*String*/ (ba,"Cliente");
- //BA.debugLineNum = 1352;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1386;BA.debugLine="End Sub";
return "";
}
public String _b_continuar_click() throws Exception{
anywheresoftware.b4a.objects.collections.Map _m = null;
- //BA.debugLineNum = 1239;BA.debugLine="Private Sub b_continuar_Click";
- //BA.debugLineNum = 1240;BA.debugLine="Log(\"b_continuar_Click\")";
-__c.LogImpl("030474241","b_continuar_Click",0);
- //BA.debugLineNum = 1241;BA.debugLine="cuentaProds";
+ //BA.debugLineNum = 1273;BA.debugLine="Private Sub b_continuar_Click";
+ //BA.debugLineNum = 1274;BA.debugLine="Log(\"b_continuar_Click\")";
+__c.LogImpl("730474241","b_continuar_Click",0);
+ //BA.debugLineNum = 1275;BA.debugLine="cuentaProds";
_cuentaprods();
- //BA.debugLineNum = 1243;BA.debugLine="Log($\"prodsMap=${prodsMap}\"$)";
-__c.LogImpl("030474244",("prodsMap="+__c.SmartStringFormatter("",(Object)(_prodsmap.getObject()))+""),0);
- //BA.debugLineNum = 1251;BA.debugLine="Log(\"promos-inv, prods-inv, cat-vis\")";
-__c.LogImpl("030474252","promos-inv, prods-inv, cat-vis",0);
- //BA.debugLineNum = 1252;BA.debugLine="lv_promos.Visible = False";
+ //BA.debugLineNum = 1277;BA.debugLine="Log($\"prodsMap=${prodsMap}\"$)";
+__c.LogImpl("730474244",("prodsMap="+__c.SmartStringFormatter("",(Object)(_prodsmap.getObject()))+""),0);
+ //BA.debugLineNum = 1285;BA.debugLine="Log(\"promos-inv, prods-inv, cat-vis\")";
+__c.LogImpl("730474252","promos-inv, prods-inv, cat-vis",0);
+ //BA.debugLineNum = 1286;BA.debugLine="lv_promos.Visible = False";
_lv_promos.setVisible(__c.False);
- //BA.debugLineNum = 1253;BA.debugLine="clv_prods_ll.AsView.Visible = False";
+ //BA.debugLineNum = 1287;BA.debugLine="clv_prods_ll.AsView.Visible = False";
_clv_prods_ll._asview().setVisible(__c.False);
- //BA.debugLineNum = 1254;BA.debugLine="lv_subtipo.Visible = False";
+ //BA.debugLineNum = 1288;BA.debugLine="lv_subtipo.Visible = False";
_lv_subtipo.setVisible(__c.False);
- //BA.debugLineNum = 1255;BA.debugLine="lv_tipo.Visible = False";
+ //BA.debugLineNum = 1289;BA.debugLine="lv_tipo.Visible = False";
_lv_tipo.setVisible(__c.False);
- //BA.debugLineNum = 1256;BA.debugLine="lv_catalogos.Visible = True";
+ //BA.debugLineNum = 1290;BA.debugLine="lv_catalogos.Visible = True";
_lv_catalogos.setVisible(__c.True);
- //BA.debugLineNum = 1257;BA.debugLine="Log(\"Continuar\")";
-__c.LogImpl("030474258","Continuar",0);
- //BA.debugLineNum = 1258;BA.debugLine="Dim m As Map = Subs.traeTotalesClienteActual";
+ //BA.debugLineNum = 1291;BA.debugLine="Log(\"Continuar\")";
+__c.LogImpl("730474258","Continuar",0);
+ //BA.debugLineNum = 1292;BA.debugLine="Dim m As Map = Subs.traeTotalesClienteActual";
_m = new anywheresoftware.b4a.objects.collections.Map();
_m = _subs._traetotalesclienteactual /*anywheresoftware.b4a.objects.collections.Map*/ (ba);
- //BA.debugLineNum = 1259;BA.debugLine="prodsPedidoActual = m.Get(\"productos\")";
+ //BA.debugLineNum = 1293;BA.debugLine="prodsPedidoActual = m.Get(\"productos\")";
_prodspedidoactual = BA.ObjectToString(_m.Get((Object)("productos")));
- //BA.debugLineNum = 1260;BA.debugLine="montoPedidoActual = m.Get(\"monto\")";
+ //BA.debugLineNum = 1294;BA.debugLine="montoPedidoActual = m.Get(\"monto\")";
_montopedidoactual = BA.ObjectToString(_m.Get((Object)("monto")));
- //BA.debugLineNum = 1261;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1295;BA.debugLine="End Sub";
return "";
}
public String _b_devmas_click() throws Exception{
anywheresoftware.b4a.sql.SQL.CursorWrapper _c6 = null;
anywheresoftware.b4a.sql.SQL.CursorWrapper _dev2 = null;
- //BA.debugLineNum = 2410;BA.debugLine="Private Sub b_devmas_Click";
- //BA.debugLineNum = 2412;BA.debugLine="Dim c6 As Cursor = B4XPages.MainPage.skmt.ExecQue";
+ //BA.debugLineNum = 2465;BA.debugLine="Private Sub b_devmas_Click";
+ //BA.debugLineNum = 2467;BA.debugLine="Dim c6 As Cursor = B4XPages.MainPage.skmt.ExecQue";
_c6 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_c6 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(sum(PE_CANT),0) as PC_NOART, IFNULL(sum (PE_COSTO_TOT),0) as PC_MONTO from PEDIDO where PE_CLIENTE in (Select CUENTA from cuentaa) AND PE_PROID NOT IN (SELECT CAT_PA_ID FROM PROMOS_COMP ) and PE_CEDIS <> 'DUR' ")));
- //BA.debugLineNum = 2413;BA.debugLine="If c6.RowCount > 0 Then";
+ //BA.debugLineNum = 2468;BA.debugLine="If c6.RowCount > 0 Then";
if (_c6.getRowCount()>0) {
- //BA.debugLineNum = 2414;BA.debugLine="c6.Position = 0";
+ //BA.debugLineNum = 2469;BA.debugLine="c6.Position = 0";
_c6.setPosition((int) (0));
- //BA.debugLineNum = 2418;BA.debugLine="Log(((l_cantdev.Text + 1)* preciodev))";
-__c.LogImpl("031850504",BA.NumberToString((((double)(Double.parseDouble(_l_cantdev.getText()))+1)*_preciodev)),0);
- //BA.debugLineNum = 2419;BA.debugLine="If c6.GetString(\"PC_MONTO\")- ((l_cantdev.Text +";
+ //BA.debugLineNum = 2473;BA.debugLine="Log(((l_cantdev.Text + 1)* preciodev))";
+__c.LogImpl("731850504",BA.NumberToString((((double)(Double.parseDouble(_l_cantdev.getText()))+1)*_preciodev)),0);
+ //BA.debugLineNum = 2474;BA.debugLine="If c6.GetString(\"PC_MONTO\")- ((l_cantdev.Text +";
if ((double)(Double.parseDouble(_c6.GetString("PC_MONTO")))-(((double)(Double.parseDouble(_l_cantdev.getText()))+1)*_preciodev)>=0) {
- //BA.debugLineNum = 2420;BA.debugLine="Dim dev2 As Cursor = B4XPages.MainPage.skmt.Exe";
+ //BA.debugLineNum = 2475;BA.debugLine="Dim dev2 As Cursor = B4XPages.MainPage.skmt.Exe";
_dev2 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_dev2 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select CAT_GP_ID from CAT_GUNAPROD where CAT_GP_NOMBRE = '"+__c.SmartStringFormatter("",(Object)(_nombredev))+"'"))));
- //BA.debugLineNum = 2421;BA.debugLine="dev2.Position = 0";
+ //BA.debugLineNum = 2476;BA.debugLine="dev2.Position = 0";
_dev2.setPosition((int) (0));
- //BA.debugLineNum = 2422;BA.debugLine="l_cantdev.Text = NumberFormat2((l_cantdev.Text";
+ //BA.debugLineNum = 2477;BA.debugLine="l_cantdev.Text = NumberFormat2((l_cantdev.Text";
_l_cantdev.setText(BA.ObjectToCharSequence(__c.NumberFormat2(((double)(Double.parseDouble(_l_cantdev.getText()))+1),(int) (0),(int) (0),(int) (0),__c.False)));
- //BA.debugLineNum = 2424;BA.debugLine="If B4XPages.MainPage.tipo_venta = \"PREVENTA_FUT";
+ //BA.debugLineNum = 2479;BA.debugLine="If B4XPages.MainPage.tipo_venta = \"PREVENTA_FUT";
if ((_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ).equals("PREVENTA_FUTURA")) {
- //BA.debugLineNum = 2426;BA.debugLine="Subs.actualizaProducto( \"DUR\", (preciodev * -1";
-_subs._actualizaproducto /*String*/ (ba,"DUR",BA.NumberToString((_preciodev*-1)),_l_cantdev.getText(),_nombredev,_dev2.GetString("CAT_GP_ID"),_clienteid,_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_rutausuario,BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(1),BA.NumberToString(1));
+ //BA.debugLineNum = 2481;BA.debugLine="Subs.actualizaProducto( \"DUR\", (preciodev * -1";
+_subs._actualizaproducto /*String*/ (ba,"DUR",BA.NumberToString((_preciodev*-1)),_l_cantdev.getText(),_nombredev,_dev2.GetString("CAT_GP_ID"),_clienteid,_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_rutausuario,BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(1),BA.NumberToString(1),BA.NumberToString(1));
}else {
- //BA.debugLineNum = 2428;BA.debugLine="Subs.actualizaProducto( \"DUR\", (preciodev * -1";
-_subs._actualizaproducto /*String*/ (ba,"DUR",BA.NumberToString((_preciodev*-1)),_l_cantdev.getText(),_nombredev,_dev2.GetString("CAT_GP_ID"),_clienteid,_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_rutausuario,BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(1),BA.NumberToString(0));
+ //BA.debugLineNum = 2483;BA.debugLine="Subs.actualizaProducto( \"DUR\", (preciodev * -1";
+_subs._actualizaproducto /*String*/ (ba,"DUR",BA.NumberToString((_preciodev*-1)),_l_cantdev.getText(),_nombredev,_dev2.GetString("CAT_GP_ID"),_clienteid,_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_rutausuario,BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(1),BA.NumberToString(0),BA.NumberToString(1));
};
}else {
- //BA.debugLineNum = 2434;BA.debugLine="MsgboxAsync(\"El monto de venta es menor al prec";
+ //BA.debugLineNum = 2489;BA.debugLine="MsgboxAsync(\"El monto de venta es menor al prec";
__c.MsgboxAsync(BA.ObjectToCharSequence("El monto de venta es menor al precio de este producto"),BA.ObjectToCharSequence("Atención"),ba);
};
};
- //BA.debugLineNum = 2445;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2500;BA.debugLine="End Sub";
return "";
}
public String _b_devmenos_click() throws Exception{
anywheresoftware.b4a.sql.SQL.CursorWrapper _dev2 = null;
- //BA.debugLineNum = 2393;BA.debugLine="Private Sub b_devmenos_Click";
- //BA.debugLineNum = 2394;BA.debugLine="If NumberFormat2((l_cantdev.Text - 1),0,0,0, Fals";
+ //BA.debugLineNum = 2448;BA.debugLine="Private Sub b_devmenos_Click";
+ //BA.debugLineNum = 2449;BA.debugLine="If NumberFormat2((l_cantdev.Text - 1),0,0,0, Fals";
if ((double)(Double.parseDouble(__c.NumberFormat2(((double)(Double.parseDouble(_l_cantdev.getText()))-1),(int) (0),(int) (0),(int) (0),__c.False)))>=0) {
- //BA.debugLineNum = 2396;BA.debugLine="Dim dev2 As Cursor = B4XPages.MainPage.skmt.Exec";
+ //BA.debugLineNum = 2451;BA.debugLine="Dim dev2 As Cursor = B4XPages.MainPage.skmt.Exec";
_dev2 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_dev2 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select CAT_GP_ID from CAT_GUNAPROD where CAT_GP_NOMBRE = '"+__c.SmartStringFormatter("",(Object)(_nombredev))+"'"))));
- //BA.debugLineNum = 2397;BA.debugLine="dev2.Position = 0";
+ //BA.debugLineNum = 2452;BA.debugLine="dev2.Position = 0";
_dev2.setPosition((int) (0));
- //BA.debugLineNum = 2398;BA.debugLine="l_cantdev.Text = NumberFormat2((l_cantdev.Text -";
+ //BA.debugLineNum = 2453;BA.debugLine="l_cantdev.Text = NumberFormat2((l_cantdev.Text -";
_l_cantdev.setText(BA.ObjectToCharSequence(__c.NumberFormat2(((double)(Double.parseDouble(_l_cantdev.getText()))-1),(int) (0),(int) (0),(int) (0),__c.False)));
- //BA.debugLineNum = 2399;BA.debugLine="If B4XPages.MainPage.tipo_venta = \"PREVENTA_FUTU";
+ //BA.debugLineNum = 2454;BA.debugLine="If B4XPages.MainPage.tipo_venta = \"PREVENTA_FUTU";
if ((_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ).equals("PREVENTA_FUTURA")) {
- //BA.debugLineNum = 2401;BA.debugLine="Subs.actualizaProducto( \"DUR\", (preciodev * -1)";
-_subs._actualizaproducto /*String*/ (ba,"DUR",BA.NumberToString((_preciodev*-1)),_l_cantdev.getText(),_nombredev,_dev2.GetString("CAT_GP_ID"),_clienteid,_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_rutausuario,BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(1),BA.NumberToString(1));
+ //BA.debugLineNum = 2456;BA.debugLine="Subs.actualizaProducto( \"DUR\", (preciodev * -1)";
+_subs._actualizaproducto /*String*/ (ba,"DUR",BA.NumberToString((_preciodev*-1)),_l_cantdev.getText(),_nombredev,_dev2.GetString("CAT_GP_ID"),_clienteid,_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_rutausuario,BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(1),BA.NumberToString(1),BA.NumberToString(1));
}else {
- //BA.debugLineNum = 2403;BA.debugLine="Subs.actualizaProducto( \"DUR\", (preciodev * -1)";
-_subs._actualizaproducto /*String*/ (ba,"DUR",BA.NumberToString((_preciodev*-1)),_l_cantdev.getText(),_nombredev,_dev2.GetString("CAT_GP_ID"),_clienteid,_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_rutausuario,BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(1),BA.NumberToString(0));
+ //BA.debugLineNum = 2458;BA.debugLine="Subs.actualizaProducto( \"DUR\", (preciodev * -1)";
+_subs._actualizaproducto /*String*/ (ba,"DUR",BA.NumberToString((_preciodev*-1)),_l_cantdev.getText(),_nombredev,_dev2.GetString("CAT_GP_ID"),_clienteid,_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_rutausuario,BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(1),BA.NumberToString(0),BA.NumberToString(1));
};
};
- //BA.debugLineNum = 2408;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2463;BA.debugLine="End Sub";
return "";
}
public String _b_okpromodesc_click() throws Exception{
- //BA.debugLineNum = 2302;BA.debugLine="Private Sub b_okpromodesc_Click";
- //BA.debugLineNum = 2303;BA.debugLine="p_promodesc.Visible = False";
+ //BA.debugLineNum = 2357;BA.debugLine="Private Sub b_okpromodesc_Click";
+ //BA.debugLineNum = 2358;BA.debugLine="p_promodesc.Visible = False";
_p_promodesc.setVisible(__c.False);
- //BA.debugLineNum = 2304;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2359;BA.debugLine="End Sub";
return "";
}
public String _b_prodmas_click() throws Exception{
@@ -260,6 +261,8 @@ anywheresoftware.b4a.objects.B4XViewWrapper _pnl = null;
anywheresoftware.b4a.objects.B4XViewWrapper _lacant = null;
anywheresoftware.b4a.objects.B4XViewWrapper _panelpiezas = null;
anywheresoftware.b4a.objects.B4XViewWrapper _lprodx = null;
+anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper _cb_des = null;
+String _aplicades = "";
String _precio = "";
String _inv = "";
String _existencias = "";
@@ -268,111 +271,128 @@ String _nombrex = "";
anywheresoftware.b4a.objects.CSBuilder _cs = null;
anywheresoftware.b4a.sql.SQL.CursorWrapper _o = null;
String _invactualizado = "";
- //BA.debugLineNum = 878;BA.debugLine="Sub b_prodMas_Click";
- //BA.debugLineNum = 879;BA.debugLine="totalcajasmaspiezas = 0";
+ //BA.debugLineNum = 891;BA.debugLine="Sub b_prodMas_Click";
+ //BA.debugLineNum = 892;BA.debugLine="totalcajasmaspiezas = 0";
_totalcajasmaspiezas = (int) (0);
- //BA.debugLineNum = 880;BA.debugLine="etCantHasFocus = False";
+ //BA.debugLineNum = 893;BA.debugLine="etCantHasFocus = False";
_etcanthasfocus = __c.False;
- //BA.debugLineNum = 881;BA.debugLine="Root.RequestFocus";
+ //BA.debugLineNum = 894;BA.debugLine="Root.RequestFocus";
_root.RequestFocus();
- //BA.debugLineNum = 884;BA.debugLine="Dim index As Int = clv_prods_ll.GetItemFromView(S";
+ //BA.debugLineNum = 897;BA.debugLine="Dim index As Int = clv_prods_ll.GetItemFromView(S";
_index = _clv_prods_ll._getitemfromview((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(__c.Sender(ba))));
- //BA.debugLineNum = 885;BA.debugLine="Dim pnl0 As B4XView = clv_prods_ll.GetPanel(index";
+ //BA.debugLineNum = 898;BA.debugLine="Dim pnl0 As B4XView = clv_prods_ll.GetPanel(index";
_pnl0 = new anywheresoftware.b4a.objects.B4XViewWrapper();
_pnl0 = _clv_prods_ll._getpanel(_index);
- //BA.debugLineNum = 886;BA.debugLine="Dim pnl As B4XView = pnl0.GetView(0)";
+ //BA.debugLineNum = 899;BA.debugLine="Dim pnl As B4XView = pnl0.GetView(0)";
_pnl = new anywheresoftware.b4a.objects.B4XViewWrapper();
_pnl = _pnl0.GetView((int) (0));
- //BA.debugLineNum = 887;BA.debugLine="Dim laCant As B4XView = pnl.GetView(2).GetView(2)";
+ //BA.debugLineNum = 900;BA.debugLine="Dim laCant As B4XView = pnl.GetView(2).GetView(2)";
_lacant = new anywheresoftware.b4a.objects.B4XViewWrapper();
_lacant = _pnl.GetView((int) (2)).GetView((int) (2));
- //BA.debugLineNum = 889;BA.debugLine="Dim panelpiezas As B4XView = pnl.GetView(2)";
+ //BA.debugLineNum = 902;BA.debugLine="Dim panelpiezas As B4XView = pnl.GetView(2)";
_panelpiezas = new anywheresoftware.b4a.objects.B4XViewWrapper();
_panelpiezas = _pnl.GetView((int) (2));
- //BA.debugLineNum = 891;BA.debugLine="Dim lProdX As B4XView = pnl.GetView(1)";
+ //BA.debugLineNum = 904;BA.debugLine="Dim lProdX As B4XView = pnl.GetView(1)";
_lprodx = new anywheresoftware.b4a.objects.B4XViewWrapper();
_lprodx = _pnl.GetView((int) (1));
- //BA.debugLineNum = 894;BA.debugLine="Private precio As String=clv_prods_ll.GetValue(in";
+ //BA.debugLineNum = 905;BA.debugLine="Dim cb_des As CheckBox = pnl.GetView(4)";
+_cb_des = new anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper();
+_cb_des = (anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper(), (android.widget.CheckBox)(_pnl.GetView((int) (4)).getObject()));
+ //BA.debugLineNum = 906;BA.debugLine="Dim aplicades As String";
+_aplicades = "";
+ //BA.debugLineNum = 908;BA.debugLine="Private precio As String=clv_prods_ll.GetValue(in";
_precio = BA.ObjectToString(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_clv_prods_ll._getvalue(_index)))).Get((Object)("precio")));
- //BA.debugLineNum = 895;BA.debugLine="Private inv As String=clv_prods_ll.GetValue(index";
+ //BA.debugLineNum = 909;BA.debugLine="Private inv As String=clv_prods_ll.GetValue(index";
_inv = BA.ObjectToString(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_clv_prods_ll._getvalue(_index)))).Get((Object)("almacen")));
- //BA.debugLineNum = 896;BA.debugLine="Private existencias As String = clv_prods_ll.GetV";
+ //BA.debugLineNum = 910;BA.debugLine="Private existencias As String = clv_prods_ll.GetV";
_existencias = BA.ObjectToString(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_clv_prods_ll._getvalue(_index)))).Get((Object)("almacen")));
- //BA.debugLineNum = 897;BA.debugLine="Log($\"Existencias: ${existencias}\"$)";
-__c.LogImpl("030146579",("Existencias: "+__c.SmartStringFormatter("",(Object)(_existencias))+""),0);
- //BA.debugLineNum = 898;BA.debugLine="If laCant.Text = \"\" Then laCant.Text = 0";
+ //BA.debugLineNum = 911;BA.debugLine="Log($\"Existencias: ${existencias}\"$)";
+__c.LogImpl("730146580",("Existencias: "+__c.SmartStringFormatter("",(Object)(_existencias))+""),0);
+ //BA.debugLineNum = 912;BA.debugLine="If laCant.Text = \"\" Then laCant.Text = 0";
if ((_lacant.getText()).equals("")) {
_lacant.setText(BA.ObjectToCharSequence(0));};
- //BA.debugLineNum = 899;BA.debugLine="Private id As String=clv_prods_ll.GetValue(index)";
+ //BA.debugLineNum = 913;BA.debugLine="Private id As String=clv_prods_ll.GetValue(index)";
_id = BA.ObjectToString(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_clv_prods_ll._getvalue(_index)))).Get((Object)("id")));
- //BA.debugLineNum = 916;BA.debugLine="LogColor(laCant.Text,Colors.Red)";
-__c.LogImpl("030146598",_lacant.getText(),__c.Colors.Red);
- //BA.debugLineNum = 918;BA.debugLine="If Subs.traeinventario(id) > 0 And (laCant.Text <";
+ //BA.debugLineNum = 930;BA.debugLine="LogColor(laCant.Text,Colors.Red)";
+__c.LogImpl("730146599",_lacant.getText(),__c.Colors.Red);
+ //BA.debugLineNum = 932;BA.debugLine="If Subs.traeinventario(id) > 0 And (laCant.Text <";
if ((double)(Double.parseDouble(_subs._traeinventario /*String*/ (ba,_id)))>0 && ((double)(Double.parseDouble(_lacant.getText()))<=((double)(Double.parseDouble(_lacant.getText()))+(double)(Double.parseDouble(_subs._traeinventario /*String*/ (ba,_id)))))) {
- //BA.debugLineNum = 920;BA.debugLine="clv_prods_ll.GetValue(index).As(Map).Put(\"almace";
+ //BA.debugLineNum = 934;BA.debugLine="clv_prods_ll.GetValue(index).As(Map).Put(\"almace";
((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_clv_prods_ll._getvalue(_index)))).Put((Object)("almacen"),(Object)(((double)(Double.parseDouble(_inv))-1)));
- //BA.debugLineNum = 921;BA.debugLine="inv = inv - 1";
+ //BA.debugLineNum = 935;BA.debugLine="inv = inv - 1";
_inv = BA.NumberToString((double)(Double.parseDouble(_inv))-1);
- //BA.debugLineNum = 923;BA.debugLine="laCant.Text = NumberFormat2((laCant.Text + 1), 1";
+ //BA.debugLineNum = 937;BA.debugLine="laCant.Text = NumberFormat2((laCant.Text + 1), 1";
_lacant.setText(BA.ObjectToCharSequence(__c.NumberFormat2(((double)(Double.parseDouble(_lacant.getText()))+1),(int) (1),(int) (0),(int) (0),__c.False)));
};
- //BA.debugLineNum = 926;BA.debugLine="Private nombreX As String = Subs.traeProdNombre(i";
+ //BA.debugLineNum = 940;BA.debugLine="Private nombreX As String = Subs.traeProdNombre(i";
_nombrex = _subs._traeprodnombre /*String*/ (ba,_id);
- //BA.debugLineNum = 935;BA.debugLine="LogColor(laCant.Text,Colors.Red)";
-__c.LogImpl("030146617",_lacant.getText(),__c.Colors.Red);
- //BA.debugLineNum = 941;BA.debugLine="Log(B4XPages.MainPage.tipo_venta)";
-__c.LogImpl("030146623",_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,0);
- //BA.debugLineNum = 942;BA.debugLine="If B4XPages.MainPage.tipo_venta = \"PREVENTA_FUTUR";
-if ((_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ).equals("PREVENTA_FUTURA")) {
- //BA.debugLineNum = 943;BA.debugLine="Subs.actualizaProducto(Subs.traeAlmacen, precio,";
-_subs._actualizaproducto /*String*/ (ba,_subs._traealmacen /*String*/ (ba),_precio,_lacant.getText(),_subs._traeprodnombre /*String*/ (ba,_id),_id,_clienteid,_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_rutausuario,BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(0),BA.NumberToString(1));
+ //BA.debugLineNum = 949;BA.debugLine="If cb_des.Checked Then";
+if (_cb_des.getChecked()) {
+ //BA.debugLineNum = 950;BA.debugLine="Log(\" descuento igual a True\")";
+__c.LogImpl("730146619"," descuento igual a True",0);
+ //BA.debugLineNum = 951;BA.debugLine="aplicades = \"1\"";
+_aplicades = "1";
}else {
- //BA.debugLineNum = 945;BA.debugLine="Subs.actualizaProducto(Subs.traeAlmacen, precio,";
-_subs._actualizaproducto /*String*/ (ba,_subs._traealmacen /*String*/ (ba),_precio,_lacant.getText(),_subs._traeprodnombre /*String*/ (ba,_id),_id,_clienteid,_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_rutausuario,BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(0),BA.NumberToString(0));
+ //BA.debugLineNum = 953;BA.debugLine="Log(\"descuento igual a false\")";
+__c.LogImpl("730146622","descuento igual a false",0);
+ //BA.debugLineNum = 954;BA.debugLine="aplicades = \"0\"";
+_aplicades = "0";
};
- //BA.debugLineNum = 948;BA.debugLine="cuentaProds";
+ //BA.debugLineNum = 957;BA.debugLine="LogColor(laCant.Text,Colors.Red)";
+__c.LogImpl("730146626",_lacant.getText(),__c.Colors.Red);
+ //BA.debugLineNum = 963;BA.debugLine="Log(B4XPages.MainPage.tipo_venta)";
+__c.LogImpl("730146632",_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,0);
+ //BA.debugLineNum = 964;BA.debugLine="If B4XPages.MainPage.tipo_venta = \"PREVENTA_FUTUR";
+if ((_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ).equals("PREVENTA_FUTURA")) {
+ //BA.debugLineNum = 966;BA.debugLine="Subs.actualizaProducto(Subs.traeAlmacen, precio,";
+_subs._actualizaproducto /*String*/ (ba,_subs._traealmacen /*String*/ (ba),_precio,_lacant.getText(),_subs._traeprodnombre /*String*/ (ba,_id),_id,_clienteid,_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_rutausuario,BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(0),BA.NumberToString(1),_aplicades);
+ }else {
+ //BA.debugLineNum = 968;BA.debugLine="Subs.actualizaProducto(Subs.traeAlmacen, precio,";
+_subs._actualizaproducto /*String*/ (ba,_subs._traealmacen /*String*/ (ba),_precio,_lacant.getText(),_subs._traeprodnombre /*String*/ (ba,_id),_id,_clienteid,_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_rutausuario,BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(0),BA.NumberToString(0),_aplicades);
+ };
+ //BA.debugLineNum = 971;BA.debugLine="cuentaProds";
_cuentaprods();
- //BA.debugLineNum = 951;BA.debugLine="Private cs As CSBuilder";
+ //BA.debugLineNum = 974;BA.debugLine="Private cs As CSBuilder";
_cs = new anywheresoftware.b4a.objects.CSBuilder();
- //BA.debugLineNum = 952;BA.debugLine="cs.Initialize";
+ //BA.debugLineNum = 975;BA.debugLine="cs.Initialize";
_cs.Initialize();
- //BA.debugLineNum = 953;BA.debugLine="Private o As Cursor = Starter.skmt.ExecQuery($\"se";
+ //BA.debugLineNum = 976;BA.debugLine="Private o As Cursor = Starter.skmt.ExecQuery($\"se";
_o = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_o = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select CAT_GP_ALMACEN from "+__c.SmartStringFormatter("",(Object)(_subs._traetablaprods /*String*/ (ba,_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ )))+" where CAT_GP_ID = '"+__c.SmartStringFormatter("",(Object)(_id))+"'"))));
- //BA.debugLineNum = 954;BA.debugLine="Private invActualizado As String = \"0\"";
+ //BA.debugLineNum = 977;BA.debugLine="Private invActualizado As String = \"0\"";
_invactualizado = "0";
- //BA.debugLineNum = 955;BA.debugLine="If o.RowCount > 0 Then";
+ //BA.debugLineNum = 978;BA.debugLine="If o.RowCount > 0 Then";
if (_o.getRowCount()>0) {
- //BA.debugLineNum = 956;BA.debugLine="o.Position = 0";
+ //BA.debugLineNum = 979;BA.debugLine="o.Position = 0";
_o.setPosition((int) (0));
- //BA.debugLineNum = 957;BA.debugLine="invActualizado = o.GetString(\"CAT_GP_ALMACEN\")";
+ //BA.debugLineNum = 980;BA.debugLine="invActualizado = o.GetString(\"CAT_GP_ALMACEN\")";
_invactualizado = _o.GetString("CAT_GP_ALMACEN");
};
- //BA.debugLineNum = 966;BA.debugLine="If 2 = 2 Then lProdX.Text = cs.Color(Colors.red).";
+ //BA.debugLineNum = 989;BA.debugLine="If 2 = 2 Then lProdX.Text = cs.Color(Colors.red).";
if (2==2) {
_lprodx.setText(BA.ObjectToCharSequence(_cs.Color(__c.Colors.Red).Append(BA.ObjectToCharSequence(_nombrex)).Pop().Append(BA.ObjectToCharSequence(__c.CRLF)).Append(BA.ObjectToCharSequence("Existencias: "+_invactualizado)).Color(((int)0xff017f01)).Append(BA.ObjectToCharSequence((" $"+__c.SmartStringFormatter("",(Object)(__c.NumberFormat2((double)(Double.parseDouble(_precio)),(int) (1),(int) (2),(int) (2),__c.False)))+""))).PopAll().getObject()));};
- //BA.debugLineNum = 969;BA.debugLine="invTotal = totalcajasmaspiezas + Subs.traeinventa";
+ //BA.debugLineNum = 992;BA.debugLine="invTotal = totalcajasmaspiezas + Subs.traeinventa";
_invtotal = (int) (_totalcajasmaspiezas+(double)(Double.parseDouble(_subs._traeinventario /*String*/ (ba,_id))));
- //BA.debugLineNum = 971;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select IFNU";
+ //BA.debugLineNum = 994;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select IFNU";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(sum(PE_CANT),0) as PC_NOART, IFNULL(sum (PE_COSTO_TOT),0) as PC_MONTO from PEDIDO where PE_CLIENTE in (Select CUENTA from cuentaa) AND PE_PROID NOT IN (SELECT CAT_PA_ID FROM PROMOS_COMP ) ")));
- //BA.debugLineNum = 972;BA.debugLine="If c.RowCount > 0 Then";
+ //BA.debugLineNum = 995;BA.debugLine="If c.RowCount > 0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 973;BA.debugLine="C.Position = 0";
+ //BA.debugLineNum = 996;BA.debugLine="C.Position = 0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 974;BA.debugLine="Log($\"registros: ${c.RowCount}, arts: ${c.GetStr";
-__c.LogImpl("030146656",("registros: "+__c.SmartStringFormatter("",(Object)(_c.getRowCount()))+", arts: "+__c.SmartStringFormatter("",(Object)(_c.GetString("PC_NOART")))+", monto:"+__c.SmartStringFormatter("",(Object)(_c.GetString("PC_MONTO")))+""),0);
- //BA.debugLineNum = 975;BA.debugLine="l_totProds.Text = \"Prods: \" & c.GetString(\"PC_NO";
+ //BA.debugLineNum = 997;BA.debugLine="Log($\"registros: ${c.RowCount}, arts: ${c.GetStr";
+__c.LogImpl("730146666",("registros: "+__c.SmartStringFormatter("",(Object)(_c.getRowCount()))+", arts: "+__c.SmartStringFormatter("",(Object)(_c.GetString("PC_NOART")))+", monto:"+__c.SmartStringFormatter("",(Object)(_c.GetString("PC_MONTO")))+""),0);
+ //BA.debugLineNum = 998;BA.debugLine="l_totProds.Text = \"Prods: \" & c.GetString(\"PC_NO";
_l_totprods.setText(BA.ObjectToCharSequence("Prods: "+_c.GetString("PC_NOART")));
- //BA.debugLineNum = 976;BA.debugLine="l_total.Text = \"Total: $\" & c.GetString(\"PC_MONT";
+ //BA.debugLineNum = 999;BA.debugLine="l_total.Text = \"Total: $\" & c.GetString(\"PC_MONT";
_l_total.setText(BA.ObjectToCharSequence("Total: $"+_c.GetString("PC_MONTO")));
- //BA.debugLineNum = 977;BA.debugLine="If l_total.Text = Null Or l_total.Text = \"null\"";
+ //BA.debugLineNum = 1000;BA.debugLine="If l_total.Text = Null Or l_total.Text = \"null\"";
if (_l_total.getText()== null || (_l_total.getText()).equals("null") || (_l_total.getText()).equals("") || (_l_total.getText()).equals("Total: $null")) {
_l_total.setText(BA.ObjectToCharSequence("Total: $0.0"));};
- //BA.debugLineNum = 978;BA.debugLine="If l_totProds.Text = Null Or l_totProds.Text = \"";
+ //BA.debugLineNum = 1001;BA.debugLine="If l_totProds.Text = Null Or l_totProds.Text = \"";
if (_l_totprods.getText()== null || (_l_totprods.getText()).equals("null") || (_l_totprods.getText()).equals("") || (_l_totprods.getText()).equals("Prods: null")) {
_l_totprods.setText(BA.ObjectToCharSequence("Prods: 0"));};
};
- //BA.debugLineNum = 981;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1004;BA.debugLine="End Sub";
return "";
}
public String _b_prodmenos_click() throws Exception{
@@ -383,6 +403,8 @@ anywheresoftware.b4a.objects.B4XViewWrapper _lacant = null;
anywheresoftware.b4a.objects.B4XViewWrapper _panelbotonesc = null;
anywheresoftware.b4a.objects.B4XViewWrapper _lprodx = null;
anywheresoftware.b4a.objects.B4XViewWrapper _panelpiezas = null;
+anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper _cb_des = null;
+String _aplicades = "";
anywheresoftware.b4a.objects.collections.Map _tmpmap1 = null;
String _precio = "";
String _id = "";
@@ -395,230 +417,247 @@ anywheresoftware.b4a.sql.SQL.CursorWrapper _c7 = null;
double _totaldev = 0;
anywheresoftware.b4a.sql.SQL.CursorWrapper _c6 = null;
double _totalprod = 0;
- //BA.debugLineNum = 734;BA.debugLine="Sub b_prodMenos_Click";
- //BA.debugLineNum = 735;BA.debugLine="totalcajasmaspiezas = 0";
+ //BA.debugLineNum = 736;BA.debugLine="Sub b_prodMenos_Click";
+ //BA.debugLineNum = 737;BA.debugLine="totalcajasmaspiezas = 0";
_totalcajasmaspiezas = (int) (0);
- //BA.debugLineNum = 736;BA.debugLine="etCantHasFocus = False";
+ //BA.debugLineNum = 738;BA.debugLine="etCantHasFocus = False";
_etcanthasfocus = __c.False;
- //BA.debugLineNum = 737;BA.debugLine="Root.RequestFocus";
+ //BA.debugLineNum = 739;BA.debugLine="Root.RequestFocus";
_root.RequestFocus();
- //BA.debugLineNum = 739;BA.debugLine="Dim index As Int = clv_prods_ll.GetItemFromView(S";
+ //BA.debugLineNum = 741;BA.debugLine="Dim index As Int = clv_prods_ll.GetItemFromView(S";
_index = _clv_prods_ll._getitemfromview((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(__c.Sender(ba))));
- //BA.debugLineNum = 740;BA.debugLine="Dim pnl0 As B4XView = clv_prods_ll.GetPanel(index";
+ //BA.debugLineNum = 742;BA.debugLine="Dim pnl0 As B4XView = clv_prods_ll.GetPanel(index";
_pnl0 = new anywheresoftware.b4a.objects.B4XViewWrapper();
_pnl0 = _clv_prods_ll._getpanel(_index);
- //BA.debugLineNum = 741;BA.debugLine="Dim pnl As B4XView = pnl0.GetView(0)";
+ //BA.debugLineNum = 743;BA.debugLine="Dim pnl As B4XView = pnl0.GetView(0)";
_pnl = new anywheresoftware.b4a.objects.B4XViewWrapper();
_pnl = _pnl0.GetView((int) (0));
- //BA.debugLineNum = 742;BA.debugLine="Dim laCant As B4XView = pnl.GetView(2).GetView(2)";
+ //BA.debugLineNum = 744;BA.debugLine="Dim laCant As B4XView = pnl.GetView(2).GetView(2)";
_lacant = new anywheresoftware.b4a.objects.B4XViewWrapper();
_lacant = _pnl.GetView((int) (2)).GetView((int) (2));
- //BA.debugLineNum = 744;BA.debugLine="Dim panelbotonesc As B4XView = pnl.GetView(3)";
+ //BA.debugLineNum = 746;BA.debugLine="Dim panelbotonesc As B4XView = pnl.GetView(3)";
_panelbotonesc = new anywheresoftware.b4a.objects.B4XViewWrapper();
_panelbotonesc = _pnl.GetView((int) (3));
- //BA.debugLineNum = 745;BA.debugLine="Dim lProdX As B4XView = pnl.GetView(1)";
+ //BA.debugLineNum = 747;BA.debugLine="Dim lProdX As B4XView = pnl.GetView(1)";
_lprodx = new anywheresoftware.b4a.objects.B4XViewWrapper();
_lprodx = _pnl.GetView((int) (1));
- //BA.debugLineNum = 747;BA.debugLine="Dim panelpiezas As B4XView = pnl.GetView(2)";
+ //BA.debugLineNum = 749;BA.debugLine="Dim panelpiezas As B4XView = pnl.GetView(2)";
_panelpiezas = new anywheresoftware.b4a.objects.B4XViewWrapper();
_panelpiezas = _pnl.GetView((int) (2));
- //BA.debugLineNum = 749;BA.debugLine="If laCant.Text = \"\" Then laCant.Text = 0";
+ //BA.debugLineNum = 750;BA.debugLine="Dim cb_des As CheckBox = pnl.GetView(4)";
+_cb_des = new anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper();
+_cb_des = (anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper(), (android.widget.CheckBox)(_pnl.GetView((int) (4)).getObject()));
+ //BA.debugLineNum = 751;BA.debugLine="Dim aplicades As String";
+_aplicades = "";
+ //BA.debugLineNum = 753;BA.debugLine="If laCant.Text = \"\" Then laCant.Text = 0";
if ((_lacant.getText()).equals("")) {
_lacant.setText(BA.ObjectToCharSequence(0));};
- //BA.debugLineNum = 751;BA.debugLine="laCant.Text = $\"${NumberFormat2(laCant.Text-1,0,0";
+ //BA.debugLineNum = 755;BA.debugLine="laCant.Text = $\"${NumberFormat2(laCant.Text-1,0,0";
_lacant.setText(BA.ObjectToCharSequence((""+__c.SmartStringFormatter("",(Object)(__c.NumberFormat2((double)(Double.parseDouble(_lacant.getText()))-1,(int) (0),(int) (0),(int) (0),__c.False)))+"")));
- //BA.debugLineNum = 752;BA.debugLine="If laCant.Text < 0 Then laCant.Text = 0";
+ //BA.debugLineNum = 756;BA.debugLine="If laCant.Text < 0 Then laCant.Text = 0";
if ((double)(Double.parseDouble(_lacant.getText()))<0) {
_lacant.setText(BA.ObjectToCharSequence(0));};
- //BA.debugLineNum = 753;BA.debugLine="Private tmpMap1 As Map = clv_prods_ll.GetValue(in";
+ //BA.debugLineNum = 757;BA.debugLine="Private tmpMap1 As Map = clv_prods_ll.GetValue(in";
_tmpmap1 = new anywheresoftware.b4a.objects.collections.Map();
_tmpmap1 = ((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_clv_prods_ll._getvalue(_index))));
- //BA.debugLineNum = 754;BA.debugLine="Private precio As String=clv_prods_ll.GetValue(in";
+ //BA.debugLineNum = 758;BA.debugLine="Private precio As String=clv_prods_ll.GetValue(in";
_precio = BA.ObjectToString(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_clv_prods_ll._getvalue(_index)))).Get((Object)("precio")));
- //BA.debugLineNum = 755;BA.debugLine="Private id As String=clv_prods_ll.GetValue(index)";
+ //BA.debugLineNum = 759;BA.debugLine="Private id As String=clv_prods_ll.GetValue(index)";
_id = BA.ObjectToString(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_clv_prods_ll._getvalue(_index)))).Get((Object)("id")));
- //BA.debugLineNum = 756;BA.debugLine="Private tmpMap As Map = CreateMap(\"precio\":precio";
+ //BA.debugLineNum = 760;BA.debugLine="Private tmpMap As Map = CreateMap(\"precio\":precio";
_tmpmap = new anywheresoftware.b4a.objects.collections.Map();
_tmpmap = __c.createMap(new Object[] {(Object)("precio"),(Object)(_precio),(Object)("cant"),(Object)(_lacant.getText()),(Object)("almacen"),(Object)(_subs._traealmacen /*String*/ (ba))});
- //BA.debugLineNum = 757;BA.debugLine="Private nombreX As String = Subs.traeProdNombre(i";
+ //BA.debugLineNum = 761;BA.debugLine="Private nombreX As String = Subs.traeProdNombre(i";
_nombrex = _subs._traeprodnombre /*String*/ (ba,_id);
- //BA.debugLineNum = 758;BA.debugLine="LogColor(tmpMap1,Colors.Magenta)";
-__c.LogImpl("030081048",BA.ObjectToString(_tmpmap1),__c.Colors.Magenta);
- //BA.debugLineNum = 759;BA.debugLine="prodsMap.Put(id, tmpMap)";
+ //BA.debugLineNum = 762;BA.debugLine="LogColor(tmpMap1,Colors.Magenta)";
+__c.LogImpl("730081050",BA.ObjectToString(_tmpmap1),__c.Colors.Magenta);
+ //BA.debugLineNum = 763;BA.debugLine="prodsMap.Put(id, tmpMap)";
_prodsmap.Put((Object)(_id),(Object)(_tmpmap.getObject()));
- //BA.debugLineNum = 760;BA.debugLine="If laCant.Text = 0 Then prodsMap.Remove(id)";
+ //BA.debugLineNum = 764;BA.debugLine="If laCant.Text = 0 Then prodsMap.Remove(id)";
if ((_lacant.getText()).equals(BA.NumberToString(0))) {
_prodsmap.Remove((Object)(_id));};
- //BA.debugLineNum = 772;BA.debugLine="LogColor(\"prodsMap=\"&prodsMap, Colors.blue)";
-__c.LogImpl("030081062","prodsMap="+BA.ObjectToString(_prodsmap),__c.Colors.Blue);
- //BA.debugLineNum = 774;BA.debugLine="Log($\"${Subs.traeAlmacen}, ${precio}, ${laCant.te";
-__c.LogImpl("030081064",(""+__c.SmartStringFormatter("",(Object)(_subs._traealmacen /*String*/ (ba)))+", "+__c.SmartStringFormatter("",(Object)(_precio))+", "+__c.SmartStringFormatter("",(Object)(_lacant.getText()))+", "+__c.SmartStringFormatter("",(Object)(_subs._traeprodnombre /*String*/ (ba,_id)))+", "+__c.SmartStringFormatter("",(Object)(_id))+", "+__c.SmartStringFormatter("",(Object)(_clienteid))+""),0);
- //BA.debugLineNum = 775;BA.debugLine="If B4XPages.MainPage.tipo_venta = \"PREVENTA_FUTUR";
-if ((_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ).equals("PREVENTA_FUTURA")) {
- //BA.debugLineNum = 776;BA.debugLine="Subs.actualizaProducto(Subs.traeAlmacen, precio,";
-_subs._actualizaproducto /*String*/ (ba,_subs._traealmacen /*String*/ (ba),_precio,_lacant.getText(),_subs._traeprodnombre /*String*/ (ba,_id),_id,_clienteid,_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_rutausuario,BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(0),BA.NumberToString(1));
+ //BA.debugLineNum = 777;BA.debugLine="If cb_des.Checked Then";
+if (_cb_des.getChecked()) {
+ //BA.debugLineNum = 778;BA.debugLine="Log(\" descuento igual a True\")";
+__c.LogImpl("730081066"," descuento igual a True",0);
+ //BA.debugLineNum = 779;BA.debugLine="aplicades = \"1\"";
+_aplicades = "1";
}else {
- //BA.debugLineNum = 778;BA.debugLine="Subs.actualizaProducto(Subs.traeAlmacen, precio,";
-_subs._actualizaproducto /*String*/ (ba,_subs._traealmacen /*String*/ (ba),_precio,_lacant.getText(),_subs._traeprodnombre /*String*/ (ba,_id),_id,_clienteid,_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_rutausuario,BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(0),BA.NumberToString(0));
+ //BA.debugLineNum = 781;BA.debugLine="Log(\"descuento igual a false\")";
+__c.LogImpl("730081069","descuento igual a false",0);
+ //BA.debugLineNum = 782;BA.debugLine="aplicades = \"0\"";
+_aplicades = "0";
};
- //BA.debugLineNum = 780;BA.debugLine="cuentaProds";
+ //BA.debugLineNum = 785;BA.debugLine="LogColor(\"prodsMap=\"&prodsMap, Colors.blue)";
+__c.LogImpl("730081073","prodsMap="+BA.ObjectToString(_prodsmap),__c.Colors.Blue);
+ //BA.debugLineNum = 787;BA.debugLine="Log($\"${Subs.traeAlmacen}, ${precio}, ${laCant.te";
+__c.LogImpl("730081075",(""+__c.SmartStringFormatter("",(Object)(_subs._traealmacen /*String*/ (ba)))+", "+__c.SmartStringFormatter("",(Object)(_precio))+", "+__c.SmartStringFormatter("",(Object)(_lacant.getText()))+", "+__c.SmartStringFormatter("",(Object)(_subs._traeprodnombre /*String*/ (ba,_id)))+", "+__c.SmartStringFormatter("",(Object)(_id))+", "+__c.SmartStringFormatter("",(Object)(_clienteid))+""),0);
+ //BA.debugLineNum = 788;BA.debugLine="If B4XPages.MainPage.tipo_venta = \"PREVENTA_FUTUR";
+if ((_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ).equals("PREVENTA_FUTURA")) {
+ //BA.debugLineNum = 789;BA.debugLine="Subs.actualizaProducto(Subs.traeAlmacen, precio,";
+_subs._actualizaproducto /*String*/ (ba,_subs._traealmacen /*String*/ (ba),_precio,_lacant.getText(),_subs._traeprodnombre /*String*/ (ba,_id),_id,_clienteid,_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_rutausuario,BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(0),BA.NumberToString(1),_aplicades);
+ }else {
+ //BA.debugLineNum = 791;BA.debugLine="Subs.actualizaProducto(Subs.traeAlmacen, precio,";
+_subs._actualizaproducto /*String*/ (ba,_subs._traealmacen /*String*/ (ba),_precio,_lacant.getText(),_subs._traeprodnombre /*String*/ (ba,_id),_id,_clienteid,_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_rutausuario,BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(0),BA.NumberToString(0),_aplicades);
+ };
+ //BA.debugLineNum = 793;BA.debugLine="cuentaProds";
_cuentaprods();
- //BA.debugLineNum = 781;BA.debugLine="LogColor(\"prodsMap=\"&prodsMap, Colors.blue)";
-__c.LogImpl("030081071","prodsMap="+BA.ObjectToString(_prodsmap),__c.Colors.Blue);
- //BA.debugLineNum = 782;BA.debugLine="Log($\"Total Prods: ${totalProds}, Total Compra: $";
-__c.LogImpl("030081072",("Total Prods: "+__c.SmartStringFormatter("",(Object)(_totalprods))+", Total Compra: $"+__c.SmartStringFormatter("1.2",(Object)(_totalcompra))+""),0);
- //BA.debugLineNum = 783;BA.debugLine="If 1 = 1 Then";
+ //BA.debugLineNum = 794;BA.debugLine="LogColor(\"prodsMap=\"&prodsMap, Colors.blue)";
+__c.LogImpl("730081082","prodsMap="+BA.ObjectToString(_prodsmap),__c.Colors.Blue);
+ //BA.debugLineNum = 795;BA.debugLine="Log($\"Total Prods: ${totalProds}, Total Compra: $";
+__c.LogImpl("730081083",("Total Prods: "+__c.SmartStringFormatter("",(Object)(_totalprods))+", Total Compra: $"+__c.SmartStringFormatter("1.2",(Object)(_totalcompra))+""),0);
+ //BA.debugLineNum = 796;BA.debugLine="If 1 = 1 Then";
if (1==1) {
- //BA.debugLineNum = 784;BA.debugLine="Private cs As CSBuilder";
+ //BA.debugLineNum = 797;BA.debugLine="Private cs As CSBuilder";
_cs = new anywheresoftware.b4a.objects.CSBuilder();
- //BA.debugLineNum = 785;BA.debugLine="cs.Initialize";
+ //BA.debugLineNum = 798;BA.debugLine="cs.Initialize";
_cs.Initialize();
- //BA.debugLineNum = 786;BA.debugLine="Private o As Cursor = Starter.skmt.ExecQuery($\"s";
+ //BA.debugLineNum = 799;BA.debugLine="Private o As Cursor = Starter.skmt.ExecQuery($\"s";
_o = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_o = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select CAT_GP_ALMACEN from "+__c.SmartStringFormatter("",(Object)(_subs._traetablaprods /*String*/ (ba,_tipo_venta)))+" where CAT_GP_ID = '"+__c.SmartStringFormatter("",(Object)(_id))+"'"))));
- //BA.debugLineNum = 787;BA.debugLine="Private invActualizado As String = \"0\"";
+ //BA.debugLineNum = 800;BA.debugLine="Private invActualizado As String = \"0\"";
_invactualizado = "0";
- //BA.debugLineNum = 788;BA.debugLine="If o.RowCount > 0 Then";
+ //BA.debugLineNum = 801;BA.debugLine="If o.RowCount > 0 Then";
if (_o.getRowCount()>0) {
- //BA.debugLineNum = 789;BA.debugLine="o.Position = 0";
+ //BA.debugLineNum = 802;BA.debugLine="o.Position = 0";
_o.setPosition((int) (0));
- //BA.debugLineNum = 790;BA.debugLine="invActualizado = o.GetString(\"CAT_GP_ALMACEN\")";
+ //BA.debugLineNum = 803;BA.debugLine="invActualizado = o.GetString(\"CAT_GP_ALMACEN\")";
_invactualizado = _o.GetString("CAT_GP_ALMACEN");
};
- //BA.debugLineNum = 800;BA.debugLine="If 2 = 2 Then lProdX.Text = cs.Color(Colors.red)";
+ //BA.debugLineNum = 813;BA.debugLine="If 2 = 2 Then lProdX.Text = cs.Color(Colors.red)";
if (2==2) {
_lprodx.setText(BA.ObjectToCharSequence(_cs.Color(__c.Colors.Red).Append(BA.ObjectToCharSequence(_nombrex)).Pop().Append(BA.ObjectToCharSequence(__c.CRLF)).Append(BA.ObjectToCharSequence("Existencias: "+_invactualizado)).Color(((int)0xff017f01)).Append(BA.ObjectToCharSequence((" $"+__c.SmartStringFormatter("",(Object)(__c.NumberFormat2((double)(Double.parseDouble(_precio)),(int) (1),(int) (2),(int) (2),__c.False)))+""))).PopAll().getObject()));};
};
- //BA.debugLineNum = 814;BA.debugLine="If Subs.totalPedido < 1 Then laCant.Text = \"0\"";
+ //BA.debugLineNum = 827;BA.debugLine="If Subs.totalPedido < 1 Then laCant.Text = \"0\"";
if ((double)(Double.parseDouble(_subs._totalpedido /*String*/ (ba)))<1) {
_lacant.setText(BA.ObjectToCharSequence("0"));};
- //BA.debugLineNum = 815;BA.debugLine="invTotal = totalcajasmaspiezas + Subs.traeinventa";
+ //BA.debugLineNum = 828;BA.debugLine="invTotal = totalcajasmaspiezas + Subs.traeinventa";
_invtotal = (int) (_totalcajasmaspiezas+(double)(Double.parseDouble(_subs._traeinventario /*String*/ (ba,_id))));
- //BA.debugLineNum = 834;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select IFNU";
+ //BA.debugLineNum = 847;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select IFNU";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(sum(PE_CANT),0) as PC_NOART, IFNULL(sum (PE_COSTO_TOT),0) as PC_MONTO from PEDIDO where PE_CLIENTE in (Select CUENTA from cuentaa) AND PE_PROID NOT IN (SELECT CAT_PA_ID FROM PROMOS_COMP ) ")));
- //BA.debugLineNum = 837;BA.debugLine="If c.RowCount > 0 Then";
+ //BA.debugLineNum = 850;BA.debugLine="If c.RowCount > 0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 838;BA.debugLine="C.Position = 0";
+ //BA.debugLineNum = 851;BA.debugLine="C.Position = 0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 839;BA.debugLine="Log($\"registros: ${c.RowCount}, arts: ${c.GetStr";
-__c.LogImpl("030081129",("registros: "+__c.SmartStringFormatter("",(Object)(_c.getRowCount()))+", arts: "+__c.SmartStringFormatter("",(Object)(_c.GetString("PC_NOART")))+", monto:"+__c.SmartStringFormatter("",(Object)(_c.GetString("PC_MONTO")))+""),0);
- //BA.debugLineNum = 840;BA.debugLine="l_totProds.Text = \"Prods: \" & c.GetString(\"PC_NO";
+ //BA.debugLineNum = 852;BA.debugLine="Log($\"registros: ${c.RowCount}, arts: ${c.GetStr";
+__c.LogImpl("730081140",("registros: "+__c.SmartStringFormatter("",(Object)(_c.getRowCount()))+", arts: "+__c.SmartStringFormatter("",(Object)(_c.GetString("PC_NOART")))+", monto:"+__c.SmartStringFormatter("",(Object)(_c.GetString("PC_MONTO")))+""),0);
+ //BA.debugLineNum = 853;BA.debugLine="l_totProds.Text = \"Prods: \" & c.GetString(\"PC_NO";
_l_totprods.setText(BA.ObjectToCharSequence("Prods: "+_c.GetString("PC_NOART")));
- //BA.debugLineNum = 841;BA.debugLine="l_total.Text = \"Total: $\" & c.GetString(\"PC_MONT";
+ //BA.debugLineNum = 854;BA.debugLine="l_total.Text = \"Total: $\" & c.GetString(\"PC_MONT";
_l_total.setText(BA.ObjectToCharSequence("Total: $"+_c.GetString("PC_MONTO")));
- //BA.debugLineNum = 842;BA.debugLine="If l_total.Text = Null Or l_total.Text = \"null\"";
+ //BA.debugLineNum = 855;BA.debugLine="If l_total.Text = Null Or l_total.Text = \"null\"";
if (_l_total.getText()== null || (_l_total.getText()).equals("null") || (_l_total.getText()).equals("")) {
_l_total.setText(BA.ObjectToCharSequence("Total: $0.0"));};
- //BA.debugLineNum = 843;BA.debugLine="If l_totProds.Text = Null Or l_totProds.Text = \"";
+ //BA.debugLineNum = 856;BA.debugLine="If l_totProds.Text = Null Or l_totProds.Text = \"";
if (_l_totprods.getText()== null || (_l_totprods.getText()).equals("null") || (_l_totprods.getText()).equals("")) {
_l_totprods.setText(BA.ObjectToCharSequence("Prods: 0"));};
};
- //BA.debugLineNum = 849;BA.debugLine="Dim c7 As Cursor = B4XPages.MainPage.skmt.ExecQue";
+ //BA.debugLineNum = 862;BA.debugLine="Dim c7 As Cursor = B4XPages.MainPage.skmt.ExecQue";
_c7 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_c7 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(sum(PE_CANT),0) as PC_NOART, IFNULL(sum (PE_COSTO_TOT),0) as PC_MONTO from PEDIDO where PE_CLIENTE in (Select CUENTA from cuentaa) AND PE_PROID NOT IN (SELECT CAT_PA_ID FROM PROMOS_COMP ) and PE_CEDIS = 'DUR'")));
- //BA.debugLineNum = 850;BA.debugLine="If c7.RowCount > 0 Then";
+ //BA.debugLineNum = 863;BA.debugLine="If c7.RowCount > 0 Then";
if (_c7.getRowCount()>0) {
- //BA.debugLineNum = 851;BA.debugLine="c7.Position = 0";
+ //BA.debugLineNum = 864;BA.debugLine="c7.Position = 0";
_c7.setPosition((int) (0));
- //BA.debugLineNum = 853;BA.debugLine="Dim totaldev As Double = c7.GetString(\"PC_MONTO\"";
+ //BA.debugLineNum = 866;BA.debugLine="Dim totaldev As Double = c7.GetString(\"PC_MONTO\"";
_totaldev = (double)(Double.parseDouble(_c7.GetString("PC_MONTO")));
};
- //BA.debugLineNum = 857;BA.debugLine="Dim c6 As Cursor = B4XPages.MainPage.skmt.ExecQue";
+ //BA.debugLineNum = 870;BA.debugLine="Dim c6 As Cursor = B4XPages.MainPage.skmt.ExecQue";
_c6 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_c6 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(sum(PE_CANT),0) as PC_NOART, IFNULL(sum (PE_COSTO_TOT),0) as PC_MONTO from PEDIDO where PE_CLIENTE in (Select CUENTA from cuentaa) AND PE_PROID NOT IN (SELECT CAT_PA_ID FROM PROMOS_COMP ) and PE_CEDIS <> 'DUR' ")));
- //BA.debugLineNum = 858;BA.debugLine="If c6.RowCount > 0 Then";
+ //BA.debugLineNum = 871;BA.debugLine="If c6.RowCount > 0 Then";
if (_c6.getRowCount()>0) {
- //BA.debugLineNum = 859;BA.debugLine="c6.Position = 0";
+ //BA.debugLineNum = 872;BA.debugLine="c6.Position = 0";
_c6.setPosition((int) (0));
- //BA.debugLineNum = 861;BA.debugLine="Dim totalprod As Double = c6.GetString(\"PC_MONTO";
+ //BA.debugLineNum = 874;BA.debugLine="Dim totalprod As Double = c6.GetString(\"PC_MONTO";
_totalprod = (double)(Double.parseDouble(_c6.GetString("PC_MONTO")));
};
- //BA.debugLineNum = 865;BA.debugLine="Log(totaldev &\" \" & totalprod)";
-__c.LogImpl("030081155",BA.NumberToString(_totaldev)+" "+BA.NumberToString(_totalprod),0);
- //BA.debugLineNum = 866;BA.debugLine="If totalprod = 0 Then";
+ //BA.debugLineNum = 878;BA.debugLine="Log(totaldev &\" \" & totalprod)";
+__c.LogImpl("730081166",BA.NumberToString(_totaldev)+" "+BA.NumberToString(_totalprod),0);
+ //BA.debugLineNum = 879;BA.debugLine="If totalprod = 0 Then";
if (_totalprod==0) {
- //BA.debugLineNum = 867;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete from";
+ //BA.debugLineNum = 880;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete from";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("delete from pedido where PE_CLIENTE In (select cuenta from cuentaa) AND PE_CEDIS = 'DUR'");
- //BA.debugLineNum = 868;BA.debugLine="MsgboxAsync(\"Las devloluciones se elimanron por";
+ //BA.debugLineNum = 881;BA.debugLine="MsgboxAsync(\"Las devloluciones se elimanron por";
__c.MsgboxAsync(BA.ObjectToCharSequence("Las devloluciones se elimanron por que no hay venta."),BA.ObjectToCharSequence("Atención"),ba);
}else if(_totalprod<(_totaldev*-1)) {
- //BA.debugLineNum = 870;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete from";
+ //BA.debugLineNum = 883;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete from";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("delete from pedido where PE_CLIENTE In (select cuenta from cuentaa) AND PE_CEDIS = 'DUR'");
- //BA.debugLineNum = 871;BA.debugLine="MsgboxAsync(\"Las devloluciones se elimanron por";
+ //BA.debugLineNum = 884;BA.debugLine="MsgboxAsync(\"Las devloluciones se elimanron por";
__c.MsgboxAsync(BA.ObjectToCharSequence("Las devloluciones se elimanron por que el monto de la devolucion es mayor al monto de la venta."),BA.ObjectToCharSequence("Atención"),ba);
};
- //BA.debugLineNum = 876;BA.debugLine="End Sub";
+ //BA.debugLineNum = 889;BA.debugLine="End Sub";
return "";
}
public String _b_qr_click() throws Exception{
- //BA.debugLineNum = 690;BA.debugLine="Sub b_QR_Click";
- //BA.debugLineNum = 691;BA.debugLine="If ciclo = 1 Then";
+ //BA.debugLineNum = 692;BA.debugLine="Sub b_QR_Click";
+ //BA.debugLineNum = 693;BA.debugLine="If ciclo = 1 Then";
if ((_ciclo).equals(BA.NumberToString(1))) {
- //BA.debugLineNum = 692;BA.debugLine="ciclo = 2";
+ //BA.debugLineNum = 694;BA.debugLine="ciclo = 2";
_ciclo = BA.NumberToString(2);
- //BA.debugLineNum = 693;BA.debugLine="ya_entro = \"0\"";
+ //BA.debugLineNum = 695;BA.debugLine="ya_entro = \"0\"";
_ya_entro = "0";
- //BA.debugLineNum = 694;BA.debugLine="B4XPage_Appear";
+ //BA.debugLineNum = 696;BA.debugLine="B4XPage_Appear";
_b4xpage_appear();
}else if((_ciclo).equals(BA.NumberToString(2))) {
- //BA.debugLineNum = 696;BA.debugLine="ciclo = 3";
+ //BA.debugLineNum = 698;BA.debugLine="ciclo = 3";
_ciclo = BA.NumberToString(3);
- //BA.debugLineNum = 697;BA.debugLine="ya_entro = \"0\"";
+ //BA.debugLineNum = 699;BA.debugLine="ya_entro = \"0\"";
_ya_entro = "0";
- //BA.debugLineNum = 698;BA.debugLine="B4XPage_Appear";
+ //BA.debugLineNum = 700;BA.debugLine="B4XPage_Appear";
_b4xpage_appear();
}else if((_ciclo).equals(BA.NumberToString(3))) {
- //BA.debugLineNum = 700;BA.debugLine="ciclo = 4";
+ //BA.debugLineNum = 702;BA.debugLine="ciclo = 4";
_ciclo = BA.NumberToString(4);
- //BA.debugLineNum = 701;BA.debugLine="ya_entro = \"0\"";
+ //BA.debugLineNum = 703;BA.debugLine="ya_entro = \"0\"";
_ya_entro = "0";
- //BA.debugLineNum = 702;BA.debugLine="B4XPage_Appear";
+ //BA.debugLineNum = 704;BA.debugLine="B4XPage_Appear";
_b4xpage_appear();
}else if((_ciclo).equals(BA.NumberToString(4))) {
- //BA.debugLineNum = 704;BA.debugLine="ciclo = 5";
+ //BA.debugLineNum = 706;BA.debugLine="ciclo = 5";
_ciclo = BA.NumberToString(5);
- //BA.debugLineNum = 705;BA.debugLine="ya_entro = \"0\"";
+ //BA.debugLineNum = 707;BA.debugLine="ya_entro = \"0\"";
_ya_entro = "0";
- //BA.debugLineNum = 706;BA.debugLine="B4XPage_Appear";
+ //BA.debugLineNum = 708;BA.debugLine="B4XPage_Appear";
_b4xpage_appear();
}else if((_ciclo).equals(BA.NumberToString(5))) {
- //BA.debugLineNum = 708;BA.debugLine="ciclo = 1";
+ //BA.debugLineNum = 710;BA.debugLine="ciclo = 1";
_ciclo = BA.NumberToString(1);
- //BA.debugLineNum = 709;BA.debugLine="ya_entro = \"0\"";
+ //BA.debugLineNum = 711;BA.debugLine="ya_entro = \"0\"";
_ya_entro = "0";
- //BA.debugLineNum = 710;BA.debugLine="B4XPage_Appear";
+ //BA.debugLineNum = 712;BA.debugLine="B4XPage_Appear";
_b4xpage_appear();
};
- //BA.debugLineNum = 712;BA.debugLine="End Sub";
+ //BA.debugLineNum = 714;BA.debugLine="End Sub";
return "";
}
public String _b_rechazar_click() throws Exception{
- //BA.debugLineNum = 1326;BA.debugLine="Private Sub b_rechazar_Click";
- //BA.debugLineNum = 1328;BA.debugLine="result = Msgbox2($\"Seguro que desea borrar el pe";
+ //BA.debugLineNum = 1360;BA.debugLine="Private Sub b_rechazar_Click";
+ //BA.debugLineNum = 1362;BA.debugLine="result = Msgbox2($\"Seguro que desea borrar el pe";
_result = BA.NumberToString(__c.Msgbox2(BA.ObjectToCharSequence(("Seguro que desea borrar el pedido completo?"+__c.SmartStringFormatter("",(Object)(__c.CRLF))+"Haciendo clic largo sobre un producto se pueden borrar articulos independientes.")),BA.ObjectToCharSequence("Rechazar Pedido"),"Si","","No",(android.graphics.Bitmap)(__c.LoadBitmap(__c.File.getDirAssets(),"alert2.png").getObject()),ba));
- //BA.debugLineNum = 1329;BA.debugLine="If result = DialogResponse.POSITIVE Then";
+ //BA.debugLineNum = 1363;BA.debugLine="If result = DialogResponse.POSITIVE Then";
if ((_result).equals(BA.NumberToString(__c.DialogResponse.POSITIVE))) {
- //BA.debugLineNum = 1330;BA.debugLine="Subs.borraPedidoClienteActual";
+ //BA.debugLineNum = 1364;BA.debugLine="Subs.borraPedidoClienteActual";
_subs._borrapedidoclienteactual /*String*/ (ba);
- //BA.debugLineNum = 1331;BA.debugLine="prodsMap.Initialize";
+ //BA.debugLineNum = 1365;BA.debugLine="prodsMap.Initialize";
_prodsmap.Initialize();
- //BA.debugLineNum = 1335;BA.debugLine="clv_prods_ll.Clear";
+ //BA.debugLineNum = 1369;BA.debugLine="clv_prods_ll.Clear";
_clv_prods_ll._clear();
- //BA.debugLineNum = 1336;BA.debugLine="Log(\"Positivo\")";
-__c.LogImpl("030867466","Positivo",0);
- //BA.debugLineNum = 1337;BA.debugLine="B4XPages.ShowPage(\"Cliente\")";
+ //BA.debugLineNum = 1370;BA.debugLine="Log(\"Positivo\")";
+__c.LogImpl("730867466","Positivo",0);
+ //BA.debugLineNum = 1371;BA.debugLine="B4XPages.ShowPage(\"Cliente\")";
_b4xpages._showpage /*String*/ (ba,"Cliente");
}else {
- //BA.debugLineNum = 1339;BA.debugLine="Log(\"NO Positivo\")";
-__c.LogImpl("030867469","NO Positivo",0);
- //BA.debugLineNum = 1340;BA.debugLine="p_vistaPreviaTrans.Visible = False";
+ //BA.debugLineNum = 1373;BA.debugLine="Log(\"NO Positivo\")";
+__c.LogImpl("730867469","NO Positivo",0);
+ //BA.debugLineNum = 1374;BA.debugLine="p_vistaPreviaTrans.Visible = False";
_p_vistapreviatrans.setVisible(__c.False);
};
- //BA.debugLineNum = 1345;BA.debugLine="p_vistaPreviaTrans.Visible=False";
+ //BA.debugLineNum = 1379;BA.debugLine="p_vistaPreviaTrans.Visible=False";
_p_vistapreviatrans.setVisible(__c.False);
- //BA.debugLineNum = 1346;BA.debugLine="B4XPages.ShowPage(\"Cliente\")";
+ //BA.debugLineNum = 1380;BA.debugLine="B4XPages.ShowPage(\"Cliente\")";
_b4xpages._showpage /*String*/ (ba,"Cliente");
- //BA.debugLineNum = 1347;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1381;BA.debugLine="End Sub";
return "";
}
public String _b_terminar1_click() throws Exception{
@@ -628,114 +667,114 @@ int _i = 0;
anywheresoftware.b4a.objects.LabelWrapper _label1 = null;
int _textcolor = 0;
anywheresoftware.b4a.objects.LabelWrapper _label2 = null;
- //BA.debugLineNum = 1167;BA.debugLine="Sub b_terminar1_Click";
- //BA.debugLineNum = 1170;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"delete from";
+ //BA.debugLineNum = 1201;BA.debugLine="Sub b_terminar1_Click";
+ //BA.debugLineNum = 1204;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"delete from";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("delete from PEDIDO WHERE PE_PRONOMBRE = ? ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("N/A")}));
- //BA.debugLineNum = 1172;BA.debugLine="lv_promos.Visible = False";
+ //BA.debugLineNum = 1206;BA.debugLine="lv_promos.Visible = False";
_lv_promos.setVisible(__c.False);
- //BA.debugLineNum = 1173;BA.debugLine="clv_prods_ll.AsView.Visible = False";
+ //BA.debugLineNum = 1207;BA.debugLine="clv_prods_ll.AsView.Visible = False";
_clv_prods_ll._asview().setVisible(__c.False);
- //BA.debugLineNum = 1174;BA.debugLine="lv_catalogos.Visible = True";
+ //BA.debugLineNum = 1208;BA.debugLine="lv_catalogos.Visible = True";
_lv_catalogos.setVisible(__c.True);
- //BA.debugLineNum = 1175;BA.debugLine="lv_prodsPedido.Clear";
+ //BA.debugLineNum = 1209;BA.debugLine="lv_prodsPedido.Clear";
_lv_prodspedido.Clear();
- //BA.debugLineNum = 1176;BA.debugLine="lv_prodsPedido.TwoLinesLayout.Label.Height = 35di";
+ //BA.debugLineNum = 1210;BA.debugLine="lv_prodsPedido.TwoLinesLayout.Label.Height = 35di";
_lv_prodspedido.getTwoLinesLayout().Label.setHeight(__c.DipToCurrent((int) (35)));
- //BA.debugLineNum = 1177;BA.debugLine="lv_prodsPedido.TwoLinesLayout.SecondLabel.Height";
+ //BA.debugLineNum = 1211;BA.debugLine="lv_prodsPedido.TwoLinesLayout.SecondLabel.Height";
_lv_prodspedido.getTwoLinesLayout().SecondLabel.setHeight(__c.DipToCurrent((int) (25)));
- //BA.debugLineNum = 1178;BA.debugLine="Private c_prods As Cursor=B4XPages.MainPage.skmt.";
+ //BA.debugLineNum = 1212;BA.debugLine="Private c_prods As Cursor=B4XPages.MainPage.skmt.";
_c_prods = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_c_prods = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select PE_PRONOMBRE,PE_COSTO_TOT, PE_CANT, PE_FOLIO, PE_CEDIS FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA from cuentaa) order by PE_CEDIS, PE_PRONOMBRE")));
- //BA.debugLineNum = 1179;BA.debugLine="If c_prods.RowCount > 0 Then";
+ //BA.debugLineNum = 1213;BA.debugLine="If c_prods.RowCount > 0 Then";
if (_c_prods.getRowCount()>0) {
- //BA.debugLineNum = 1180;BA.debugLine="Private cs As CSBuilder";
+ //BA.debugLineNum = 1214;BA.debugLine="Private cs As CSBuilder";
_cs = new anywheresoftware.b4a.objects.CSBuilder();
- //BA.debugLineNum = 1182;BA.debugLine="vamoaver.Initialize";
+ //BA.debugLineNum = 1216;BA.debugLine="vamoaver.Initialize";
_vamoaver.Initialize();
- //BA.debugLineNum = 1183;BA.debugLine="For i=0 To c_prods.RowCount -1";
+ //BA.debugLineNum = 1217;BA.debugLine="For i=0 To c_prods.RowCount -1";
{
final int step12 = 1;
final int limit12 = (int) (_c_prods.getRowCount()-1);
_i = (int) (0) ;
for (;_i <= limit12 ;_i = _i + step12 ) {
- //BA.debugLineNum = 1184;BA.debugLine="cs.Initialize";
+ //BA.debugLineNum = 1218;BA.debugLine="cs.Initialize";
_cs.Initialize();
- //BA.debugLineNum = 1185;BA.debugLine="c_prods.Position=i";
+ //BA.debugLineNum = 1219;BA.debugLine="c_prods.Position=i";
_c_prods.setPosition(_i);
- //BA.debugLineNum = 1186;BA.debugLine="Dim label1 As Label";
+ //BA.debugLineNum = 1220;BA.debugLine="Dim label1 As Label";
_label1 = new anywheresoftware.b4a.objects.LabelWrapper();
- //BA.debugLineNum = 1187;BA.debugLine="label1 = lv_prodsPedido.TwoLinesLayout.Label";
+ //BA.debugLineNum = 1221;BA.debugLine="label1 = lv_prodsPedido.TwoLinesLayout.Label";
_label1 = _lv_prodspedido.getTwoLinesLayout().Label;
- //BA.debugLineNum = 1188;BA.debugLine="label1.TextSize = 15";
+ //BA.debugLineNum = 1222;BA.debugLine="label1.TextSize = 15";
_label1.setTextSize((float) (15));
- //BA.debugLineNum = 1189;BA.debugLine="label1.TextColor = Colors.Black";
+ //BA.debugLineNum = 1223;BA.debugLine="label1.TextColor = Colors.Black";
_label1.setTextColor(__c.Colors.Black);
- //BA.debugLineNum = 1190;BA.debugLine="label1.color = Colors.White";
+ //BA.debugLineNum = 1224;BA.debugLine="label1.color = Colors.White";
_label1.setColor(__c.Colors.White);
- //BA.debugLineNum = 1191;BA.debugLine="Private textColor As Int = Colors.black";
+ //BA.debugLineNum = 1225;BA.debugLine="Private textColor As Int = Colors.black";
_textcolor = __c.Colors.Black;
- //BA.debugLineNum = 1193;BA.debugLine="If c_prods.GetString(\"PE_FOLIO\") = \"VENTA\" Then";
+ //BA.debugLineNum = 1227;BA.debugLine="If c_prods.GetString(\"PE_FOLIO\") = \"VENTA\" Then";
if ((_c_prods.GetString("PE_FOLIO")).equals("VENTA")) {
- //BA.debugLineNum = 1194;BA.debugLine="textColor = Colors.RGB(48,3,195)";
+ //BA.debugLineNum = 1228;BA.debugLine="textColor = Colors.RGB(48,3,195)";
_textcolor = __c.Colors.RGB((int) (48),(int) (3),(int) (195));
}else if((_c_prods.GetString("PE_FOLIO")).equals("PREVENTA") || (_c_prods.GetString("PE_FOLIO")).equals("ABORDO") || (_c_prods.GetString("PE_FOLIO")).equals("RECARGA")) {
- //BA.debugLineNum = 1196;BA.debugLine="textColor = Colors.RGB(166,0,0)";
+ //BA.debugLineNum = 1230;BA.debugLine="textColor = Colors.RGB(166,0,0)";
_textcolor = __c.Colors.RGB((int) (166),(int) (0),(int) (0));
};
- //BA.debugLineNum = 1198;BA.debugLine="If Not(IsNumber(c_prods.GetString(\"PE_CEDIS\")))";
+ //BA.debugLineNum = 1232;BA.debugLine="If Not(IsNumber(c_prods.GetString(\"PE_CEDIS\")))";
if (__c.Not(__c.IsNumber(_c_prods.GetString("PE_CEDIS"))) && (_c_prods.GetString("PE_FOLIO")).equals("VENTA")) {
- //BA.debugLineNum = 1199;BA.debugLine="textColor = Colors.RGB(154,131,231) 'Si es pro";
+ //BA.debugLineNum = 1233;BA.debugLine="textColor = Colors.RGB(154,131,231) 'Si es pro";
_textcolor = __c.Colors.RGB((int) (154),(int) (131),(int) (231));
}else if(__c.Not(__c.IsNumber(_c_prods.GetString("PE_CEDIS"))) && (_c_prods.GetString("PE_FOLIO")).equals("PREVENTA")) {
- //BA.debugLineNum = 1201;BA.debugLine="textColor = Colors.RGB(255,111,111) 'Si es pro";
+ //BA.debugLineNum = 1235;BA.debugLine="textColor = Colors.RGB(255,111,111) 'Si es pro";
_textcolor = __c.Colors.RGB((int) (255),(int) (111),(int) (111));
};
- //BA.debugLineNum = 1203;BA.debugLine="Dim label2 As Label";
+ //BA.debugLineNum = 1237;BA.debugLine="Dim label2 As Label";
_label2 = new anywheresoftware.b4a.objects.LabelWrapper();
- //BA.debugLineNum = 1204;BA.debugLine="label2 = lv_prodsPedido.TwoLinesLayout.SecondLa";
+ //BA.debugLineNum = 1238;BA.debugLine="label2 = lv_prodsPedido.TwoLinesLayout.SecondLa";
_label2 = _lv_prodspedido.getTwoLinesLayout().SecondLabel;
- //BA.debugLineNum = 1205;BA.debugLine="label2.TextSize = 10";
+ //BA.debugLineNum = 1239;BA.debugLine="label2.TextSize = 10";
_label2.setTextSize((float) (10));
- //BA.debugLineNum = 1206;BA.debugLine="label2.TextColor = Colors.Blue";
+ //BA.debugLineNum = 1240;BA.debugLine="label2.TextColor = Colors.Blue";
_label2.setTextColor(__c.Colors.Blue);
- //BA.debugLineNum = 1209;BA.debugLine="lv_prodsPedido.AddSingleLine(cs.Color(textColor";
+ //BA.debugLineNum = 1243;BA.debugLine="lv_prodsPedido.AddSingleLine(cs.Color(textColor";
_lv_prodspedido.AddSingleLine(BA.ObjectToCharSequence(_cs.Color(_textcolor).Size((int) (15)).Append(BA.ObjectToCharSequence(_c_prods.GetString("PE_PRONOMBRE")+" ")).Pop().Append(BA.ObjectToCharSequence(__c.CRLF)).Size((int) (10)).Color(__c.Colors.Black).Append(BA.ObjectToCharSequence("Cantidad #"+_c_prods.GetString("PE_CANT"))).Append(BA.ObjectToCharSequence(" SubTotal $"+_c_prods.GetString("PE_COSTO_TOT"))).Append(BA.ObjectToCharSequence(" "+_c_prods.GetString("PE_FOLIO")+" "+_c_prods.GetString("PE_CEDIS"))).PopAll().getObject()));
- //BA.debugLineNum = 1210;BA.debugLine="label1.Height = 120dip";
+ //BA.debugLineNum = 1244;BA.debugLine="label1.Height = 120dip";
_label1.setHeight(__c.DipToCurrent((int) (120)));
- //BA.debugLineNum = 1211;BA.debugLine="lv_prodsPedido.SingleLineLayout.ItemHeight = 90";
+ //BA.debugLineNum = 1245;BA.debugLine="lv_prodsPedido.SingleLineLayout.ItemHeight = 90";
_lv_prodspedido.getSingleLineLayout().setItemHeight(__c.DipToCurrent((int) (90)));
- //BA.debugLineNum = 1212;BA.debugLine="vamoaver.Add(c_prods.GetString(\"PE_FOLIO\"))";
+ //BA.debugLineNum = 1246;BA.debugLine="vamoaver.Add(c_prods.GetString(\"PE_FOLIO\"))";
_vamoaver.Add((Object)(_c_prods.GetString("PE_FOLIO")));
- //BA.debugLineNum = 1213;BA.debugLine="folio = c_prods.GetString(\"PE_FOLIO\")";
+ //BA.debugLineNum = 1247;BA.debugLine="folio = c_prods.GetString(\"PE_FOLIO\")";
_folio = _c_prods.GetString("PE_FOLIO");
}
};
- //BA.debugLineNum = 1219;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select sum";
+ //BA.debugLineNum = 1253;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select sum";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select sum(PE_CANT) as PC_NOART, sum (PE_COSTO_TOT) as PC_MONTO from PEDIDO where PE_CLIENTE in (Select CUENTA from cuentaa) AND PE_PROID NOT IN (SELECT CAT_PA_ID FROM PROMOS_COMP )")));
- //BA.debugLineNum = 1220;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 1254;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 1221;BA.debugLine="l_cant.Text = c.GetString(\"PC_NOART\")";
+ //BA.debugLineNum = 1255;BA.debugLine="l_cant.Text = c.GetString(\"PC_NOART\")";
_l_cant.setText(BA.ObjectToCharSequence(_c.GetString("PC_NOART")));
- //BA.debugLineNum = 1222;BA.debugLine="l_total2.Text = c.GetString(\"PC_MONTO\")";
+ //BA.debugLineNum = 1256;BA.debugLine="l_total2.Text = c.GetString(\"PC_MONTO\")";
_l_total2.setText(BA.ObjectToCharSequence(_c.GetString("PC_MONTO")));
- //BA.debugLineNum = 1223;BA.debugLine="c.Close";
+ //BA.debugLineNum = 1257;BA.debugLine="c.Close";
_c.Close();
};
- //BA.debugLineNum = 1226;BA.debugLine="c_prods.Close";
+ //BA.debugLineNum = 1260;BA.debugLine="c_prods.Close";
_c_prods.Close();
- //BA.debugLineNum = 1228;BA.debugLine="l_total2.Text = Subs.calculaTotalConPromoXRango(S";
+ //BA.debugLineNum = 1262;BA.debugLine="l_total2.Text = Subs.calculaTotalConPromoXRango(S";
_l_total2.setText(BA.ObjectToCharSequence(_subs._calculatotalconpromoxrango /*String*/ (ba,_subs._traecliente /*String*/ (ba))));
- //BA.debugLineNum = 1231;BA.debugLine="p_vistaPreviaTrans.Width = Root.Width";
+ //BA.debugLineNum = 1265;BA.debugLine="p_vistaPreviaTrans.Width = Root.Width";
_p_vistapreviatrans.setWidth(_root.getWidth());
- //BA.debugLineNum = 1232;BA.debugLine="p_vistaPreviaTrans.Height = Root.Height";
+ //BA.debugLineNum = 1266;BA.debugLine="p_vistaPreviaTrans.Height = Root.Height";
_p_vistapreviatrans.setHeight(_root.getHeight());
- //BA.debugLineNum = 1233;BA.debugLine="Subs.centraPanel(p_vistaPrevia, Root.Width)";
+ //BA.debugLineNum = 1267;BA.debugLine="Subs.centraPanel(p_vistaPrevia, Root.Width)";
_subs._centrapanel /*String*/ (ba,_p_vistaprevia,_root.getWidth());
- //BA.debugLineNum = 1235;BA.debugLine="p_vistaPrevia.Visible=True";
+ //BA.debugLineNum = 1269;BA.debugLine="p_vistaPrevia.Visible=True";
_p_vistaprevia.setVisible(__c.True);
- //BA.debugLineNum = 1236;BA.debugLine="p_vistaPreviaTrans.Visible=True";
+ //BA.debugLineNum = 1270;BA.debugLine="p_vistaPreviaTrans.Visible=True";
_p_vistapreviatrans.setVisible(__c.True);
- //BA.debugLineNum = 1237;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1271;BA.debugLine="End Sub";
return "";
}
public void _b4xpage_appear() throws Exception{
@@ -766,9 +805,9 @@ return;
case 0:
//C
this.state = 1;
- //BA.debugLineNum = 155;BA.debugLine="tipo_venta = Subs.traeTipoVentaDeBD";
+ //BA.debugLineNum = 157;BA.debugLine="tipo_venta = Subs.traeTipoVentaDeBD";
parent._tipo_venta = parent._subs._traetipoventadebd /*String*/ (ba);
- //BA.debugLineNum = 156;BA.debugLine="If B4XPages.MainPage.tipo_venta = \"PREVENTA\" Or B";
+ //BA.debugLineNum = 158;BA.debugLine="If B4XPages.MainPage.tipo_venta = \"PREVENTA\" Or B";
if (true) break;
case 1:
@@ -785,21 +824,21 @@ this.state = 7;
case 3:
//C
this.state = 8;
- //BA.debugLineNum = 157;BA.debugLine="Starter.tabla = \"CAT_GUNAPROD\"";
+ //BA.debugLineNum = 159;BA.debugLine="Starter.tabla = \"CAT_GUNAPROD\"";
parent._starter._tabla /*String*/ = "CAT_GUNAPROD";
if (true) break;
case 5:
//C
this.state = 8;
- //BA.debugLineNum = 159;BA.debugLine="Starter.tabla = \"CAT_GUNAPROD2\"";
+ //BA.debugLineNum = 161;BA.debugLine="Starter.tabla = \"CAT_GUNAPROD2\"";
parent._starter._tabla /*String*/ = "CAT_GUNAPROD2";
if (true) break;
case 7:
//C
this.state = 8;
- //BA.debugLineNum = 161;BA.debugLine="Starter.tabla = \"CAT_GUNAPROD3\"";
+ //BA.debugLineNum = 163;BA.debugLine="Starter.tabla = \"CAT_GUNAPROD3\"";
parent._starter._tabla /*String*/ = "CAT_GUNAPROD3";
if (true) break;
@@ -807,27 +846,27 @@ case 8:
//C
this.state = 9;
;
- //BA.debugLineNum = 163;BA.debugLine="Log(Starter.tabla)";
-parent.__c.LogImpl("029491209",parent._starter._tabla /*String*/ ,0);
- //BA.debugLineNum = 164;BA.debugLine="clienteId = Subs.traeCliente";
+ //BA.debugLineNum = 165;BA.debugLine="Log(Starter.tabla)";
+parent.__c.LogImpl("729491209",parent._starter._tabla /*String*/ ,0);
+ //BA.debugLineNum = 166;BA.debugLine="clienteId = Subs.traeCliente";
parent._clienteid = parent._subs._traecliente /*String*/ (ba);
- //BA.debugLineNum = 165;BA.debugLine="rutaUsuario = Subs.traeRuta";
+ //BA.debugLineNum = 167;BA.debugLine="rutaUsuario = Subs.traeRuta";
parent._rutausuario = parent._subs._traeruta /*String*/ (ba);
- //BA.debugLineNum = 166;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDATE CAT_";
-parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("UPDATE CAT_GUNAPROD SET CAT_GP_TIPOPROD = (?) WHERE CAT_GP_TIPOPROD = (?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("PRIORITARIO"),(Object)("1")}));
- //BA.debugLineNum = 167;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDATE CAT_";
-parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("UPDATE CAT_GUNAPROD SET CAT_GP_TIPOPROD = (?) WHERE CAT_GP_TIPOPROD = (?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("ESTRATEGICO"),(Object)("2")}));
//BA.debugLineNum = 168;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDATE CAT_";
-parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("UPDATE CAT_GUNAPROD SET CAT_GP_TIPOPROD = (?) WHERE CAT_GP_TIPOPROD = (?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("COMPLEMENTARIO"),(Object)("3")}));
+parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("UPDATE CAT_GUNAPROD SET CAT_GP_TIPOPROD = (?) WHERE CAT_GP_TIPOPROD = (?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("PRIORITARIO"),(Object)("1")}));
//BA.debugLineNum = 169;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDATE CAT_";
-parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("UPDATE CAT_GUNAPROD SET CAT_GP_TIPOPROD = (?) WHERE CAT_GP_TIPOPROD = (?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("CATALOGO REGULAR"),(Object)("0")}));
+parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("UPDATE CAT_GUNAPROD SET CAT_GP_TIPOPROD = (?) WHERE CAT_GP_TIPOPROD = (?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("ESTRATEGICO"),(Object)("2")}));
//BA.debugLineNum = 170;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDATE CAT_";
+parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("UPDATE CAT_GUNAPROD SET CAT_GP_TIPOPROD = (?) WHERE CAT_GP_TIPOPROD = (?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("COMPLEMENTARIO"),(Object)("3")}));
+ //BA.debugLineNum = 171;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDATE CAT_";
+parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("UPDATE CAT_GUNAPROD SET CAT_GP_TIPOPROD = (?) WHERE CAT_GP_TIPOPROD = (?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("CATALOGO REGULAR"),(Object)("0")}));
+ //BA.debugLineNum = 172;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"UPDATE CAT_";
parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("UPDATE CAT_GUNAPROD SET CAT_GP_TIPOPROD = (?) WHERE CAT_GP_CLASIF = (?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("PROMOS"),(Object)("PROMOS")}));
- //BA.debugLineNum = 171;BA.debugLine="clv_prods_ll.GetBase.SetLayoutAnimated(0, 5dip, 1";
+ //BA.debugLineNum = 173;BA.debugLine="clv_prods_ll.GetBase.SetLayoutAnimated(0, 5dip, 1";
parent._clv_prods_ll._getbase().SetLayoutAnimated((int) (0),parent.__c.DipToCurrent((int) (5)),parent.__c.DipToCurrent((int) (130)),(int) (parent._root.getWidth()+10),(int) (parent._root.getHeight()*0.74));
- //BA.debugLineNum = 172;BA.debugLine="clv_prods_ll.Base_Resize(clv_prods_ll.GetBase.Wid";
+ //BA.debugLineNum = 174;BA.debugLine="clv_prods_ll.Base_Resize(clv_prods_ll.GetBase.Wid";
parent._clv_prods_ll._base_resize(parent._clv_prods_ll._getbase().getWidth(),parent._clv_prods_ll._getbase().getHeight());
- //BA.debugLineNum = 173;BA.debugLine="If B4XPages.MainPage.bTerminarClicked Then";
+ //BA.debugLineNum = 175;BA.debugLine="If B4XPages.MainPage.bTerminarClicked Then";
if (true) break;
case 9:
@@ -840,21 +879,21 @@ this.state = 11;
case 11:
//C
this.state = 12;
- //BA.debugLineNum = 174;BA.debugLine="lv_catalogos.Visible = True";
+ //BA.debugLineNum = 176;BA.debugLine="lv_catalogos.Visible = True";
parent._lv_catalogos.setVisible(parent.__c.True);
- //BA.debugLineNum = 175;BA.debugLine="lv_promos.Visible = False";
+ //BA.debugLineNum = 177;BA.debugLine="lv_promos.Visible = False";
parent._lv_promos.setVisible(parent.__c.False);
- //BA.debugLineNum = 176;BA.debugLine="lv_tipo.Visible = False";
+ //BA.debugLineNum = 178;BA.debugLine="lv_tipo.Visible = False";
parent._lv_tipo.setVisible(parent.__c.False);
- //BA.debugLineNum = 177;BA.debugLine="lv_subtipo.Visible = False";
+ //BA.debugLineNum = 179;BA.debugLine="lv_subtipo.Visible = False";
parent._lv_subtipo.setVisible(parent.__c.False);
- //BA.debugLineNum = 178;BA.debugLine="clv_prods_ll.AsView.Visible = False";
+ //BA.debugLineNum = 180;BA.debugLine="clv_prods_ll.AsView.Visible = False";
parent._clv_prods_ll._asview().setVisible(parent.__c.False);
- //BA.debugLineNum = 179;BA.debugLine="B4XPages.MainPage.bTerminarClicked = False";
+ //BA.debugLineNum = 181;BA.debugLine="B4XPages.MainPage.bTerminarClicked = False";
parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._bterminarclicked /*boolean*/ = parent.__c.False;
if (true) break;
;
- //BA.debugLineNum = 181;BA.debugLine="If ya_entro <> \"1\" Then";
+ //BA.debugLineNum = 183;BA.debugLine="If ya_entro <> \"1\" Then";
case 12:
//if
@@ -866,7 +905,7 @@ this.state = 14;
case 14:
//C
this.state = 15;
- //BA.debugLineNum = 182;BA.debugLine="If BUSCA.Text <> \"\" Then BUSCA.Text =\"\"";
+ //BA.debugLineNum = 184;BA.debugLine="If BUSCA.Text <> \"\" Then BUSCA.Text =\"\"";
if (true) break;
case 15:
@@ -886,11 +925,11 @@ case 20:
//C
this.state = 21;
;
- //BA.debugLineNum = 183;BA.debugLine="entro =\"3\"";
+ //BA.debugLineNum = 185;BA.debugLine="entro =\"3\"";
parent._entro = "3";
- //BA.debugLineNum = 184;BA.debugLine="lv_catalogos.Clear";
+ //BA.debugLineNum = 186;BA.debugLine="lv_catalogos.Clear";
parent._lv_catalogos.Clear();
- //BA.debugLineNum = 185;BA.debugLine="Sleep(100)";
+ //BA.debugLineNum = 187;BA.debugLine="Sleep(100)";
parent.__c.Sleep(ba,this,(int) (100));
this.state = 56;
return;
@@ -898,19 +937,19 @@ case 56:
//C
this.state = 21;
;
- //BA.debugLineNum = 186;BA.debugLine="lfila.Text = \"PORTAFOLIO\"";
+ //BA.debugLineNum = 188;BA.debugLine="lfila.Text = \"PORTAFOLIO\"";
parent._lfila.setText(BA.ObjectToCharSequence("PORTAFOLIO"));
- //BA.debugLineNum = 187;BA.debugLine="p_productos.Height = Root.Height";
+ //BA.debugLineNum = 189;BA.debugLine="p_productos.Height = Root.Height";
parent._p_productos.setHeight(parent._root.getHeight());
- //BA.debugLineNum = 188;BA.debugLine="clv_prods_ll.AsView.Visible = False";
+ //BA.debugLineNum = 190;BA.debugLine="clv_prods_ll.AsView.Visible = False";
parent._clv_prods_ll._asview().setVisible(parent.__c.False);
- //BA.debugLineNum = 189;BA.debugLine="lv_catalogos.Visible = True";
+ //BA.debugLineNum = 191;BA.debugLine="lv_catalogos.Visible = True";
parent._lv_catalogos.setVisible(parent.__c.True);
- //BA.debugLineNum = 190;BA.debugLine="p_botonesVenta.Visible = False";
+ //BA.debugLineNum = 192;BA.debugLine="p_botonesVenta.Visible = False";
parent._p_botonesventa.setVisible(parent.__c.False);
- //BA.debugLineNum = 191;BA.debugLine="p_botonesVenta.Top = clv_prods_ll.AsView.top + c";
+ //BA.debugLineNum = 193;BA.debugLine="p_botonesVenta.Top = clv_prods_ll.AsView.top + c";
parent._p_botonesventa.setTop((int) (parent._clv_prods_ll._asview().getTop()+parent._clv_prods_ll._asview().getHeight()-10));
- //BA.debugLineNum = 192;BA.debugLine="lv_promos.Visible = False";
+ //BA.debugLineNum = 194;BA.debugLine="lv_promos.Visible = False";
parent._lv_promos.setVisible(parent.__c.False);
if (true) break;
@@ -918,33 +957,33 @@ case 21:
//C
this.state = 22;
;
- //BA.debugLineNum = 194;BA.debugLine="Dim label1 As Label";
+ //BA.debugLineNum = 196;BA.debugLine="Dim label1 As Label";
_label1 = new anywheresoftware.b4a.objects.LabelWrapper();
- //BA.debugLineNum = 195;BA.debugLine="label1 = lv_catalogos.SingleLineLayout.Label";
+ //BA.debugLineNum = 197;BA.debugLine="label1 = lv_catalogos.SingleLineLayout.Label";
_label1 = parent._lv_catalogos.getSingleLineLayout().Label;
- //BA.debugLineNum = 196;BA.debugLine="label1.TextSize = 20";
+ //BA.debugLineNum = 198;BA.debugLine="label1.TextSize = 20";
_label1.setTextSize((float) (20));
- //BA.debugLineNum = 197;BA.debugLine="label1.TextColor = Colors.White";
+ //BA.debugLineNum = 199;BA.debugLine="label1.TextColor = Colors.White";
_label1.setTextColor(parent.__c.Colors.White);
- //BA.debugLineNum = 198;BA.debugLine="label1.Color = Colors.ARGB(58,255,255,255)";
+ //BA.debugLineNum = 200;BA.debugLine="label1.Color = Colors.ARGB(58,255,255,255)";
_label1.setColor(parent.__c.Colors.ARGB((int) (58),(int) (255),(int) (255),(int) (255)));
- //BA.debugLineNum = 199;BA.debugLine="label1.Typeface = Typeface.CreateNew(Typeface.DEF";
+ //BA.debugLineNum = 201;BA.debugLine="label1.Typeface = Typeface.CreateNew(Typeface.DEF";
_label1.setTypeface(parent.__c.Typeface.CreateNew(parent.__c.Typeface.DEFAULT_BOLD,parent.__c.Typeface.STYLE_BOLD));
- //BA.debugLineNum = 200;BA.debugLine="lv_catalogos.Width = Root.Width * 0.99";
+ //BA.debugLineNum = 202;BA.debugLine="lv_catalogos.Width = Root.Width * 0.99";
parent._lv_catalogos.setWidth((int) (parent._root.getWidth()*0.99));
- //BA.debugLineNum = 201;BA.debugLine="lv_catalogos.Clear";
+ //BA.debugLineNum = 203;BA.debugLine="lv_catalogos.Clear";
parent._lv_catalogos.Clear();
- //BA.debugLineNum = 202;BA.debugLine="lv_catalogos.AddSingleLine(\"PORTAFOLIO\")";
+ //BA.debugLineNum = 204;BA.debugLine="lv_catalogos.AddSingleLine(\"PORTAFOLIO\")";
parent._lv_catalogos.AddSingleLine(BA.ObjectToCharSequence("PORTAFOLIO"));
- //BA.debugLineNum = 204;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery($\"select cou";
+ //BA.debugLineNum = 206;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery($\"select cou";
parent._c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select count(*) as hayPromos from "+parent.__c.SmartStringFormatter("",(Object)(parent._subs._traetablaprods /*String*/ (ba,parent._tipo_venta)))+" where CAT_GP_TIPO = 'PROMOS'"))));
- //BA.debugLineNum = 205;BA.debugLine="c.Position = 0";
+ //BA.debugLineNum = 207;BA.debugLine="c.Position = 0";
parent._c.setPosition((int) (0));
- //BA.debugLineNum = 207;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery($\"SELECT CUE";
+ //BA.debugLineNum = 209;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery($\"SELECT CUE";
parent._c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("SELECT CUENTA FROM CUENTAA"))));
- //BA.debugLineNum = 208;BA.debugLine="c.Position = 0";
+ //BA.debugLineNum = 210;BA.debugLine="c.Position = 0";
parent._c.setPosition((int) (0));
- //BA.debugLineNum = 209;BA.debugLine="If c.GetString(\"CUENTA\") <> \"0\" And c.GetString(\"";
+ //BA.debugLineNum = 211;BA.debugLine="If c.GetString(\"CUENTA\") <> \"0\" And c.GetString(\"";
if (true) break;
case 22:
@@ -957,13 +996,13 @@ this.state = 24;
case 24:
//C
this.state = 25;
- //BA.debugLineNum = 210;BA.debugLine="c2=B4XPages.MainPage.skmt.ExecQuery2($\"select CA";
+ //BA.debugLineNum = 212;BA.debugLine="c2=B4XPages.MainPage.skmt.ExecQuery2($\"select CA";
parent._c2 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2(("select CAT_GP_ID, CAT_GP_NOMBRE, CAT_GP_PRECIO, CAT_GP_ALMACEN, IFNULL(CAT_GP_IMG,0) AS CAT_GP_IMG from "+parent.__c.SmartStringFormatter("",(Object)(parent._subs._traetablaprods /*String*/ (ba,parent._tipo_venta)))+" where CAT_GP_PRECIO > 0 AND CAT_GP_ALMACEN > 0 AND CAT_GP_TIPO = ? AND CAT_GP_SUBTIPO = ? AND CAT_GP_ID NOT IN (SELECT PE_PROID FROM PEDIDO WHERE PE_CLIENTE IN (Select cuenta from cuentaa))"),new String[]{"PROMOS","PROMOS"})));
- //BA.debugLineNum = 211;BA.debugLine="LogColor($\"select CAT_GP_ID, CAT_GP_NOMBRE, CAT_";
-parent.__c.LogImpl("029491257",("select CAT_GP_ID, CAT_GP_NOMBRE, CAT_GP_PRECIO, CAT_GP_ALMACEN, IFNULL(CAT_GP_IMG,0) AS CAT_GP_IMG from "+parent.__c.SmartStringFormatter("",(Object)(parent._subs._traetablaprods /*String*/ (ba,parent._tipo_venta)))+" where CAT_GP_PRECIO > 0 AND CAT_GP_ALMACEN > 0 AND CAT_GP_TIPO = ? AND CAT_GP_SUBTIPO = ? AND CAT_GP_ID NOT IN (SELECT PE_PROID FROM PEDIDO WHERE PE_CLIENTE IN (Select cuenta from cuentaa))"),parent.__c.Colors.Cyan);
- //BA.debugLineNum = 213;BA.debugLine="Private hayPromos As Boolean = False";
+ //BA.debugLineNum = 213;BA.debugLine="LogColor($\"select CAT_GP_ID, CAT_GP_NOMBRE, CAT_";
+parent.__c.LogImpl("729491257",("select CAT_GP_ID, CAT_GP_NOMBRE, CAT_GP_PRECIO, CAT_GP_ALMACEN, IFNULL(CAT_GP_IMG,0) AS CAT_GP_IMG from "+parent.__c.SmartStringFormatter("",(Object)(parent._subs._traetablaprods /*String*/ (ba,parent._tipo_venta)))+" where CAT_GP_PRECIO > 0 AND CAT_GP_ALMACEN > 0 AND CAT_GP_TIPO = ? AND CAT_GP_SUBTIPO = ? AND CAT_GP_ID NOT IN (SELECT PE_PROID FROM PEDIDO WHERE PE_CLIENTE IN (Select cuenta from cuentaa))"),parent.__c.Colors.Cyan);
+ //BA.debugLineNum = 215;BA.debugLine="Private hayPromos As Boolean = False";
_haypromos = parent.__c.False;
- //BA.debugLineNum = 214;BA.debugLine="If c2.RowCount > 0 Then";
+ //BA.debugLineNum = 216;BA.debugLine="If c2.RowCount > 0 Then";
if (true) break;
case 25:
@@ -978,9 +1017,9 @@ this.state = 42;
case 27:
//C
this.state = 28;
- //BA.debugLineNum = 215;BA.debugLine="Log(\"Esto es un conteo --->\"&c2.RowCount) 'Isaa";
-parent.__c.LogImpl("029491261","Esto es un conteo --->"+BA.NumberToString(parent._c2.getRowCount()),0);
- //BA.debugLineNum = 216;BA.debugLine="For i=0 To c2.RowCount -1";
+ //BA.debugLineNum = 217;BA.debugLine="Log(\"Esto es un conteo --->\"&c2.RowCount) 'Isaa";
+parent.__c.LogImpl("729491261","Esto es un conteo --->"+BA.NumberToString(parent._c2.getRowCount()),0);
+ //BA.debugLineNum = 218;BA.debugLine="For i=0 To c2.RowCount -1";
if (true) break;
case 28:
@@ -1007,14 +1046,14 @@ if (true) break;
case 30:
//C
this.state = 31;
- //BA.debugLineNum = 217;BA.debugLine="c2.Position = i";
+ //BA.debugLineNum = 219;BA.debugLine="c2.Position = i";
parent._c2.setPosition(_i);
- //BA.debugLineNum = 218;BA.debugLine="Log(\"Esto es i----->\"& i)'Isaac";
-parent.__c.LogImpl("029491264","Esto es i----->"+BA.NumberToString(_i),0);
- //BA.debugLineNum = 219;BA.debugLine="Private tm As Map = Subs.procesaPromocion(c2.G";
+ //BA.debugLineNum = 220;BA.debugLine="Log(\"Esto es i----->\"& i)'Isaac";
+parent.__c.LogImpl("729491264","Esto es i----->"+BA.NumberToString(_i),0);
+ //BA.debugLineNum = 221;BA.debugLine="Private tm As Map = Subs.procesaPromocion(c2.G";
_tm = new anywheresoftware.b4a.objects.collections.Map();
_tm = parent._subs._procesapromocion /*anywheresoftware.b4a.objects.collections.Map*/ (ba,parent._c2.GetString("CAT_GP_ID"),parent._clienteid);
- //BA.debugLineNum = 220;BA.debugLine="If tm.Get(\"status\") = \"ok\" Then 'Solo muestral";
+ //BA.debugLineNum = 222;BA.debugLine="If tm.Get(\"status\") = \"ok\" Then 'Solo muestral";
if (true) break;
case 31:
@@ -1027,7 +1066,7 @@ this.state = 33;
case 33:
//C
this.state = 34;
- //BA.debugLineNum = 221;BA.debugLine="hayPromos = True";
+ //BA.debugLineNum = 223;BA.debugLine="hayPromos = True";
_haypromos = parent.__c.True;
if (true) break;
@@ -1038,7 +1077,7 @@ this.state = 58;
if (true) break;
if (true) break;
;
- //BA.debugLineNum = 224;BA.debugLine="If hayPromos Then lv_catalogos.AddSingleLine(\"P";
+ //BA.debugLineNum = 226;BA.debugLine="If hayPromos Then lv_catalogos.AddSingleLine(\"P";
case 35:
//if
@@ -1062,15 +1101,15 @@ this.state = 43;
case 42:
//C
this.state = 43;
- //BA.debugLineNum = 226;BA.debugLine="Log(\"NO HAY PROMOS\")";
-parent.__c.LogImpl("029491272","NO HAY PROMOS",0);
+ //BA.debugLineNum = 228;BA.debugLine="Log(\"NO HAY PROMOS\")";
+parent.__c.LogImpl("729491272","NO HAY PROMOS",0);
if (true) break;
case 43:
//C
this.state = 44;
;
- //BA.debugLineNum = 228;BA.debugLine="c2.Close";
+ //BA.debugLineNum = 230;BA.debugLine="c2.Close";
parent._c2.Close();
if (true) break;
@@ -1078,7 +1117,7 @@ case 44:
//C
this.state = 45;
;
- //BA.debugLineNum = 231;BA.debugLine="Sleep(100)";
+ //BA.debugLineNum = 233;BA.debugLine="Sleep(100)";
parent.__c.Sleep(ba,this,(int) (100));
this.state = 59;
return;
@@ -1086,30 +1125,30 @@ case 59:
//C
this.state = 45;
;
- //BA.debugLineNum = 232;BA.debugLine="l_total.Visible =False";
+ //BA.debugLineNum = 234;BA.debugLine="l_total.Visible =False";
parent._l_total.setVisible(parent.__c.False);
- //BA.debugLineNum = 233;BA.debugLine="l_totProds.Visible = False";
+ //BA.debugLineNum = 235;BA.debugLine="l_totProds.Visible = False";
parent._l_totprods.setVisible(parent.__c.False);
- //BA.debugLineNum = 234;BA.debugLine="l_total.Left = 5dip";
+ //BA.debugLineNum = 236;BA.debugLine="l_total.Left = 5dip";
parent._l_total.setLeft(parent.__c.DipToCurrent((int) (5)));
- //BA.debugLineNum = 235;BA.debugLine="l_totProds.Width = Root.Width * 0.19";
+ //BA.debugLineNum = 237;BA.debugLine="l_totProds.Width = Root.Width * 0.19";
parent._l_totprods.setWidth((int) (parent._root.getWidth()*0.19));
- //BA.debugLineNum = 236;BA.debugLine="l_total.Left = l_totProds.Width + 20";
+ //BA.debugLineNum = 238;BA.debugLine="l_total.Left = l_totProds.Width + 20";
parent._l_total.setLeft((int) (parent._l_totprods.getWidth()+20));
- //BA.debugLineNum = 237;BA.debugLine="l_total.Width = Root.Width * 0.25";
+ //BA.debugLineNum = 239;BA.debugLine="l_total.Width = Root.Width * 0.25";
parent._l_total.setWidth((int) (parent._root.getWidth()*0.25));
- //BA.debugLineNum = 239;BA.debugLine="Dim m As Map = Subs.traeTotalesClienteActual";
+ //BA.debugLineNum = 241;BA.debugLine="Dim m As Map = Subs.traeTotalesClienteActual";
_m = new anywheresoftware.b4a.objects.collections.Map();
_m = parent._subs._traetotalesclienteactual /*anywheresoftware.b4a.objects.collections.Map*/ (ba);
- //BA.debugLineNum = 240;BA.debugLine="prodsPedidoActual = m.Get(\"productos\")";
+ //BA.debugLineNum = 242;BA.debugLine="prodsPedidoActual = m.Get(\"productos\")";
parent._prodspedidoactual = BA.ObjectToString(_m.Get((Object)("productos")));
- //BA.debugLineNum = 241;BA.debugLine="montoPedidoActual = m.Get(\"monto\")";
+ //BA.debugLineNum = 243;BA.debugLine="montoPedidoActual = m.Get(\"monto\")";
parent._montopedidoactual = BA.ObjectToString(_m.Get((Object)("monto")));
- //BA.debugLineNum = 242;BA.debugLine="hayPedido = Subs.hayPedido";
+ //BA.debugLineNum = 244;BA.debugLine="hayPedido = Subs.hayPedido";
parent._haypedido = parent._subs._haypedido /*boolean*/ (ba);
- //BA.debugLineNum = 244;BA.debugLine="B4XPages.MainPage.productos.clv_prods_ll.Clear";
+ //BA.debugLineNum = 246;BA.debugLine="B4XPages.MainPage.productos.clv_prods_ll.Clear";
parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._productos /*gunav2.keymon.com.mx.c_productos*/ ._clv_prods_ll /*b4a.example3.customlistview*/ ._clear();
- //BA.debugLineNum = 245;BA.debugLine="If reiniciarlistaProds Then";
+ //BA.debugLineNum = 247;BA.debugLine="If reiniciarlistaProds Then";
if (true) break;
case 45:
@@ -1124,18 +1163,18 @@ this.state = 49;
case 47:
//C
this.state = 50;
- //BA.debugLineNum = 248;BA.debugLine="clv_prods_ll.Clear";
+ //BA.debugLineNum = 250;BA.debugLine="clv_prods_ll.Clear";
parent._clv_prods_ll._clear();
if (true) break;
case 49:
//C
this.state = 50;
- //BA.debugLineNum = 253;BA.debugLine="clv_prods_ll.Clear";
+ //BA.debugLineNum = 255;BA.debugLine="clv_prods_ll.Clear";
parent._clv_prods_ll._clear();
if (true) break;
;
- //BA.debugLineNum = 255;BA.debugLine="If clv_prods_ll.Size = 0 Then LlenaProdsLL(Null)";
+ //BA.debugLineNum = 257;BA.debugLine="If clv_prods_ll.Size = 0 Then LlenaProdsLL(Null)";
case 50:
//if
@@ -1154,25 +1193,25 @@ case 55:
//C
this.state = -1;
;
- //BA.debugLineNum = 256;BA.debugLine="clv_prods_ll.JumpToItem(0) 'Vamos al primer artíc";
+ //BA.debugLineNum = 258;BA.debugLine="clv_prods_ll.JumpToItem(0) 'Vamos al primer artíc";
parent._clv_prods_ll._jumptoitem((int) (0));
- //BA.debugLineNum = 257;BA.debugLine="PCLV.lblHint.SetTextSizeAnimated(0,13)";
+ //BA.debugLineNum = 259;BA.debugLine="PCLV.lblHint.SetTextSizeAnimated(0,13)";
parent._pclv._lblhint /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .SetTextSizeAnimated((int) (0),(float) (13));
- //BA.debugLineNum = 258;BA.debugLine="PCLV.B4XSeekBar1.Color1=Colors.DarkGray";
+ //BA.debugLineNum = 260;BA.debugLine="PCLV.B4XSeekBar1.Color1=Colors.DarkGray";
parent._pclv._b4xseekbar1 /*gunav2.keymon.com.mx.b4xseekbar*/ ._color1 /*int*/ = parent.__c.Colors.DarkGray;
- //BA.debugLineNum = 259;BA.debugLine="PCLV.B4XSeekBar1.Color2=Colors.DarkGray";
+ //BA.debugLineNum = 261;BA.debugLine="PCLV.B4XSeekBar1.Color2=Colors.DarkGray";
parent._pclv._b4xseekbar1 /*gunav2.keymon.com.mx.b4xseekbar*/ ._color2 /*int*/ = parent.__c.Colors.DarkGray;
- //BA.debugLineNum = 260;BA.debugLine="PCLV.B4XSeekBar1.ThumbColor=Colors.red";
+ //BA.debugLineNum = 262;BA.debugLine="PCLV.B4XSeekBar1.ThumbColor=Colors.red";
parent._pclv._b4xseekbar1 /*gunav2.keymon.com.mx.b4xseekbar*/ ._thumbcolor /*int*/ = parent.__c.Colors.Red;
- //BA.debugLineNum = 261;BA.debugLine="PCLV.B4XSeekBar1.mBase.Left=Root.Width *0.91";
+ //BA.debugLineNum = 263;BA.debugLine="PCLV.B4XSeekBar1.mBase.Left=Root.Width *0.91";
parent._pclv._b4xseekbar1 /*gunav2.keymon.com.mx.b4xseekbar*/ ._mbase /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .setLeft((int) (parent._root.getWidth()*0.91));
- //BA.debugLineNum = 263;BA.debugLine="PCLV.B4XSeekBar1.mBase.Height=clv_prods_ll.AsView";
+ //BA.debugLineNum = 265;BA.debugLine="PCLV.B4XSeekBar1.mBase.Height=clv_prods_ll.AsView";
parent._pclv._b4xseekbar1 /*gunav2.keymon.com.mx.b4xseekbar*/ ._mbase /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .setHeight(parent._clv_prods_ll._asview().getHeight());
- //BA.debugLineNum = 264;BA.debugLine="PCLV.pnlOverlay.Height = clv_prods_ll.AsView.Heig";
+ //BA.debugLineNum = 266;BA.debugLine="PCLV.pnlOverlay.Height = clv_prods_ll.AsView.Heig";
parent._pclv._pnloverlay /*anywheresoftware.b4a.objects.B4XViewWrapper*/ .setHeight(parent._clv_prods_ll._asview().getHeight());
- //BA.debugLineNum = 265;BA.debugLine="PCLV.B4XSeekBar1.Update";
+ //BA.debugLineNum = 267;BA.debugLine="PCLV.B4XSeekBar1.Update";
parent._pclv._b4xseekbar1 /*gunav2.keymon.com.mx.b4xseekbar*/ ._update /*String*/ ();
- //BA.debugLineNum = 269;BA.debugLine="End Sub";
+ //BA.debugLineNum = 271;BA.debugLine="End Sub";
if (true) break;
}
@@ -1201,7 +1240,7 @@ parent.__c.ReturnFromResumableSub(this,null);return;}
case 0:
//C
this.state = 1;
- //BA.debugLineNum = 635;BA.debugLine="If l_info.Visible Then";
+ //BA.debugLineNum = 637;BA.debugLine="If l_info.Visible Then";
if (true) break;
case 1:
@@ -1226,11 +1265,11 @@ this.state = 15;
case 3:
//C
this.state = 16;
- //BA.debugLineNum = 636;BA.debugLine="l_info.Visible = False";
+ //BA.debugLineNum = 638;BA.debugLine="l_info.Visible = False";
parent._l_info.setVisible(parent.__c.False);
- //BA.debugLineNum = 637;BA.debugLine="Log(\"AQUI\")";
-parent.__c.LogImpl("029884421","AQUI",0);
- //BA.debugLineNum = 638;BA.debugLine="Return False";
+ //BA.debugLineNum = 639;BA.debugLine="Log(\"AQUI\")";
+parent.__c.LogImpl("729884421","AQUI",0);
+ //BA.debugLineNum = 640;BA.debugLine="Return False";
if (true) {
parent.__c.ReturnFromResumableSub(this,(Object)(parent.__c.False));return;};
if (true) break;
@@ -1238,11 +1277,11 @@ parent.__c.ReturnFromResumableSub(this,(Object)(parent.__c.False));return;};
case 5:
//C
this.state = 16;
- //BA.debugLineNum = 640;BA.debugLine="p_vistaPreviaTrans.Visible = False";
+ //BA.debugLineNum = 642;BA.debugLine="p_vistaPreviaTrans.Visible = False";
parent._p_vistapreviatrans.setVisible(parent.__c.False);
- //BA.debugLineNum = 641;BA.debugLine="Log(\"AQUI\")";
-parent.__c.LogImpl("029884425","AQUI",0);
- //BA.debugLineNum = 642;BA.debugLine="Return False";
+ //BA.debugLineNum = 643;BA.debugLine="Log(\"AQUI\")";
+parent.__c.LogImpl("729884425","AQUI",0);
+ //BA.debugLineNum = 644;BA.debugLine="Return False";
if (true) {
parent.__c.ReturnFromResumableSub(this,(Object)(parent.__c.False));return;};
if (true) break;
@@ -1250,19 +1289,19 @@ parent.__c.ReturnFromResumableSub(this,(Object)(parent.__c.False));return;};
case 7:
//C
this.state = 16;
- //BA.debugLineNum = 644;BA.debugLine="lv_promos.Visible = False";
+ //BA.debugLineNum = 646;BA.debugLine="lv_promos.Visible = False";
parent._lv_promos.setVisible(parent.__c.False);
- //BA.debugLineNum = 645;BA.debugLine="lv_catalogos.Visible = True";
+ //BA.debugLineNum = 647;BA.debugLine="lv_catalogos.Visible = True";
parent._lv_catalogos.setVisible(parent.__c.True);
- //BA.debugLineNum = 646;BA.debugLine="p_botonesVenta.Visible = False";
+ //BA.debugLineNum = 648;BA.debugLine="p_botonesVenta.Visible = False";
parent._p_botonesventa.setVisible(parent.__c.False);
- //BA.debugLineNum = 647;BA.debugLine="l_total.Visible = False";
+ //BA.debugLineNum = 649;BA.debugLine="l_total.Visible = False";
parent._l_total.setVisible(parent.__c.False);
- //BA.debugLineNum = 648;BA.debugLine="l_totProds.Visible = False";
+ //BA.debugLineNum = 650;BA.debugLine="l_totProds.Visible = False";
parent._l_totprods.setVisible(parent.__c.False);
- //BA.debugLineNum = 649;BA.debugLine="Log(\"AQUI\")";
-parent.__c.LogImpl("029884433","AQUI",0);
- //BA.debugLineNum = 650;BA.debugLine="Return False";
+ //BA.debugLineNum = 651;BA.debugLine="Log(\"AQUI\")";
+parent.__c.LogImpl("729884433","AQUI",0);
+ //BA.debugLineNum = 652;BA.debugLine="Return False";
if (true) {
parent.__c.ReturnFromResumableSub(this,(Object)(parent.__c.False));return;};
if (true) break;
@@ -1270,23 +1309,23 @@ parent.__c.ReturnFromResumableSub(this,(Object)(parent.__c.False));return;};
case 9:
//C
this.state = 16;
- //BA.debugLineNum = 652;BA.debugLine="lfila.text = \"PORTAFOLIO\"";
+ //BA.debugLineNum = 654;BA.debugLine="lfila.text = \"PORTAFOLIO\"";
parent._lfila.setText(BA.ObjectToCharSequence("PORTAFOLIO"));
- //BA.debugLineNum = 653;BA.debugLine="clv_prods_ll.AsView.Visible = False";
+ //BA.debugLineNum = 655;BA.debugLine="clv_prods_ll.AsView.Visible = False";
parent._clv_prods_ll._asview().setVisible(parent.__c.False);
- //BA.debugLineNum = 654;BA.debugLine="lv_subtipo.Visible = False";
+ //BA.debugLineNum = 656;BA.debugLine="lv_subtipo.Visible = False";
parent._lv_subtipo.setVisible(parent.__c.False);
- //BA.debugLineNum = 655;BA.debugLine="p_botonesVenta.Visible = False";
+ //BA.debugLineNum = 657;BA.debugLine="p_botonesVenta.Visible = False";
parent._p_botonesventa.setVisible(parent.__c.False);
- //BA.debugLineNum = 656;BA.debugLine="l_total.Visible = False";
+ //BA.debugLineNum = 658;BA.debugLine="l_total.Visible = False";
parent._l_total.setVisible(parent.__c.False);
- //BA.debugLineNum = 657;BA.debugLine="l_totProds.Visible = False";
+ //BA.debugLineNum = 659;BA.debugLine="l_totProds.Visible = False";
parent._l_totprods.setVisible(parent.__c.False);
- //BA.debugLineNum = 658;BA.debugLine="lv_catalogos.Visible = True";
+ //BA.debugLineNum = 660;BA.debugLine="lv_catalogos.Visible = True";
parent._lv_catalogos.setVisible(parent.__c.True);
- //BA.debugLineNum = 659;BA.debugLine="Log(\"AQUI\")";
-parent.__c.LogImpl("029884443","AQUI",0);
- //BA.debugLineNum = 660;BA.debugLine="Return False";
+ //BA.debugLineNum = 661;BA.debugLine="Log(\"AQUI\")";
+parent.__c.LogImpl("729884443","AQUI",0);
+ //BA.debugLineNum = 662;BA.debugLine="Return False";
if (true) {
parent.__c.ReturnFromResumableSub(this,(Object)(parent.__c.False));return;};
if (true) break;
@@ -1294,11 +1333,11 @@ parent.__c.ReturnFromResumableSub(this,(Object)(parent.__c.False));return;};
case 11:
//C
this.state = 16;
- //BA.debugLineNum = 673;BA.debugLine="Log(\"AQUI\")";
-parent.__c.LogImpl("029884457","AQUI",0);
- //BA.debugLineNum = 675;BA.debugLine="B4XPages.ShowPage(\"Cliente\")";
+ //BA.debugLineNum = 675;BA.debugLine="Log(\"AQUI\")";
+parent.__c.LogImpl("729884457","AQUI",0);
+ //BA.debugLineNum = 677;BA.debugLine="B4XPages.ShowPage(\"Cliente\")";
parent._b4xpages._showpage /*String*/ (ba,"Cliente");
- //BA.debugLineNum = 676;BA.debugLine="Return True";
+ //BA.debugLineNum = 678;BA.debugLine="Return True";
if (true) {
parent.__c.ReturnFromResumableSub(this,(Object)(parent.__c.True));return;};
if (true) break;
@@ -1306,11 +1345,11 @@ parent.__c.ReturnFromResumableSub(this,(Object)(parent.__c.True));return;};
case 13:
//C
this.state = 16;
- //BA.debugLineNum = 678;BA.debugLine="B4XPages.ShowPage(\"Cliente\")";
+ //BA.debugLineNum = 680;BA.debugLine="B4XPages.ShowPage(\"Cliente\")";
parent._b4xpages._showpage /*String*/ (ba,"Cliente");
- //BA.debugLineNum = 679;BA.debugLine="Log(\"AQUI\")";
-parent.__c.LogImpl("029884463","AQUI",0);
- //BA.debugLineNum = 680;BA.debugLine="Return False";
+ //BA.debugLineNum = 681;BA.debugLine="Log(\"AQUI\")";
+parent.__c.LogImpl("729884463","AQUI",0);
+ //BA.debugLineNum = 682;BA.debugLine="Return False";
if (true) {
parent.__c.ReturnFromResumableSub(this,(Object)(parent.__c.False));return;};
if (true) break;
@@ -1318,11 +1357,11 @@ parent.__c.ReturnFromResumableSub(this,(Object)(parent.__c.False));return;};
case 15:
//C
this.state = 16;
- //BA.debugLineNum = 682;BA.debugLine="B4XPages.ShowPage(\"Cliente\")";
+ //BA.debugLineNum = 684;BA.debugLine="B4XPages.ShowPage(\"Cliente\")";
parent._b4xpages._showpage /*String*/ (ba,"Cliente");
- //BA.debugLineNum = 683;BA.debugLine="Log(\"AQUI\")";
-parent.__c.LogImpl("029884467","AQUI",0);
- //BA.debugLineNum = 684;BA.debugLine="Return False";
+ //BA.debugLineNum = 685;BA.debugLine="Log(\"AQUI\")";
+parent.__c.LogImpl("729884467","AQUI",0);
+ //BA.debugLineNum = 686;BA.debugLine="Return False";
if (true) {
parent.__c.ReturnFromResumableSub(this,(Object)(parent.__c.False));return;};
if (true) break;
@@ -1331,7 +1370,7 @@ case 16:
//C
this.state = -1;
;
- //BA.debugLineNum = 686;BA.debugLine="End Sub";
+ //BA.debugLineNum = 688;BA.debugLine="End Sub";
if (true) break;
}
@@ -1341,70 +1380,70 @@ if (true) break;
public String _b4xpage_created(anywheresoftware.b4a.objects.B4XViewWrapper _root1) throws Exception{
anywheresoftware.b4a.objects.LabelWrapper _label1 = null;
int _i = 0;
- //BA.debugLineNum = 113;BA.debugLine="Private Sub B4XPage_Created (Root1 As B4XView)";
- //BA.debugLineNum = 114;BA.debugLine="Root = Root1";
+ //BA.debugLineNum = 115;BA.debugLine="Private Sub B4XPage_Created (Root1 As B4XView)";
+ //BA.debugLineNum = 116;BA.debugLine="Root = Root1";
_root = _root1;
- //BA.debugLineNum = 117;BA.debugLine="Root.LoadLayout(\"productos\")";
+ //BA.debugLineNum = 119;BA.debugLine="Root.LoadLayout(\"productos\")";
_root.LoadLayout("productos",ba);
- //BA.debugLineNum = 118;BA.debugLine="ruta = File.DirInternal";
+ //BA.debugLineNum = 120;BA.debugLine="ruta = File.DirInternal";
_ruta = __c.File.getDirInternal();
- //BA.debugLineNum = 119;BA.debugLine="If File.Exists(ruta, \"kmt.db\") = False Then";
+ //BA.debugLineNum = 121;BA.debugLine="If File.Exists(ruta, \"kmt.db\") = False Then";
if (__c.File.Exists(_ruta,"kmt.db")==__c.False) {
- //BA.debugLineNum = 120;BA.debugLine="File.Copy(File.DirAssets, \"kmt.db\", ruta, \"kmt.d";
+ //BA.debugLineNum = 122;BA.debugLine="File.Copy(File.DirAssets, \"kmt.db\", ruta, \"kmt.d";
__c.File.Copy(__c.File.getDirAssets(),"kmt.db",_ruta,"kmt.db");
};
- //BA.debugLineNum = 122;BA.debugLine="PCLV.Initialize(Me, \"PCLV\", clv_prods_ll)";
+ //BA.debugLineNum = 124;BA.debugLine="PCLV.Initialize(Me, \"PCLV\", clv_prods_ll)";
_pclv._initialize /*String*/ (ba,this,"PCLV",_clv_prods_ll);
- //BA.debugLineNum = 123;BA.debugLine="ciclo = 1";
+ //BA.debugLineNum = 125;BA.debugLine="ciclo = 1";
_ciclo = BA.NumberToString(1);
- //BA.debugLineNum = 124;BA.debugLine="l_info.Width = Root.Width * 0.8";
+ //BA.debugLineNum = 126;BA.debugLine="l_info.Width = Root.Width * 0.8";
_l_info.setWidth((int) (_root.getWidth()*0.8));
- //BA.debugLineNum = 125;BA.debugLine="l_info.Left = (Root.Width/2) - (l_info.Width/2)";
+ //BA.debugLineNum = 127;BA.debugLine="l_info.Left = (Root.Width/2) - (l_info.Width/2)";
_l_info.setLeft((int) ((_root.getWidth()/(double)2)-(_l_info.getWidth()/(double)2)));
- //BA.debugLineNum = 126;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select dist";
+ //BA.debugLineNum = 128;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select dist";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select distinct CAT_GP_TIPO from cat_gunaprod where CAT_GP_TIPO <> 'PROMOS' order by CAT_GP_TIPO")));
- //BA.debugLineNum = 127;BA.debugLine="If c.RowCount > 0 Then";
+ //BA.debugLineNum = 129;BA.debugLine="If c.RowCount > 0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 128;BA.debugLine="Dim label1 As Label";
+ //BA.debugLineNum = 130;BA.debugLine="Dim label1 As Label";
_label1 = new anywheresoftware.b4a.objects.LabelWrapper();
- //BA.debugLineNum = 129;BA.debugLine="label1 = lv_tipo.SingleLineLayout.Label";
+ //BA.debugLineNum = 131;BA.debugLine="label1 = lv_tipo.SingleLineLayout.Label";
_label1 = _lv_tipo.getSingleLineLayout().Label;
- //BA.debugLineNum = 130;BA.debugLine="label1.TextSize = 17";
+ //BA.debugLineNum = 132;BA.debugLine="label1.TextSize = 17";
_label1.setTextSize((float) (17));
- //BA.debugLineNum = 131;BA.debugLine="label1.TextColor = Colors.Black";
+ //BA.debugLineNum = 133;BA.debugLine="label1.TextColor = Colors.Black";
_label1.setTextColor(__c.Colors.Black);
- //BA.debugLineNum = 132;BA.debugLine="lv_tipo.Clear";
+ //BA.debugLineNum = 134;BA.debugLine="lv_tipo.Clear";
_lv_tipo.Clear();
- //BA.debugLineNum = 133;BA.debugLine="For i=0 To c.RowCount-1";
+ //BA.debugLineNum = 135;BA.debugLine="For i=0 To c.RowCount-1";
{
final int step18 = 1;
final int limit18 = (int) (_c.getRowCount()-1);
_i = (int) (0) ;
for (;_i <= limit18 ;_i = _i + step18 ) {
- //BA.debugLineNum = 134;BA.debugLine="c.Position=i";
+ //BA.debugLineNum = 136;BA.debugLine="c.Position=i";
_c.setPosition(_i);
- //BA.debugLineNum = 135;BA.debugLine="Log(\"ENTRE AQUI EN PROMOS create\")";
-__c.LogImpl("029425686","ENTRE AQUI EN PROMOS create",0);
- //BA.debugLineNum = 136;BA.debugLine="lv_tipo.AddSingleLine(c.GetString(\"CAT_GP_TIPO\"";
+ //BA.debugLineNum = 137;BA.debugLine="Log(\"ENTRE AQUI EN PROMOS create\")";
+__c.LogImpl("729425686","ENTRE AQUI EN PROMOS create",0);
+ //BA.debugLineNum = 138;BA.debugLine="lv_tipo.AddSingleLine(c.GetString(\"CAT_GP_TIPO\"";
_lv_tipo.AddSingleLine(BA.ObjectToCharSequence(_c.GetString("CAT_GP_TIPO")));
}
};
};
- //BA.debugLineNum = 139;BA.debugLine="c.Close";
+ //BA.debugLineNum = 141;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 142;BA.debugLine="listaTiempos.Initialize";
+ //BA.debugLineNum = 144;BA.debugLine="listaTiempos.Initialize";
_listatiempos.Initialize();
- //BA.debugLineNum = 143;BA.debugLine="listaProds.Initialize";
+ //BA.debugLineNum = 145;BA.debugLine="listaProds.Initialize";
_listaprods.Initialize();
- //BA.debugLineNum = 144;BA.debugLine="pedidoMap.Initialize";
+ //BA.debugLineNum = 146;BA.debugLine="pedidoMap.Initialize";
_pedidomap.Initialize();
- //BA.debugLineNum = 145;BA.debugLine="listaHints.Initialize";
+ //BA.debugLineNum = 147;BA.debugLine="listaHints.Initialize";
_listahints.Initialize();
- //BA.debugLineNum = 148;BA.debugLine="clv_prods_ll.Clear";
+ //BA.debugLineNum = 150;BA.debugLine="clv_prods_ll.Clear";
_clv_prods_ll._clear();
- //BA.debugLineNum = 149;BA.debugLine="prodsMap.Initialize";
+ //BA.debugLineNum = 151;BA.debugLine="prodsMap.Initialize";
_prodsmap.Initialize();
- //BA.debugLineNum = 150;BA.debugLine="End Sub";
+ //BA.debugLineNum = 152;BA.debugLine="End Sub";
return "";
}
public void _busca_textchanged(String _old,String _new) throws Exception{
@@ -1433,7 +1472,7 @@ return;
case 0:
//C
this.state = 1;
- //BA.debugLineNum = 1750;BA.debugLine="If Not(clv_prods_ll.AsView.Visible) Then clv_prod";
+ //BA.debugLineNum = 1804;BA.debugLine="If Not(clv_prods_ll.AsView.Visible) Then clv_prod";
if (true) break;
case 1:
@@ -1453,7 +1492,7 @@ case 6:
//C
this.state = 7;
;
- //BA.debugLineNum = 1751;BA.debugLine="If (New.Length = 1 Or New.Length = 2) And Not(for";
+ //BA.debugLineNum = 1805;BA.debugLine="If (New.Length = 1 Or New.Length = 2) And Not(for";
if (true) break;
case 7:
@@ -1473,15 +1512,15 @@ case 12:
//C
this.state = -1;
;
- //BA.debugLineNum = 1752;BA.debugLine="forzarBusqueda = False";
+ //BA.debugLineNum = 1806;BA.debugLine="forzarBusqueda = False";
parent._forzarbusqueda = parent.__c.False;
- //BA.debugLineNum = 1753;BA.debugLine="clv_prods_ll.Clear";
+ //BA.debugLineNum = 1807;BA.debugLine="clv_prods_ll.Clear";
parent._clv_prods_ll._clear();
- //BA.debugLineNum = 1754;BA.debugLine="listaProds.Initialize";
+ //BA.debugLineNum = 1808;BA.debugLine="listaProds.Initialize";
parent._listaprods.Initialize();
- //BA.debugLineNum = 1755;BA.debugLine="listaHints.Initialize";
+ //BA.debugLineNum = 1809;BA.debugLine="listaHints.Initialize";
parent._listahints.Initialize();
- //BA.debugLineNum = 1756;BA.debugLine="Sleep(0)";
+ //BA.debugLineNum = 1810;BA.debugLine="Sleep(0)";
parent.__c.Sleep(ba,this,(int) (0));
this.state = 13;
return;
@@ -1489,20 +1528,35 @@ case 13:
//C
this.state = -1;
;
- //BA.debugLineNum = 1761;BA.debugLine="Dim p As ResultSet = B4XPages.MainPage.skmt.Exec";
+ //BA.debugLineNum = 1815;BA.debugLine="Dim p As ResultSet = B4XPages.MainPage.skmt.Exec";
_p = new anywheresoftware.b4a.sql.SQL.ResultSetWrapper();
_p = (anywheresoftware.b4a.sql.SQL.ResultSetWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.ResultSetWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select DISTINCT CAT_GP_ID, CAT_GP_NOMBRE, CAT_GP_ALMACEN, CAT_GP_PRECIO, CAT_GP_TIPOPROD, CAT_LISTAPRECIO from "+parent.__c.SmartStringFormatter("",(Object)(parent._starter._tabla /*String*/ ))+" LEFT JOIN PEDIDO ON CAT_GP_ID = PE_PROID where CAT_GP_NOMBRE like '%"+parent.__c.SmartStringFormatter("",(Object)(_new))+"%' AND CAT_GP_PRECIO > 0 And CAT_GP_ALMACEN > 0 And CAT_GP_CLASIF <> 'PROMOS' AND CAT_GP_TIPO <> 'PROMOCION' union all select DISTINCT CAT_GP_ID, CAT_GP_NOMBRE, CAT_GP_ALMACEN, CAT_GP_PRECIO, CAT_GP_TIPOPROD, CAT_LISTAPRECIO from "+parent.__c.SmartStringFormatter("",(Object)(parent._starter._tabla /*String*/ ))+" LEFT JOIN PEDIDO ON CAT_GP_ID = PE_PROID where CAT_GP_PRECIO > 0 And CAT_GP_ALMACEN = 0 And CAT_GP_CLASIF <> 'PROMOS' and cat_gp_id in (select pe_proid from pedido where pe_cliente in (select cuenta from cuentaa)) order by 2"))));
- //BA.debugLineNum = 1763;BA.debugLine="Log(\"Llamamos LlenaProdsLL\")";
-parent.__c.LogImpl("031260687","Llamamos LlenaProdsLL",0);
- //BA.debugLineNum = 1764;BA.debugLine="LlenaProdsLL(p)";
+ //BA.debugLineNum = 1817;BA.debugLine="Log(\"Llamamos LlenaProdsLL\")";
+parent.__c.LogImpl("731260687","Llamamos LlenaProdsLL",0);
+ //BA.debugLineNum = 1818;BA.debugLine="LlenaProdsLL(p)";
parent._llenaprodsll(_p);
- //BA.debugLineNum = 1783;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1837;BA.debugLine="End Sub";
if (true) break;
}
}
}
}
+public String _cb_descuento_checkedchange(boolean _checked) throws Exception{
+ //BA.debugLineNum = 2506;BA.debugLine="Private Sub cb_descuento_CheckedChange(Checked As";
+ //BA.debugLineNum = 2507;BA.debugLine="Log(Sender.As(CheckBox).Tag)";
+__c.LogImpl("731981569",BA.ObjectToString(((anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper(), (android.widget.CheckBox)(__c.Sender(ba)))).getTag()),0);
+ //BA.debugLineNum = 2508;BA.debugLine="If Sender.As(CheckBox).Checked Then";
+if (((anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper(), (android.widget.CheckBox)(__c.Sender(ba)))).getChecked()) {
+ //BA.debugLineNum = 2509;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"UPDATE ped";
+_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("UPDATE pedido SET PE_DESC = 1 WHERE PE_CLIENTE In (select cuenta from cuentaa) AND PE_PROID = '"+__c.SmartStringFormatter("",((anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper(), (android.widget.CheckBox)(__c.Sender(ba)))).getTag())+"' AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_subs._traealmacen /*String*/ (ba)))+"'"));
+ }else {
+ //BA.debugLineNum = 2511;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"UPDATE ped";
+_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("UPDATE pedido SET PE_DESC = 0 WHERE PE_CLIENTE In (select cuenta from cuentaa) AND PE_PROID = '"+__c.SmartStringFormatter("",((anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper(), (android.widget.CheckBox)(__c.Sender(ba)))).getTag())+"' AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_subs._traealmacen /*String*/ (ba)))+"'"));
+ };
+ //BA.debugLineNum = 2514;BA.debugLine="End Sub";
+return "";
+}
public String _class_globals() throws Exception{
//BA.debugLineNum = 1;BA.debugLine="Sub Class_Globals";
//BA.debugLineNum = 2;BA.debugLine="Private Root As B4XView 'ignore";
@@ -1701,12 +1755,14 @@ _b_acep_dev = new anywheresoftware.b4a.objects.ButtonWrapper();
_preciodev = 0;
//BA.debugLineNum = 104;BA.debugLine="Dim nombredev As String";
_nombredev = "";
- //BA.debugLineNum = 105;BA.debugLine="End Sub";
+ //BA.debugLineNum = 106;BA.debugLine="Private cb_descuento As CheckBox";
+_cb_descuento = new anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper();
+ //BA.debugLineNum = 107;BA.debugLine="End Sub";
return "";
}
public String _clv_prods_ll_itemclick(int _index,Object _value) throws Exception{
- //BA.debugLineNum = 1529;BA.debugLine="Private Sub clv_prods_ll_ItemClick (Index As Int,";
- //BA.debugLineNum = 1531;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1563;BA.debugLine="Private Sub clv_prods_ll_ItemClick (Index As Int,";
+ //BA.debugLineNum = 1565;BA.debugLine="End Sub";
return "";
}
public String _clv_prods_ll_visiblerangechanged(int _firstindex,int _lastindex) throws Exception{
@@ -1714,110 +1770,139 @@ int _extrasize = 0;
int _i = 0;
anywheresoftware.b4a.objects.B4XViewWrapper _pnl = null;
anywheresoftware.b4a.objects.CSBuilder _cs = null;
+anywheresoftware.b4a.sql.SQL.CursorWrapper _descped = null;
String _precio = "";
- //BA.debugLineNum = 1579;BA.debugLine="Private Sub clv_prods_ll_VisibleRangeChanged (Firs";
- //BA.debugLineNum = 1623;BA.debugLine="Dim ExtraSize As Int = 15 'List size";
+ //BA.debugLineNum = 1613;BA.debugLine="Private Sub clv_prods_ll_VisibleRangeChanged (Firs";
+ //BA.debugLineNum = 1657;BA.debugLine="Dim ExtraSize As Int = 15 'List size";
_extrasize = (int) (15);
- //BA.debugLineNum = 1624;BA.debugLine="For i = Max(0, FirstIndex - ExtraSize) To Min(Las";
+ //BA.debugLineNum = 1658;BA.debugLine="For i = Max(0, FirstIndex - ExtraSize) To Min(Las";
{
final int step2 = 1;
final int limit2 = (int) (__c.Min(_lastindex+_extrasize,_clv_prods_ll._getsize()-1));
_i = (int) (__c.Max(0,_firstindex-_extrasize)) ;
for (;_i <= limit2 ;_i = _i + step2 ) {
- //BA.debugLineNum = 1625;BA.debugLine="Dim Pnl As B4XView = clv_prods_ll.GetPanel(i)";
+ //BA.debugLineNum = 1659;BA.debugLine="Dim Pnl As B4XView = clv_prods_ll.GetPanel(i)";
_pnl = new anywheresoftware.b4a.objects.B4XViewWrapper();
_pnl = _clv_prods_ll._getpanel(_i);
- //BA.debugLineNum = 1626;BA.debugLine="If i > FirstIndex - ExtraSize And i < LastIndex";
+ //BA.debugLineNum = 1660;BA.debugLine="If i > FirstIndex - ExtraSize And i < LastIndex";
if (_i>_firstindex-_extrasize && _i<_lastindex+_extrasize) {
- //BA.debugLineNum = 1628;BA.debugLine="If Pnl.NumberOfViews = 0 Then 'Add each item/la";
+ //BA.debugLineNum = 1662;BA.debugLine="If Pnl.NumberOfViews = 0 Then 'Add each item/la";
if (_pnl.getNumberOfViews()==0) {
- //BA.debugLineNum = 1629;BA.debugLine="Pnl.LoadLayout(\"proditem\")";
+ //BA.debugLineNum = 1663;BA.debugLine="Pnl.LoadLayout(\"proditem\")";
_pnl.LoadLayout("proditem",ba);
- //BA.debugLineNum = 1631;BA.debugLine="p_prods.Width = Root.Width * 0.92";
+ //BA.debugLineNum = 1665;BA.debugLine="p_prods.Width = Root.Width * 0.92";
_p_prods.setWidth((int) (_root.getWidth()*0.92));
- //BA.debugLineNum = 1632;BA.debugLine="p_botMasMen.Left = p_prods.Width - (p_botMasMe";
+ //BA.debugLineNum = 1666;BA.debugLine="p_botMasMen.Left = p_prods.Width - (p_botMasMe";
_p_botmasmen.setLeft((int) (_p_prods.getWidth()-(_p_botmasmen.getWidth()+5)));
- //BA.debugLineNum = 1633;BA.debugLine="p_botMasMenc.Left = p_prods.Width - (p_botMasM";
+ //BA.debugLineNum = 1667;BA.debugLine="p_botMasMenc.Left = p_prods.Width - (p_botMasM";
_p_botmasmenc.setLeft((int) (_p_prods.getWidth()-(_p_botmasmen.getWidth()+5)));
- //BA.debugLineNum = 1634;BA.debugLine="p_prods.Height = 134dip";
+ //BA.debugLineNum = 1668;BA.debugLine="p_prods.Height = 134dip";
_p_prods.setHeight(__c.DipToCurrent((int) (134)));
- //BA.debugLineNum = 1642;BA.debugLine="Pnl.SetLayoutAnimated(0,0,0,Pnl.Width,145dip)";
+ //BA.debugLineNum = 1676;BA.debugLine="Pnl.SetLayoutAnimated(0,0,0,Pnl.Width,145dip)";
_pnl.SetLayoutAnimated((int) (0),(int) (0),(int) (0),_pnl.getWidth(),__c.DipToCurrent((int) (145)));
- //BA.debugLineNum = 1643;BA.debugLine="Private cs As CSBuilder";
+ //BA.debugLineNum = 1677;BA.debugLine="Private cs As CSBuilder";
_cs = new anywheresoftware.b4a.objects.CSBuilder();
- //BA.debugLineNum = 1644;BA.debugLine="cs.Initialize";
+ //BA.debugLineNum = 1678;BA.debugLine="cs.Initialize";
_cs.Initialize();
- //BA.debugLineNum = 1645;BA.debugLine="l_prodX.SetTextSizeAnimated(0, 13)";
+ //BA.debugLineNum = 1679;BA.debugLine="l_prodX.SetTextSizeAnimated(0, 13)";
_l_prodx.SetTextSizeAnimated((int) (0),(float) (13));
- //BA.debugLineNum = 1646;BA.debugLine="If clv_prods_ll.GetValue(i).As(Map).Get(\"cant\"";
+ //BA.debugLineNum = 1680;BA.debugLine="If clv_prods_ll.GetValue(i).As(Map).Get(\"cant\"";
if (((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_clv_prods_ll._getvalue(_i)))).Get((Object)("cant"))!= null && (double)(BA.ObjectToNumber(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_clv_prods_ll._getvalue(_i)))).Get((Object)("cant"))))>0) {
- //BA.debugLineNum = 1647;BA.debugLine="p_prods.Color=0xFFE2EEFF";
+ //BA.debugLineNum = 1681;BA.debugLine="p_prods.Color=0xFFE2EEFF";
_p_prods.setColor(((int)0xffe2eeff));
- //BA.debugLineNum = 1652;BA.debugLine="et_pCant.TextColor=Colors.Red";
+ //BA.debugLineNum = 1683;BA.debugLine="Dim descped As Cursor = Starter.skmt.ExecQuer";
+_descped = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
+_descped = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("SELECT IFNULL(PE_DESC,0) AS PE_DESC FROM PEDIDO WHERE PE_PROID = '"+__c.SmartStringFormatter("",((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_listaprods.Get(_i)))).Get((Object)("id")))+"' AND PE_CLIENTE IN (SELECT CUENTA FROM CUENTAA)"))));
+ //BA.debugLineNum = 1684;BA.debugLine="Log(listaProds.get(i).As(Map).Get(\"id\"))";
+__c.LogImpl("731195207",BA.ObjectToString(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_listaprods.Get(_i)))).Get((Object)("id"))),0);
+ //BA.debugLineNum = 1685;BA.debugLine="If descped.RowCount > 0 Then";
+if (_descped.getRowCount()>0) {
+ //BA.debugLineNum = 1686;BA.debugLine="descped.Position = 0";
+_descped.setPosition((int) (0));
+ //BA.debugLineNum = 1687;BA.debugLine="If descped.GetString(\"PE_DESC\") = 1 Then";
+if ((_descped.GetString("PE_DESC")).equals(BA.NumberToString(1))) {
+ //BA.debugLineNum = 1688;BA.debugLine="cb_descuento.Checked = True";
+_cb_descuento.setChecked(__c.True);
+ }else {
+ //BA.debugLineNum = 1690;BA.debugLine="cb_descuento.Checked = False";
+_cb_descuento.setChecked(__c.False);
+ };
+ //BA.debugLineNum = 1692;BA.debugLine="Log(\"true\")";
+__c.LogImpl("731195215","true",0);
+ };
+ //BA.debugLineNum = 1695;BA.debugLine="cb_descuento.Tag = listaProds.get(i).As(Map).";
+_cb_descuento.setTag(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_listaprods.Get(_i)))).Get((Object)("id")));
+ //BA.debugLineNum = 1699;BA.debugLine="et_pCant.TextColor=Colors.Red";
_et_pcant.setTextColor(__c.Colors.Red);
- //BA.debugLineNum = 1653;BA.debugLine="et_pCantc.TextColor=Colors.Red";
+ //BA.debugLineNum = 1700;BA.debugLine="et_pCantc.TextColor=Colors.Red";
_et_pcantc.setTextColor(__c.Colors.Red);
- //BA.debugLineNum = 1654;BA.debugLine="If Subs.pedidoGuardado Then";
+ //BA.debugLineNum = 1701;BA.debugLine="If Subs.pedidoGuardado Then";
if (_subs._pedidoguardado /*boolean*/ (ba)) {
- //BA.debugLineNum = 1656;BA.debugLine="et_pCant.Enabled = False";
+ //BA.debugLineNum = 1703;BA.debugLine="et_pCant.Enabled = False";
_et_pcant.setEnabled(__c.False);
- //BA.debugLineNum = 1658;BA.debugLine="b_prodMenos.Enabled = False";
+ //BA.debugLineNum = 1705;BA.debugLine="b_prodMenos.Enabled = False";
_b_prodmenos.setEnabled(__c.False);
};
}else {
- //BA.debugLineNum = 1661;BA.debugLine="If clv_prods_ll.GetValue(i).As(Map).Get(\"prio";
+ //BA.debugLineNum = 1709;BA.debugLine="cb_descuento.Visible = False";
+_cb_descuento.setVisible(__c.False);
+ //BA.debugLineNum = 1711;BA.debugLine="If clv_prods_ll.GetValue(i).As(Map).Get(\"prio";
if ((((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_clv_prods_ll._getvalue(_i)))).Get((Object)("prioridad"))).equals((Object)("PRIORITARIO"))) {
- //BA.debugLineNum = 1662;BA.debugLine="p_prods.Color = Colors.RGB(255, 212, 163) 'n";
+ //BA.debugLineNum = 1712;BA.debugLine="p_prods.Color = Colors.RGB(255, 212, 163) 'n";
_p_prods.setColor(__c.Colors.RGB((int) (255),(int) (212),(int) (163)));
+ //BA.debugLineNum = 1713;BA.debugLine="cb_descuento.Visible = True";
+_cb_descuento.setVisible(__c.True);
+ //BA.debugLineNum = 1714;BA.debugLine="cb_descuento.Tag = listaProds.get(i).As(Map)";
+_cb_descuento.setTag(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_listaprods.Get(_i)))).Get((Object)("id")));
}else if((((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_clv_prods_ll._getvalue(_i)))).Get((Object)("prioridad"))).equals((Object)("COMPLEMENTARIO"))) {
- //BA.debugLineNum = 1665;BA.debugLine="p_prods.Color = Colors.RGB(177, 200, 249)'az";
+ //BA.debugLineNum = 1719;BA.debugLine="p_prods.Color = Colors.RGB(177, 200, 249)'az";
_p_prods.setColor(__c.Colors.RGB((int) (177),(int) (200),(int) (249)));
}else if((((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_clv_prods_ll._getvalue(_i)))).Get((Object)("prioridad"))).equals((Object)("CATALOGO REGULAR"))) {
- //BA.debugLineNum = 1668;BA.debugLine="p_prods.Color = Colors.White";
+ //BA.debugLineNum = 1722;BA.debugLine="p_prods.Color = Colors.White";
_p_prods.setColor(__c.Colors.White);
}else if((((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_clv_prods_ll._getvalue(_i)))).Get((Object)("prioridad"))).equals((Object)("ESTRATEGICO"))) {
- //BA.debugLineNum = 1671;BA.debugLine="p_prods.Color = Colors.RGB(241, 255, 163) 'a";
+ //BA.debugLineNum = 1725;BA.debugLine="p_prods.Color = Colors.RGB(241, 255, 163) 'a";
_p_prods.setColor(__c.Colors.RGB((int) (241),(int) (255),(int) (163)));
};
};
- //BA.debugLineNum = 1675;BA.debugLine="Private precio As String=NumberFormat2(clv_pro";
+ //BA.debugLineNum = 1729;BA.debugLine="Private precio As String=NumberFormat2(clv_pro";
_precio = __c.NumberFormat2(((double)(BA.ObjectToNumber(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_clv_prods_ll._getvalue(_i)))).Get((Object)("precio"))))),(int) (1),(int) (2),(int) (2),__c.False);
- //BA.debugLineNum = 1686;BA.debugLine="If clv_prods_ll.GetValue(i).As(Map).Get(\"cant";
+ //BA.debugLineNum = 1740;BA.debugLine="If clv_prods_ll.GetValue(i).As(Map).Get(\"cant";
if (((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_clv_prods_ll._getvalue(_i)))).Get((Object)("cant"))!= null) {
_et_pcant.setText(BA.ObjectToCharSequence(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_clv_prods_ll._getvalue(_i)))).Get((Object)("cant"))));};
- //BA.debugLineNum = 1718;BA.debugLine="l_prodX.Text = cs.Color(Colors.red).append(clv";
+ //BA.debugLineNum = 1772;BA.debugLine="l_prodX.Text = cs.Color(Colors.red).append(clv";
_l_prodx.setText(BA.ObjectToCharSequence(_cs.Color(__c.Colors.Red).Append(BA.ObjectToCharSequence(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_clv_prods_ll._getvalue(_i)))).Get((Object)("prod")))).Pop().Append(BA.ObjectToCharSequence(__c.CRLF)).Append(BA.ObjectToCharSequence("Existencias: "+BA.ObjectToString(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_clv_prods_ll._getvalue(_i)))).Get((Object)("almacen"))))).Color(((int)0xff017f01)).Append(BA.ObjectToCharSequence((" $"+__c.SmartStringFormatter("",(Object)(_precio))+""))).PopAll().getObject()));
};
}else {
};
- //BA.debugLineNum = 1743;BA.debugLine="PCLV.B4XSeekBar1.Value = clv_prods_ll.Size - Fir";
+ //BA.debugLineNum = 1797;BA.debugLine="PCLV.B4XSeekBar1.Value = clv_prods_ll.Size - Fir";
_pclv._b4xseekbar1 /*gunav2.keymon.com.mx.b4xseekbar*/ ._setvalue /*int*/ ((int) (_clv_prods_ll._getsize()-_firstindex));
}
};
- //BA.debugLineNum = 1746;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1800;BA.debugLine="End Sub";
return "";
}
public anywheresoftware.b4a.objects.PanelWrapper _createlistitem(String _text,String _preciou,int _inv,int _width,int _height,anywheresoftware.b4a.objects.drawable.CanvasWrapper.BitmapWrapper _img,String _prodid,int _bc,int _tc) throws Exception{
- //BA.debugLineNum = 717;BA.debugLine="Sub CreateListItem(Text As String, precioU As Stri";
- //BA.debugLineNum = 732;BA.debugLine="End Sub";
+ //BA.debugLineNum = 719;BA.debugLine="Sub CreateListItem(Text As String, precioU As Stri";
+ //BA.debugLineNum = 734;BA.debugLine="End Sub";
return null;
}
public String _cuentaprods() throws Exception{
- //BA.debugLineNum = 1153;BA.debugLine="Sub cuentaProds";
- //BA.debugLineNum = 1155;BA.debugLine="Log(\"===========================\")";
-__c.LogImpl("030343170","===========================",0);
- //BA.debugLineNum = 1156;BA.debugLine="Private c As Cursor = B4XPages.MainPage.skmt.Exec";
+ //BA.debugLineNum = 1187;BA.debugLine="Sub cuentaProds";
+ //BA.debugLineNum = 1189;BA.debugLine="Log(\"===========================\")";
+__c.LogImpl("730343170","===========================",0);
+ //BA.debugLineNum = 1190;BA.debugLine="Private c As Cursor = B4XPages.MainPage.skmt.Exec";
_c = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select sum(PE_COSTO_TOT) as total, sum(PE_CANT) as cant from PEDIDO where PE_CLIENTE = '"+__c.SmartStringFormatter("",(Object)(_clienteid))+"'"))));
- //BA.debugLineNum = 1159;BA.debugLine="p_botonesVenta.Visible = True";
+ //BA.debugLineNum = 1193;BA.debugLine="p_botonesVenta.Visible = True";
_p_botonesventa.setVisible(__c.True);
- //BA.debugLineNum = 1160;BA.debugLine="p_botonesVenta.BringToFront";
+ //BA.debugLineNum = 1194;BA.debugLine="p_botonesVenta.BringToFront";
_p_botonesventa.BringToFront();
- //BA.debugLineNum = 1161;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 1195;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 1163;BA.debugLine="c.Close";
+ //BA.debugLineNum = 1197;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 1165;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1199;BA.debugLine="End Sub";
return "";
}
public String _et_pcant_focuschanged(boolean _hasfocus) throws Exception{
@@ -1827,48 +1912,48 @@ anywheresoftware.b4a.objects.B4XViewWrapper _pnl = null;
anywheresoftware.b4a.objects.B4XViewWrapper _lacant = null;
anywheresoftware.b4a.objects.B4XViewWrapper _lacant2 = null;
String _id = "";
- //BA.debugLineNum = 983;BA.debugLine="Private Sub et_pCant_FocusChanged (HasFocus As Boo";
- //BA.debugLineNum = 984;BA.debugLine="LogColor($\"focus changed=${HasFocus}\"$, Colors.Ma";
-__c.LogImpl("030212097",("focus changed="+__c.SmartStringFormatter("",(Object)(_hasfocus))+""),__c.Colors.Magenta);
- //BA.debugLineNum = 985;BA.debugLine="If et_pCant.Text = \"\" Then et_pCant.Text = \"0\"";
+ //BA.debugLineNum = 1006;BA.debugLine="Private Sub et_pCant_FocusChanged (HasFocus As Boo";
+ //BA.debugLineNum = 1007;BA.debugLine="LogColor($\"focus changed=${HasFocus}\"$, Colors.Ma";
+__c.LogImpl("730212097",("focus changed="+__c.SmartStringFormatter("",(Object)(_hasfocus))+""),__c.Colors.Magenta);
+ //BA.debugLineNum = 1008;BA.debugLine="If et_pCant.Text = \"\" Then et_pCant.Text = \"0\"";
if ((_et_pcant.getText()).equals("")) {
_et_pcant.setText(BA.ObjectToCharSequence("0"));};
- //BA.debugLineNum = 986;BA.debugLine="Dim index As Int = clv_prods_ll.GetItemFromView(S";
+ //BA.debugLineNum = 1009;BA.debugLine="Dim index As Int = clv_prods_ll.GetItemFromView(S";
_index = _clv_prods_ll._getitemfromview((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(__c.Sender(ba))));
- //BA.debugLineNum = 987;BA.debugLine="Dim pnl0 As B4XView = clv_prods_ll.GetPanel(index";
+ //BA.debugLineNum = 1010;BA.debugLine="Dim pnl0 As B4XView = clv_prods_ll.GetPanel(index";
_pnl0 = new anywheresoftware.b4a.objects.B4XViewWrapper();
_pnl0 = _clv_prods_ll._getpanel(_index);
- //BA.debugLineNum = 988;BA.debugLine="Dim pnl As B4XView = pnl0.GetView(0)";
+ //BA.debugLineNum = 1011;BA.debugLine="Dim pnl As B4XView = pnl0.GetView(0)";
_pnl = new anywheresoftware.b4a.objects.B4XViewWrapper();
_pnl = _pnl0.GetView((int) (0));
- //BA.debugLineNum = 989;BA.debugLine="Dim laCant As B4XView = pnl.GetView(2).GetView(2)";
+ //BA.debugLineNum = 1012;BA.debugLine="Dim laCant As B4XView = pnl.GetView(2).GetView(2)";
_lacant = new anywheresoftware.b4a.objects.B4XViewWrapper();
_lacant = _pnl.GetView((int) (2)).GetView((int) (2));
- //BA.debugLineNum = 990;BA.debugLine="Dim laCant2 As B4XView = pnl.GetView(3).GetView(2";
+ //BA.debugLineNum = 1013;BA.debugLine="Dim laCant2 As B4XView = pnl.GetView(3).GetView(2";
_lacant2 = new anywheresoftware.b4a.objects.B4XViewWrapper();
_lacant2 = _pnl.GetView((int) (3)).GetView((int) (2));
- //BA.debugLineNum = 991;BA.debugLine="Private id As String=clv_prods_ll.GetValue(index)";
+ //BA.debugLineNum = 1014;BA.debugLine="Private id As String=clv_prods_ll.GetValue(index)";
_id = BA.ObjectToString(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_clv_prods_ll._getvalue(_index)))).Get((Object)("id")));
- //BA.debugLineNum = 992;BA.debugLine="If laCant.Text = \"\" Then laCant.Text = \"0\"";
+ //BA.debugLineNum = 1015;BA.debugLine="If laCant.Text = \"\" Then laCant.Text = \"0\"";
if ((_lacant.getText()).equals("")) {
_lacant.setText(BA.ObjectToCharSequence("0"));};
- //BA.debugLineNum = 993;BA.debugLine="etCantHasFocus = HasFocus";
+ //BA.debugLineNum = 1016;BA.debugLine="etCantHasFocus = HasFocus";
_etcanthasfocus = _hasfocus;
- //BA.debugLineNum = 994;BA.debugLine="LogColor(laCant.Text,Colors.Red)";
-__c.LogImpl("030212107",_lacant.getText(),__c.Colors.Red);
- //BA.debugLineNum = 995;BA.debugLine="If laCant2.IsInitialized Then";
+ //BA.debugLineNum = 1017;BA.debugLine="LogColor(laCant.Text,Colors.Red)";
+__c.LogImpl("730212107",_lacant.getText(),__c.Colors.Red);
+ //BA.debugLineNum = 1018;BA.debugLine="If laCant2.IsInitialized Then";
if (_lacant2.IsInitialized()) {
- //BA.debugLineNum = 996;BA.debugLine="totalcajasmaspiezas = laCant.Text + laCant2.Text";
+ //BA.debugLineNum = 1019;BA.debugLine="totalcajasmaspiezas = laCant.Text + laCant2.Text";
_totalcajasmaspiezas = (int) ((double)(Double.parseDouble(_lacant.getText()))+(double)(Double.parseDouble(_lacant2.getText())));
}else {
- //BA.debugLineNum = 998;BA.debugLine="totalcajasmaspiezas = laCant.Text";
+ //BA.debugLineNum = 1021;BA.debugLine="totalcajasmaspiezas = laCant.Text";
_totalcajasmaspiezas = (int)(Double.parseDouble(_lacant.getText()));
};
- //BA.debugLineNum = 1000;BA.debugLine="invTotal = totalcajasmaspiezas + Subs.traeinventa";
+ //BA.debugLineNum = 1023;BA.debugLine="invTotal = totalcajasmaspiezas + Subs.traeinventa";
_invtotal = (int) (_totalcajasmaspiezas+(double)(Double.parseDouble(_subs._traeinventario /*String*/ (ba,_id))));
- //BA.debugLineNum = 1003;BA.debugLine="cuentaProds";
+ //BA.debugLineNum = 1026;BA.debugLine="cuentaProds";
_cuentaprods();
- //BA.debugLineNum = 1004;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1027;BA.debugLine="End Sub";
return "";
}
public String _et_pcant_textchanged(String _old,String _new) throws Exception{
@@ -1877,6 +1962,8 @@ anywheresoftware.b4a.objects.B4XViewWrapper _pnl0 = null;
anywheresoftware.b4a.objects.B4XViewWrapper _pnl = null;
anywheresoftware.b4a.objects.B4XViewWrapper _lacant = null;
anywheresoftware.b4a.objects.B4XViewWrapper _lprodx = null;
+anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper _cb_des = null;
+String _aplicades = "";
String _id = "";
String _precio = "";
String _inv = "";
@@ -1889,176 +1976,193 @@ anywheresoftware.b4a.sql.SQL.CursorWrapper _c7 = null;
double _totaldev = 0;
anywheresoftware.b4a.sql.SQL.CursorWrapper _c6 = null;
double _totalprod = 0;
- //BA.debugLineNum = 1006;BA.debugLine="Private Sub et_pCant_TextChanged (Old As String, N";
- //BA.debugLineNum = 1009;BA.debugLine="If etCantHasFocus = True Then";
+ //BA.debugLineNum = 1029;BA.debugLine="Private Sub et_pCant_TextChanged (Old As String, N";
+ //BA.debugLineNum = 1032;BA.debugLine="If etCantHasFocus = True Then";
if (_etcanthasfocus==__c.True) {
- //BA.debugLineNum = 1010;BA.debugLine="LogColor($\"txt changed: ${Old}|${New}, hasfocus=";
-__c.LogImpl("030277636",("txt changed: "+__c.SmartStringFormatter("",(Object)(_old))+"|"+__c.SmartStringFormatter("",(Object)(_new))+", hasfocus="+__c.SmartStringFormatter("",(Object)(_etcanthasfocus))+""),__c.Colors.Magenta);
- //BA.debugLineNum = 1011;BA.debugLine="Dim index As Int = clv_prods_ll.GetItemFromView(";
+ //BA.debugLineNum = 1033;BA.debugLine="LogColor($\"txt changed: ${Old}|${New}, hasfocus=";
+__c.LogImpl("730277636",("txt changed: "+__c.SmartStringFormatter("",(Object)(_old))+"|"+__c.SmartStringFormatter("",(Object)(_new))+", hasfocus="+__c.SmartStringFormatter("",(Object)(_etcanthasfocus))+""),__c.Colors.Magenta);
+ //BA.debugLineNum = 1034;BA.debugLine="Dim index As Int = clv_prods_ll.GetItemFromView(";
_index = _clv_prods_ll._getitemfromview((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(__c.Sender(ba))));
- //BA.debugLineNum = 1012;BA.debugLine="Dim pnl0 As B4XView = clv_prods_ll.GetPanel(inde";
+ //BA.debugLineNum = 1035;BA.debugLine="Dim pnl0 As B4XView = clv_prods_ll.GetPanel(inde";
_pnl0 = new anywheresoftware.b4a.objects.B4XViewWrapper();
_pnl0 = _clv_prods_ll._getpanel(_index);
- //BA.debugLineNum = 1013;BA.debugLine="Dim pnl As B4XView = pnl0.GetView(0)";
+ //BA.debugLineNum = 1036;BA.debugLine="Dim pnl As B4XView = pnl0.GetView(0)";
_pnl = new anywheresoftware.b4a.objects.B4XViewWrapper();
_pnl = _pnl0.GetView((int) (0));
- //BA.debugLineNum = 1014;BA.debugLine="Dim laCant As B4XView = pnl.GetView(2).GetView(2";
+ //BA.debugLineNum = 1037;BA.debugLine="Dim laCant As B4XView = pnl.GetView(2).GetView(2";
_lacant = new anywheresoftware.b4a.objects.B4XViewWrapper();
_lacant = _pnl.GetView((int) (2)).GetView((int) (2));
- //BA.debugLineNum = 1016;BA.debugLine="Dim lProdX As B4XView = pnl.GetView(1)";
+ //BA.debugLineNum = 1039;BA.debugLine="Dim lProdX As B4XView = pnl.GetView(1)";
_lprodx = new anywheresoftware.b4a.objects.B4XViewWrapper();
_lprodx = _pnl.GetView((int) (1));
- //BA.debugLineNum = 1017;BA.debugLine="Private id As String=clv_prods_ll.GetValue(index";
+ //BA.debugLineNum = 1040;BA.debugLine="Dim cb_des As CheckBox = pnl.GetView(4)";
+_cb_des = new anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper();
+_cb_des = (anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper(), (android.widget.CheckBox)(_pnl.GetView((int) (4)).getObject()));
+ //BA.debugLineNum = 1041;BA.debugLine="Dim aplicades As String";
+_aplicades = "";
+ //BA.debugLineNum = 1042;BA.debugLine="Private id As String=clv_prods_ll.GetValue(index";
_id = BA.ObjectToString(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_clv_prods_ll._getvalue(_index)))).Get((Object)("id")));
- //BA.debugLineNum = 1018;BA.debugLine="Private precio As String=clv_prods_ll.GetValue(i";
+ //BA.debugLineNum = 1043;BA.debugLine="Private precio As String=clv_prods_ll.GetValue(i";
_precio = BA.ObjectToString(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_clv_prods_ll._getvalue(_index)))).Get((Object)("precio")));
- //BA.debugLineNum = 1019;BA.debugLine="Private inv As String=clv_prods_ll.GetValue(inde";
+ //BA.debugLineNum = 1044;BA.debugLine="Private inv As String=clv_prods_ll.GetValue(inde";
_inv = BA.ObjectToString(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_clv_prods_ll._getvalue(_index)))).Get((Object)("almacen")));
- //BA.debugLineNum = 1020;BA.debugLine="Private inv As String=Subs.traeinventario(id)";
+ //BA.debugLineNum = 1045;BA.debugLine="Private inv As String=Subs.traeinventario(id)";
_inv = _subs._traeinventario /*String*/ (ba,_id);
- //BA.debugLineNum = 1021;BA.debugLine="Private nombreX As String = Subs.traeProdNombre(";
+ //BA.debugLineNum = 1046;BA.debugLine="Private nombreX As String = Subs.traeProdNombre(";
_nombrex = _subs._traeprodnombre /*String*/ (ba,_id);
- //BA.debugLineNum = 1023;BA.debugLine="Dim panelpiezas As B4XView = pnl.GetView(2)";
+ //BA.debugLineNum = 1048;BA.debugLine="Dim panelpiezas As B4XView = pnl.GetView(2)";
_panelpiezas = new anywheresoftware.b4a.objects.B4XViewWrapper();
_panelpiezas = _pnl.GetView((int) (2));
- //BA.debugLineNum = 1026;BA.debugLine="If(New = \"\" Or New = Null Or New = \"-\") Then New";
+ //BA.debugLineNum = 1051;BA.debugLine="If(New = \"\" Or New = Null Or New = \"-\") Then New";
if (((_new).equals("") || _new== null || (_new).equals("-"))) {
_new = BA.NumberToString(0);};
- //BA.debugLineNum = 1028;BA.debugLine="If(New > invTotal) Then";
+ //BA.debugLineNum = 1053;BA.debugLine="If(New > invTotal) Then";
if (((double)(Double.parseDouble(_new))>_invtotal)) {
- //BA.debugLineNum = 1029;BA.debugLine="Sender.As(EditText).text = invTotal";
+ //BA.debugLineNum = 1054;BA.debugLine="Sender.As(EditText).text = invTotal";
((anywheresoftware.b4a.objects.EditTextWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.EditTextWrapper(), (android.widget.EditText)(__c.Sender(ba)))).setText(BA.ObjectToCharSequence(_invtotal));
};
- //BA.debugLineNum = 1033;BA.debugLine="If New = \"\" Then New = 0";
+ //BA.debugLineNum = 1058;BA.debugLine="If New = \"\" Then New = 0";
if ((_new).equals("")) {
_new = BA.NumberToString(0);};
- //BA.debugLineNum = 1034;BA.debugLine="If laCant.Text = \"\" Then laCant.Text = 0";
+ //BA.debugLineNum = 1059;BA.debugLine="If laCant.Text = \"\" Then laCant.Text = 0";
if ((_lacant.getText()).equals("")) {
_lacant.setText(BA.ObjectToCharSequence(0));};
- //BA.debugLineNum = 1035;BA.debugLine="LogColor(laCant.Text,Colors.Red)";
-__c.LogImpl("030277661",_lacant.getText(),__c.Colors.Red);
- //BA.debugLineNum = 1049;BA.debugLine="If Not(Old = \"0\" And New = \"\") And laCant.Text <";
-if (__c.Not((_old).equals("0") && (_new).equals("")) && _lacant.getText()!= null && (_lacant.getText()).equals("") == false && _etcanthasfocus) {
- //BA.debugLineNum = 1050;BA.debugLine="Log(\"actualizamos producto\")";
-__c.LogImpl("030277676","actualizamos producto",0);
- //BA.debugLineNum = 1051;BA.debugLine="If B4XPages.MainPage.tipo_venta = \"PREVENTA_FUT";
-if ((_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ).equals("PREVENTA_FUTURA")) {
- //BA.debugLineNum = 1052;BA.debugLine="Subs.actualizaProducto(Subs.traeAlmacen, preci";
-_subs._actualizaproducto /*String*/ (ba,_subs._traealmacen /*String*/ (ba),_precio,_lacant.getText(),_subs._traeprodnombre /*String*/ (ba,_id),_id,_clienteid,_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_rutausuario,BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(0),BA.NumberToString(1));
+ //BA.debugLineNum = 1060;BA.debugLine="LogColor(laCant.Text,Colors.Red)";
+__c.LogImpl("730277663",_lacant.getText(),__c.Colors.Red);
+ //BA.debugLineNum = 1069;BA.debugLine="If cb_des.Checked Then";
+if (_cb_des.getChecked()) {
+ //BA.debugLineNum = 1070;BA.debugLine="Log(\" descuento igual a True\")";
+__c.LogImpl("730277673"," descuento igual a True",0);
+ //BA.debugLineNum = 1071;BA.debugLine="aplicades = \"1\"";
+_aplicades = "1";
}else {
- //BA.debugLineNum = 1054;BA.debugLine="Subs.actualizaProducto(Subs.traeAlmacen, preci";
-_subs._actualizaproducto /*String*/ (ba,_subs._traealmacen /*String*/ (ba),_precio,_lacant.getText(),_subs._traeprodnombre /*String*/ (ba,_id),_id,_clienteid,_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_rutausuario,BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(0),BA.NumberToString(0));
+ //BA.debugLineNum = 1073;BA.debugLine="Log(\"descuento igual a false\")";
+__c.LogImpl("730277676","descuento igual a false",0);
+ //BA.debugLineNum = 1074;BA.debugLine="aplicades = \"0\"";
+_aplicades = "0";
};
- //BA.debugLineNum = 1057;BA.debugLine="cuentaProds";
+ //BA.debugLineNum = 1083;BA.debugLine="If Not(Old = \"0\" And New = \"\") And laCant.Text <";
+if (__c.Not((_old).equals("0") && (_new).equals("")) && _lacant.getText()!= null && (_lacant.getText()).equals("") == false && _etcanthasfocus) {
+ //BA.debugLineNum = 1084;BA.debugLine="Log(\"actualizamos producto\")";
+__c.LogImpl("730277687","actualizamos producto",0);
+ //BA.debugLineNum = 1085;BA.debugLine="If B4XPages.MainPage.tipo_venta = \"PREVENTA_FUT";
+if ((_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ).equals("PREVENTA_FUTURA")) {
+ //BA.debugLineNum = 1086;BA.debugLine="Subs.actualizaProducto(Subs.traeAlmacen, preci";
+_subs._actualizaproducto /*String*/ (ba,_subs._traealmacen /*String*/ (ba),_precio,_lacant.getText(),_subs._traeprodnombre /*String*/ (ba,_id),_id,_clienteid,_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_rutausuario,BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(0),BA.NumberToString(1),_aplicades);
+ }else {
+ //BA.debugLineNum = 1088;BA.debugLine="Subs.actualizaProducto(Subs.traeAlmacen, preci";
+_subs._actualizaproducto /*String*/ (ba,_subs._traealmacen /*String*/ (ba),_precio,_lacant.getText(),_subs._traeprodnombre /*String*/ (ba,_id),_id,_clienteid,_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_rutausuario,BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(0),BA.NumberToString(0),_aplicades);
+ };
+ //BA.debugLineNum = 1091;BA.debugLine="cuentaProds";
_cuentaprods();
};
- //BA.debugLineNum = 1070;BA.debugLine="If 1 = 1 Then";
+ //BA.debugLineNum = 1104;BA.debugLine="If 1 = 1 Then";
if (1==1) {
- //BA.debugLineNum = 1071;BA.debugLine="Private cs As CSBuilder";
+ //BA.debugLineNum = 1105;BA.debugLine="Private cs As CSBuilder";
_cs = new anywheresoftware.b4a.objects.CSBuilder();
- //BA.debugLineNum = 1072;BA.debugLine="cs.Initialize";
+ //BA.debugLineNum = 1106;BA.debugLine="cs.Initialize";
_cs.Initialize();
- //BA.debugLineNum = 1073;BA.debugLine="Private o As Cursor = Starter.skmt.ExecQuery($\"";
+ //BA.debugLineNum = 1107;BA.debugLine="Private o As Cursor = Starter.skmt.ExecQuery($\"";
_o = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_o = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select CAT_GP_ALMACEN from "+__c.SmartStringFormatter("",(Object)(_starter._tabla /*String*/ ))+" where CAT_GP_ID = '"+__c.SmartStringFormatter("",(Object)(_id))+"'"))));
- //BA.debugLineNum = 1074;BA.debugLine="Private invActualizado As String = \"0\"";
+ //BA.debugLineNum = 1108;BA.debugLine="Private invActualizado As String = \"0\"";
_invactualizado = "0";
- //BA.debugLineNum = 1076;BA.debugLine="o.Position = 0";
+ //BA.debugLineNum = 1110;BA.debugLine="o.Position = 0";
_o.setPosition((int) (0));
- //BA.debugLineNum = 1077;BA.debugLine="invActualizado = Subs.traeinventario(id)";
+ //BA.debugLineNum = 1111;BA.debugLine="invActualizado = Subs.traeinventario(id)";
_invactualizado = _subs._traeinventario /*String*/ (ba,_id);
- //BA.debugLineNum = 1078;BA.debugLine="Log(Subs.traeinventario(id))";
-__c.LogImpl("030277704",_subs._traeinventario /*String*/ (ba,_id),0);
- //BA.debugLineNum = 1089;BA.debugLine="lProdX.Text = cs.Color(Colors.red).append(nombr";
+ //BA.debugLineNum = 1112;BA.debugLine="Log(Subs.traeinventario(id))";
+__c.LogImpl("730277715",_subs._traeinventario /*String*/ (ba,_id),0);
+ //BA.debugLineNum = 1123;BA.debugLine="lProdX.Text = cs.Color(Colors.red).append(nombr";
_lprodx.setText(BA.ObjectToCharSequence(_cs.Color(__c.Colors.Red).Append(BA.ObjectToCharSequence(_nombrex)).Pop().Append(BA.ObjectToCharSequence(__c.CRLF)).Append(BA.ObjectToCharSequence("Existencias: "+(_subs._traeinventario /*String*/ (ba,_id)))).Color(((int)0xff017f01)).Append(BA.ObjectToCharSequence((" $"+__c.SmartStringFormatter("",(Object)(__c.NumberFormat2((double)(Double.parseDouble(_precio)),(int) (1),(int) (2),(int) (2),__c.False)))+""))).PopAll().getObject()));
};
- //BA.debugLineNum = 1103;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select IFN";
+ //BA.debugLineNum = 1137;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select IFN";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(sum(PE_CANT),0) as PC_NOART, IFNULL(sum (PE_COSTO_TOT),0) as PC_MONTO from PEDIDO where PE_CLIENTE in (Select CUENTA from cuentaa) AND PE_PROID NOT IN (SELECT CAT_PA_ID FROM PROMOS_COMP ) ")));
- //BA.debugLineNum = 1104;BA.debugLine="If c.RowCount > 0 Then";
+ //BA.debugLineNum = 1138;BA.debugLine="If c.RowCount > 0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 1105;BA.debugLine="C.Position = 0";
+ //BA.debugLineNum = 1139;BA.debugLine="C.Position = 0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 1106;BA.debugLine="Log($\"registros: ${c.RowCount}, arts: ${c.GetSt";
-__c.LogImpl("030277732",("registros: "+__c.SmartStringFormatter("",(Object)(_c.getRowCount()))+", arts: "+__c.SmartStringFormatter("",(Object)(_c.GetString("PC_NOART")))+", monto:"+__c.SmartStringFormatter("",(Object)(_c.GetString("PC_MONTO")))+""),0);
- //BA.debugLineNum = 1107;BA.debugLine="l_totProds.Text = \"Prods: \" & c.GetString(\"PC_N";
+ //BA.debugLineNum = 1140;BA.debugLine="Log($\"registros: ${c.RowCount}, arts: ${c.GetSt";
+__c.LogImpl("730277743",("registros: "+__c.SmartStringFormatter("",(Object)(_c.getRowCount()))+", arts: "+__c.SmartStringFormatter("",(Object)(_c.GetString("PC_NOART")))+", monto:"+__c.SmartStringFormatter("",(Object)(_c.GetString("PC_MONTO")))+""),0);
+ //BA.debugLineNum = 1141;BA.debugLine="l_totProds.Text = \"Prods: \" & c.GetString(\"PC_N";
_l_totprods.setText(BA.ObjectToCharSequence("Prods: "+_c.GetString("PC_NOART")));
- //BA.debugLineNum = 1108;BA.debugLine="l_total.Text = \"Total: $\" & c.GetString(\"PC_MON";
+ //BA.debugLineNum = 1142;BA.debugLine="l_total.Text = \"Total: $\" & c.GetString(\"PC_MON";
_l_total.setText(BA.ObjectToCharSequence("Total: $"+_c.GetString("PC_MONTO")));
- //BA.debugLineNum = 1109;BA.debugLine="If l_total.Text = Null Or l_total.Text = \"null\"";
+ //BA.debugLineNum = 1143;BA.debugLine="If l_total.Text = Null Or l_total.Text = \"null\"";
if (_l_total.getText()== null || (_l_total.getText()).equals("null") || (_l_total.getText()).equals("")) {
_l_total.setText(BA.ObjectToCharSequence("Total: $0.0"));};
- //BA.debugLineNum = 1110;BA.debugLine="If l_totProds.Text = Null Or l_totProds.Text =";
+ //BA.debugLineNum = 1144;BA.debugLine="If l_totProds.Text = Null Or l_totProds.Text =";
if (_l_totprods.getText()== null || (_l_totprods.getText()).equals("null") || (_l_totprods.getText()).equals("")) {
_l_totprods.setText(BA.ObjectToCharSequence("Prods: 0"));};
};
- //BA.debugLineNum = 1113;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select IFN";
+ //BA.debugLineNum = 1147;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select IFN";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(sum(PE_CANT),0) as PC_NOART, IFNULL(sum (PE_COSTO_TOT),0) as PC_MONTO from PEDIDO where PE_CLIENTE in (Select CUENTA from cuentaa) AND PE_PROID NOT IN (SELECT CAT_PA_ID FROM PROMOS_COMP ) ")));
- //BA.debugLineNum = 1114;BA.debugLine="If c.RowCount > 0 Then";
+ //BA.debugLineNum = 1148;BA.debugLine="If c.RowCount > 0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 1115;BA.debugLine="C.Position = 0";
+ //BA.debugLineNum = 1149;BA.debugLine="C.Position = 0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 1116;BA.debugLine="Log($\"registros: ${c.RowCount}, arts: ${c.GetSt";
-__c.LogImpl("030277742",("registros: "+__c.SmartStringFormatter("",(Object)(_c.getRowCount()))+", arts: "+__c.SmartStringFormatter("",(Object)(_c.GetString("PC_NOART")))+", monto:"+__c.SmartStringFormatter("",(Object)(_c.GetString("PC_MONTO")))+""),0);
- //BA.debugLineNum = 1117;BA.debugLine="l_totProds.Text = \"Prods: \" & c.GetString(\"PC_N";
+ //BA.debugLineNum = 1150;BA.debugLine="Log($\"registros: ${c.RowCount}, arts: ${c.GetSt";
+__c.LogImpl("730277753",("registros: "+__c.SmartStringFormatter("",(Object)(_c.getRowCount()))+", arts: "+__c.SmartStringFormatter("",(Object)(_c.GetString("PC_NOART")))+", monto:"+__c.SmartStringFormatter("",(Object)(_c.GetString("PC_MONTO")))+""),0);
+ //BA.debugLineNum = 1151;BA.debugLine="l_totProds.Text = \"Prods: \" & c.GetString(\"PC_N";
_l_totprods.setText(BA.ObjectToCharSequence("Prods: "+_c.GetString("PC_NOART")));
- //BA.debugLineNum = 1118;BA.debugLine="l_total.Text = \"Total: $\" & c.GetString(\"PC_MON";
+ //BA.debugLineNum = 1152;BA.debugLine="l_total.Text = \"Total: $\" & c.GetString(\"PC_MON";
_l_total.setText(BA.ObjectToCharSequence("Total: $"+_c.GetString("PC_MONTO")));
- //BA.debugLineNum = 1119;BA.debugLine="If l_total.Text = Null Or l_total.Text = \"null\"";
+ //BA.debugLineNum = 1153;BA.debugLine="If l_total.Text = Null Or l_total.Text = \"null\"";
if (_l_total.getText()== null || (_l_total.getText()).equals("null") || (_l_total.getText()).equals("")) {
_l_total.setText(BA.ObjectToCharSequence("Total: $0.0"));};
- //BA.debugLineNum = 1120;BA.debugLine="If l_totProds.Text = Null Or l_totProds.Text =";
+ //BA.debugLineNum = 1154;BA.debugLine="If l_totProds.Text = Null Or l_totProds.Text =";
if (_l_totprods.getText()== null || (_l_totprods.getText()).equals("null") || (_l_totprods.getText()).equals("")) {
_l_totprods.setText(BA.ObjectToCharSequence("Prods: 0"));};
};
- //BA.debugLineNum = 1126;BA.debugLine="Dim c7 As Cursor = B4XPages.MainPage.skmt.ExecQu";
+ //BA.debugLineNum = 1160;BA.debugLine="Dim c7 As Cursor = B4XPages.MainPage.skmt.ExecQu";
_c7 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_c7 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(sum(PE_CANT),0) as PC_NOART, IFNULL(sum (PE_COSTO_TOT),0) as PC_MONTO from PEDIDO where PE_CLIENTE in (Select CUENTA from cuentaa) AND PE_PROID NOT IN (SELECT CAT_PA_ID FROM PROMOS_COMP ) and PE_CEDIS = 'DUR'")));
- //BA.debugLineNum = 1127;BA.debugLine="If c7.RowCount > 0 Then";
+ //BA.debugLineNum = 1161;BA.debugLine="If c7.RowCount > 0 Then";
if (_c7.getRowCount()>0) {
- //BA.debugLineNum = 1128;BA.debugLine="c7.Position = 0";
+ //BA.debugLineNum = 1162;BA.debugLine="c7.Position = 0";
_c7.setPosition((int) (0));
- //BA.debugLineNum = 1130;BA.debugLine="Dim totaldev As Double = c7.GetString(\"PC_MONTO";
+ //BA.debugLineNum = 1164;BA.debugLine="Dim totaldev As Double = c7.GetString(\"PC_MONTO";
_totaldev = (double)(Double.parseDouble(_c7.GetString("PC_MONTO")));
};
- //BA.debugLineNum = 1134;BA.debugLine="Dim c6 As Cursor = B4XPages.MainPage.skmt.ExecQu";
+ //BA.debugLineNum = 1168;BA.debugLine="Dim c6 As Cursor = B4XPages.MainPage.skmt.ExecQu";
_c6 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_c6 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(sum(PE_CANT),0) as PC_NOART, IFNULL(sum (PE_COSTO_TOT),0) as PC_MONTO from PEDIDO where PE_CLIENTE in (Select CUENTA from cuentaa) AND PE_PROID NOT IN (SELECT CAT_PA_ID FROM PROMOS_COMP ) and PE_CEDIS <> 'DUR' ")));
- //BA.debugLineNum = 1135;BA.debugLine="If c6.RowCount > 0 Then";
+ //BA.debugLineNum = 1169;BA.debugLine="If c6.RowCount > 0 Then";
if (_c6.getRowCount()>0) {
- //BA.debugLineNum = 1136;BA.debugLine="c6.Position = 0";
+ //BA.debugLineNum = 1170;BA.debugLine="c6.Position = 0";
_c6.setPosition((int) (0));
- //BA.debugLineNum = 1138;BA.debugLine="Dim totalprod As Double = c6.GetString(\"PC_MONT";
+ //BA.debugLineNum = 1172;BA.debugLine="Dim totalprod As Double = c6.GetString(\"PC_MONT";
_totalprod = (double)(Double.parseDouble(_c6.GetString("PC_MONTO")));
};
- //BA.debugLineNum = 1143;BA.debugLine="If totalprod = 0 Then";
+ //BA.debugLineNum = 1177;BA.debugLine="If totalprod = 0 Then";
if (_totalprod==0) {
- //BA.debugLineNum = 1144;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete fro";
+ //BA.debugLineNum = 1178;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete fro";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("delete from pedido where PE_CLIENTE In (select cuenta from cuentaa) AND PE_CEDIS = 'DUR'");
- //BA.debugLineNum = 1145;BA.debugLine="MsgboxAsync(\"Las devloluciones se elimanron por";
+ //BA.debugLineNum = 1179;BA.debugLine="MsgboxAsync(\"Las devloluciones se elimanron por";
__c.MsgboxAsync(BA.ObjectToCharSequence("Las devloluciones se elimanron por que no hay venta."),BA.ObjectToCharSequence("Atención"),ba);
}else if(_totalprod<_totaldev) {
- //BA.debugLineNum = 1147;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete fro";
+ //BA.debugLineNum = 1181;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete fro";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("delete from pedido where PE_CLIENTE In (select cuenta from cuentaa) AND PE_CEDIS = 'DUR'");
- //BA.debugLineNum = 1148;BA.debugLine="MsgboxAsync(\"Las devloluciones se elimanron por";
+ //BA.debugLineNum = 1182;BA.debugLine="MsgboxAsync(\"Las devloluciones se elimanron por";
__c.MsgboxAsync(BA.ObjectToCharSequence("Las devloluciones se elimanron por que el monto de la devolucion es mayor al monto de la venta."),BA.ObjectToCharSequence("Atención"),ba);
};
};
- //BA.debugLineNum = 1151;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1185;BA.debugLine="End Sub";
return "";
}
public Object _initialize(anywheresoftware.b4a.BA _ba) throws Exception{
innerInitialize(_ba);
- //BA.debugLineNum = 108;BA.debugLine="Public Sub Initialize As Object";
- //BA.debugLineNum = 109;BA.debugLine="Return Me";
+ //BA.debugLineNum = 110;BA.debugLine="Public Sub Initialize As Object";
+ //BA.debugLineNum = 111;BA.debugLine="Return Me";
if (true) return this;
- //BA.debugLineNum = 110;BA.debugLine="End Sub";
+ //BA.debugLineNum = 112;BA.debugLine="End Sub";
return null;
}
public String _l_info_click() throws Exception{
- //BA.debugLineNum = 1265;BA.debugLine="Private Sub l_info_Click";
- //BA.debugLineNum = 1266;BA.debugLine="l_info.Visible = False";
+ //BA.debugLineNum = 1299;BA.debugLine="Private Sub l_info_Click";
+ //BA.debugLineNum = 1300;BA.debugLine="l_info.Visible = False";
_l_info.setVisible(__c.False);
- //BA.debugLineNum = 1267;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1301;BA.debugLine="End Sub";
return "";
}
public String _l_prodx_click() throws Exception{
@@ -2074,82 +2178,82 @@ anywheresoftware.b4a.sql.SQL.CursorWrapper _descpro = null;
int _hgfd = 0;
anywheresoftware.b4a.sql.SQL.CursorWrapper _preciocat = null;
float _recalculo = 0f;
- //BA.debugLineNum = 1533;BA.debugLine="Sub l_prodx_click";
- //BA.debugLineNum = 1535;BA.debugLine="Dim cs As CSBuilder";
+ //BA.debugLineNum = 1567;BA.debugLine="Sub l_prodx_click";
+ //BA.debugLineNum = 1569;BA.debugLine="Dim cs As CSBuilder";
_cs = new anywheresoftware.b4a.objects.CSBuilder();
- //BA.debugLineNum = 1536;BA.debugLine="cs.Initialize";
+ //BA.debugLineNum = 1570;BA.debugLine="cs.Initialize";
_cs.Initialize();
- //BA.debugLineNum = 1537;BA.debugLine="Dim Index As Int = clv_prods_ll.GetItemFromView(S";
+ //BA.debugLineNum = 1571;BA.debugLine="Dim Index As Int = clv_prods_ll.GetItemFromView(S";
_index = _clv_prods_ll._getitemfromview((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(__c.Sender(ba))));
- //BA.debugLineNum = 1538;BA.debugLine="Private p0 As B4XView = clv_prods_ll.GetPanel(Ind";
+ //BA.debugLineNum = 1572;BA.debugLine="Private p0 As B4XView = clv_prods_ll.GetPanel(Ind";
_p0 = new anywheresoftware.b4a.objects.B4XViewWrapper();
_p0 = _clv_prods_ll._getpanel(_index);
- //BA.debugLineNum = 1539;BA.debugLine="Private p As B4XView = p0.GetView(0)";
+ //BA.debugLineNum = 1573;BA.debugLine="Private p As B4XView = p0.GetView(0)";
_p = new anywheresoftware.b4a.objects.B4XViewWrapper();
_p = _p0.GetView((int) (0));
- //BA.debugLineNum = 1540;BA.debugLine="Private cant1 As B4XView = p.GetView(2).GetView(2";
+ //BA.debugLineNum = 1574;BA.debugLine="Private cant1 As B4XView = p.GetView(2).GetView(2";
_cant1 = new anywheresoftware.b4a.objects.B4XViewWrapper();
_cant1 = _p.GetView((int) (2)).GetView((int) (2));
- //BA.debugLineNum = 1541;BA.debugLine="Private PRDOX As B4XView = p.GetView(1)";
+ //BA.debugLineNum = 1575;BA.debugLine="Private PRDOX As B4XView = p.GetView(1)";
_prdox = new anywheresoftware.b4a.objects.B4XViewWrapper();
_prdox = _p.GetView((int) (1));
- //BA.debugLineNum = 1542;BA.debugLine="Dim Index As Int = clv_prods_ll.GetItemFromView(S";
+ //BA.debugLineNum = 1576;BA.debugLine="Dim Index As Int = clv_prods_ll.GetItemFromView(S";
_index = _clv_prods_ll._getitemfromview((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(__c.Sender(ba))));
- //BA.debugLineNum = 1545;BA.debugLine="Log(cant1.Text)";
-__c.LogImpl("031129612",_cant1.getText(),0);
- //BA.debugLineNum = 1546;BA.debugLine="Dim prodx1() As String=Regex.Split(CRLF,PRDOX.Tex";
+ //BA.debugLineNum = 1579;BA.debugLine="Log(cant1.Text)";
+__c.LogImpl("731129612",_cant1.getText(),0);
+ //BA.debugLineNum = 1580;BA.debugLine="Dim prodx1() As String=Regex.Split(CRLF,PRDOX.Tex";
_prodx1 = __c.Regex.Split(__c.CRLF,_prdox.getText());
- //BA.debugLineNum = 1547;BA.debugLine="Log(prodx1(1))";
-__c.LogImpl("031129614",_prodx1[(int) (1)],0);
- //BA.debugLineNum = 1548;BA.debugLine="p_promodesc.Visible = True";
+ //BA.debugLineNum = 1581;BA.debugLine="Log(prodx1(1))";
+__c.LogImpl("731129614",_prodx1[(int) (1)],0);
+ //BA.debugLineNum = 1582;BA.debugLine="p_promodesc.Visible = True";
_p_promodesc.setVisible(__c.True);
- //BA.debugLineNum = 1549;BA.debugLine="p_promodesc.Height = Root.Height";
+ //BA.debugLineNum = 1583;BA.debugLine="p_promodesc.Height = Root.Height";
_p_promodesc.setHeight(_root.getHeight());
- //BA.debugLineNum = 1550;BA.debugLine="p_promodesc.Width = Root.Width";
+ //BA.debugLineNum = 1584;BA.debugLine="p_promodesc.Width = Root.Width";
_p_promodesc.setWidth(_root.getWidth());
- //BA.debugLineNum = 1551;BA.debugLine="Dim textprom As String = \"\"";
+ //BA.debugLineNum = 1585;BA.debugLine="Dim textprom As String = \"\"";
_textprom = "";
- //BA.debugLineNum = 1552;BA.debugLine="Dim descpro As Cursor = Starter.skmt.ExecQuery($\"";
+ //BA.debugLineNum = 1586;BA.debugLine="Dim descpro As Cursor = Starter.skmt.ExecQuery($\"";
_descpro = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_descpro = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("SELECT CAT_PD_RANGO, CAT_PD_DESCUENTO, CAT_PD_RANGO2 FROM CAT_PROMOS_DESCUENTOS WHERE CAT_PD_PRODUCTO IN (SELECT CAT_GP_ID FROM CAT_GUNAPROD WHERE CAT_GP_NOMBRE = '"+__c.SmartStringFormatter("",(Object)(_prodx1[(int) (0)]))+"') AND INSTR(',' || CAT_PD_TIER || ',' , ',"+__c.SmartStringFormatter("",(Object)(_subs._traetipocliente /*int*/ (ba)))+",') > 0 "))));
- //BA.debugLineNum = 1553;BA.debugLine="Log($\"SELECT CAT_PD_RANGO, CAT_PD_DESCUENTO, CAT_";
-__c.LogImpl("031129620",("SELECT CAT_PD_RANGO, CAT_PD_DESCUENTO, CAT_PD_RANGO2 FROM CAT_PROMOS_DESCUENTOS WHERE CAT_PD_PRODUCTO IN (SELECT CAT_GP_ID FROM CAT_GUNAPROD WHERE CAT_GP_NOMBRE = '"+__c.SmartStringFormatter("",(Object)(_prodx1[(int) (0)]))+"') AND INSTR(',' || CAT_DP_TIER || ',' , ',"+__c.SmartStringFormatter("",(Object)(_subs._traetipocliente /*int*/ (ba)))+",') > 0 "),0);
- //BA.debugLineNum = 1554;BA.debugLine="Log(descpro.RowCount)";
-__c.LogImpl("031129621",BA.NumberToString(_descpro.getRowCount()),0);
- //BA.debugLineNum = 1555;BA.debugLine="If descpro.RowCount > 0 Then";
+ //BA.debugLineNum = 1587;BA.debugLine="Log($\"SELECT CAT_PD_RANGO, CAT_PD_DESCUENTO, CAT_";
+__c.LogImpl("731129620",("SELECT CAT_PD_RANGO, CAT_PD_DESCUENTO, CAT_PD_RANGO2 FROM CAT_PROMOS_DESCUENTOS WHERE CAT_PD_PRODUCTO IN (SELECT CAT_GP_ID FROM CAT_GUNAPROD WHERE CAT_GP_NOMBRE = '"+__c.SmartStringFormatter("",(Object)(_prodx1[(int) (0)]))+"') AND INSTR(',' || CAT_DP_TIER || ',' , ',"+__c.SmartStringFormatter("",(Object)(_subs._traetipocliente /*int*/ (ba)))+",') > 0 "),0);
+ //BA.debugLineNum = 1588;BA.debugLine="Log(descpro.RowCount)";
+__c.LogImpl("731129621",BA.NumberToString(_descpro.getRowCount()),0);
+ //BA.debugLineNum = 1589;BA.debugLine="If descpro.RowCount > 0 Then";
if (_descpro.getRowCount()>0) {
- //BA.debugLineNum = 1556;BA.debugLine="l_promodesc.Text = \"\"";
+ //BA.debugLineNum = 1590;BA.debugLine="l_promodesc.Text = \"\"";
_l_promodesc.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 1557;BA.debugLine="For hgfd = 0 To descpro.RowCount -1";
+ //BA.debugLineNum = 1591;BA.debugLine="For hgfd = 0 To descpro.RowCount -1";
{
final int step21 = 1;
final int limit21 = (int) (_descpro.getRowCount()-1);
_hgfd = (int) (0) ;
for (;_hgfd <= limit21 ;_hgfd = _hgfd + step21 ) {
- //BA.debugLineNum = 1558;BA.debugLine="descpro.Position = hgfd";
+ //BA.debugLineNum = 1592;BA.debugLine="descpro.Position = hgfd";
_descpro.setPosition(_hgfd);
- //BA.debugLineNum = 1560;BA.debugLine="Dim preciocat As Cursor = Starter.skmt.ExecQuer";
+ //BA.debugLineNum = 1594;BA.debugLine="Dim preciocat As Cursor = Starter.skmt.ExecQuer";
_preciocat = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_preciocat = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("SELECT CAT_GP_PRECIO FROM CAT_GUNAPROD WHERE CAT_GP_NOMBRE = '"+__c.SmartStringFormatter("",(Object)(_prodx1[(int) (0)]))+"'"))));
- //BA.debugLineNum = 1561;BA.debugLine="preciocat.Position = 0";
+ //BA.debugLineNum = 1595;BA.debugLine="preciocat.Position = 0";
_preciocat.setPosition((int) (0));
- //BA.debugLineNum = 1562;BA.debugLine="textprom = \"\"";
+ //BA.debugLineNum = 1596;BA.debugLine="textprom = \"\"";
_textprom = "";
- //BA.debugLineNum = 1563;BA.debugLine="Private recalculo As Float = preciocat.GetStrin";
+ //BA.debugLineNum = 1597;BA.debugLine="Private recalculo As Float = preciocat.GetStrin";
_recalculo = (float) ((double)(Double.parseDouble(_preciocat.GetString("CAT_GP_PRECIO")))-(double)(Double.parseDouble(__c.NumberFormat2((((double)(Double.parseDouble(_preciocat.GetString("CAT_GP_PRECIO")))*(double)(Double.parseDouble(_descpro.GetString("CAT_PD_DESCUENTO"))))/(double)100),(int) (0),(int) (2),(int) (2),__c.False))));
- //BA.debugLineNum = 1565;BA.debugLine="textprom = cs.Color(Colors.Black).Append(\"Descu";
+ //BA.debugLineNum = 1599;BA.debugLine="textprom = cs.Color(Colors.Black).Append(\"Descu";
_textprom = BA.ObjectToString(_cs.Color(__c.Colors.Black).Append(BA.ObjectToCharSequence("Descuento "+BA.NumberToString((_hgfd+1))+__c.CRLF+__c.CRLF+" Min: "+BA.NumberToString(_descpro.GetInt("CAT_PD_RANGO"))+" Max: "+BA.NumberToString(_descpro.GetInt("CAT_PD_RANGO2"))+__c.CRLF+__c.CRLF)).Pop().Color(__c.Colors.Red).Size((int) (18)).Append(BA.ObjectToCharSequence("Descuento: "+BA.NumberToString(_descpro.GetDouble("CAT_PD_DESCUENTO"))+"%"+__c.CRLF+__c.CRLF)).Pop().Color(__c.Colors.Red).Size((int) (18)).Append(BA.ObjectToCharSequence("Precio: "+__c.NumberFormat2(_recalculo,(int) (0),(int) (0),(int) (2),__c.False)+__c.CRLF+__c.CRLF)).PopAll());
- //BA.debugLineNum = 1566;BA.debugLine="l_promodesc.Text = \"\"";
+ //BA.debugLineNum = 1600;BA.debugLine="l_promodesc.Text = \"\"";
_l_promodesc.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 1567;BA.debugLine="l_promodesc.Text = textprom";
+ //BA.debugLineNum = 1601;BA.debugLine="l_promodesc.Text = textprom";
_l_promodesc.setText(BA.ObjectToCharSequence(_textprom));
}
};
}else {
- //BA.debugLineNum = 1573;BA.debugLine="l_promodesc.Text = \"El producto no tiene descuen";
+ //BA.debugLineNum = 1607;BA.debugLine="l_promodesc.Text = \"El producto no tiene descuen";
_l_promodesc.setText(BA.ObjectToCharSequence("El producto no tiene descuento o el tipo de cliente no es apto para este descuento."));
};
- //BA.debugLineNum = 1577;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1611;BA.debugLine="End Sub";
return "";
}
public String _l_prodx_longclick() throws Exception{
@@ -2163,99 +2267,99 @@ String[] _prodx1 = null;
String[] _prodx3 = null;
anywheresoftware.b4a.sql.SQL.CursorWrapper _dev = null;
anywheresoftware.b4a.sql.SQL.CursorWrapper _devo = null;
- //BA.debugLineNum = 2312;BA.debugLine="Private Sub l_prodX_LongClick";
- //BA.debugLineNum = 2313;BA.debugLine="If tipo_venta <> \"PREVENTA_FUTURA\" Then";
+ //BA.debugLineNum = 2367;BA.debugLine="Private Sub l_prodX_LongClick";
+ //BA.debugLineNum = 2368;BA.debugLine="If tipo_venta <> \"PREVENTA_FUTURA\" Then";
if ((_tipo_venta).equals("PREVENTA_FUTURA") == false) {
- //BA.debugLineNum = 2316;BA.debugLine="Log(l_total.Text)";
-__c.LogImpl("031653892",_l_total.getText(),0);
- //BA.debugLineNum = 2317;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select IFNU";
+ //BA.debugLineNum = 2371;BA.debugLine="Log(l_total.Text)";
+__c.LogImpl("731653892",_l_total.getText(),0);
+ //BA.debugLineNum = 2372;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select IFNU";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(sum(PE_CANT),0) as PC_NOART, IFNULL(sum (PE_COSTO_TOT),0) as PC_MONTO from PEDIDO where PE_CLIENTE in (Select CUENTA from cuentaa) AND PE_PROID NOT IN (SELECT CAT_PA_ID FROM PROMOS_COMP ) AND PE_CEDIS <> 'DUR'")));
- //BA.debugLineNum = 2319;BA.debugLine="If c.RowCount > 0 Then";
+ //BA.debugLineNum = 2374;BA.debugLine="If c.RowCount > 0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 2320;BA.debugLine="C.Position = 0";
+ //BA.debugLineNum = 2375;BA.debugLine="C.Position = 0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 2322;BA.debugLine="If c.GetString(\"PC_MONTO\") > 0 Then";
+ //BA.debugLineNum = 2377;BA.debugLine="If c.GetString(\"PC_MONTO\") > 0 Then";
if ((double)(Double.parseDouble(_c.GetString("PC_MONTO")))>0) {
- //BA.debugLineNum = 2325;BA.debugLine="Dim cs As CSBuilder";
+ //BA.debugLineNum = 2380;BA.debugLine="Dim cs As CSBuilder";
_cs = new anywheresoftware.b4a.objects.CSBuilder();
- //BA.debugLineNum = 2326;BA.debugLine="cs.Initialize";
+ //BA.debugLineNum = 2381;BA.debugLine="cs.Initialize";
_cs.Initialize();
- //BA.debugLineNum = 2327;BA.debugLine="Dim Index As Int = clv_prods_ll.GetItemFromView(";
+ //BA.debugLineNum = 2382;BA.debugLine="Dim Index As Int = clv_prods_ll.GetItemFromView(";
_index = _clv_prods_ll._getitemfromview((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(__c.Sender(ba))));
- //BA.debugLineNum = 2328;BA.debugLine="Private p0 As B4XView = clv_prods_ll.GetPanel(In";
+ //BA.debugLineNum = 2383;BA.debugLine="Private p0 As B4XView = clv_prods_ll.GetPanel(In";
_p0 = new anywheresoftware.b4a.objects.B4XViewWrapper();
_p0 = _clv_prods_ll._getpanel(_index);
- //BA.debugLineNum = 2329;BA.debugLine="Private p As B4XView = p0.GetView(0)";
+ //BA.debugLineNum = 2384;BA.debugLine="Private p As B4XView = p0.GetView(0)";
_p = new anywheresoftware.b4a.objects.B4XViewWrapper();
_p = _p0.GetView((int) (0));
- //BA.debugLineNum = 2330;BA.debugLine="Private cant1 As B4XView = p.GetView(2).GetView(";
+ //BA.debugLineNum = 2385;BA.debugLine="Private cant1 As B4XView = p.GetView(2).GetView(";
_cant1 = new anywheresoftware.b4a.objects.B4XViewWrapper();
_cant1 = _p.GetView((int) (2)).GetView((int) (2));
- //BA.debugLineNum = 2331;BA.debugLine="Private PRDOX As B4XView = p.GetView(1)";
+ //BA.debugLineNum = 2386;BA.debugLine="Private PRDOX As B4XView = p.GetView(1)";
_prdox = new anywheresoftware.b4a.objects.B4XViewWrapper();
_prdox = _p.GetView((int) (1));
- //BA.debugLineNum = 2332;BA.debugLine="Dim Index As Int = clv_prods_ll.GetItemFromView(";
+ //BA.debugLineNum = 2387;BA.debugLine="Dim Index As Int = clv_prods_ll.GetItemFromView(";
_index = _clv_prods_ll._getitemfromview((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(__c.Sender(ba))));
- //BA.debugLineNum = 2335;BA.debugLine="Log(cant1.Text)";
-__c.LogImpl("031653911",_cant1.getText(),0);
- //BA.debugLineNum = 2336;BA.debugLine="Dim prodx1() As String=Regex.Split(CRLF,PRDOX.Te";
+ //BA.debugLineNum = 2390;BA.debugLine="Log(cant1.Text)";
+__c.LogImpl("731653911",_cant1.getText(),0);
+ //BA.debugLineNum = 2391;BA.debugLine="Dim prodx1() As String=Regex.Split(CRLF,PRDOX.Te";
_prodx1 = __c.Regex.Split(__c.CRLF,_prdox.getText());
- //BA.debugLineNum = 2337;BA.debugLine="Dim prodx3() As String=Regex.Split(\"\\$\",prodx1(1";
+ //BA.debugLineNum = 2392;BA.debugLine="Dim prodx3() As String=Regex.Split(\"\\$\",prodx1(1";
_prodx3 = __c.Regex.Split("\\$",_prodx1[(int) (1)]);
- //BA.debugLineNum = 2338;BA.debugLine="Log(prodx1(1))";
-__c.LogImpl("031653914",_prodx1[(int) (1)],0);
- //BA.debugLineNum = 2340;BA.debugLine="preciodev = prodx3(1)";
+ //BA.debugLineNum = 2393;BA.debugLine="Log(prodx1(1))";
+__c.LogImpl("731653914",_prodx1[(int) (1)],0);
+ //BA.debugLineNum = 2395;BA.debugLine="preciodev = prodx3(1)";
_preciodev = (double)(Double.parseDouble(_prodx3[(int) (1)]));
- //BA.debugLineNum = 2341;BA.debugLine="nombredev = prodx1(0)";
+ //BA.debugLineNum = 2396;BA.debugLine="nombredev = prodx1(0)";
_nombredev = _prodx1[(int) (0)];
- //BA.debugLineNum = 2343;BA.debugLine="Dim dev As Cursor = B4XPages.MainPage.skmt.ExecQ";
+ //BA.debugLineNum = 2398;BA.debugLine="Dim dev As Cursor = B4XPages.MainPage.skmt.ExecQ";
_dev = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_dev = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select IFNULL(CAT_GP_DEV, 0) AS CAT_GP_DEV, CAT_GP_PRECIO from CAT_GUNAPROD where CAT_GP_NOMBRE = '"+__c.SmartStringFormatter("",(Object)(_prodx1[(int) (0)]))+"'"))));
- //BA.debugLineNum = 2344;BA.debugLine="dev.Position = 0";
+ //BA.debugLineNum = 2399;BA.debugLine="dev.Position = 0";
_dev.setPosition((int) (0));
- //BA.debugLineNum = 2345;BA.debugLine="If dev.GetInt(\"CAT_GP_DEV\") = 1 Then";
+ //BA.debugLineNum = 2400;BA.debugLine="If dev.GetInt(\"CAT_GP_DEV\") = 1 Then";
if (_dev.GetInt("CAT_GP_DEV")==1) {
- //BA.debugLineNum = 2348;BA.debugLine="c.GetString(\"PC_MONTO\")";
+ //BA.debugLineNum = 2403;BA.debugLine="c.GetString(\"PC_MONTO\")";
_c.GetString("PC_MONTO");
- //BA.debugLineNum = 2351;BA.debugLine="If c.GetString(\"PC_MONTO\") < dev.GetInt(\"CAT_G";
+ //BA.debugLineNum = 2406;BA.debugLine="If c.GetString(\"PC_MONTO\") < dev.GetInt(\"CAT_G";
if ((double)(Double.parseDouble(_c.GetString("PC_MONTO")))<_dev.GetInt("CAT_GP_PRECIO")) {
- //BA.debugLineNum = 2352;BA.debugLine="MsgboxAsync(\"El monto de venta es menor al pr";
+ //BA.debugLineNum = 2407;BA.debugLine="MsgboxAsync(\"El monto de venta es menor al pr";
__c.MsgboxAsync(BA.ObjectToCharSequence("El monto de venta es menor al precio de este producto"),BA.ObjectToCharSequence("Atención"),ba);
- //BA.debugLineNum = 2353;BA.debugLine="Log(1)";
-__c.LogImpl("031653929",BA.NumberToString(1),0);
+ //BA.debugLineNum = 2408;BA.debugLine="Log(1)";
+__c.LogImpl("731653929",BA.NumberToString(1),0);
}else {
- //BA.debugLineNum = 2355;BA.debugLine="p_devo.Visible = True";
+ //BA.debugLineNum = 2410;BA.debugLine="p_devo.Visible = True";
_p_devo.setVisible(__c.True);
- //BA.debugLineNum = 2356;BA.debugLine="p_devo.Height = Root.Height";
+ //BA.debugLineNum = 2411;BA.debugLine="p_devo.Height = Root.Height";
_p_devo.setHeight(_root.getHeight());
- //BA.debugLineNum = 2357;BA.debugLine="p_devo.Width = Root.Width";
+ //BA.debugLineNum = 2412;BA.debugLine="p_devo.Width = Root.Width";
_p_devo.setWidth(_root.getWidth());
- //BA.debugLineNum = 2358;BA.debugLine="l_proddev.Text = prodx1(0)";
+ //BA.debugLineNum = 2413;BA.debugLine="l_proddev.Text = prodx1(0)";
_l_proddev.setText(BA.ObjectToCharSequence(_prodx1[(int) (0)]));
- //BA.debugLineNum = 2361;BA.debugLine="Dim devo As Cursor = B4XPages.MainPage.skmt.E";
+ //BA.debugLineNum = 2416;BA.debugLine="Dim devo As Cursor = B4XPages.MainPage.skmt.E";
_devo = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_devo = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select SUM(IFNULL(PE_CANT,0)) as suma from PEDIDO where PE_PRONOMBRE = '"+__c.SmartStringFormatter("",(Object)(_prodx1[(int) (0)]))+"' AND PE_CEDIS = 'DUR'"))));
- //BA.debugLineNum = 2362;BA.debugLine="devo.Position = 0";
+ //BA.debugLineNum = 2417;BA.debugLine="devo.Position = 0";
_devo.setPosition((int) (0));
- //BA.debugLineNum = 2364;BA.debugLine="l_cantdev.Text = devo.GetInt(\"suma\")";
+ //BA.debugLineNum = 2419;BA.debugLine="l_cantdev.Text = devo.GetInt(\"suma\")";
_l_cantdev.setText(BA.ObjectToCharSequence(_devo.GetInt("suma")));
};
}else if(_dev.GetInt("CAT_GP_DEV")==0) {
- //BA.debugLineNum = 2374;BA.debugLine="MsgboxAsync(\"El producto no se puede devolver\",";
+ //BA.debugLineNum = 2429;BA.debugLine="MsgboxAsync(\"El producto no se puede devolver\",";
__c.MsgboxAsync(BA.ObjectToCharSequence("El producto no se puede devolver"),BA.ObjectToCharSequence("Atención"),ba);
};
}else {
- //BA.debugLineNum = 2380;BA.debugLine="MsgboxAsync(\"El Cliente no tiene venta para mete";
+ //BA.debugLineNum = 2435;BA.debugLine="MsgboxAsync(\"El Cliente no tiene venta para mete";
__c.MsgboxAsync(BA.ObjectToCharSequence("El Cliente no tiene venta para meter devoluciones"),BA.ObjectToCharSequence("Atención"),ba);
};
};
};
- //BA.debugLineNum = 2386;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2441;BA.debugLine="End Sub";
return "";
}
public String _llenacatalogo(String _subtipo1) throws Exception{
- //BA.debugLineNum = 607;BA.debugLine="Sub llenaCatalogo(subtipo1 As String)";
- //BA.debugLineNum = 630;BA.debugLine="End Sub";
+ //BA.debugLineNum = 609;BA.debugLine="Sub llenaCatalogo(subtipo1 As String)";
+ //BA.debugLineNum = 632;BA.debugLine="End Sub";
return "";
}
public String _llenaprodsll(anywheresoftware.b4a.sql.SQL.ResultSetWrapper _p) throws Exception{
@@ -2263,6 +2367,7 @@ anywheresoftware.b4a.objects.collections.Map _cantsmap = null;
anywheresoftware.b4a.sql.SQL.ResultSetWrapper _pe = null;
int _cant = 0;
anywheresoftware.b4a.sql.SQL.CursorWrapper _coloressaldo = null;
+anywheresoftware.b4a.sql.SQL.CursorWrapper _coloressaldo2 = null;
anywheresoftware.b4a.objects.collections.Map _tempmap = null;
anywheresoftware.b4a.objects.collections.List _listaprodsconcant = null;
anywheresoftware.b4a.objects.collections.List _listaprodsconcantindex = null;
@@ -2271,183 +2376,183 @@ int _cont = 0;
int _pr0 = 0;
anywheresoftware.b4a.objects.B4XViewWrapper _pnl = null;
int _pr = 0;
- //BA.debugLineNum = 1785;BA.debugLine="Sub LlenaProdsLL(p As ResultSet)";
- //BA.debugLineNum = 1786;BA.debugLine="Log(\"Iniciamos LlenaProdsLL\")";
-__c.LogImpl("031326209","Iniciamos LlenaProdsLL",0);
- //BA.debugLineNum = 1787;BA.debugLine="listaProds.Initialize";
+ //BA.debugLineNum = 1839;BA.debugLine="Sub LlenaProdsLL(p As ResultSet)";
+ //BA.debugLineNum = 1840;BA.debugLine="Log(\"Iniciamos LlenaProdsLL\")";
+__c.LogImpl("731326209","Iniciamos LlenaProdsLL",0);
+ //BA.debugLineNum = 1841;BA.debugLine="listaProds.Initialize";
_listaprods.Initialize();
- //BA.debugLineNum = 1788;BA.debugLine="If hayPedido Then 'Si hay pedido obtenemos las ca";
+ //BA.debugLineNum = 1842;BA.debugLine="If hayPedido Then 'Si hay pedido obtenemos las ca";
if (_haypedido) {
- //BA.debugLineNum = 1789;BA.debugLine="Dim cantsMap As Map";
+ //BA.debugLineNum = 1843;BA.debugLine="Dim cantsMap As Map";
_cantsmap = new anywheresoftware.b4a.objects.collections.Map();
- //BA.debugLineNum = 1790;BA.debugLine="cantsMap.Initialize";
+ //BA.debugLineNum = 1844;BA.debugLine="cantsMap.Initialize";
_cantsmap.Initialize();
- //BA.debugLineNum = 1791;BA.debugLine="If B4XPages.MainPage.tipo_venta = \"PREVENTA_FUTU";
+ //BA.debugLineNum = 1845;BA.debugLine="If B4XPages.MainPage.tipo_venta = \"PREVENTA_FUTU";
if ((_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ).equals("PREVENTA_FUTURA")) {
- //BA.debugLineNum = 1792;BA.debugLine="Dim pe As ResultSet = B4XPages.MainPage.skmt.Ex";
+ //BA.debugLineNum = 1846;BA.debugLine="Dim pe As ResultSet = B4XPages.MainPage.skmt.Ex";
_pe = new anywheresoftware.b4a.sql.SQL.ResultSetWrapper();
_pe = (anywheresoftware.b4a.sql.SQL.ResultSetWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.ResultSetWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select PE_PROID, PE_CANT from PEDIDO where PE_CLIENTE = '"+__c.SmartStringFormatter("",(Object)(_clienteid))+"' and PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_subs._traealmacen /*String*/ (ba)))+"' and PE_FOLIO = '"+__c.SmartStringFormatter("",(Object)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ))+"' AND PE_FUTURO = '1' "))));
}else {
- //BA.debugLineNum = 1794;BA.debugLine="Dim pe As ResultSet = B4XPages.MainPage.skmt.Ex";
+ //BA.debugLineNum = 1848;BA.debugLine="Dim pe As ResultSet = B4XPages.MainPage.skmt.Ex";
_pe = new anywheresoftware.b4a.sql.SQL.ResultSetWrapper();
_pe = (anywheresoftware.b4a.sql.SQL.ResultSetWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.ResultSetWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select PE_PROID, PE_CANT from PEDIDO where PE_CLIENTE = '"+__c.SmartStringFormatter("",(Object)(_clienteid))+"' and PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_subs._traealmacen /*String*/ (ba)))+"' and PE_FOLIO = '"+__c.SmartStringFormatter("",(Object)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ))+"' AND PE_FUTURO = '0' "))));
};
- //BA.debugLineNum = 1797;BA.debugLine="Do While pe.NextRow";
+ //BA.debugLineNum = 1851;BA.debugLine="Do While pe.NextRow";
while (_pe.NextRow()) {
- //BA.debugLineNum = 1798;BA.debugLine="Private cant As Int = 0";
+ //BA.debugLineNum = 1852;BA.debugLine="Private cant As Int = 0";
_cant = (int) (0);
- //BA.debugLineNum = 1800;BA.debugLine="cantsMap.put(pe.GetString(\"PE_PROID\"), pe.GetS";
+ //BA.debugLineNum = 1854;BA.debugLine="cantsMap.put(pe.GetString(\"PE_PROID\"), pe.GetS";
_cantsmap.Put((Object)(_pe.GetString("PE_PROID")),(Object)(_pe.GetString("PE_CANT")));
- //BA.debugLineNum = 1804;BA.debugLine="Log(clienteId &\"|||||\"&pe.GetString(\"PE_PROID\")";
-__c.LogImpl("031326227",_clienteid+"|||||"+_pe.GetString("PE_PROID")+"|||||"+_pe.GetString("PE_CANT"),0);
+ //BA.debugLineNum = 1858;BA.debugLine="Log(clienteId &\"|||||\"&pe.GetString(\"PE_PROID\")";
+__c.LogImpl("731326227",_clienteid+"|||||"+_pe.GetString("PE_PROID")+"|||||"+_pe.GetString("PE_CANT"),0);
}
;
- //BA.debugLineNum = 1806;BA.debugLine="pe.Close";
+ //BA.debugLineNum = 1860;BA.debugLine="pe.Close";
_pe.Close();
};
- //BA.debugLineNum = 1809;BA.debugLine="If p.IsInitialized Then";
+ //BA.debugLineNum = 1863;BA.debugLine="If p.IsInitialized Then";
if (_p.IsInitialized()) {
}else {
- //BA.debugLineNum = 1816;BA.debugLine="LogColor(Starter.tabla,Colors.blue)";
-__c.LogImpl("031326239",_starter._tabla /*String*/ ,__c.Colors.Blue);
- //BA.debugLineNum = 1840;BA.debugLine="Dim coloressaldo As Cursor=B4XPages.MainPage.skm";
+ //BA.debugLineNum = 1870;BA.debugLine="LogColor(Starter.tabla,Colors.blue)";
+__c.LogImpl("731326239",_starter._tabla /*String*/ ,__c.Colors.Blue);
+ //BA.debugLineNum = 1894;BA.debugLine="Dim coloressaldo As Cursor=B4XPages.MainPage.skm";
_coloressaldo = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_coloressaldo = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(CAT_CL_CLASIFICADOR2,0) AS CAT_CL_CLASIFICADOR2 from kmt_info3 where CAT_CL_CODIGO In (Select cuenta from cuentaa)")));
- //BA.debugLineNum = 1841;BA.debugLine="coloressaldo.Position = 0";
+ //BA.debugLineNum = 1895;BA.debugLine="coloressaldo.Position = 0";
_coloressaldo.setPosition((int) (0));
- //BA.debugLineNum = 1843;BA.debugLine="If coloressaldo.GetString(\"CAT_CL_CLASIFICADOR2\"";
+ //BA.debugLineNum = 1897;BA.debugLine="If coloressaldo.GetString(\"CAT_CL_CLASIFICADOR2\"";
if ((_coloressaldo.GetString("CAT_CL_CLASIFICADOR2")).equals("LP222_D")) {
- //BA.debugLineNum = 1844;BA.debugLine="Dim p As ResultSet = B4XPages.MainPage.skmt.Exe";
+ //BA.debugLineNum = 1898;BA.debugLine="Dim p As ResultSet = B4XPages.MainPage.skmt.Exe";
_p = new anywheresoftware.b4a.sql.SQL.ResultSetWrapper();
_p = (anywheresoftware.b4a.sql.SQL.ResultSetWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.ResultSetWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select distinct CAT_GP_ID, CAT_GP_NOMBRE, CAT_LISTAPRECIO, CAT_LISTAPRECIO, CAT_GP_ALMACEN, CAT_GP_IMG, CAT_GP_TIPOPROD, CAT_GP_INICIATIVA from "+__c.SmartStringFormatter("",(Object)(_subs._traetablaprods /*String*/ (ba,_tipo_venta)))+" where CAT_GP_PRECIO > 0 AND CAT_GP_ALMACEN > 0 and CAT_GP_TIPO <> 'PROMOS' and CAT_GP_TIPO <> 'PROMOCION'\n"+" order by\n"+" Case CAT_GP_TIPOPROD when 'PRIORITARIO' THEN 0\n"+" WHEN 'ESTRATEGICO' THEN 1\n"+" WHEN 'COMPLEMENTARIO' then 2\n"+" Else 3\n"+" End, CAT_GP_NOMBRE"))));
}else {
- //BA.debugLineNum = 1852;BA.debugLine="Dim p As ResultSet = B4XPages.MainPage.skmt.Exe";
+ //BA.debugLineNum = 1906;BA.debugLine="Dim p As ResultSet = B4XPages.MainPage.skmt.Exe";
_p = new anywheresoftware.b4a.sql.SQL.ResultSetWrapper();
_p = (anywheresoftware.b4a.sql.SQL.ResultSetWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.ResultSetWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select distinct CAT_GP_ID, CAT_GP_NOMBRE, CAT_GP_PRECIO, CAT_LISTAPRECIO, CAT_GP_ALMACEN, CAT_GP_IMG, CAT_GP_TIPOPROD, CAT_GP_INICIATIVA from "+__c.SmartStringFormatter("",(Object)(_subs._traetablaprods /*String*/ (ba,_tipo_venta)))+" where CAT_GP_PRECIO > 0 AND CAT_GP_ALMACEN > 0 and CAT_GP_TIPO <> 'PROMOS' and CAT_GP_TIPO <> 'PROMOCION'\n"+" order by\n"+" Case CAT_GP_TIPOPROD when 'PRIORITARIO' THEN 0\n"+" WHEN 'ESTRATEGICO' THEN 1\n"+" WHEN 'COMPLEMENTARIO' then 2\n"+" Else 3\n"+" End, CAT_GP_NOMBRE"))));
};
};
- //BA.debugLineNum = 1879;BA.debugLine="Dim coloressaldo As Cursor=B4XPages.MainPage.skmt";
-_coloressaldo = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
-_coloressaldo = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(CAT_CL_CLASIFICADOR2,0) AS CAT_CL_CLASIFICADOR2 from kmt_info3 where CAT_CL_CODIGO In (Select cuenta from cuentaa)")));
- //BA.debugLineNum = 1880;BA.debugLine="coloressaldo.Position = 0";
-_coloressaldo.setPosition((int) (0));
- //BA.debugLineNum = 1882;BA.debugLine="Do While p.NextRow";
+ //BA.debugLineNum = 1936;BA.debugLine="Dim coloressaldo2 As Cursor=B4XPages.MainPage.skm";
+_coloressaldo2 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
+_coloressaldo2 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(CAT_CL_CLASIFICADOR2,0) AS CAT_CL_CLASIFICADOR2 from kmt_info3 where CAT_CL_CODIGO In (Select cuenta from cuentaa)")));
+ //BA.debugLineNum = 1937;BA.debugLine="coloressaldo2.Position = 0";
+_coloressaldo2.setPosition((int) (0));
+ //BA.debugLineNum = 1939;BA.debugLine="Do While p.NextRow";
while (_p.NextRow()) {
- //BA.debugLineNum = 1883;BA.debugLine="Private cant As Int = 0";
+ //BA.debugLineNum = 1940;BA.debugLine="Private cant As Int = 0";
_cant = (int) (0);
- //BA.debugLineNum = 1884;BA.debugLine="If hayPedido And cantsMap.ContainsKey(p.GetStrin";
+ //BA.debugLineNum = 1941;BA.debugLine="If hayPedido And cantsMap.ContainsKey(p.GetStrin";
if (_haypedido && _cantsmap.ContainsKey((Object)(_p.GetString("CAT_GP_ID")))) {
- //BA.debugLineNum = 1885;BA.debugLine="Log(p.GetString(\"CAT_GP_ID\"))";
-__c.LogImpl("031326308",_p.GetString("CAT_GP_ID"),0);
- //BA.debugLineNum = 1886;BA.debugLine="cant = cantsMap.Get(p.GetString(\"CAT_GP_ID\"))";
+ //BA.debugLineNum = 1942;BA.debugLine="Log(p.GetString(\"CAT_GP_ID\"))";
+__c.LogImpl("731326311",_p.GetString("CAT_GP_ID"),0);
+ //BA.debugLineNum = 1943;BA.debugLine="cant = cantsMap.Get(p.GetString(\"CAT_GP_ID\"))";
_cant = (int)(BA.ObjectToNumber(_cantsmap.Get((Object)(_p.GetString("CAT_GP_ID")))));
};
- //BA.debugLineNum = 1888;BA.debugLine="If coloressaldo.GetString(\"CAT_CL_CLASIFICADOR2\"";
-if ((_coloressaldo.GetString("CAT_CL_CLASIFICADOR2")).equals("LP222_D")) {
- //BA.debugLineNum = 1889;BA.debugLine="If p.GetString(\"CAT_GP_ID\") <> \"GUN141\" And p.G";
+ //BA.debugLineNum = 1945;BA.debugLine="If coloressaldo2.GetString(\"CAT_CL_CLASIFICADOR2";
+if ((_coloressaldo2.GetString("CAT_CL_CLASIFICADOR2")).equals("LP222_D")) {
+ //BA.debugLineNum = 1946;BA.debugLine="If p.GetString(\"CAT_GP_ID\") <> \"GUN141\" And p.G";
if ((_p.GetString("CAT_GP_ID")).equals("GUN141") == false && (_p.GetString("CAT_GP_ID")).equals("GUN142") == false) {
- //BA.debugLineNum = 1892;BA.debugLine="Dim tempMap As Map = CreateMap( _";
+ //BA.debugLineNum = 1949;BA.debugLine="Dim tempMap As Map = CreateMap( _";
_tempmap = new anywheresoftware.b4a.objects.collections.Map();
_tempmap = __c.createMap(new Object[] {(Object)("prod"),(Object)(_p.GetString("CAT_GP_NOMBRE")),(Object)("precio"),(Object)(_p.GetString("CAT_LISTAPRECIO")),(Object)("prioridad"),(Object)(_p.GetString("CAT_GP_TIPOPROD")),(Object)("almacen"),(Object)(_p.GetString("CAT_GP_ALMACEN")),(Object)("id"),(Object)(_p.GetString("CAT_GP_ID")),(Object)("cant"),(Object)(_cant),(Object)("conversion"),(Object)(1),(Object)("precio_caja"),(Object)(0),(Object)("b_caja"),(Object)(0)});
- //BA.debugLineNum = 1903;BA.debugLine="listaProds.Add(tempMap) ' Agregar el nuevo map";
+ //BA.debugLineNum = 1960;BA.debugLine="listaProds.Add(tempMap) ' Agregar el nuevo map";
_listaprods.Add((Object)(_tempmap.getObject()));
};
}else {
- //BA.debugLineNum = 1906;BA.debugLine="If p.GetString(\"CAT_GP_ID\") <> \"GUN141\" And p.G";
+ //BA.debugLineNum = 1963;BA.debugLine="If p.GetString(\"CAT_GP_ID\") <> \"GUN141\" And p.G";
if ((_p.GetString("CAT_GP_ID")).equals("GUN141") == false && (_p.GetString("CAT_GP_ID")).equals("GUN142") == false) {
- //BA.debugLineNum = 1909;BA.debugLine="Dim tempMap As Map = CreateMap( _";
+ //BA.debugLineNum = 1966;BA.debugLine="Dim tempMap As Map = CreateMap( _";
_tempmap = new anywheresoftware.b4a.objects.collections.Map();
_tempmap = __c.createMap(new Object[] {(Object)("prod"),(Object)(_p.GetString("CAT_GP_NOMBRE")),(Object)("precio"),(Object)(_p.GetString("CAT_GP_PRECIO")),(Object)("prioridad"),(Object)(_p.GetString("CAT_GP_TIPOPROD")),(Object)("almacen"),(Object)(_p.GetString("CAT_GP_ALMACEN")),(Object)("id"),(Object)(_p.GetString("CAT_GP_ID")),(Object)("cant"),(Object)(_cant),(Object)("conversion"),(Object)(1),(Object)("precio_caja"),(Object)(0),(Object)("b_caja"),(Object)(0)});
- //BA.debugLineNum = 1920;BA.debugLine="listaProds.Add(tempMap) ' Agregar el nuevo map";
+ //BA.debugLineNum = 1977;BA.debugLine="listaProds.Add(tempMap) ' Agregar el nuevo map";
_listaprods.Add((Object)(_tempmap.getObject()));
};
};
}
;
- //BA.debugLineNum = 1927;BA.debugLine="PCLV.Commit";
+ //BA.debugLineNum = 1984;BA.debugLine="PCLV.Commit";
_pclv._commit /*String*/ ();
- //BA.debugLineNum = 1928;BA.debugLine="clv_prods_ll.Clear";
+ //BA.debugLineNum = 1985;BA.debugLine="clv_prods_ll.Clear";
_clv_prods_ll._clear();
- //BA.debugLineNum = 1929;BA.debugLine="Private listaProdsConCant, listaProdsConCantIndex";
+ //BA.debugLineNum = 1986;BA.debugLine="Private listaProdsConCant, listaProdsConCantIndex";
_listaprodsconcant = new anywheresoftware.b4a.objects.collections.List();
_listaprodsconcantindex = new anywheresoftware.b4a.objects.collections.List();
- //BA.debugLineNum = 1930;BA.debugLine="listaProdsConCant.Initialize";
+ //BA.debugLineNum = 1987;BA.debugLine="listaProdsConCant.Initialize";
_listaprodsconcant.Initialize();
- //BA.debugLineNum = 1931;BA.debugLine="listaProdsConCantIndex.Initialize";
+ //BA.debugLineNum = 1988;BA.debugLine="listaProdsConCantIndex.Initialize";
_listaprodsconcantindex.Initialize();
- //BA.debugLineNum = 1932;BA.debugLine="listaHints.Initialize";
+ //BA.debugLineNum = 1989;BA.debugLine="listaHints.Initialize";
_listahints.Initialize();
- //BA.debugLineNum = 1933;BA.debugLine="For q=0 To listaProds.Size-1' quitamos los produc";
+ //BA.debugLineNum = 1990;BA.debugLine="For q=0 To listaProds.Size-1' quitamos los produc";
{
final int step55 = 1;
final int limit55 = (int) (_listaprods.getSize()-1);
_q = (int) (0) ;
for (;_q <= limit55 ;_q = _q + step55 ) {
- //BA.debugLineNum = 1934;BA.debugLine="If listaProds.Get(q).As(Map).Get(\"cant\").As(Int)";
+ //BA.debugLineNum = 1991;BA.debugLine="If listaProds.Get(q).As(Map).Get(\"cant\").As(Int)";
if (((int)(BA.ObjectToNumber(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_listaprods.Get(_q)))).Get((Object)("cant")))))!=0) {
- //BA.debugLineNum = 1936;BA.debugLine="listaProdsConCant.Add(listaProds.Get(q))";
+ //BA.debugLineNum = 1993;BA.debugLine="listaProdsConCant.Add(listaProds.Get(q))";
_listaprodsconcant.Add(_listaprods.Get(_q));
- //BA.debugLineNum = 1937;BA.debugLine="listaProdsConCantIndex.Add(q)";
+ //BA.debugLineNum = 1994;BA.debugLine="listaProdsConCantIndex.Add(q)";
_listaprodsconcantindex.Add((Object)(_q));
};
}
};
- //BA.debugLineNum = 1941;BA.debugLine="Private cont As Int = 0";
+ //BA.debugLineNum = 1998;BA.debugLine="Private cont As Int = 0";
_cont = (int) (0);
- //BA.debugLineNum = 1942;BA.debugLine="For pr0=0 To listaProdsConCant.Size - 1 'Agregamo";
+ //BA.debugLineNum = 1999;BA.debugLine="For pr0=0 To listaProdsConCant.Size - 1 'Agregamo";
{
final int step62 = 1;
final int limit62 = (int) (_listaprodsconcant.getSize()-1);
_pr0 = (int) (0) ;
for (;_pr0 <= limit62 ;_pr0 = _pr0 + step62 ) {
- //BA.debugLineNum = 1943;BA.debugLine="Private Pnl As B4XView = xui.CreatePanel(\"\")";
+ //BA.debugLineNum = 2000;BA.debugLine="Private Pnl As B4XView = xui.CreatePanel(\"\")";
_pnl = new anywheresoftware.b4a.objects.B4XViewWrapper();
_pnl = _xui.CreatePanel(ba,"");
- //BA.debugLineNum = 1945;BA.debugLine="Pnl.SetLayoutAnimated(0, 0, 0, clv_prods_ll.AsVi";
-_pnl.SetLayoutAnimated((int) (0),(int) (0),(int) (0),_clv_prods_ll._asview().getWidth(),__c.DipToCurrent((int) (65)));
- //BA.debugLineNum = 1946;BA.debugLine="clv_prods_ll.Add(Pnl, listaProdsConCant.Get(pr0)";
+ //BA.debugLineNum = 2002;BA.debugLine="Pnl.SetLayoutAnimated(0, 0, 0, clv_prods_ll.AsVi";
+_pnl.SetLayoutAnimated((int) (0),(int) (0),(int) (0),_clv_prods_ll._asview().getWidth(),__c.DipToCurrent((int) (130)));
+ //BA.debugLineNum = 2003;BA.debugLine="clv_prods_ll.Add(Pnl, listaProdsConCant.Get(pr0)";
_clv_prods_ll._add(_pnl,_listaprodsconcant.Get(_pr0));
- //BA.debugLineNum = 1947;BA.debugLine="listaHints.Add(listaProdsConCant.get(pr0).As(Map";
+ //BA.debugLineNum = 2004;BA.debugLine="listaHints.Add(listaProdsConCant.get(pr0).As(Map";
_listahints.Add(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_listaprodsconcant.Get(_pr0)))).Get((Object)("prod")));
- //BA.debugLineNum = 1948;BA.debugLine="cont = cont + 1";
+ //BA.debugLineNum = 2005;BA.debugLine="cont = cont + 1";
_cont = (int) (_cont+1);
}
};
- //BA.debugLineNum = 1952;BA.debugLine="For pr=0 To listaProds.Size-1";
+ //BA.debugLineNum = 2009;BA.debugLine="For pr=0 To listaProds.Size-1";
{
final int step69 = 1;
final int limit69 = (int) (_listaprods.getSize()-1);
_pr = (int) (0) ;
for (;_pr <= limit69 ;_pr = _pr + step69 ) {
- //BA.debugLineNum = 1953;BA.debugLine="If listaProdsConCantIndex.IndexOf(pr) = -1 Then";
+ //BA.debugLineNum = 2010;BA.debugLine="If listaProdsConCantIndex.IndexOf(pr) = -1 Then";
if (_listaprodsconcantindex.IndexOf((Object)(_pr))==-1) {
- //BA.debugLineNum = 1954;BA.debugLine="Private Pnl As B4XView = xui.CreatePanel(\"\")";
+ //BA.debugLineNum = 2011;BA.debugLine="Private Pnl As B4XView = xui.CreatePanel(\"\")";
_pnl = new anywheresoftware.b4a.objects.B4XViewWrapper();
_pnl = _xui.CreatePanel(ba,"");
- //BA.debugLineNum = 1955;BA.debugLine="Pnl.SetLayoutAnimated(0, 0, 0, clv_prods_ll.AsV";
-_pnl.SetLayoutAnimated((int) (0),(int) (0),(int) (0),_clv_prods_ll._asview().getWidth(),__c.DipToCurrent((int) (65)));
- //BA.debugLineNum = 1958;BA.debugLine="listaHints.Add(listaProds.get(pr).As(Map).Get(\"";
+ //BA.debugLineNum = 2012;BA.debugLine="Pnl.SetLayoutAnimated(0, 0, 0, clv_prods_ll.AsV";
+_pnl.SetLayoutAnimated((int) (0),(int) (0),(int) (0),_clv_prods_ll._asview().getWidth(),__c.DipToCurrent((int) (130)));
+ //BA.debugLineNum = 2013;BA.debugLine="listaHints.Add(listaProds.get(pr).As(Map).Get(\"";
_listahints.Add(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_listaprods.Get(_pr)))).Get((Object)("prod")));
- //BA.debugLineNum = 1959;BA.debugLine="clv_prods_ll.Add(Pnl, listaProds.Get(pr))";
+ //BA.debugLineNum = 2014;BA.debugLine="clv_prods_ll.Add(Pnl, listaProds.Get(pr))";
_clv_prods_ll._add(_pnl,_listaprods.Get(_pr));
- //BA.debugLineNum = 1961;BA.debugLine="cont = cont + 1";
+ //BA.debugLineNum = 2016;BA.debugLine="cont = cont + 1";
_cont = (int) (_cont+1);
};
}
};
- //BA.debugLineNum = 1968;BA.debugLine="PCLV.B4XSeekBar1.MaxValue = clv_prods_ll.Size";
+ //BA.debugLineNum = 2023;BA.debugLine="PCLV.B4XSeekBar1.MaxValue = clv_prods_ll.Size";
_pclv._b4xseekbar1 /*gunav2.keymon.com.mx.b4xseekbar*/ ._maxvalue /*int*/ = _clv_prods_ll._getsize();
- //BA.debugLineNum = 1969;BA.debugLine="PCLV.B4XSeekBar1.MinValue = 0";
+ //BA.debugLineNum = 2024;BA.debugLine="PCLV.B4XSeekBar1.MinValue = 0";
_pclv._b4xseekbar1 /*gunav2.keymon.com.mx.b4xseekbar*/ ._minvalue /*int*/ = (int) (0);
- //BA.debugLineNum = 1970;BA.debugLine="PCLV.B4XSeekBar1.Interval = clv_prods_ll.Size/20";
+ //BA.debugLineNum = 2025;BA.debugLine="PCLV.B4XSeekBar1.Interval = clv_prods_ll.Size/20";
_pclv._b4xseekbar1 /*gunav2.keymon.com.mx.b4xseekbar*/ ._interval /*int*/ = (int) (_clv_prods_ll._getsize()/(double)20);
- //BA.debugLineNum = 1971;BA.debugLine="PCLV.B4XSeekBar1.Value = clv_prods_ll.Size";
+ //BA.debugLineNum = 2026;BA.debugLine="PCLV.B4XSeekBar1.Value = clv_prods_ll.Size";
_pclv._b4xseekbar1 /*gunav2.keymon.com.mx.b4xseekbar*/ ._setvalue /*int*/ (_clv_prods_ll._getsize());
- //BA.debugLineNum = 1972;BA.debugLine="PCLV.B4XSeekBar1.Update";
+ //BA.debugLineNum = 2027;BA.debugLine="PCLV.B4XSeekBar1.Update";
_pclv._b4xseekbar1 /*gunav2.keymon.com.mx.b4xseekbar*/ ._update /*String*/ ();
- //BA.debugLineNum = 1974;BA.debugLine="reiniciarlistaProds = False";
+ //BA.debugLineNum = 2029;BA.debugLine="reiniciarlistaProds = False";
_reiniciarlistaprods = __c.False;
- //BA.debugLineNum = 1975;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2030;BA.debugLine="End Sub";
return "";
}
public String _lv_catalogos_itemclick(int _position,Object _value) throws Exception{
@@ -2462,212 +2567,212 @@ int _tipocliente = 0;
int _i = 0;
boolean _muestrapromo = false;
anywheresoftware.b4a.objects.collections.Map _tm = null;
- //BA.debugLineNum = 275;BA.debugLine="Sub lv_catalogos_ItemClick (Position As Int, Value";
- //BA.debugLineNum = 276;BA.debugLine="If Value = \"PORTAFOLIO\" Then";
+ //BA.debugLineNum = 277;BA.debugLine="Sub lv_catalogos_ItemClick (Position As Int, Value";
+ //BA.debugLineNum = 278;BA.debugLine="If Value = \"PORTAFOLIO\" Then";
if ((_value).equals((Object)("PORTAFOLIO"))) {
- //BA.debugLineNum = 278;BA.debugLine="lfila.text = \"PRODUCTOS\"";
+ //BA.debugLineNum = 280;BA.debugLine="lfila.text = \"PRODUCTOS\"";
_lfila.setText(BA.ObjectToCharSequence("PRODUCTOS"));
- //BA.debugLineNum = 279;BA.debugLine="lv_catalogos.Visible = False";
+ //BA.debugLineNum = 281;BA.debugLine="lv_catalogos.Visible = False";
_lv_catalogos.setVisible(__c.False);
- //BA.debugLineNum = 281;BA.debugLine="If clv_prods_ll.Size = 0 Then LlenaProdsLL(Null)";
+ //BA.debugLineNum = 283;BA.debugLine="If clv_prods_ll.Size = 0 Then LlenaProdsLL(Null)";
if (_clv_prods_ll._getsize()==0) {
_llenaprodsll((anywheresoftware.b4a.sql.SQL.ResultSetWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.ResultSetWrapper(), (android.database.Cursor)(__c.Null)));};
- //BA.debugLineNum = 282;BA.debugLine="clv_prods_ll.AsView.Visible = True";
+ //BA.debugLineNum = 284;BA.debugLine="clv_prods_ll.AsView.Visible = True";
_clv_prods_ll._asview().setVisible(__c.True);
- //BA.debugLineNum = 283;BA.debugLine="If hayPedido Then p_botonesVenta.Visible = True";
+ //BA.debugLineNum = 285;BA.debugLine="If hayPedido Then p_botonesVenta.Visible = True";
if (_haypedido) {
_p_botonesventa.setVisible(__c.True);};
- //BA.debugLineNum = 286;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select IFN";
+ //BA.debugLineNum = 288;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select IFN";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(sum(PE_CANT),0) as PC_NOART, IFNULL(sum (PE_COSTO_TOT),0) as PC_MONTO from PEDIDO where PE_CLIENTE in (Select CUENTA from cuentaa) AND PE_PROID NOT IN (SELECT CAT_PA_ID FROM PROMOS_COMP ) ")));
- //BA.debugLineNum = 287;BA.debugLine="If c.RowCount > 0 Then";
+ //BA.debugLineNum = 289;BA.debugLine="If c.RowCount > 0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 288;BA.debugLine="C.Position = 0";
+ //BA.debugLineNum = 290;BA.debugLine="C.Position = 0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 289;BA.debugLine="Log($\"registros: ${c.RowCount}, arts: ${c.GetSt";
-__c.LogImpl("029622286",("registros: "+__c.SmartStringFormatter("",(Object)(_c.getRowCount()))+", arts: "+__c.SmartStringFormatter("",(Object)(_c.GetString("PC_NOART")))+", monto:"+__c.SmartStringFormatter("",(Object)(_c.GetString("PC_MONTO")))+""),0);
- //BA.debugLineNum = 290;BA.debugLine="l_totProds.Text = \"Prods: \" & c.GetString(\"PC_N";
+ //BA.debugLineNum = 291;BA.debugLine="Log($\"registros: ${c.RowCount}, arts: ${c.GetSt";
+__c.LogImpl("729622286",("registros: "+__c.SmartStringFormatter("",(Object)(_c.getRowCount()))+", arts: "+__c.SmartStringFormatter("",(Object)(_c.GetString("PC_NOART")))+", monto:"+__c.SmartStringFormatter("",(Object)(_c.GetString("PC_MONTO")))+""),0);
+ //BA.debugLineNum = 292;BA.debugLine="l_totProds.Text = \"Prods: \" & c.GetString(\"PC_N";
_l_totprods.setText(BA.ObjectToCharSequence("Prods: "+_c.GetString("PC_NOART")));
- //BA.debugLineNum = 291;BA.debugLine="l_total.Text = \"Total: $\" & c.GetString(\"PC_MON";
+ //BA.debugLineNum = 293;BA.debugLine="l_total.Text = \"Total: $\" & c.GetString(\"PC_MON";
_l_total.setText(BA.ObjectToCharSequence("Total: $"+_c.GetString("PC_MONTO")));
- //BA.debugLineNum = 292;BA.debugLine="If l_total.Text = Null Or l_total.Text = \"null\"";
+ //BA.debugLineNum = 294;BA.debugLine="If l_total.Text = Null Or l_total.Text = \"null\"";
if (_l_total.getText()== null || (_l_total.getText()).equals("null") || (_l_total.getText()).equals("")) {
_l_total.setText(BA.ObjectToCharSequence("Total: $0.0"));};
- //BA.debugLineNum = 293;BA.debugLine="If l_totProds.Text = Null Or l_totProds.Text =";
+ //BA.debugLineNum = 295;BA.debugLine="If l_totProds.Text = Null Or l_totProds.Text =";
if (_l_totprods.getText()== null || (_l_totprods.getText()).equals("null") || (_l_totprods.getText()).equals("")) {
_l_totprods.setText(BA.ObjectToCharSequence("Prods: 0"));};
};
}else {
- //BA.debugLineNum = 296;BA.debugLine="clv_prods_ll.AsView.Visible = False";
+ //BA.debugLineNum = 298;BA.debugLine="clv_prods_ll.AsView.Visible = False";
_clv_prods_ll._asview().setVisible(__c.False);
- //BA.debugLineNum = 297;BA.debugLine="lv_promos.Visible = True";
+ //BA.debugLineNum = 299;BA.debugLine="lv_promos.Visible = True";
_lv_promos.setVisible(__c.True);
- //BA.debugLineNum = 298;BA.debugLine="lfila.text = \"PROMOCIONES\"";
+ //BA.debugLineNum = 300;BA.debugLine="lfila.text = \"PROMOCIONES\"";
_lfila.setText(BA.ObjectToCharSequence("PROMOCIONES"));
- //BA.debugLineNum = 299;BA.debugLine="lv_catalogos.Visible = False";
+ //BA.debugLineNum = 301;BA.debugLine="lv_catalogos.Visible = False";
_lv_catalogos.setVisible(__c.False);
- //BA.debugLineNum = 319;BA.debugLine="lv_promos.Clear";
+ //BA.debugLineNum = 321;BA.debugLine="lv_promos.Clear";
_lv_promos.Clear();
- //BA.debugLineNum = 320;BA.debugLine="lv_promos.Height = Root.Height * 0.65";
+ //BA.debugLineNum = 322;BA.debugLine="lv_promos.Height = Root.Height * 0.65";
_lv_promos.setHeight((int) (_root.getHeight()*0.65));
- //BA.debugLineNum = 321;BA.debugLine="lv_promos.Width = Root.Width *0.96";
+ //BA.debugLineNum = 323;BA.debugLine="lv_promos.Width = Root.Width *0.96";
_lv_promos.setWidth((int) (_root.getWidth()*0.96));
- //BA.debugLineNum = 323;BA.debugLine="Dim label1 As Label";
+ //BA.debugLineNum = 325;BA.debugLine="Dim label1 As Label";
_label1 = new anywheresoftware.b4a.objects.LabelWrapper();
- //BA.debugLineNum = 324;BA.debugLine="label1 = lv_promos.TwoLinesLayout.Label";
+ //BA.debugLineNum = 326;BA.debugLine="label1 = lv_promos.TwoLinesLayout.Label";
_label1 = _lv_promos.getTwoLinesLayout().Label;
- //BA.debugLineNum = 325;BA.debugLine="label1.TextSize = 20";
+ //BA.debugLineNum = 327;BA.debugLine="label1.TextSize = 20";
_label1.setTextSize((float) (20));
- //BA.debugLineNum = 326;BA.debugLine="label1.TextColor = Colors.White";
+ //BA.debugLineNum = 328;BA.debugLine="label1.TextColor = Colors.White";
_label1.setTextColor(__c.Colors.White);
- //BA.debugLineNum = 327;BA.debugLine="label1.Color = Colors.ARGB(58,255,255,255)";
+ //BA.debugLineNum = 329;BA.debugLine="label1.Color = Colors.ARGB(58,255,255,255)";
_label1.setColor(__c.Colors.ARGB((int) (58),(int) (255),(int) (255),(int) (255)));
- //BA.debugLineNum = 328;BA.debugLine="Dim label2 As Label";
+ //BA.debugLineNum = 330;BA.debugLine="Dim label2 As Label";
_label2 = new anywheresoftware.b4a.objects.LabelWrapper();
- //BA.debugLineNum = 329;BA.debugLine="label2 = lv_promos.TwoLinesLayout.SecondLabel";
+ //BA.debugLineNum = 331;BA.debugLine="label2 = lv_promos.TwoLinesLayout.SecondLabel";
_label2 = _lv_promos.getTwoLinesLayout().SecondLabel;
- //BA.debugLineNum = 330;BA.debugLine="label2.TextSize = 20";
+ //BA.debugLineNum = 332;BA.debugLine="label2.TextSize = 20";
_label2.setTextSize((float) (20));
- //BA.debugLineNum = 331;BA.debugLine="label2.TextColor = Colors.White";
+ //BA.debugLineNum = 333;BA.debugLine="label2.TextColor = Colors.White";
_label2.setTextColor(__c.Colors.White);
- //BA.debugLineNum = 332;BA.debugLine="label2.Color = Colors.ARGB(58,255,255,255)";
+ //BA.debugLineNum = 334;BA.debugLine="label2.Color = Colors.ARGB(58,255,255,255)";
_label2.setColor(__c.Colors.ARGB((int) (58),(int) (255),(int) (255),(int) (255)));
- //BA.debugLineNum = 333;BA.debugLine="Dim label13 As Label";
+ //BA.debugLineNum = 335;BA.debugLine="Dim label13 As Label";
_label13 = new anywheresoftware.b4a.objects.LabelWrapper();
- //BA.debugLineNum = 334;BA.debugLine="label13 = lv_promos.TwoLinesAndBitmap.Label";
+ //BA.debugLineNum = 336;BA.debugLine="label13 = lv_promos.TwoLinesAndBitmap.Label";
_label13 = _lv_promos.getTwoLinesAndBitmap().Label;
- //BA.debugLineNum = 335;BA.debugLine="label13.TextSize = 20";
+ //BA.debugLineNum = 337;BA.debugLine="label13.TextSize = 20";
_label13.setTextSize((float) (20));
- //BA.debugLineNum = 336;BA.debugLine="label13.TextColor = Colors.White";
+ //BA.debugLineNum = 338;BA.debugLine="label13.TextColor = Colors.White";
_label13.setTextColor(__c.Colors.White);
- //BA.debugLineNum = 337;BA.debugLine="label13.Color = Colors.ARGB(58,255,255,255)";
+ //BA.debugLineNum = 339;BA.debugLine="label13.Color = Colors.ARGB(58,255,255,255)";
_label13.setColor(__c.Colors.ARGB((int) (58),(int) (255),(int) (255),(int) (255)));
- //BA.debugLineNum = 338;BA.debugLine="Dim label14 As Label";
+ //BA.debugLineNum = 340;BA.debugLine="Dim label14 As Label";
_label14 = new anywheresoftware.b4a.objects.LabelWrapper();
- //BA.debugLineNum = 339;BA.debugLine="label14 = lv_promos.TwoLinesAndBitmap.SecondLabe";
+ //BA.debugLineNum = 341;BA.debugLine="label14 = lv_promos.TwoLinesAndBitmap.SecondLabe";
_label14 = _lv_promos.getTwoLinesAndBitmap().SecondLabel;
- //BA.debugLineNum = 340;BA.debugLine="label14.TextSize = 20";
+ //BA.debugLineNum = 342;BA.debugLine="label14.TextSize = 20";
_label14.setTextSize((float) (20));
- //BA.debugLineNum = 341;BA.debugLine="label14.TextColor = Colors.White";
+ //BA.debugLineNum = 343;BA.debugLine="label14.TextColor = Colors.White";
_label14.setTextColor(__c.Colors.White);
- //BA.debugLineNum = 342;BA.debugLine="label14.Color = Colors.ARGB(58,255,255,255)";
+ //BA.debugLineNum = 344;BA.debugLine="label14.Color = Colors.ARGB(58,255,255,255)";
_label14.setColor(__c.Colors.ARGB((int) (58),(int) (255),(int) (255),(int) (255)));
- //BA.debugLineNum = 353;BA.debugLine="If B4XPages.MainPage.tipo_venta = \"PREVENTA_FUTU";
+ //BA.debugLineNum = 355;BA.debugLine="If B4XPages.MainPage.tipo_venta = \"PREVENTA_FUTU";
if ((_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ).equals("PREVENTA_FUTURA")) {
- //BA.debugLineNum = 354;BA.debugLine="c2=B4XPages.MainPage.skmt.ExecQuery2($\"select";
+ //BA.debugLineNum = 356;BA.debugLine="c2=B4XPages.MainPage.skmt.ExecQuery2($\"select";
_c2 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2(("select CAT_GP_ID, CAT_GP_NOMBRE, CAT_GP_PRECIO, CAT_GP_ALMACEN, CAT_GP_IMG, CAT_PA_BSEGMENTA, CAT_PA_SEGMENTAV from "+__c.SmartStringFormatter("",(Object)(_starter._tabla /*String*/ ))+" where CAT_GP_PRECIO > 0 AND CAT_GP_ALMACEN > 0 AND CAT_GP_TIPO = ? AND CAT_GP_SUBTIPO = ? AND CAT_GP_ID NOT IN (SELECT PE_PROID FROM PEDIDO WHERE PE_CLIENTE IN (Select cuenta from cuentaa) AND PE_FUTURO = '1' )"),new String[]{"PROMOS","PROMOS"})));
}else {
- //BA.debugLineNum = 356;BA.debugLine="c2=B4XPages.MainPage.skmt.ExecQuery2($\"select";
+ //BA.debugLineNum = 358;BA.debugLine="c2=B4XPages.MainPage.skmt.ExecQuery2($\"select";
_c2 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2(("select CAT_GP_ID, CAT_GP_NOMBRE, CAT_GP_PRECIO, CAT_GP_ALMACEN, CAT_GP_IMG, CAT_PA_BSEGMENTA, CAT_PA_SEGMENTAV from "+__c.SmartStringFormatter("",(Object)(_starter._tabla /*String*/ ))+" where CAT_GP_PRECIO > 0 AND CAT_GP_ALMACEN > 0 AND CAT_GP_TIPO = ? AND CAT_GP_SUBTIPO = ? AND CAT_GP_ID NOT IN (SELECT PE_PROID FROM PEDIDO WHERE PE_CLIENTE IN (Select cuenta from cuentaa) AND PE_FUTURO = '0' )"),new String[]{"PROMOS","PROMOS"})));
};
- //BA.debugLineNum = 360;BA.debugLine="Private yaComproPRO2265 As Boolean = Subs.revisa";
+ //BA.debugLineNum = 362;BA.debugLine="Private yaComproPRO2265 As Boolean = Subs.revisa";
_yacompropro2265 = _subs._revisapro2265 /*boolean*/ (ba,_subs._traecliente /*String*/ (ba));
- //BA.debugLineNum = 361;BA.debugLine="Private yaComproPRO3054 As Boolean = Subs.revisa";
+ //BA.debugLineNum = 363;BA.debugLine="Private yaComproPRO3054 As Boolean = Subs.revisa";
_yacompropro3054 = _subs._revisapro3054 /*boolean*/ (ba,_subs._traecliente /*String*/ (ba));
- //BA.debugLineNum = 362;BA.debugLine="Private yaComproPRO3055 As Boolean = Subs.revisa";
+ //BA.debugLineNum = 364;BA.debugLine="Private yaComproPRO3055 As Boolean = Subs.revisa";
_yacompropro3055 = _subs._revisapro3055 /*boolean*/ (ba,_subs._traecliente /*String*/ (ba));
- //BA.debugLineNum = 363;BA.debugLine="Private tipoCliente As Int = Subs.traeTipoClient";
+ //BA.debugLineNum = 365;BA.debugLine="Private tipoCliente As Int = Subs.traeTipoClient";
_tipocliente = _subs._traetipocliente /*int*/ (ba);
- //BA.debugLineNum = 364;BA.debugLine="Log(c2.RowCount)";
-__c.LogImpl("029622361",BA.NumberToString(_c2.getRowCount()),0);
- //BA.debugLineNum = 365;BA.debugLine="If c2.RowCount > 0 Then";
+ //BA.debugLineNum = 366;BA.debugLine="Log(c2.RowCount)";
+__c.LogImpl("729622361",BA.NumberToString(_c2.getRowCount()),0);
+ //BA.debugLineNum = 367;BA.debugLine="If c2.RowCount > 0 Then";
if (_c2.getRowCount()>0) {
- //BA.debugLineNum = 383;BA.debugLine="For i=0 To c2.RowCount - 1";
+ //BA.debugLineNum = 385;BA.debugLine="For i=0 To c2.RowCount - 1";
{
final int step55 = 1;
final int limit55 = (int) (_c2.getRowCount()-1);
_i = (int) (0) ;
for (;_i <= limit55 ;_i = _i + step55 ) {
- //BA.debugLineNum = 384;BA.debugLine="c2.Position = i";
+ //BA.debugLineNum = 386;BA.debugLine="c2.Position = i";
_c2.setPosition(_i);
- //BA.debugLineNum = 385;BA.debugLine="Private muestraPromo As Boolean = True";
+ //BA.debugLineNum = 387;BA.debugLine="Private muestraPromo As Boolean = True";
_muestrapromo = __c.True;
- //BA.debugLineNum = 386;BA.debugLine="Log($\"SEGMENTADA: ${c2.GetString(\"CAT_PA_BSEGM";
-__c.LogImpl("029622383",("SEGMENTADA: "+__c.SmartStringFormatter("",(Object)(_c2.GetString("CAT_PA_BSEGMENTA")))+""),0);
- //BA.debugLineNum = 387;BA.debugLine="If c2.GetInt(\"CAT_PA_BSEGMENTA\") = 1 Then";
+ //BA.debugLineNum = 388;BA.debugLine="Log($\"SEGMENTADA: ${c2.GetString(\"CAT_PA_BSEGM";
+__c.LogImpl("729622383",("SEGMENTADA: "+__c.SmartStringFormatter("",(Object)(_c2.GetString("CAT_PA_BSEGMENTA")))+""),0);
+ //BA.debugLineNum = 389;BA.debugLine="If c2.GetInt(\"CAT_PA_BSEGMENTA\") = 1 Then";
if (_c2.GetInt("CAT_PA_BSEGMENTA")==1) {
- //BA.debugLineNum = 388;BA.debugLine="LogColor(\"####### PROMO SEGMENTADA #### \"&";
-__c.LogImpl("029622385","####### PROMO SEGMENTADA #### "+_c2.GetString("CAT_GP_ID"),__c.Colors.Blue);
- //BA.debugLineNum = 389;BA.debugLine="LogColor($\"####### SEGV: ${c2.GetString(\"CA";
-__c.LogImpl("029622386",("####### SEGV: "+__c.SmartStringFormatter("",(Object)(_c2.GetString("CAT_PA_SEGMENTAV")))+" ####"),__c.Colors.Blue);
- //BA.debugLineNum = 390;BA.debugLine="LogColor($\"####### TIPOCLIE: ${tipoCliente}";
-__c.LogImpl("029622387",("####### TIPOCLIE: "+__c.SmartStringFormatter("",(Object)(_tipocliente))+" ####"),__c.Colors.Blue);
- //BA.debugLineNum = 391;BA.debugLine="LogColor($\"####### ¿ENTRA?: ${c2.GetString(";
-__c.LogImpl("029622388",("####### ¿ENTRA?: "+__c.SmartStringFormatter("",(Object)(_c2.GetString("CAT_PA_SEGMENTAV").contains(BA.NumberToString(_tipocliente))))+" ####"),__c.Colors.Blue);
- //BA.debugLineNum = 392;BA.debugLine="If Not(c2.GetString(\"CAT_PA_SEGMENTAV\").Conta";
+ //BA.debugLineNum = 390;BA.debugLine="LogColor(\"####### PROMO SEGMENTADA #### \"&";
+__c.LogImpl("729622385","####### PROMO SEGMENTADA #### "+_c2.GetString("CAT_GP_ID"),__c.Colors.Blue);
+ //BA.debugLineNum = 391;BA.debugLine="LogColor($\"####### SEGV: ${c2.GetString(\"CA";
+__c.LogImpl("729622386",("####### SEGV: "+__c.SmartStringFormatter("",(Object)(_c2.GetString("CAT_PA_SEGMENTAV")))+" ####"),__c.Colors.Blue);
+ //BA.debugLineNum = 392;BA.debugLine="LogColor($\"####### TIPOCLIE: ${tipoCliente}";
+__c.LogImpl("729622387",("####### TIPOCLIE: "+__c.SmartStringFormatter("",(Object)(_tipocliente))+" ####"),__c.Colors.Blue);
+ //BA.debugLineNum = 393;BA.debugLine="LogColor($\"####### ¿ENTRA?: ${c2.GetString(";
+__c.LogImpl("729622388",("####### ¿ENTRA?: "+__c.SmartStringFormatter("",(Object)(_c2.GetString("CAT_PA_SEGMENTAV").contains(BA.NumberToString(_tipocliente))))+" ####"),__c.Colors.Blue);
+ //BA.debugLineNum = 394;BA.debugLine="If Not(c2.GetString(\"CAT_PA_SEGMENTAV\").Conta";
if (__c.Not(_c2.GetString("CAT_PA_SEGMENTAV").contains(BA.NumberToString(_tipocliente)))) {
_muestrapromo = __c.False;};
};
- //BA.debugLineNum = 398;BA.debugLine="Private tm As Map = Subs.procesaPromocion(c2.G";
+ //BA.debugLineNum = 400;BA.debugLine="Private tm As Map = Subs.procesaPromocion(c2.G";
_tm = new anywheresoftware.b4a.objects.collections.Map();
_tm = _subs._procesapromocion /*anywheresoftware.b4a.objects.collections.Map*/ (ba,_c2.GetString("CAT_GP_ID"),_subs._traecliente /*String*/ (ba));
- //BA.debugLineNum = 399;BA.debugLine="Log($\"TM=${tm}\"$)";
-__c.LogImpl("029622396",("TM="+__c.SmartStringFormatter("",(Object)(_tm.getObject()))+""),0);
- //BA.debugLineNum = 400;BA.debugLine="If tm.Get(\"status\") = \"ok\" Then 'Solo muestral";
+ //BA.debugLineNum = 401;BA.debugLine="Log($\"TM=${tm}\"$)";
+__c.LogImpl("729622396",("TM="+__c.SmartStringFormatter("",(Object)(_tm.getObject()))+""),0);
+ //BA.debugLineNum = 402;BA.debugLine="If tm.Get(\"status\") = \"ok\" Then 'Solo muestral";
if ((_tm.Get((Object)("status"))).equals((Object)("ok"))) {
- //BA.debugLineNum = 401;BA.debugLine="If yaComproPRO2265 And c2.GetString(\"CAT_GP_I";
+ //BA.debugLineNum = 403;BA.debugLine="If yaComproPRO2265 And c2.GetString(\"CAT_GP_I";
if (_yacompropro2265 && (_c2.GetString("CAT_GP_ID")).equals("PRO3015")) {
- //BA.debugLineNum = 402;BA.debugLine="LogColor(\"Ya compro la PRO2265, ya no se mue";
-__c.LogImpl("029622399","Ya compro la PRO2265, ya no se muestra la PRO3015",__c.Colors.Red);
+ //BA.debugLineNum = 404;BA.debugLine="LogColor(\"Ya compro la PRO2265, ya no se mue";
+__c.LogImpl("729622399","Ya compro la PRO2265, ya no se muestra la PRO3015",__c.Colors.Red);
}else {
- //BA.debugLineNum = 404;BA.debugLine="If (yaComproPRO3054 And c2.GetString(\"CAT_GP";
+ //BA.debugLineNum = 406;BA.debugLine="If (yaComproPRO3054 And c2.GetString(\"CAT_GP";
if ((_yacompropro3054 && (_c2.GetString("CAT_GP_ID")).equals("PRO3054")) || (_yacompropro3055 && (_c2.GetString("CAT_GP_ID")).equals("PRO3055"))) {
- //BA.debugLineNum = 406;BA.debugLine="LogColor(\"Ya compro prods de la PRO3054 o P";
-__c.LogImpl("029622403","Ya compro prods de la PRO3054 o PRO3055 o es cliente nuevo, ya no se muestra.",__c.Colors.Red);
+ //BA.debugLineNum = 408;BA.debugLine="LogColor(\"Ya compro prods de la PRO3054 o P";
+__c.LogImpl("729622403","Ya compro prods de la PRO3054 o PRO3055 o es cliente nuevo, ya no se muestra.",__c.Colors.Red);
}else {
- //BA.debugLineNum = 408;BA.debugLine="If Subs.traeAlmacen = 88 Then";
+ //BA.debugLineNum = 410;BA.debugLine="If Subs.traeAlmacen = 88 Then";
if ((_subs._traealmacen /*String*/ (ba)).equals(BA.NumberToString(88))) {
- //BA.debugLineNum = 409;BA.debugLine="Log(\"SI ENTRE1\")";
-__c.LogImpl("029622406","SI ENTRE1",0);
- //BA.debugLineNum = 410;BA.debugLine="Log(c2.GetString(\"CAT_GP_ID\"))";
-__c.LogImpl("029622407",_c2.GetString("CAT_GP_ID"),0);
- //BA.debugLineNum = 411;BA.debugLine="If c2.GetString(\"CAT_GP_ID\") = \"MYKONOS_01";
+ //BA.debugLineNum = 411;BA.debugLine="Log(\"SI ENTRE1\")";
+__c.LogImpl("729622406","SI ENTRE1",0);
+ //BA.debugLineNum = 412;BA.debugLine="Log(c2.GetString(\"CAT_GP_ID\"))";
+__c.LogImpl("729622407",_c2.GetString("CAT_GP_ID"),0);
+ //BA.debugLineNum = 413;BA.debugLine="If c2.GetString(\"CAT_GP_ID\") = \"MYKONOS_01";
if ((_c2.GetString("CAT_GP_ID")).equals("MYKONOS_01") && _subs._traemontoprod /*boolean*/ (ba)) {
- //BA.debugLineNum = 412;BA.debugLine="Log(\"SI ENTRE\")";
-__c.LogImpl("029622409","SI ENTRE",0);
- //BA.debugLineNum = 413;BA.debugLine="If muestraPromo Then lv_promos.AddTwoLine";
+ //BA.debugLineNum = 414;BA.debugLine="Log(\"SI ENTRE\")";
+__c.LogImpl("729622409","SI ENTRE",0);
+ //BA.debugLineNum = 415;BA.debugLine="If muestraPromo Then lv_promos.AddTwoLine";
if (_muestrapromo) {
_lv_promos.AddTwoLines(BA.ObjectToCharSequence(_c2.GetString("CAT_GP_NOMBRE")),BA.ObjectToCharSequence("# "+_c2.GetString("CAT_GP_ALMACEN")+" $ "+_c2.GetString("CAT_GP_PRECIO")+" F:"+BA.ObjectToString(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_tm.Get((Object)("mp"))))).Get((Object)("prodsFijosCant")))+" V:"+BA.ObjectToString(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_tm.Get((Object)("mp"))))).Get((Object)("prodsVariablesCant")))));};
}else if((_c2.GetString("CAT_GP_ID")).equals("MYKONOS_01") == false) {
- //BA.debugLineNum = 415;BA.debugLine="Log(\"SI ENTRE2\")";
-__c.LogImpl("029622412","SI ENTRE2",0);
- //BA.debugLineNum = 416;BA.debugLine="If muestraPromo Then lv_promos.AddTwoLine";
+ //BA.debugLineNum = 417;BA.debugLine="Log(\"SI ENTRE2\")";
+__c.LogImpl("729622412","SI ENTRE2",0);
+ //BA.debugLineNum = 418;BA.debugLine="If muestraPromo Then lv_promos.AddTwoLine";
if (_muestrapromo) {
_lv_promos.AddTwoLines(BA.ObjectToCharSequence(_c2.GetString("CAT_GP_NOMBRE")),BA.ObjectToCharSequence("# "+_c2.GetString("CAT_GP_ALMACEN")+" $ "+_c2.GetString("CAT_GP_PRECIO")+" F:"+BA.ObjectToString(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_tm.Get((Object)("mp"))))).Get((Object)("prodsFijosCant")))+" V:"+BA.ObjectToString(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_tm.Get((Object)("mp"))))).Get((Object)("prodsVariablesCant")))));};
};
}else {
- //BA.debugLineNum = 419;BA.debugLine="Log(\"SI ENTRE3\")";
-__c.LogImpl("029622416","SI ENTRE3",0);
- //BA.debugLineNum = 420;BA.debugLine="If muestraPromo Then lv_promos.AddTwoLines";
+ //BA.debugLineNum = 421;BA.debugLine="Log(\"SI ENTRE3\")";
+__c.LogImpl("729622416","SI ENTRE3",0);
+ //BA.debugLineNum = 422;BA.debugLine="If muestraPromo Then lv_promos.AddTwoLines";
if (_muestrapromo) {
_lv_promos.AddTwoLines(BA.ObjectToCharSequence(_c2.GetString("CAT_GP_NOMBRE")),BA.ObjectToCharSequence("# "+_c2.GetString("CAT_GP_ALMACEN")+" $ "+_c2.GetString("CAT_GP_PRECIO")+" F:"+BA.ObjectToString(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_tm.Get((Object)("mp"))))).Get((Object)("prodsFijosCant")))+" V:"+BA.ObjectToString(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_tm.Get((Object)("mp"))))).Get((Object)("prodsVariablesCant")))));};
};
- //BA.debugLineNum = 422;BA.debugLine="Log($\"################################${CRL";
-__c.LogImpl("029622419",("################################"+__c.SmartStringFormatter("",(Object)(__c.CRLF))+" "+__c.SmartStringFormatter("",(Object)(_muestrapromo))+""+__c.SmartStringFormatter("",(Object)(__c.CRLF))+"################################"),0);
+ //BA.debugLineNum = 424;BA.debugLine="Log($\"################################${CRL";
+__c.LogImpl("729622419",("################################"+__c.SmartStringFormatter("",(Object)(__c.CRLF))+" "+__c.SmartStringFormatter("",(Object)(_muestrapromo))+""+__c.SmartStringFormatter("",(Object)(__c.CRLF))+"################################"),0);
};
};
};
}
};
- //BA.debugLineNum = 433;BA.debugLine="label1.Height = 50dip";
+ //BA.debugLineNum = 435;BA.debugLine="label1.Height = 50dip";
_label1.setHeight(__c.DipToCurrent((int) (50)));
- //BA.debugLineNum = 434;BA.debugLine="label2.Height = 45dip";
+ //BA.debugLineNum = 436;BA.debugLine="label2.Height = 45dip";
_label2.setHeight(__c.DipToCurrent((int) (45)));
- //BA.debugLineNum = 435;BA.debugLine="label2.Top = label1.Height";
+ //BA.debugLineNum = 437;BA.debugLine="label2.Top = label1.Height";
_label2.setTop(_label1.getHeight());
- //BA.debugLineNum = 436;BA.debugLine="lv_promos.TwoLinesLayout.ItemHeight = 95dip";
+ //BA.debugLineNum = 438;BA.debugLine="lv_promos.TwoLinesLayout.ItemHeight = 95dip";
_lv_promos.getTwoLinesLayout().setItemHeight(__c.DipToCurrent((int) (95)));
- //BA.debugLineNum = 437;BA.debugLine="Subs.SetDivider(lv_promos, Colors.White, 2)";
+ //BA.debugLineNum = 439;BA.debugLine="Subs.SetDivider(lv_promos, Colors.White, 2)";
_subs._setdivider /*String*/ (ba,_lv_promos,__c.Colors.White,(int) (2));
}else {
- //BA.debugLineNum = 439;BA.debugLine="ToastMessageShow(\"No hay PROMOS disponibles.\",";
+ //BA.debugLineNum = 441;BA.debugLine="ToastMessageShow(\"No hay PROMOS disponibles.\",";
__c.ToastMessageShow(BA.ObjectToCharSequence("No hay PROMOS disponibles."),__c.False);
};
- //BA.debugLineNum = 441;BA.debugLine="c2.Close";
+ //BA.debugLineNum = 443;BA.debugLine="c2.Close";
_c2.Close();
- //BA.debugLineNum = 442;BA.debugLine="entro = \"4\"";
+ //BA.debugLineNum = 444;BA.debugLine="entro = \"4\"";
_entro = "4";
};
- //BA.debugLineNum = 444;BA.debugLine="End Sub";
+ //BA.debugLineNum = 446;BA.debugLine="End Sub";
return "";
}
public void _lv_catalogos2_itemclick(int _position,Object _value) throws Exception{
@@ -2705,15 +2810,15 @@ return;
case 0:
//C
this.state = 1;
- //BA.debugLineNum = 447;BA.debugLine="clv_prods_ll.AsView.Visible = False";
+ //BA.debugLineNum = 449;BA.debugLine="clv_prods_ll.AsView.Visible = False";
parent._clv_prods_ll._asview().setVisible(parent.__c.False);
- //BA.debugLineNum = 448;BA.debugLine="BUSCA.Text = \"\"";
+ //BA.debugLineNum = 450;BA.debugLine="BUSCA.Text = \"\"";
parent._busca.setText(BA.ObjectToCharSequence(""));
- //BA.debugLineNum = 449;BA.debugLine="Dim cliente As C_Cliente = B4XPages.GetPage(\"Clie";
+ //BA.debugLineNum = 451;BA.debugLine="Dim cliente As C_Cliente = B4XPages.GetPage(\"Clie";
_cliente = (gunav2.keymon.com.mx.c_cliente)(parent._b4xpages._getpage /*Object*/ (ba,"Cliente"));
- //BA.debugLineNum = 450;BA.debugLine="Log($\"value=${Value}\"$)";
-parent.__c.LogImpl("029687812",("value="+parent.__c.SmartStringFormatter("",_value)+""),0);
- //BA.debugLineNum = 451;BA.debugLine="If Value = \"PROMOCIONES\" And cliente.cuenta <> \"N";
+ //BA.debugLineNum = 452;BA.debugLine="Log($\"value=${Value}\"$)";
+parent.__c.LogImpl("729687812",("value="+parent.__c.SmartStringFormatter("",_value)+""),0);
+ //BA.debugLineNum = 453;BA.debugLine="If Value = \"PROMOCIONES\" And cliente.cuenta <> \"N";
if (true) break;
case 1:
@@ -2728,24 +2833,24 @@ this.state = 5;
case 3:
//C
this.state = 6;
- //BA.debugLineNum = 452;BA.debugLine="entro = \"3\"";
+ //BA.debugLineNum = 454;BA.debugLine="entro = \"3\"";
parent._entro = "3";
- //BA.debugLineNum = 453;BA.debugLine="marca = \"PROMOS\"";
+ //BA.debugLineNum = 455;BA.debugLine="marca = \"PROMOS\"";
parent._marca = "PROMOS";
- //BA.debugLineNum = 454;BA.debugLine="tipo = \"PROMOS\"";
+ //BA.debugLineNum = 456;BA.debugLine="tipo = \"PROMOS\"";
parent._tipo = "PROMOS";
if (true) break;
case 5:
//C
this.state = 6;
- //BA.debugLineNum = 456;BA.debugLine="entro = \"5\"";
+ //BA.debugLineNum = 458;BA.debugLine="entro = \"5\"";
parent._entro = "5";
- //BA.debugLineNum = 457;BA.debugLine="B4XPages.ShowPage(\"Cliente\")";
+ //BA.debugLineNum = 459;BA.debugLine="B4XPages.ShowPage(\"Cliente\")";
parent._b4xpages._showpage /*String*/ (ba,"Cliente");
if (true) break;
;
- //BA.debugLineNum = 459;BA.debugLine="If Value = \"PROMOCIONES\" Then";
+ //BA.debugLineNum = 461;BA.debugLine="If Value = \"PROMOCIONES\" Then";
case 6:
//if
@@ -2759,22 +2864,22 @@ this.state = 10;
case 8:
//C
this.state = 11;
- //BA.debugLineNum = 460;BA.debugLine="LogColor(\"Promos\", Colors.red)";
-parent.__c.LogImpl("029687822","Promos",parent.__c.Colors.Red);
- //BA.debugLineNum = 461;BA.debugLine="c2=B4XPages.MainPage.skmt.ExecQuery2($\"select C";
+ //BA.debugLineNum = 462;BA.debugLine="LogColor(\"Promos\", Colors.red)";
+parent.__c.LogImpl("729687822","Promos",parent.__c.Colors.Red);
+ //BA.debugLineNum = 463;BA.debugLine="c2=B4XPages.MainPage.skmt.ExecQuery2($\"select C";
parent._c2 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2(("select CAT_GP_ID, CAT_GP_NOMBRE, CAT_GP_PRECIO, CAT_GP_ALMACEN, CAT_GP_IMG from "+parent.__c.SmartStringFormatter("",(Object)(parent._starter._tabla /*String*/ ))+" where CAT_GP_PRECIO > 0 AND CAT_GP_ALMACEN > 0 and CAT_GP_TIPOPROD = ? AND CAT_GP_TIPO = ? AND CAT_GP_SUBTIPO = ? AND CAT_GP_ID NOT IN (SELECT PE_PROID FROM PEDIDO WHERE PE_CLIENTE IN (Select cuenta from cuentaa) ) ORDER BY 1"),new String[]{"PROMOS",parent._marca,parent._tipo})));
if (true) break;
case 10:
//C
this.state = 11;
- //BA.debugLineNum = 463;BA.debugLine="LogColor(\"Catalogo\", Colors.red)";
-parent.__c.LogImpl("029687825","Catalogo",parent.__c.Colors.Red);
- //BA.debugLineNum = 464;BA.debugLine="c2=B4XPages.MainPage.skmt.ExecQuery($\"select CAT";
+ //BA.debugLineNum = 465;BA.debugLine="LogColor(\"Catalogo\", Colors.red)";
+parent.__c.LogImpl("729687825","Catalogo",parent.__c.Colors.Red);
+ //BA.debugLineNum = 466;BA.debugLine="c2=B4XPages.MainPage.skmt.ExecQuery($\"select CAT";
parent._c2 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select CAT_GP_ID, CAT_GP_NOMBRE, CAT_GP_PRECIO, CAT_GP_ALMACEN, CAT_GP_IMG, CAT_GP_TIPOPROD, CAT_GP_INICIATIVA from "+parent.__c.SmartStringFormatter("",(Object)(parent._starter._tabla /*String*/ ))+" where CAT_GP_PRECIO > 0 AND CAT_GP_ALMACEN > 0 and CAT_GP_TIPOPROD <> 'PROMOS' "))));
if (true) break;
;
- //BA.debugLineNum = 486;BA.debugLine="If Value = \"PORTAFOLIO\" Then";
+ //BA.debugLineNum = 488;BA.debugLine="If Value = \"PORTAFOLIO\" Then";
case 11:
//if
@@ -2788,17 +2893,17 @@ this.state = 15;
case 13:
//C
this.state = 28;
- //BA.debugLineNum = 487;BA.debugLine="lv_catalogos.Visible = False";
+ //BA.debugLineNum = 489;BA.debugLine="lv_catalogos.Visible = False";
parent._lv_catalogos.setVisible(parent.__c.False);
- //BA.debugLineNum = 488;BA.debugLine="lv_promos.Visible = False";
+ //BA.debugLineNum = 490;BA.debugLine="lv_promos.Visible = False";
parent._lv_promos.setVisible(parent.__c.False);
- //BA.debugLineNum = 489;BA.debugLine="lfila.text = \"PORTAFOLIO\"";
+ //BA.debugLineNum = 491;BA.debugLine="lfila.text = \"PORTAFOLIO\"";
parent._lfila.setText(BA.ObjectToCharSequence("PORTAFOLIO"));
- //BA.debugLineNum = 490;BA.debugLine="Log(\"PGS\")";
-parent.__c.LogImpl("029687852","PGS",0);
- //BA.debugLineNum = 491;BA.debugLine="ProgressDialogShow(\"Cargando catalogo ...\")";
+ //BA.debugLineNum = 492;BA.debugLine="Log(\"PGS\")";
+parent.__c.LogImpl("729687852","PGS",0);
+ //BA.debugLineNum = 493;BA.debugLine="ProgressDialogShow(\"Cargando catalogo ...\")";
parent.__c.ProgressDialogShow(ba,BA.ObjectToCharSequence("Cargando catalogo ..."));
- //BA.debugLineNum = 492;BA.debugLine="Sleep(100)";
+ //BA.debugLineNum = 494;BA.debugLine="Sleep(100)";
parent.__c.Sleep(ba,this,(int) (100));
this.state = 29;
return;
@@ -2806,70 +2911,70 @@ case 29:
//C
this.state = 28;
;
- //BA.debugLineNum = 493;BA.debugLine="Private inicioContador As String = DateTime.Now";
+ //BA.debugLineNum = 495;BA.debugLine="Private inicioContador As String = DateTime.Now";
_iniciocontador = BA.NumberToString(parent.__c.DateTime.getNow());
- //BA.debugLineNum = 494;BA.debugLine="llenaCatalogo(False)";
+ //BA.debugLineNum = 496;BA.debugLine="llenaCatalogo(False)";
parent._llenacatalogo(BA.ObjectToString(parent.__c.False));
- //BA.debugLineNum = 495;BA.debugLine="clv_prods_ll.AsView.Visible = True";
+ //BA.debugLineNum = 497;BA.debugLine="clv_prods_ll.AsView.Visible = True";
parent._clv_prods_ll._asview().setVisible(parent.__c.True);
- //BA.debugLineNum = 496;BA.debugLine="Log(\"PGH\")";
-parent.__c.LogImpl("029687858","PGH",0);
- //BA.debugLineNum = 497;BA.debugLine="LogColor(\"TIEMPO DE PROCESO DEL CATALOGO: \" & ((";
-parent.__c.LogImpl("029687859","TIEMPO DE PROCESO DEL CATALOGO: "+BA.NumberToString(((parent.__c.DateTime.getNow()-(double)(Double.parseDouble(_iniciocontador)))/(double)1000)),parent.__c.Colors.Red);
- //BA.debugLineNum = 498;BA.debugLine="ProgressDialogHide";
+ //BA.debugLineNum = 498;BA.debugLine="Log(\"PGH\")";
+parent.__c.LogImpl("729687858","PGH",0);
+ //BA.debugLineNum = 499;BA.debugLine="LogColor(\"TIEMPO DE PROCESO DEL CATALOGO: \" & ((";
+parent.__c.LogImpl("729687859","TIEMPO DE PROCESO DEL CATALOGO: "+BA.NumberToString(((parent.__c.DateTime.getNow()-(double)(Double.parseDouble(_iniciocontador)))/(double)1000)),parent.__c.Colors.Red);
+ //BA.debugLineNum = 500;BA.debugLine="ProgressDialogHide";
parent.__c.ProgressDialogHide();
- //BA.debugLineNum = 499;BA.debugLine="c2.Close";
+ //BA.debugLineNum = 501;BA.debugLine="c2.Close";
parent._c2.Close();
if (true) break;
case 15:
//C
this.state = 16;
- //BA.debugLineNum = 501;BA.debugLine="Log(\"ENTRAMOS A PROMOS\")";
-parent.__c.LogImpl("029687863","ENTRAMOS A PROMOS",0);
- //BA.debugLineNum = 502;BA.debugLine="clv_prods_ll.AsView.Visible = False";
+ //BA.debugLineNum = 503;BA.debugLine="Log(\"ENTRAMOS A PROMOS\")";
+parent.__c.LogImpl("729687863","ENTRAMOS A PROMOS",0);
+ //BA.debugLineNum = 504;BA.debugLine="clv_prods_ll.AsView.Visible = False";
parent._clv_prods_ll._asview().setVisible(parent.__c.False);
- //BA.debugLineNum = 503;BA.debugLine="lv_promos.Visible = True";
+ //BA.debugLineNum = 505;BA.debugLine="lv_promos.Visible = True";
parent._lv_promos.setVisible(parent.__c.True);
- //BA.debugLineNum = 504;BA.debugLine="lv_catalogos.Visible = False";
+ //BA.debugLineNum = 506;BA.debugLine="lv_catalogos.Visible = False";
parent._lv_catalogos.setVisible(parent.__c.False);
- //BA.debugLineNum = 505;BA.debugLine="lv_promos.Clear";
+ //BA.debugLineNum = 507;BA.debugLine="lv_promos.Clear";
parent._lv_promos.Clear();
- //BA.debugLineNum = 506;BA.debugLine="Dim label1 As Label";
+ //BA.debugLineNum = 508;BA.debugLine="Dim label1 As Label";
_label1 = new anywheresoftware.b4a.objects.LabelWrapper();
- //BA.debugLineNum = 507;BA.debugLine="label1 = lv_promos.TwoLinesLayout.Label";
+ //BA.debugLineNum = 509;BA.debugLine="label1 = lv_promos.TwoLinesLayout.Label";
_label1 = parent._lv_promos.getTwoLinesLayout().Label;
- //BA.debugLineNum = 508;BA.debugLine="label1.TextSize = 15";
+ //BA.debugLineNum = 510;BA.debugLine="label1.TextSize = 15";
_label1.setTextSize((float) (15));
- //BA.debugLineNum = 509;BA.debugLine="label1.TextColor = Colors.Black";
+ //BA.debugLineNum = 511;BA.debugLine="label1.TextColor = Colors.Black";
_label1.setTextColor(parent.__c.Colors.Black);
- //BA.debugLineNum = 510;BA.debugLine="Dim label2 As Label";
+ //BA.debugLineNum = 512;BA.debugLine="Dim label2 As Label";
_label2 = new anywheresoftware.b4a.objects.LabelWrapper();
- //BA.debugLineNum = 511;BA.debugLine="label2 = lv_promos.TwoLinesLayout.SecondLabel";
+ //BA.debugLineNum = 513;BA.debugLine="label2 = lv_promos.TwoLinesLayout.SecondLabel";
_label2 = parent._lv_promos.getTwoLinesLayout().SecondLabel;
- //BA.debugLineNum = 512;BA.debugLine="label2.TextSize = 15";
+ //BA.debugLineNum = 514;BA.debugLine="label2.TextSize = 15";
_label2.setTextSize((float) (15));
- //BA.debugLineNum = 513;BA.debugLine="label2.TextColor = Colors.Black";
+ //BA.debugLineNum = 515;BA.debugLine="label2.TextColor = Colors.Black";
_label2.setTextColor(parent.__c.Colors.Black);
- //BA.debugLineNum = 514;BA.debugLine="Dim label13 As Label";
+ //BA.debugLineNum = 516;BA.debugLine="Dim label13 As Label";
_label13 = new anywheresoftware.b4a.objects.LabelWrapper();
- //BA.debugLineNum = 515;BA.debugLine="label13 = lv_promos.TwoLinesAndBitmap.Label";
+ //BA.debugLineNum = 517;BA.debugLine="label13 = lv_promos.TwoLinesAndBitmap.Label";
_label13 = parent._lv_promos.getTwoLinesAndBitmap().Label;
- //BA.debugLineNum = 516;BA.debugLine="label13.TextSize = 15";
+ //BA.debugLineNum = 518;BA.debugLine="label13.TextSize = 15";
_label13.setTextSize((float) (15));
- //BA.debugLineNum = 517;BA.debugLine="label13.TextColor = Colors.Black";
+ //BA.debugLineNum = 519;BA.debugLine="label13.TextColor = Colors.Black";
_label13.setTextColor(parent.__c.Colors.Black);
- //BA.debugLineNum = 518;BA.debugLine="Dim label14 As Label";
+ //BA.debugLineNum = 520;BA.debugLine="Dim label14 As Label";
_label14 = new anywheresoftware.b4a.objects.LabelWrapper();
- //BA.debugLineNum = 519;BA.debugLine="label14 = lv_promos.TwoLinesAndBitmap.SecondLabe";
+ //BA.debugLineNum = 521;BA.debugLine="label14 = lv_promos.TwoLinesAndBitmap.SecondLabe";
_label14 = parent._lv_promos.getTwoLinesAndBitmap().SecondLabel;
- //BA.debugLineNum = 520;BA.debugLine="label14.TextSize = 15";
+ //BA.debugLineNum = 522;BA.debugLine="label14.TextSize = 15";
_label14.setTextSize((float) (15));
- //BA.debugLineNum = 521;BA.debugLine="label14.TextColor = Colors.Black";
+ //BA.debugLineNum = 523;BA.debugLine="label14.TextColor = Colors.Black";
_label14.setTextColor(parent.__c.Colors.Black);
- //BA.debugLineNum = 522;BA.debugLine="lfila.text = \"PROMOCIONES\"";
+ //BA.debugLineNum = 524;BA.debugLine="lfila.text = \"PROMOCIONES\"";
parent._lfila.setText(BA.ObjectToCharSequence("PROMOCIONES"));
- //BA.debugLineNum = 523;BA.debugLine="If c2.RowCount > 0 Then";
+ //BA.debugLineNum = 525;BA.debugLine="If c2.RowCount > 0 Then";
if (true) break;
case 16:
@@ -2882,7 +2987,7 @@ this.state = 18;
case 18:
//C
this.state = 19;
- //BA.debugLineNum = 524;BA.debugLine="For i=0 To c2.RowCount -1";
+ //BA.debugLineNum = 526;BA.debugLine="For i=0 To c2.RowCount -1";
if (true) break;
case 19:
@@ -2909,12 +3014,12 @@ if (true) break;
case 21:
//C
this.state = 22;
- //BA.debugLineNum = 525;BA.debugLine="c2.Position=i";
+ //BA.debugLineNum = 527;BA.debugLine="c2.Position=i";
parent._c2.setPosition(_i);
- //BA.debugLineNum = 526;BA.debugLine="Private tm As Map = Subs.procesaPromocion(c2.G";
+ //BA.debugLineNum = 528;BA.debugLine="Private tm As Map = Subs.procesaPromocion(c2.G";
_tm = new anywheresoftware.b4a.objects.collections.Map();
_tm = parent._subs._procesapromocion /*anywheresoftware.b4a.objects.collections.Map*/ (ba,parent._c2.GetString("CAT_GP_ID"),parent._clienteid);
- //BA.debugLineNum = 527;BA.debugLine="If tm.Get(\"status\") = \"ok\" Then 'Solo muestral";
+ //BA.debugLineNum = 529;BA.debugLine="If tm.Get(\"status\") = \"ok\" Then 'Solo muestral";
if (true) break;
case 22:
@@ -2927,7 +3032,7 @@ this.state = 24;
case 24:
//C
this.state = 25;
- //BA.debugLineNum = 528;BA.debugLine="lv_promos.AddTwoLines(c2.GetString(\"CAT_GP_NO";
+ //BA.debugLineNum = 530;BA.debugLine="lv_promos.AddTwoLines(c2.GetString(\"CAT_GP_NO";
parent._lv_promos.AddTwoLines(BA.ObjectToCharSequence(parent._c2.GetString("CAT_GP_NOMBRE")),BA.ObjectToCharSequence("# "+parent._c2.GetString("CAT_GP_ALMACEN")+" $ "+parent._c2.GetString("CAT_GP_PRECIO")+" F:"+BA.ObjectToString(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_tm.Get((Object)("mp"))))).Get((Object)("prodsFijosCant")))+" V:"+BA.ObjectToString(((anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_tm.Get((Object)("mp"))))).Get((Object)("prodsVariablesCant")))));
if (true) break;
@@ -2948,7 +3053,7 @@ case 27:
//C
this.state = 28;
;
- //BA.debugLineNum = 576;BA.debugLine="c2.Close";
+ //BA.debugLineNum = 578;BA.debugLine="c2.Close";
parent._c2.Close();
if (true) break;
@@ -2956,9 +3061,9 @@ case 28:
//C
this.state = -1;
;
- //BA.debugLineNum = 578;BA.debugLine="entro = \"4\"";
+ //BA.debugLineNum = 580;BA.debugLine="entro = \"4\"";
parent._entro = "4";
- //BA.debugLineNum = 579;BA.debugLine="End Sub";
+ //BA.debugLineNum = 581;BA.debugLine="End Sub";
if (true) break;
}
@@ -2975,346 +3080,346 @@ String _stime = "";
String _clie_id = "";
String _usuario = "";
int _j = 0;
- //BA.debugLineNum = 1354;BA.debugLine="Private Sub lv_prodsPedido_ItemLongClick (Position";
- //BA.debugLineNum = 1355;BA.debugLine="Log(Value)";
-__c.LogImpl("030998529",BA.ObjectToString(_value),0);
- //BA.debugLineNum = 1356;BA.debugLine="Private X() As String = Regex.Split(\" \", Value)";
+ //BA.debugLineNum = 1388;BA.debugLine="Private Sub lv_prodsPedido_ItemLongClick (Position";
+ //BA.debugLineNum = 1389;BA.debugLine="Log(Value)";
+__c.LogImpl("730998529",BA.ObjectToString(_value),0);
+ //BA.debugLineNum = 1390;BA.debugLine="Private X() As String = Regex.Split(\" \", Value)";
_x = __c.Regex.Split(" ",BA.ObjectToString(_value));
- //BA.debugLineNum = 1357;BA.debugLine="Log(X.Length)";
-__c.LogImpl("030998531",BA.NumberToString(_x.length),0);
- //BA.debugLineNum = 1358;BA.debugLine="Private nom As String = \"\"";
+ //BA.debugLineNum = 1391;BA.debugLine="Log(X.Length)";
+__c.LogImpl("730998531",BA.NumberToString(_x.length),0);
+ //BA.debugLineNum = 1392;BA.debugLine="Private nom As String = \"\"";
_nom = "";
- //BA.debugLineNum = 1359;BA.debugLine="For i = 0 To X.Length -1";
+ //BA.debugLineNum = 1393;BA.debugLine="For i = 0 To X.Length -1";
{
final int step5 = 1;
final int limit5 = (int) (_x.length-1);
_i = (int) (0) ;
for (;_i <= limit5 ;_i = _i + step5 ) {
- //BA.debugLineNum = 1360;BA.debugLine="If X(i).Contains(CRLF) Then";
+ //BA.debugLineNum = 1394;BA.debugLine="If X(i).Contains(CRLF) Then";
if (_x[_i].contains(__c.CRLF)) {
};
- //BA.debugLineNum = 1362;BA.debugLine="If Not(X(i).Contains(CRLF)) Then";
+ //BA.debugLineNum = 1396;BA.debugLine="If Not(X(i).Contains(CRLF)) Then";
if (__c.Not(_x[_i].contains(__c.CRLF))) {
- //BA.debugLineNum = 1363;BA.debugLine="nom = nom & \" \" & X(i)";
+ //BA.debugLineNum = 1397;BA.debugLine="nom = nom & \" \" & X(i)";
_nom = _nom+" "+_x[_i];
}else {
- //BA.debugLineNum = 1365;BA.debugLine="Exit";
+ //BA.debugLineNum = 1399;BA.debugLine="Exit";
if (true) break;
};
}
};
- //BA.debugLineNum = 1368;BA.debugLine="nom = nom.Trim";
+ //BA.debugLineNum = 1402;BA.debugLine="nom = nom.Trim";
_nom = _nom.trim();
- //BA.debugLineNum = 1369;BA.debugLine="Private cedis As String = X(X.Length-1)";
+ //BA.debugLineNum = 1403;BA.debugLine="Private cedis As String = X(X.Length-1)";
_cedis = _x[(int) (_x.length-1)];
- //BA.debugLineNum = 1370;BA.debugLine="Log(nom)";
-__c.LogImpl("030998544",_nom,0);
- //BA.debugLineNum = 1371;BA.debugLine="Log(cedis)";
-__c.LogImpl("030998545",_cedis,0);
- //BA.debugLineNum = 1372;BA.debugLine="Private sDate,sTime, clie_id, usuario As String";
+ //BA.debugLineNum = 1404;BA.debugLine="Log(nom)";
+__c.LogImpl("730998544",_nom,0);
+ //BA.debugLineNum = 1405;BA.debugLine="Log(cedis)";
+__c.LogImpl("730998545",_cedis,0);
+ //BA.debugLineNum = 1406;BA.debugLine="Private sDate,sTime, clie_id, usuario As String";
_sdate = "";
_stime = "";
_clie_id = "";
_usuario = "";
- //BA.debugLineNum = 1374;BA.debugLine="result = Msgbox2(\"Seguro que desea borrar este a";
+ //BA.debugLineNum = 1408;BA.debugLine="result = Msgbox2(\"Seguro que desea borrar este a";
_result = BA.NumberToString(__c.Msgbox2(BA.ObjectToCharSequence("Seguro que desea borrar este articulo?"),BA.ObjectToCharSequence("Borrar Articulo"),"Si","","No",(android.graphics.Bitmap)(__c.LoadBitmap(__c.File.getDirAssets(),"alert2.png").getObject()),ba));
- //BA.debugLineNum = 1375;BA.debugLine="If result = DialogResponse.POSITIVE Then";
+ //BA.debugLineNum = 1409;BA.debugLine="If result = DialogResponse.POSITIVE Then";
if ((_result).equals(BA.NumberToString(__c.DialogResponse.POSITIVE))) {
- //BA.debugLineNum = 1376;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery2(\"select PE_P";
+ //BA.debugLineNum = 1410;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery2(\"select PE_P";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("select PE_PROID,PE_CANT, PE_FOLIO FROM PEDIDO where pe_pronombre = ? and pe_cliente in (Select CUENTA from cuentaa) ",new String[]{BA.ObjectToString(_value)})));
- //BA.debugLineNum = 1377;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 1411;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 1378;BA.debugLine="Log(vamoaver.Get(Position))";
-__c.LogImpl("030998552",BA.ObjectToString(_vamoaver.Get(_position)),0);
- //BA.debugLineNum = 1379;BA.debugLine="If vamoaver.Get(Position) = \"VENTA\" Then";
+ //BA.debugLineNum = 1412;BA.debugLine="Log(vamoaver.Get(Position))";
+__c.LogImpl("730998552",BA.ObjectToString(_vamoaver.Get(_position)),0);
+ //BA.debugLineNum = 1413;BA.debugLine="If vamoaver.Get(Position) = \"VENTA\" Then";
if ((_vamoaver.Get(_position)).equals((Object)("VENTA"))) {
- //BA.debugLineNum = 1380;BA.debugLine="Log(\"CAT_GUNAPROD2\")";
-__c.LogImpl("030998554","CAT_GUNAPROD2",0);
- //BA.debugLineNum = 1381;BA.debugLine="Log(Position)";
-__c.LogImpl("030998555",BA.NumberToString(_position),0);
- //BA.debugLineNum = 1382;BA.debugLine="Log(Value)";
-__c.LogImpl("030998556",BA.ObjectToString(_value),0);
- //BA.debugLineNum = 1383;BA.debugLine="Starter.tabla = \"CAT_GUNAPROD2\"";
+ //BA.debugLineNum = 1414;BA.debugLine="Log(\"CAT_GUNAPROD2\")";
+__c.LogImpl("730998554","CAT_GUNAPROD2",0);
+ //BA.debugLineNum = 1415;BA.debugLine="Log(Position)";
+__c.LogImpl("730998555",BA.NumberToString(_position),0);
+ //BA.debugLineNum = 1416;BA.debugLine="Log(Value)";
+__c.LogImpl("730998556",BA.ObjectToString(_value),0);
+ //BA.debugLineNum = 1417;BA.debugLine="Starter.tabla = \"CAT_GUNAPROD2\"";
_starter._tabla /*String*/ = "CAT_GUNAPROD2";
}else {
- //BA.debugLineNum = 1385;BA.debugLine="Log(\"CAT_GUNAPROD\")";
-__c.LogImpl("030998559","CAT_GUNAPROD",0);
- //BA.debugLineNum = 1386;BA.debugLine="Log(Position)";
-__c.LogImpl("030998560",BA.NumberToString(_position),0);
- //BA.debugLineNum = 1387;BA.debugLine="Log(Value)";
-__c.LogImpl("030998561",BA.ObjectToString(_value),0);
- //BA.debugLineNum = 1388;BA.debugLine="Starter.tabla = \"CAT_GUNAPROD\"";
+ //BA.debugLineNum = 1419;BA.debugLine="Log(\"CAT_GUNAPROD\")";
+__c.LogImpl("730998559","CAT_GUNAPROD",0);
+ //BA.debugLineNum = 1420;BA.debugLine="Log(Position)";
+__c.LogImpl("730998560",BA.NumberToString(_position),0);
+ //BA.debugLineNum = 1421;BA.debugLine="Log(Value)";
+__c.LogImpl("730998561",BA.ObjectToString(_value),0);
+ //BA.debugLineNum = 1422;BA.debugLine="Starter.tabla = \"CAT_GUNAPROD\"";
_starter._tabla /*String*/ = "CAT_GUNAPROD";
};
- //BA.debugLineNum = 1447;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery($\"select PE_P";
+ //BA.debugLineNum = 1481;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery($\"select PE_P";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDIS, PE_PRONOMBRE FROM PEDIDO where (pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"' or pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+" ') AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_cedis))+"' and pe_cliente in (Select CUENTA from cuentaa)"))));
- //BA.debugLineNum = 1448;BA.debugLine="Log($\"select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDI";
-__c.LogImpl("030998622",("select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDIS FROM PEDIDO where pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"' AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_cedis))+"' and pe_cliente in (Select CUENTA from cuentaa)"),0);
- //BA.debugLineNum = 1449;BA.debugLine="Log(c.RowCount)";
-__c.LogImpl("030998623",BA.NumberToString(_c.getRowCount()),0);
- //BA.debugLineNum = 1450;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 1482;BA.debugLine="Log($\"select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDI";
+__c.LogImpl("730998622",("select PE_PROID,PE_CANT, PE_FOLIO, PE_CEDIS FROM PEDIDO where pe_pronombre = '"+__c.SmartStringFormatter("",(Object)(_nom))+"' AND PE_CEDIS = '"+__c.SmartStringFormatter("",(Object)(_cedis))+"' and pe_cliente in (Select CUENTA from cuentaa)"),0);
+ //BA.debugLineNum = 1483;BA.debugLine="Log(c.RowCount)";
+__c.LogImpl("730998623",BA.NumberToString(_c.getRowCount()),0);
+ //BA.debugLineNum = 1484;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 1453;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"INSERT INT";
+ //BA.debugLineNum = 1487;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"INSERT INT";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("INSERT INTO INVENT_X_ENVIAR (ALMACEN , PROID , CANTIDAD) VALUES(?,?,?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_subs._traealmacen /*String*/ (ba)),(Object)(_c.GetString("PE_PROID")),(Object)((double)(Double.parseDouble(_c.GetString("PE_CANT")))*-1)}));
- //BA.debugLineNum = 1460;BA.debugLine="If Not(IsNumber(cedis)) Then";
+ //BA.debugLineNum = 1494;BA.debugLine="If Not(IsNumber(cedis)) Then";
if (__c.Not(__c.IsNumber(_cedis))) {
- //BA.debugLineNum = 1461;BA.debugLine="j3 = B4XPages.MainPage.skmt.ExecQuery2(\"SELECT";
+ //BA.debugLineNum = 1495;BA.debugLine="j3 = B4XPages.MainPage.skmt.ExecQuery2(\"SELECT";
_j3 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT PE_CEDIS, PE_CANT,PE_PROID, PE_PRONOMBRE, PE_FOLIO FROM PEDIDO WHERE PE_CEDIS IN (SELECT PE_CEDIS FROM PEDIDO WHERE PE_CEDIS = ?)",new String[]{_cedis})));
- //BA.debugLineNum = 1463;BA.debugLine="LogColor(j3.RowCount,Colors.Yellow)";
-__c.LogImpl("030998637",BA.NumberToString(_j3.getRowCount()),__c.Colors.Yellow);
- //BA.debugLineNum = 1464;BA.debugLine="If j3.RowCount > 0 Then";
+ //BA.debugLineNum = 1497;BA.debugLine="LogColor(j3.RowCount,Colors.Yellow)";
+__c.LogImpl("730998637",BA.NumberToString(_j3.getRowCount()),__c.Colors.Yellow);
+ //BA.debugLineNum = 1498;BA.debugLine="If j3.RowCount > 0 Then";
if (_j3.getRowCount()>0) {
- //BA.debugLineNum = 1465;BA.debugLine="Log(\"Soy promo\")";
-__c.LogImpl("030998639","Soy promo",0);
- //BA.debugLineNum = 1466;BA.debugLine="For j = 0 To j3.RowCount -1";
+ //BA.debugLineNum = 1499;BA.debugLine="Log(\"Soy promo\")";
+__c.LogImpl("730998639","Soy promo",0);
+ //BA.debugLineNum = 1500;BA.debugLine="For j = 0 To j3.RowCount -1";
{
final int step45 = 1;
final int limit45 = (int) (_j3.getRowCount()-1);
_j = (int) (0) ;
for (;_j <= limit45 ;_j = _j + step45 ) {
- //BA.debugLineNum = 1467;BA.debugLine="Log(\"aqui tronare?\")";
-__c.LogImpl("030998641","aqui tronare?",0);
- //BA.debugLineNum = 1468;BA.debugLine="j3.Position = j";
+ //BA.debugLineNum = 1501;BA.debugLine="Log(\"aqui tronare?\")";
+__c.LogImpl("730998641","aqui tronare?",0);
+ //BA.debugLineNum = 1502;BA.debugLine="j3.Position = j";
_j3.setPosition(_j);
- //BA.debugLineNum = 1469;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"update";
+ //BA.debugLineNum = 1503;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"update";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("update "+__c.SmartStringFormatter("",(Object)(_subs._traetablaprods /*String*/ (ba,_tipo_venta)))+" set cat_gp_almacen = cat_gp_almacen + "+__c.SmartStringFormatter("",(Object)(_j3.GetString("PE_CANT")))+" where cat_gp_id = '"+__c.SmartStringFormatter("",(Object)(_j3.GetString("PE_PROID")))+"'"));
- //BA.debugLineNum = 1470;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"delete";
+ //BA.debugLineNum = 1504;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"delete";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("delete from pedido where pe_cedis= '"+__c.SmartStringFormatter("",(Object)(_cedis))+"' and pe_cliente in (Select CUENTA from cuentaa) AND PE_FOLIO = '"+__c.SmartStringFormatter("",(Object)(_j3.GetString("PE_FOLIO")))+"' AND PE_PROID = '"+__c.SmartStringFormatter("",(Object)(_j3.GetString("PE_PROID")))+"'"));
}
};
- //BA.debugLineNum = 1473;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select s";
+ //BA.debugLineNum = 1507;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select s";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select sum(PE_CANT) as PC_NOART, sum (PE_COSTO_TOT) as PC_MONTO from PEDIDO where PE_CLIENTE in (Select CUENTA from cuentaa) AND PE_PROID NOT IN (SELECT CAT_PA_ID FROM PROMOS_COMP )")));
- //BA.debugLineNum = 1474;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 1508;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 1475;BA.debugLine="If c.GetString(\"PC_NOART\") = Null Then";
+ //BA.debugLineNum = 1509;BA.debugLine="If c.GetString(\"PC_NOART\") = Null Then";
if (_c.GetString("PC_NOART")== null) {
- //BA.debugLineNum = 1476;BA.debugLine="l_cant.Text = 0";
+ //BA.debugLineNum = 1510;BA.debugLine="l_cant.Text = 0";
_l_cant.setText(BA.ObjectToCharSequence(0));
- //BA.debugLineNum = 1477;BA.debugLine="l_total2.Text = 0";
+ //BA.debugLineNum = 1511;BA.debugLine="l_total2.Text = 0";
_l_total2.setText(BA.ObjectToCharSequence(0));
}else {
- //BA.debugLineNum = 1479;BA.debugLine="l_cant.Text = c.GetString(\"PC_NOART\")";
+ //BA.debugLineNum = 1513;BA.debugLine="l_cant.Text = c.GetString(\"PC_NOART\")";
_l_cant.setText(BA.ObjectToCharSequence(_c.GetString("PC_NOART")));
- //BA.debugLineNum = 1480;BA.debugLine="l_total2.Text = c.GetString(\"PC_MONTO\")";
+ //BA.debugLineNum = 1514;BA.debugLine="l_total2.Text = c.GetString(\"PC_MONTO\")";
_l_total2.setText(BA.ObjectToCharSequence(_c.GetString("PC_MONTO")));
};
- //BA.debugLineNum = 1482;BA.debugLine="c.Close";
+ //BA.debugLineNum = 1516;BA.debugLine="c.Close";
_c.Close();
};
- //BA.debugLineNum = 1484;BA.debugLine="j3.Close";
+ //BA.debugLineNum = 1518;BA.debugLine="j3.Close";
_j3.Close();
}else {
- //BA.debugLineNum = 1487;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"update ${";
+ //BA.debugLineNum = 1521;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"update ${";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("update "+__c.SmartStringFormatter("",(Object)(_subs._traetablaprods /*String*/ (ba,_tipo_venta)))+" set cat_gp_almacen = cat_gp_almacen + "+__c.SmartStringFormatter("",(Object)(_c.GetString("PE_CANT")))+" where cat_gp_id = '"+__c.SmartStringFormatter("",(Object)(_c.GetString("PE_PROID")))+"'"));
- //BA.debugLineNum = 1488;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"delete fr";
+ //BA.debugLineNum = 1522;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"delete fr";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("delete from pedido where pe_pronombre = ? and pe_cedis = ? and pe_cliente in (Select CUENTA from cuentaa) AND PE_FOLIO = ?",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_nom),(Object)(_cedis),(Object)(_c.GetString("PE_FOLIO"))}));
- //BA.debugLineNum = 1489;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select su";
+ //BA.debugLineNum = 1523;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select su";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select sum(PE_CANT) as PC_NOART, sum (PE_COSTO_TOT) as PC_MONTO from PEDIDO where PE_CLIENTE in (Select CUENTA from cuentaa) AND PE_PROID NOT IN (SELECT CAT_PA_ID FROM PROMOS_COMP )")));
- //BA.debugLineNum = 1490;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 1524;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 1491;BA.debugLine="If c.GetString(\"PC_NOART\") = Null Then";
+ //BA.debugLineNum = 1525;BA.debugLine="If c.GetString(\"PC_NOART\") = Null Then";
if (_c.GetString("PC_NOART")== null) {
- //BA.debugLineNum = 1492;BA.debugLine="l_cant.Text = 0";
+ //BA.debugLineNum = 1526;BA.debugLine="l_cant.Text = 0";
_l_cant.setText(BA.ObjectToCharSequence(0));
- //BA.debugLineNum = 1493;BA.debugLine="l_total2.Text = 0";
+ //BA.debugLineNum = 1527;BA.debugLine="l_total2.Text = 0";
_l_total2.setText(BA.ObjectToCharSequence(0));
}else {
- //BA.debugLineNum = 1495;BA.debugLine="l_cant.Text = c.GetString(\"PC_NOART\")";
+ //BA.debugLineNum = 1529;BA.debugLine="l_cant.Text = c.GetString(\"PC_NOART\")";
_l_cant.setText(BA.ObjectToCharSequence(_c.GetString("PC_NOART")));
- //BA.debugLineNum = 1496;BA.debugLine="l_total2.Text = c.GetString(\"PC_MONTO\")";
+ //BA.debugLineNum = 1530;BA.debugLine="l_total2.Text = c.GetString(\"PC_MONTO\")";
_l_total2.setText(BA.ObjectToCharSequence(_c.GetString("PC_MONTO")));
};
- //BA.debugLineNum = 1498;BA.debugLine="c.Close";
+ //BA.debugLineNum = 1532;BA.debugLine="c.Close";
_c.Close();
};
- //BA.debugLineNum = 1500;BA.debugLine="c.Close";
+ //BA.debugLineNum = 1534;BA.debugLine="c.Close";
_c.Close();
- //BA.debugLineNum = 1502;BA.debugLine="DateTime.DateFormat = \"MM/dd/yyyy\"";
+ //BA.debugLineNum = 1536;BA.debugLine="DateTime.DateFormat = \"MM/dd/yyyy\"";
__c.DateTime.setDateFormat("MM/dd/yyyy");
- //BA.debugLineNum = 1503;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
+ //BA.debugLineNum = 1537;BA.debugLine="sDate=DateTime.Date(DateTime.Now)";
_sdate = __c.DateTime.Date(__c.DateTime.getNow());
- //BA.debugLineNum = 1504;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
+ //BA.debugLineNum = 1538;BA.debugLine="sTime=DateTime.Time(DateTime.Now)";
_stime = __c.DateTime.Time(__c.DateTime.getNow());
- //BA.debugLineNum = 1505;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"Select CUENT";
+ //BA.debugLineNum = 1539;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"Select CUENT";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("Select CUENTA from cuentaa")));
- //BA.debugLineNum = 1506;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 1540;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 1507;BA.debugLine="clie_id = c.GetString(\"CUENTA\")";
+ //BA.debugLineNum = 1541;BA.debugLine="clie_id = c.GetString(\"CUENTA\")";
_clie_id = _c.GetString("CUENTA");
- //BA.debugLineNum = 1508;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select USUAR";
+ //BA.debugLineNum = 1542;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select USUAR";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select USUARIO from usuarioa")));
- //BA.debugLineNum = 1509;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 1543;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 1510;BA.debugLine="usuario = c.GetString(\"USUARIO\")";
+ //BA.debugLineNum = 1544;BA.debugLine="usuario = c.GetString(\"USUARIO\")";
_usuario = _c.GetString("USUARIO");
- //BA.debugLineNum = 1511;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select sum(p";
+ //BA.debugLineNum = 1545;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery(\"select sum(p";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select sum(pe_costo_tot) as TOTAL_CLIE, SUM(PE_CANT) AS CANT_CLIE, count(*) as CUANTOS FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA from cuentaa)")));
- //BA.debugLineNum = 1512;BA.debugLine="c.Position=0";
+ //BA.debugLineNum = 1546;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 1513;BA.debugLine="If c.GetString(\"CUANTOS\") > 0 Then";
+ //BA.debugLineNum = 1547;BA.debugLine="If c.GetString(\"CUANTOS\") > 0 Then";
if ((double)(Double.parseDouble(_c.GetString("CUANTOS")))>0) {
- //BA.debugLineNum = 1514;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete fro";
+ //BA.debugLineNum = 1548;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete fro";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("delete from pedido_cliente where PC_CLIENTE In (select cuenta from cuentaa)");
- //BA.debugLineNum = 1515;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"insert in";
+ //BA.debugLineNum = 1549;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"insert in";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("insert into pedido_cliente(PC_CLIENTE, PC_FECHA, PC_USER, PC_NOART, PC_MONTO,PC_LON, PC_LAT) VALUES (?,?,?,?,?,?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_clie_id),(Object)(_sdate+_stime),(Object)(_usuario),(Object)(_c.GetString("CANT_CLIE")),(Object)(_c.GetString("TOTAL_CLIE")),(Object)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lon_gps /*String*/ ),(Object)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._lat_gps /*String*/ )}));
- //BA.debugLineNum = 1516;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"UPDATE kmt";
+ //BA.debugLineNum = 1550;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"UPDATE kmt";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("UPDATE kmt_info3 set gestion = 2 where CAT_CL_CODIGO In (select cuenta from cuentaa)");
}else {
- //BA.debugLineNum = 1518;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete fro";
+ //BA.debugLineNum = 1552;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete fro";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("delete from pedido_cliente where PC_CLIENTE In (select cuenta from cuentaa)");
- //BA.debugLineNum = 1519;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"UPDATE kmt";
+ //BA.debugLineNum = 1553;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"UPDATE kmt";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("UPDATE kmt_info3 set gestion = 0 where CAT_CL_CODIGO In (select cuenta from cuentaa)");
};
- //BA.debugLineNum = 1522;BA.debugLine="b_terminar1_Click";
+ //BA.debugLineNum = 1556;BA.debugLine="b_terminar1_Click";
_b_terminar1_click();
};
- //BA.debugLineNum = 1527;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1561;BA.debugLine="End Sub";
return "";
}
public String _lv_promos_itemclick(int _position,Object _value) throws Exception{
gunav2.keymon.com.mx.c_cliente _cliente = null;
gunav2.keymon.com.mx.c_promos _promos = null;
- //BA.debugLineNum = 581;BA.debugLine="Sub lv_promos_ItemClick (Position As Int, Value As";
- //BA.debugLineNum = 582;BA.debugLine="clv_prods_ll.AsView.Visible = False";
+ //BA.debugLineNum = 583;BA.debugLine="Sub lv_promos_ItemClick (Position As Int, Value As";
+ //BA.debugLineNum = 584;BA.debugLine="clv_prods_ll.AsView.Visible = False";
_clv_prods_ll._asview().setVisible(__c.False);
- //BA.debugLineNum = 583;BA.debugLine="Dim cliente As C_Cliente = B4XPages.GetPage(\"Clie";
+ //BA.debugLineNum = 585;BA.debugLine="Dim cliente As C_Cliente = B4XPages.GetPage(\"Clie";
_cliente = (gunav2.keymon.com.mx.c_cliente)(_b4xpages._getpage /*Object*/ (ba,"Cliente"));
- //BA.debugLineNum = 585;BA.debugLine="If Value = \"PROMOCIONES\" And cliente.cuenta <> \"N";
+ //BA.debugLineNum = 587;BA.debugLine="If Value = \"PROMOCIONES\" And cliente.cuenta <> \"N";
if ((_value).equals((Object)("PROMOCIONES")) && (_cliente._cuenta /*String*/ ).equals("N") == false) {
- //BA.debugLineNum = 586;BA.debugLine="entro = \"3\"";
+ //BA.debugLineNum = 588;BA.debugLine="entro = \"3\"";
_entro = "3";
- //BA.debugLineNum = 587;BA.debugLine="marca = \"PROMOS\"";
+ //BA.debugLineNum = 589;BA.debugLine="marca = \"PROMOS\"";
_marca = "PROMOS";
- //BA.debugLineNum = 588;BA.debugLine="tipo = \"PROMOS\"";
+ //BA.debugLineNum = 590;BA.debugLine="tipo = \"PROMOS\"";
_tipo = "PROMOS";
}else if((_value).equals((Object)("PROMOCIONES")) && (_cliente._cuenta /*String*/ ).equals("N")) {
- //BA.debugLineNum = 590;BA.debugLine="entro = \"5\"";
+ //BA.debugLineNum = 592;BA.debugLine="entro = \"5\"";
_entro = "5";
- //BA.debugLineNum = 591;BA.debugLine="B4XPages.ShowPage(\"Cliente\")";
+ //BA.debugLineNum = 593;BA.debugLine="B4XPages.ShowPage(\"Cliente\")";
_b4xpages._showpage /*String*/ (ba,"Cliente");
};
- //BA.debugLineNum = 593;BA.debugLine="If entro = \"3\" Then";
+ //BA.debugLineNum = 595;BA.debugLine="If entro = \"3\" Then";
if ((_entro).equals("3")) {
}else if((_entro).equals("4")) {
- //BA.debugLineNum = 597;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete from";
+ //BA.debugLineNum = 599;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery(\"delete from";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("delete from PROID");
- //BA.debugLineNum = 598;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"INSERT INT";
+ //BA.debugLineNum = 600;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"INSERT INT";
_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("INSERT INTO PROID VALUES (?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{_value}));
- //BA.debugLineNum = 599;BA.debugLine="Dim promos As C_Promos = B4XPages.GetPage(\"Promo";
+ //BA.debugLineNum = 601;BA.debugLine="Dim promos As C_Promos = B4XPages.GetPage(\"Promo";
_promos = (gunav2.keymon.com.mx.c_promos)(_b4xpages._getpage /*Object*/ (ba,"Promos"));
- //BA.debugLineNum = 600;BA.debugLine="promos.laPromo = Subs.traeProdIdDeBD.Get(\"id\")";
+ //BA.debugLineNum = 602;BA.debugLine="promos.laPromo = Subs.traeProdIdDeBD.Get(\"id\")";
_promos._lapromo /*String*/ = BA.ObjectToString(_subs._traeprodiddebd /*anywheresoftware.b4a.objects.collections.Map*/ (ba).Get((Object)("id")));
- //BA.debugLineNum = 601;BA.debugLine="promos.elCliente = Subs.traeUsuarioDeBD";
+ //BA.debugLineNum = 603;BA.debugLine="promos.elCliente = Subs.traeUsuarioDeBD";
_promos._elcliente /*String*/ = _subs._traeusuariodebd /*String*/ (ba);
- //BA.debugLineNum = 602;BA.debugLine="B4XPages.ShowPage(\"Promos\")";
+ //BA.debugLineNum = 604;BA.debugLine="B4XPages.ShowPage(\"Promos\")";
_b4xpages._showpage /*String*/ (ba,"Promos");
};
- //BA.debugLineNum = 604;BA.debugLine="End Sub";
+ //BA.debugLineNum = 606;BA.debugLine="End Sub";
return "";
}
public String _lv_promos_itemlongclick(int _position,Object _value) throws Exception{
String _id = "";
- //BA.debugLineNum = 1269;BA.debugLine="Private Sub lv_promos_ItemLongClick (Position As I";
- //BA.debugLineNum = 1270;BA.debugLine="Log(\"Promo longclic = \"&Value)";
-__c.LogImpl("030605313","Promo longclic = "+BA.ObjectToString(_value),0);
- //BA.debugLineNum = 1271;BA.debugLine="Private id As String = \"\"";
+ //BA.debugLineNum = 1303;BA.debugLine="Private Sub lv_promos_ItemLongClick (Position As I";
+ //BA.debugLineNum = 1304;BA.debugLine="Log(\"Promo longclic = \"&Value)";
+__c.LogImpl("730605313","Promo longclic = "+BA.ObjectToString(_value),0);
+ //BA.debugLineNum = 1305;BA.debugLine="Private id As String = \"\"";
_id = "";
- //BA.debugLineNum = 1272;BA.debugLine="Dim c As Cursor = B4XPages.MainPage.skmt.ExecQuer";
+ //BA.debugLineNum = 1306;BA.debugLine="Dim c As Cursor = B4XPages.MainPage.skmt.ExecQuer";
_c = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select CAT_GP_ID from "+__c.SmartStringFormatter("",(Object)(_starter._tabla /*String*/ ))+" where CAT_GP_TIPO = 'PROMOS' and CAT_GP_NOMBRE = '"+__c.SmartStringFormatter("",_value)+"'"))));
- //BA.debugLineNum = 1273;BA.debugLine="If c.RowCount > 0 Then";
+ //BA.debugLineNum = 1307;BA.debugLine="If c.RowCount > 0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 1274;BA.debugLine="c.Position = 0";
+ //BA.debugLineNum = 1308;BA.debugLine="c.Position = 0";
_c.setPosition((int) (0));
- //BA.debugLineNum = 1275;BA.debugLine="id = c.GetString(\"CAT_GP_ID\")";
+ //BA.debugLineNum = 1309;BA.debugLine="id = c.GetString(\"CAT_GP_ID\")";
_id = _c.GetString("CAT_GP_ID");
};
- //BA.debugLineNum = 1277;BA.debugLine="l_info.Text = $\"ID: ${id}${CRLF}${Value}\"$";
+ //BA.debugLineNum = 1311;BA.debugLine="l_info.Text = $\"ID: ${id}${CRLF}${Value}\"$";
_l_info.setText(BA.ObjectToCharSequence(("ID: "+__c.SmartStringFormatter("",(Object)(_id))+""+__c.SmartStringFormatter("",(Object)(__c.CRLF))+""+__c.SmartStringFormatter("",_value)+"")));
- //BA.debugLineNum = 1278;BA.debugLine="l_info.Visible = True";
+ //BA.debugLineNum = 1312;BA.debugLine="l_info.Visible = True";
_l_info.setVisible(__c.True);
- //BA.debugLineNum = 1279;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1313;BA.debugLine="End Sub";
return "";
}
public String _lv_subtipo_itemclick(int _position,Object _value) throws Exception{
- //BA.debugLineNum = 1306;BA.debugLine="Private Sub lv_subtipo_ItemClick (Position As Int,";
- //BA.debugLineNum = 1320;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1340;BA.debugLine="Private Sub lv_subtipo_ItemClick (Position As Int,";
+ //BA.debugLineNum = 1354;BA.debugLine="End Sub";
return "";
}
public String _lv_tipo_itemclick(int _position,Object _value) throws Exception{
- //BA.debugLineNum = 1286;BA.debugLine="Private Sub lv_tipo_ItemClick (Position As Int, Va";
- //BA.debugLineNum = 1304;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1320;BA.debugLine="Private Sub lv_tipo_ItemClick (Position As Int, Va";
+ //BA.debugLineNum = 1338;BA.debugLine="End Sub";
return "";
}
public String _p_devo_click() throws Exception{
- //BA.debugLineNum = 2447;BA.debugLine="Private Sub p_devo_Click";
- //BA.debugLineNum = 2449;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2502;BA.debugLine="Private Sub p_devo_Click";
+ //BA.debugLineNum = 2504;BA.debugLine="End Sub";
return "";
}
public String _p_promodesc_click() throws Exception{
- //BA.debugLineNum = 2306;BA.debugLine="Private Sub p_promodesc_Click";
- //BA.debugLineNum = 2307;BA.debugLine="p_promodesc.Visible = False";
+ //BA.debugLineNum = 2361;BA.debugLine="Private Sub p_promodesc_Click";
+ //BA.debugLineNum = 2362;BA.debugLine="p_promodesc.Visible = False";
_p_promodesc.setVisible(__c.False);
- //BA.debugLineNum = 2308;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2363;BA.debugLine="End Sub";
return "";
}
public String _p_vistapreviatrans_click() throws Exception{
- //BA.debugLineNum = 1322;BA.debugLine="Private Sub p_vistaPreviaTrans_Click";
- //BA.debugLineNum = 1324;BA.debugLine="End Sub";
+ //BA.debugLineNum = 1356;BA.debugLine="Private Sub p_vistaPreviaTrans_Click";
+ //BA.debugLineNum = 1358;BA.debugLine="End Sub";
return "";
}
public String _pclv_addprods() throws Exception{
- //BA.debugLineNum = 271;BA.debugLine="Sub PCLV_AddProds";
- //BA.debugLineNum = 273;BA.debugLine="End Sub";
+ //BA.debugLineNum = 273;BA.debugLine="Sub PCLV_AddProds";
+ //BA.debugLineNum = 275;BA.debugLine="End Sub";
return "";
}
public Object _pclv_hintrequested(int _index) throws Exception{
String _word = "";
- //BA.debugLineNum = 1978;BA.debugLine="Sub PCLV_HintRequested(Index As Int) As Object";
- //BA.debugLineNum = 1979;BA.debugLine="Dim word As String = listaHints.get(Index)";
+ //BA.debugLineNum = 2033;BA.debugLine="Sub PCLV_HintRequested(Index As Int) As Object";
+ //BA.debugLineNum = 2034;BA.debugLine="Dim word As String = listaHints.get(Index)";
_word = BA.ObjectToString(_listahints.Get(_index));
- //BA.debugLineNum = 1980;BA.debugLine="Return word";
+ //BA.debugLineNum = 2035;BA.debugLine="Return word";
if (true) return (Object)(_word);
- //BA.debugLineNum = 1981;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2036;BA.debugLine="End Sub";
return null;
}
public String _terminarpromoesp() throws Exception{
int _i = 0;
String _pn = "";
- //BA.debugLineNum = 2284;BA.debugLine="Sub terminarpromoesp";
- //BA.debugLineNum = 2285;BA.debugLine="c2 = B4XPages.MainPage.skmt.ExecQuery($\"select *";
+ //BA.debugLineNum = 2339;BA.debugLine="Sub terminarpromoesp";
+ //BA.debugLineNum = 2340;BA.debugLine="c2 = B4XPages.MainPage.skmt.ExecQuery($\"select *";
_c2 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select * from "+__c.SmartStringFormatter("",(Object)(_subs._traetablaprods /*String*/ (ba,_tipo_venta)))+" WHERE CAT_GP_ID IN (SELECT DISTINCT CAT_PE_IDPROMO FROM CAT_PROMO_ESP)"))));
- //BA.debugLineNum = 2286;BA.debugLine="If c2.RowCount > 0 Then";
+ //BA.debugLineNum = 2341;BA.debugLine="If c2.RowCount > 0 Then";
if (_c2.getRowCount()>0) {
- //BA.debugLineNum = 2287;BA.debugLine="c2.Position = 0";
+ //BA.debugLineNum = 2342;BA.debugLine="c2.Position = 0";
_c2.setPosition((int) (0));
- //BA.debugLineNum = 2288;BA.debugLine="Subs.guardaProducto(c2.GetString(\"CAT_GP_ID\"), \"";
+ //BA.debugLineNum = 2343;BA.debugLine="Subs.guardaProducto(c2.GetString(\"CAT_GP_ID\"), \"";
_subs._guardaproducto /*String*/ (ba,_c2.GetString("CAT_GP_ID"),"0",BA.NumberToString(1),_c2.GetString("CAT_GP_NOMBRE"),_c2.GetString("CAT_GP_ID"),_subs._traecliente /*String*/ (ba),_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_rutausuario,BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ );
- //BA.debugLineNum = 2289;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select * f";
+ //BA.debugLineNum = 2344;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select * f";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select * from CAT_DETALLES_PAQ WHERE CAT_DP_ID IN (SELECT DISTINCT CAT_PE_IDPROMO FROM CAT_PROMO_ESP)")));
- //BA.debugLineNum = 2290;BA.debugLine="If c.RowCount > 0 Then";
+ //BA.debugLineNum = 2345;BA.debugLine="If c.RowCount > 0 Then";
if (_c.getRowCount()>0) {
- //BA.debugLineNum = 2291;BA.debugLine="For i = 0 To c.RowCount - 1";
+ //BA.debugLineNum = 2346;BA.debugLine="For i = 0 To c.RowCount - 1";
{
final int step7 = 1;
final int limit7 = (int) (_c.getRowCount()-1);
_i = (int) (0) ;
for (;_i <= limit7 ;_i = _i + step7 ) {
- //BA.debugLineNum = 2292;BA.debugLine="c.Position = i";
+ //BA.debugLineNum = 2347;BA.debugLine="c.Position = i";
_c.setPosition(_i);
- //BA.debugLineNum = 2293;BA.debugLine="Private pn As String = Subs.traeProdNombre(c.G";
+ //BA.debugLineNum = 2348;BA.debugLine="Private pn As String = Subs.traeProdNombre(c.G";
_pn = _subs._traeprodnombre /*String*/ (ba,_c.GetString("CAT_DP_IDPROD"));
- //BA.debugLineNum = 2294;BA.debugLine="Subs.guardaProducto(c2.GetString(\"CAT_GP_ID\"),";
+ //BA.debugLineNum = 2349;BA.debugLine="Subs.guardaProducto(c2.GetString(\"CAT_GP_ID\"),";
_subs._guardaproducto /*String*/ (ba,_c2.GetString("CAT_GP_ID"),_c.GetString("CAT_DP_PRECIO"),_c.GetString("CAT_DP_PZAS"),_pn,_c.GetString("CAT_DP_IDPROD"),_subs._traecliente /*String*/ (ba),_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_rutausuario,BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ );
}
};
};
- //BA.debugLineNum = 2297;BA.debugLine="c.Close";
+ //BA.debugLineNum = 2352;BA.debugLine="c.Close";
_c.Close();
};
- //BA.debugLineNum = 2299;BA.debugLine="c2.Close";
+ //BA.debugLineNum = 2354;BA.debugLine="c2.Close";
_c2.Close();
- //BA.debugLineNum = 2300;BA.debugLine="End Sub";
+ //BA.debugLineNum = 2355;BA.debugLine="End Sub";
return "";
}
public Object callSub(String sub, Object sender, Object[] args) throws Exception {
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/c_promos.java b/B4A/Objects/src/gunav2/keymon/com/mx/c_promos.java
index a7337e2..57d1a99 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/c_promos.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/c_promos.java
@@ -153,7 +153,7 @@ _tpr = BA.NumberToString(0);
_prodsfijostot = (float) (_prodsfijostot+((double)(Double.parseDouble(_tpi))*(double)(Double.parseDouble(_tpr))));
//BA.debugLineNum = 666;BA.debugLine="If thisLog Then Log(\"|\"&tpi&\"|\"&p)";
if (_thislog) {
-__c.LogImpl("041615388","|"+_tpi+"|"+_p,0);};
+__c.LogImpl("741680924","|"+_tpi+"|"+_p,0);};
//BA.debugLineNum = 667;BA.debugLine="Private ntpi As Int = tpi * et_promoCant.text";
_ntpi = (int) ((double)(Double.parseDouble(_tpi))*(double)(Double.parseDouble(_et_promocant.getText())));
//BA.debugLineNum = 668;BA.debugLine="If addListItem And tpi > 0 Then lv_prodsFijos.Ad";
@@ -180,7 +180,7 @@ gunav2.keymon.com.mx.c_productos _prodspage = null;
//BA.debugLineNum = 1012;BA.debugLine="cuentaProds";
_cuentaprods();
//BA.debugLineNum = 1013;BA.debugLine="Log(\"============================================";
-__c.LogImpl("042467330","====================================================================",0);
+__c.LogImpl("742532866","====================================================================",0);
//BA.debugLineNum = 1014;BA.debugLine="For t = 0 To prodsIds.Size - 1 'Guardamos los pro";
{
final int step3 = 1;
@@ -192,10 +192,10 @@ _pn = _subs._traeprodnombre /*String*/ (ba,BA.ObjectToString(_prodsids.Get(_t)))
//BA.debugLineNum = 1016;BA.debugLine="If B4XPages.MainPage.tipo_venta = \"PREVENTA_FUTU";
if ((_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ).equals("PREVENTA_FUTURA")) {
//BA.debugLineNum = 1017;BA.debugLine="Subs.guardaProductoSinGestion(estaPromo, prodsP";
-_subs._guardaproductosingestion /*String*/ (ba,_estapromo,BA.ObjectToString(_prodsprecios.Get(_t)),BA.ObjectToString(_prodscants.Get(_t)),_pn,BA.ObjectToString(_prodsids.Get(_t)),_subs._traecliente /*String*/ (ba),_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_subs._traeruta /*String*/ (ba),BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(1));
+_subs._guardaproductosingestion /*String*/ (ba,_estapromo,BA.ObjectToString(_prodsprecios.Get(_t)),BA.ObjectToString(_prodscants.Get(_t)),_pn,BA.ObjectToString(_prodsids.Get(_t)),_subs._traecliente /*String*/ (ba),_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_subs._traeruta /*String*/ (ba),BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(1),BA.NumberToString(1));
}else {
//BA.debugLineNum = 1019;BA.debugLine="Subs.guardaProductoSinGestion(estaPromo, prodsP";
-_subs._guardaproductosingestion /*String*/ (ba,_estapromo,BA.ObjectToString(_prodsprecios.Get(_t)),BA.ObjectToString(_prodscants.Get(_t)),_pn,BA.ObjectToString(_prodsids.Get(_t)),_subs._traecliente /*String*/ (ba),_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_subs._traeruta /*String*/ (ba),BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(0));
+_subs._guardaproductosingestion /*String*/ (ba,_estapromo,BA.ObjectToString(_prodsprecios.Get(_t)),BA.ObjectToString(_prodscants.Get(_t)),_pn,BA.ObjectToString(_prodsids.Get(_t)),_subs._traecliente /*String*/ (ba),_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_subs._traeruta /*String*/ (ba),BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(0),BA.NumberToString(1));
};
}
};
@@ -210,10 +210,10 @@ _pn = _subs._traeprodnombre /*String*/ (ba,BA.ObjectToString(_prodsids2.Get(_t))
//BA.debugLineNum = 1024;BA.debugLine="If B4XPages.MainPage.tipo_venta = \"PREVENTA_FUTU";
if ((_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ).equals("PREVENTA_FUTURA")) {
//BA.debugLineNum = 1025;BA.debugLine="Subs.guardaProductoSinGestion(estaPromo, prodsP";
-_subs._guardaproductosingestion /*String*/ (ba,_estapromo,BA.ObjectToString(_prodsprecios2.Get(_t)),BA.ObjectToString(_prodscants2.Get(_t)),_pn,BA.ObjectToString(_prodsids2.Get(_t)),_subs._traecliente /*String*/ (ba),_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_subs._traeruta /*String*/ (ba),BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(1));
+_subs._guardaproductosingestion /*String*/ (ba,_estapromo,BA.ObjectToString(_prodsprecios2.Get(_t)),BA.ObjectToString(_prodscants2.Get(_t)),_pn,BA.ObjectToString(_prodsids2.Get(_t)),_subs._traecliente /*String*/ (ba),_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_subs._traeruta /*String*/ (ba),BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(1),BA.NumberToString(1));
}else {
//BA.debugLineNum = 1027;BA.debugLine="Subs.guardaProductoSinGestion(estaPromo, prodsP";
-_subs._guardaproductosingestion /*String*/ (ba,_estapromo,BA.ObjectToString(_prodsprecios2.Get(_t)),BA.ObjectToString(_prodscants2.Get(_t)),_pn,BA.ObjectToString(_prodsids2.Get(_t)),_subs._traecliente /*String*/ (ba),_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_subs._traeruta /*String*/ (ba),BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(0));
+_subs._guardaproductosingestion /*String*/ (ba,_estapromo,BA.ObjectToString(_prodsprecios2.Get(_t)),BA.ObjectToString(_prodscants2.Get(_t)),_pn,BA.ObjectToString(_prodsids2.Get(_t)),_subs._traecliente /*String*/ (ba),_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_subs._traeruta /*String*/ (ba),BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(0),BA.NumberToString(1));
};
}
};
@@ -464,7 +464,7 @@ _prodsvarreq = (int) (_prodsvarreq_*((int)(Double.parseDouble(_et_promocant.getT
//BA.debugLineNum = 965;BA.debugLine="prodsVarReq2 = prodsVarReq2_ * et_promoCant.Text";
_prodsvarreq2 = (int) (_prodsvarreq2_*((int)(Double.parseDouble(_et_promocant.getText()))));
//BA.debugLineNum = 966;BA.debugLine="Log($\"Max promos=${et_promoCant.Text.As(Int)}, P";
-__c.LogImpl("042336287",("Max promos="+__c.SmartStringFormatter("",(Object)(((int)(Double.parseDouble(_et_promocant.getText())))))+", Prods fijos="+__c.SmartStringFormatter("",(Object)(_tpf))+", "),0);
+__c.LogImpl("742401823",("Max promos="+__c.SmartStringFormatter("",(Object)(((int)(Double.parseDouble(_et_promocant.getText())))))+", Prods fijos="+__c.SmartStringFormatter("",(Object)(_tpf))+", "),0);
};
//BA.debugLineNum = 968;BA.debugLine="If et_promoCant.text > maxCantPromos Then et_prom";
if ((double)(Double.parseDouble(_et_promocant.getText()))>_maxcantpromos) {
@@ -494,7 +494,7 @@ _prodsvarreq = (int) (_prodsvarreq_*((int)(Double.parseDouble(_et_promocant.getT
//BA.debugLineNum = 930;BA.debugLine="prodsVarReq2 = prodsVarReq2_ * et_promoCant.Text.";
_prodsvarreq2 = (int) (_prodsvarreq2_*((int)(Double.parseDouble(_et_promocant.getText()))));
//BA.debugLineNum = 931;BA.debugLine="Log($\"Max promos=${et_promoCant.Text.As(Int)}, Pr";
-__c.LogImpl("042270730",("Max promos="+__c.SmartStringFormatter("",(Object)(((int)(Double.parseDouble(_et_promocant.getText())))))+", Prods fijos="+__c.SmartStringFormatter("",(Object)(_tpf))+", "),0);
+__c.LogImpl("742336266",("Max promos="+__c.SmartStringFormatter("",(Object)(((int)(Double.parseDouble(_et_promocant.getText())))))+", Prods fijos="+__c.SmartStringFormatter("",(Object)(_tpf))+", "),0);
//BA.debugLineNum = 932;BA.debugLine="cuentaProds";
_cuentaprods();
//BA.debugLineNum = 933;BA.debugLine="End Sub";
@@ -507,7 +507,7 @@ String _pn = "";
//BA.debugLineNum = 973;BA.debugLine="cuentaProds";
_cuentaprods();
//BA.debugLineNum = 974;BA.debugLine="Log(\"============================================";
-__c.LogImpl("042401794","====================================================================",0);
+__c.LogImpl("742467330","====================================================================",0);
//BA.debugLineNum = 975;BA.debugLine="For t = 0 To prodsIds.Size - 1 'Guardamos los pro";
{
final int step3 = 1;
@@ -521,10 +521,10 @@ if ((double)(BA.ObjectToNumber(_prodscants.Get(_t)))>0) {
//BA.debugLineNum = 978;BA.debugLine="If B4XPages.MainPage.tipo_venta = \"PREVENTA_FUT";
if ((_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ).equals("PREVENTA_FUTURA")) {
//BA.debugLineNum = 979;BA.debugLine="Subs.guardaProductoSinGestion(estaPromo, prods";
-_subs._guardaproductosingestion /*String*/ (ba,_estapromo,BA.ObjectToString(_prodsprecios.Get(_t)),BA.ObjectToString(_prodscants.Get(_t)),_pn,BA.ObjectToString(_prodsids.Get(_t)),_subs._traecliente /*String*/ (ba),_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_subs._traeruta /*String*/ (ba),BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(1));
+_subs._guardaproductosingestion /*String*/ (ba,_estapromo,BA.ObjectToString(_prodsprecios.Get(_t)),BA.ObjectToString(_prodscants.Get(_t)),_pn,BA.ObjectToString(_prodsids.Get(_t)),_subs._traecliente /*String*/ (ba),_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_subs._traeruta /*String*/ (ba),BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(1),BA.NumberToString(1));
}else {
//BA.debugLineNum = 981;BA.debugLine="Subs.guardaProductoSinGestion(estaPromo, prods";
-_subs._guardaproductosingestion /*String*/ (ba,_estapromo,BA.ObjectToString(_prodsprecios.Get(_t)),BA.ObjectToString(_prodscants.Get(_t)),_pn,BA.ObjectToString(_prodsids.Get(_t)),_subs._traecliente /*String*/ (ba),_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_subs._traeruta /*String*/ (ba),BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(0));
+_subs._guardaproductosingestion /*String*/ (ba,_estapromo,BA.ObjectToString(_prodsprecios.Get(_t)),BA.ObjectToString(_prodscants.Get(_t)),_pn,BA.ObjectToString(_prodsids.Get(_t)),_subs._traecliente /*String*/ (ba),_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_subs._traeruta /*String*/ (ba),BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(0),BA.NumberToString(1));
};
};
}
@@ -540,10 +540,10 @@ _pn = _subs._traeprodnombre /*String*/ (ba,BA.ObjectToString(_prodsids2.Get(_t))
//BA.debugLineNum = 987;BA.debugLine="If B4XPages.MainPage.tipo_venta = \"PREVENTA_FUTU";
if ((_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ).equals("PREVENTA_FUTURA")) {
//BA.debugLineNum = 988;BA.debugLine="Subs.guardaProductoSinGestion(estaPromo, prodsP";
-_subs._guardaproductosingestion /*String*/ (ba,_estapromo,BA.ObjectToString(_prodsprecios2.Get(_t)),BA.ObjectToString(_prodscants2.Get(_t)),_pn,BA.ObjectToString(_prodsids2.Get(_t)),_subs._traecliente /*String*/ (ba),_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_subs._traeruta /*String*/ (ba),BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(1));
+_subs._guardaproductosingestion /*String*/ (ba,_estapromo,BA.ObjectToString(_prodsprecios2.Get(_t)),BA.ObjectToString(_prodscants2.Get(_t)),_pn,BA.ObjectToString(_prodsids2.Get(_t)),_subs._traecliente /*String*/ (ba),_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_subs._traeruta /*String*/ (ba),BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(1),BA.NumberToString(1));
}else {
//BA.debugLineNum = 990;BA.debugLine="Subs.guardaProductoSinGestion(estaPromo, prodsP";
-_subs._guardaproductosingestion /*String*/ (ba,_estapromo,BA.ObjectToString(_prodsprecios2.Get(_t)),BA.ObjectToString(_prodscants2.Get(_t)),_pn,BA.ObjectToString(_prodsids2.Get(_t)),_subs._traecliente /*String*/ (ba),_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_subs._traeruta /*String*/ (ba),BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(0));
+_subs._guardaproductosingestion /*String*/ (ba,_estapromo,BA.ObjectToString(_prodsprecios2.Get(_t)),BA.ObjectToString(_prodscants2.Get(_t)),_pn,BA.ObjectToString(_prodsids2.Get(_t)),_subs._traecliente /*String*/ (ba),_subs._traefecha /*String*/ (ba),_subs._traeusuariodebd /*String*/ (ba),_subs._traeruta /*String*/ (ba),BA.NumberToString(0),_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._tipo_venta /*String*/ ,BA.NumberToString(0),BA.NumberToString(1));
};
}
};
@@ -584,7 +584,7 @@ _montopedidoactual = BA.ObjectToString(_m.Get((Object)("monto")));
if ((_lapromo).equals("") == false) {
_muestrapromo(_lapromo,_elcliente);};
//BA.debugLineNum = 478;BA.debugLine="Log(laPromo)";
-__c.LogImpl("041484301",_lapromo,0);
+__c.LogImpl("741549837",_lapromo,0);
//BA.debugLineNum = 479;BA.debugLine="End Sub";
return "";
}
@@ -825,7 +825,7 @@ _pf = (int) (0) ;
for (;_pf <= limit10 ;_pf = _pf + step10 ) {
//BA.debugLineNum = 851;BA.debugLine="If thisLog Then Log($\"${tcpf} + ${prodsCants.Get";
if (_thislog) {
-__c.LogImpl("042139663",(""+__c.SmartStringFormatter("",(Object)(_tcpf))+" + "+__c.SmartStringFormatter("",_prodscants.Get(_pf))+" * "+__c.SmartStringFormatter("",_prodsprecios.Get(_pf))+" = "+__c.SmartStringFormatter("",(Object)(((double)(BA.ObjectToNumber(_prodsprecios.Get(_pf)))*(double)(BA.ObjectToNumber(_prodscants.Get(_pf))))))+""),0);};
+__c.LogImpl("742205199",(""+__c.SmartStringFormatter("",(Object)(_tcpf))+" + "+__c.SmartStringFormatter("",_prodscants.Get(_pf))+" * "+__c.SmartStringFormatter("",_prodsprecios.Get(_pf))+" = "+__c.SmartStringFormatter("",(Object)(((double)(BA.ObjectToNumber(_prodsprecios.Get(_pf)))*(double)(BA.ObjectToNumber(_prodscants.Get(_pf))))))+""),0);};
//BA.debugLineNum = 852;BA.debugLine="tcpf = tcpf + (prodsPrecios.Get(pf) * prodsCants";
_tcpf = (float) (_tcpf+((double)(BA.ObjectToNumber(_prodsprecios.Get(_pf)))*(double)(BA.ObjectToNumber(_prodscants.Get(_pf)))));
}
@@ -868,7 +868,7 @@ if ((double)(Double.parseDouble(_cant1.getText()))>0) {
_totalcompra = (float) (_totalcompra+((double)(BA.ObjectToNumber(_estetag.Get((int) (0))))*(double)(Double.parseDouble(_cant1.getText()))));
//BA.debugLineNum = 870;BA.debugLine="If thisLog Then Log($\"Cant: ${cant1.Text}, Suma";
if (_thislog) {
-__c.LogImpl("042139682",("Cant: "+__c.SmartStringFormatter("",(Object)(_cant1.getText()))+", Suma: "+__c.SmartStringFormatter("",(Object)(_totalcompra))+""),0);};
+__c.LogImpl("742205218",("Cant: "+__c.SmartStringFormatter("",(Object)(_cant1.getText()))+", Suma: "+__c.SmartStringFormatter("",(Object)(_totalcompra))+""),0);};
//BA.debugLineNum = 871;BA.debugLine="prodsIds2.Add(esteTag.Get(2))";
_prodsids2.Add(_estetag.Get((int) (2)));
//BA.debugLineNum = 872;BA.debugLine="prodsCants2.Add(cant1.Text)";
@@ -913,7 +913,7 @@ if ((double)(Double.parseDouble(_cant2.getText()))>0) {
_totalcompra = (float) (_totalcompra+((double)(BA.ObjectToNumber(_estetag.Get((int) (0))))*(double)(Double.parseDouble(_cant2.getText()))));
//BA.debugLineNum = 890;BA.debugLine="If thisLog Then Log($\"Cant: ${cant2.Text}, Suma";
if (_thislog) {
-__c.LogImpl("042139702",("Cant: "+__c.SmartStringFormatter("",(Object)(_cant2.getText()))+", Suma: "+__c.SmartStringFormatter("",(Object)(_totalcompra))+""),0);};
+__c.LogImpl("742205238",("Cant: "+__c.SmartStringFormatter("",(Object)(_cant2.getText()))+", Suma: "+__c.SmartStringFormatter("",(Object)(_totalcompra))+""),0);};
//BA.debugLineNum = 891;BA.debugLine="prodsIds2.Add(esteTag.Get(2))";
_prodsids2.Add(_estetag.Get((int) (2)));
//BA.debugLineNum = 892;BA.debugLine="prodsCants2.Add(cant2.Text)";
@@ -929,7 +929,7 @@ _l_totprods.setText(BA.ObjectToCharSequence(("Productos: "+__c.SmartStringFormat
};
//BA.debugLineNum = 899;BA.debugLine="If thisLog Then Log($\"Total Prods: ${totalProds},";
if (_thislog) {
-__c.LogImpl("042139711",("Total Prods: "+__c.SmartStringFormatter("",(Object)(_totalprods))+", Total: $"+__c.SmartStringFormatter("1.2",(Object)(_totalcompra))+""),0);};
+__c.LogImpl("742205247",("Total Prods: "+__c.SmartStringFormatter("",(Object)(_totalprods))+", Total: $"+__c.SmartStringFormatter("1.2",(Object)(_totalcompra))+""),0);};
//BA.debugLineNum = 900;BA.debugLine="l_total.Text = $\"Total: $$1.2{totalCompra}\"$";
_l_total.setText(BA.ObjectToCharSequence(("Total: $"+__c.SmartStringFormatter("1.2",(Object)(_totalcompra))+"")));
//BA.debugLineNum = 901;BA.debugLine="l_totProds.text = $\"Productos: ${totalProds}\"$";
@@ -948,17 +948,17 @@ _b_continuar.setVisible(__c.True);
};
//BA.debugLineNum = 911;BA.debugLine="If thisLog Then LogColor($\"${prodsIds}${CRLF}${pr";
if (_thislog) {
-__c.LogImpl("042139723",(""+__c.SmartStringFormatter("",(Object)(_prodsids.getObject()))+""+__c.SmartStringFormatter("",(Object)(__c.CRLF))+""+__c.SmartStringFormatter("",(Object)(_prodscants.getObject()))+""+__c.SmartStringFormatter("",(Object)(__c.CRLF))+""+__c.SmartStringFormatter("",(Object)(_prodsprecios.getObject()))+""),__c.Colors.Blue);};
+__c.LogImpl("742205259",(""+__c.SmartStringFormatter("",(Object)(_prodsids.getObject()))+""+__c.SmartStringFormatter("",(Object)(__c.CRLF))+""+__c.SmartStringFormatter("",(Object)(_prodscants.getObject()))+""+__c.SmartStringFormatter("",(Object)(__c.CRLF))+""+__c.SmartStringFormatter("",(Object)(_prodsprecios.getObject()))+""),__c.Colors.Blue);};
//BA.debugLineNum = 912;BA.debugLine="If thisLog Then LogColor($\"${prodsIds2}${CRLF}${p";
if (_thislog) {
-__c.LogImpl("042139724",(""+__c.SmartStringFormatter("",(Object)(_prodsids2.getObject()))+""+__c.SmartStringFormatter("",(Object)(__c.CRLF))+""+__c.SmartStringFormatter("",(Object)(_prodscants2.getObject()))+""+__c.SmartStringFormatter("",(Object)(__c.CRLF))+""+__c.SmartStringFormatter("",(Object)(_prodsprecios2.getObject()))+""),__c.Colors.Magenta);};
+__c.LogImpl("742205260",(""+__c.SmartStringFormatter("",(Object)(_prodsids2.getObject()))+""+__c.SmartStringFormatter("",(Object)(__c.CRLF))+""+__c.SmartStringFormatter("",(Object)(_prodscants2.getObject()))+""+__c.SmartStringFormatter("",(Object)(__c.CRLF))+""+__c.SmartStringFormatter("",(Object)(_prodsprecios2.getObject()))+""),__c.Colors.Magenta);};
//BA.debugLineNum = 914;BA.debugLine="End Sub";
return "";
}
public String _et_pcant_focuschanged(boolean _hasfocus) throws Exception{
//BA.debugLineNum = 916;BA.debugLine="Private Sub et_pCant_FocusChanged (HasFocus As Boo";
//BA.debugLineNum = 917;BA.debugLine="LogColor(\"focus changed\", Colors.Magenta)";
-__c.LogImpl("042205185","focus changed",__c.Colors.Magenta);
+__c.LogImpl("742270721","focus changed",__c.Colors.Magenta);
//BA.debugLineNum = 918;BA.debugLine="cuentaProds";
_cuentaprods();
//BA.debugLineNum = 919;BA.debugLine="End Sub";
@@ -1018,10 +1018,10 @@ _invdisppromo = new anywheresoftware.b4a.objects.collections.Map();
_invdisppromo = _subs._traemosinventariodisponibleparapromo /*anywheresoftware.b4a.objects.collections.Map*/ (ba,_promo);
//BA.debugLineNum = 491;BA.debugLine="If thisLog Then Log(\"Max promos por inv de prods";
if (_thislog) {
-__c.LogImpl("041549833","Max promos por inv de prods FIJOS: "+BA.NumberToString(_subs._revisamaxpromosprodsfijosporinventario /*int*/ (ba,_mp)),0);};
+__c.LogImpl("741615369","Max promos por inv de prods FIJOS: "+BA.NumberToString(_subs._revisamaxpromosprodsfijosporinventario /*int*/ (ba,_mp)),0);};
//BA.debugLineNum = 492;BA.debugLine="If thisLog Then Log(\"Max promos por inv de prods";
if (_thislog) {
-__c.LogImpl("041549834","Max promos por inv de prods VARIABLES: "+BA.NumberToString(_subs._revisamaxpromosprodsvariablesporinventario /*int*/ (ba,_mp)),0);};
+__c.LogImpl("741615370","Max promos por inv de prods VARIABLES: "+BA.NumberToString(_subs._revisamaxpromosprodsvariablesporinventario /*int*/ (ba,_mp)),0);};
//BA.debugLineNum = 493;BA.debugLine="maxCantPromos = Subs.revisaMaxPromosProdsVariable";
_maxcantpromos = _subs._revisamaxpromosprodsvariablesporinventario /*int*/ (ba,_mp);
//BA.debugLineNum = 494;BA.debugLine="et_promoCant.Text = 1";
@@ -1065,10 +1065,10 @@ _cs = new anywheresoftware.b4a.objects.CSBuilder();
_cs.Initialize();
//BA.debugLineNum = 521;BA.debugLine="If thisLog Then Log(mp)";
if (_thislog) {
-__c.LogImpl("041549863",BA.ObjectToString(_mp),0);};
+__c.LogImpl("741615399",BA.ObjectToString(_mp),0);};
//BA.debugLineNum = 522;BA.debugLine="If thisLog Then Log(prodsPromo)";
if (_thislog) {
-__c.LogImpl("041549864",BA.ObjectToString(_prodspromo),0);};
+__c.LogImpl("741615400",BA.ObjectToString(_prodspromo),0);};
//BA.debugLineNum = 523;BA.debugLine="Private listaPV As List = mp.Get(\"prodsVariables\"";
_listapv = new anywheresoftware.b4a.objects.collections.List();
_listapv = (anywheresoftware.b4a.objects.collections.List) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.List(), (java.util.List)(_mp.Get((Object)("prodsVariables"))));
@@ -1093,7 +1093,7 @@ _pv2 = new anywheresoftware.b4a.objects.collections.List();
_pv2 = (anywheresoftware.b4a.objects.collections.List) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.List(), (java.util.List)(_mp.Get((Object)("prodsVariables2"))));
//BA.debugLineNum = 537;BA.debugLine="If thisLog Then Log(mp)";
if (_thislog) {
-__c.LogImpl("041549879",BA.ObjectToString(_mp),0);};
+__c.LogImpl("741615415",BA.ObjectToString(_mp),0);};
//BA.debugLineNum = 538;BA.debugLine="tpf = 0";
_tpf = (int) (0);
//BA.debugLineNum = 539;BA.debugLine="For Each pfp As Int In mp.Get(\"prodsFijosPiezas\")";
@@ -1150,20 +1150,20 @@ _lv_prodsfijos.Clear();
_agregafijosalista(_mp,__c.True);
//BA.debugLineNum = 567;BA.debugLine="If thisLog Then Log(\"Total prods fijos = \" & prod";
if (_thislog) {
-__c.LogImpl("041549909","Total prods fijos = "+BA.NumberToString(_prodsfijostot),0);};
+__c.LogImpl("741615445","Total prods fijos = "+BA.NumberToString(_prodsfijostot),0);};
//BA.debugLineNum = 569;BA.debugLine="l_totProds.text = $\"Productos: ${tpf}\"$";
_l_totprods.setText(BA.ObjectToCharSequence(("Productos: "+__c.SmartStringFormatter("",(Object)(_tpf))+"")));
//BA.debugLineNum = 570;BA.debugLine="l_total.Text = $\"Total: $$1.2{prodsFijosTot}\"$";
_l_total.setText(BA.ObjectToCharSequence(("Total: $"+__c.SmartStringFormatter("1.2",(Object)(_prodsfijostot))+"")));
//BA.debugLineNum = 576;BA.debugLine="If thisLog Then Log($\"PV1: ${pv.Size}, ${pv}\"$)";
if (_thislog) {
-__c.LogImpl("041549918",("PV1: "+__c.SmartStringFormatter("",(Object)(_pv.getSize()))+", "+__c.SmartStringFormatter("",(Object)(_pv.getObject()))+""),0);};
+__c.LogImpl("741615454",("PV1: "+__c.SmartStringFormatter("",(Object)(_pv.getSize()))+", "+__c.SmartStringFormatter("",(Object)(_pv.getObject()))+""),0);};
//BA.debugLineNum = 577;BA.debugLine="If thisLog Then Log($\"PV2: ${pv2.Size}, ${pv2}\"$)";
if (_thislog) {
-__c.LogImpl("041549919",("PV2: "+__c.SmartStringFormatter("",(Object)(_pv2.getSize()))+", "+__c.SmartStringFormatter("",(Object)(_pv2.getObject()))+""),0);};
+__c.LogImpl("741615455",("PV2: "+__c.SmartStringFormatter("",(Object)(_pv2.getSize()))+", "+__c.SmartStringFormatter("",(Object)(_pv2.getObject()))+""),0);};
//BA.debugLineNum = 578;BA.debugLine="If thisLog Then Log(\"invDisp=\" & invDispPromo)";
if (_thislog) {
-__c.LogImpl("041549920","invDisp="+BA.ObjectToString(_invdisppromo),0);};
+__c.LogImpl("741615456","invDisp="+BA.ObjectToString(_invdisppromo),0);};
//BA.debugLineNum = 579;BA.debugLine="clv_prodsVariabes.Clear";
_clv_prodsvariabes._clear();
//BA.debugLineNum = 580;BA.debugLine="clv_prodsVariabes2.Clear";
@@ -1187,7 +1187,7 @@ _thisprod = new anywheresoftware.b4a.objects.collections.Map();
_thisprod = (anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_prodspromo.Get((Object)(_p))));
//BA.debugLineNum = 591;BA.debugLine="If thisLog Then Log(thisProd)";
if (_thislog) {
-__c.LogImpl("041549933",BA.ObjectToString(_thisprod),0);};
+__c.LogImpl("741615469",BA.ObjectToString(_thisprod),0);};
//BA.debugLineNum = 592;BA.debugLine="clv_prodsVariabes.Add(CreateListItem(Subs.traeP";
_clv_prodsvariabes._add((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_createlistitem(_subs._traeprodnombre /*String*/ (ba,_p)+__c.CRLF+"Hay "+BA.ObjectToString(_invdisppromo.Get((Object)(_p)))+" $"+_esteprecio,_esteprecio,(int)(BA.ObjectToNumber(_invdisppromo.Get((Object)(_p)))),_clv_prodsvariabes._asview().getWidth(),__c.DipToCurrent((int) (50)),(anywheresoftware.b4a.objects.drawable.CanvasWrapper.BitmapWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.drawable.CanvasWrapper.BitmapWrapper(), (android.graphics.Bitmap)(__c.Null)),_p).getObject())),(Object)(_p));
};
@@ -1212,7 +1212,7 @@ _thisprod = new anywheresoftware.b4a.objects.collections.Map();
_thisprod = (anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_prodspromo.Get((Object)(_p))));
//BA.debugLineNum = 611;BA.debugLine="If thisLog Then Log(thisProd)";
if (_thislog) {
-__c.LogImpl("041549953",BA.ObjectToString(_thisprod),0);};
+__c.LogImpl("741615489",BA.ObjectToString(_thisprod),0);};
//BA.debugLineNum = 612;BA.debugLine="clv_prodsVariabes2.Add(CreateListItem2(Subs.tra";
_clv_prodsvariabes2._add((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_createlistitem2(_subs._traeprodnombre /*String*/ (ba,_p)+__c.CRLF+"Hay "+BA.ObjectToString(_invdisppromo.Get((Object)(_p)))+" $"+_esteprecio,_esteprecio,(int)(BA.ObjectToNumber(_invdisppromo.Get((Object)(_p)))),_clv_prodsvariabes2._asview().getWidth(),__c.DipToCurrent((int) (50)),(anywheresoftware.b4a.objects.drawable.CanvasWrapper.BitmapWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.drawable.CanvasWrapper.BitmapWrapper(), (android.graphics.Bitmap)(__c.Null)),_p).getObject())),(Object)(_p));
};
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/c_ticketsdia.java b/B4A/Objects/src/gunav2/keymon/com/mx/c_ticketsdia.java
index 4cbaf29..3c69cd2 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/c_ticketsdia.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/c_ticketsdia.java
@@ -134,12 +134,12 @@ for (;_i <= limit29 ;_i = _i + step29 ) {
//BA.debugLineNum = 194;BA.debugLine="c.Position=i";
_c.setPosition(_i);
//BA.debugLineNum = 195;BA.debugLine="Log(C.GetString(\"PC_CLIENTE\"))";
-__c.LogImpl("032440353",_c.GetString("PC_CLIENTE"),0);
+__c.LogImpl("732505889",_c.GetString("PC_CLIENTE"),0);
//BA.debugLineNum = 196;BA.debugLine="Private s3 As Cursor=B4XPages.MainPage.skmt.Ex";
_s3 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_s3 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("select * FROM PEDIDO WHERE PE_CLIENTE = ? and PE_RECALCULO <> ? OR PE_RECALCULO <> ? OR PE_RECALCULO IS NOT NULL",new String[]{_c.GetString("PC_CLIENTE"),"","null"})));
//BA.debugLineNum = 197;BA.debugLine="LogColor(s3.RowCount,Colors.Yellow)";
-__c.LogImpl("032440355",BA.NumberToString(_s3.getRowCount()),__c.Colors.Yellow);
+__c.LogImpl("732505891",BA.NumberToString(_s3.getRowCount()),__c.Colors.Yellow);
//BA.debugLineNum = 198;BA.debugLine="If s3.RowCount > 0 Then";
if (_s3.getRowCount()>0) {
//BA.debugLineNum = 199;BA.debugLine="Private s As Cursor=B4XPages.MainPage.skmt.Ex";
@@ -184,7 +184,7 @@ _listview1.AddTwoLines(BA.ObjectToCharSequence(_c.GetString("PC_CLIENTE")),BA.Ob
_s.Close();
}else if(_s3.getRowCount()==0) {
//BA.debugLineNum = 221;BA.debugLine="Log(s3.RowCount)";
-__c.LogImpl("032440379",BA.NumberToString(_s3.getRowCount()),0);
+__c.LogImpl("732505915",BA.NumberToString(_s3.getRowCount()),0);
//BA.debugLineNum = 222;BA.debugLine="Private s As Cursor=B4XPages.MainPage.skmt.Ex";
_s = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("select iFNULL(sum(pe_costo_tot),0) as TOTAL_CLIE, SUM(PE_CANT) AS CANT_CLIE FROM PEDIDO WHERE PE_CLIENTE = ?",new String[]{_c.GetString("PC_CLIENTE")})));
@@ -217,13 +217,13 @@ _label1.setTypeface(__c.Typeface.CreateNew(__c.Typeface.DEFAULT_BOLD,__c.Typefac
//BA.debugLineNum = 238;BA.debugLine="label2.Typeface = Typeface.CreateNew(Typeface";
_label2.setTypeface(__c.Typeface.CreateNew(__c.Typeface.DEFAULT_BOLD,__c.Typeface.STYLE_BOLD));
//BA.debugLineNum = 239;BA.debugLine="Log(c.GetString(\"PC_CLIENTE\"))";
-__c.LogImpl("032440397",_c.GetString("PC_CLIENTE"),0);
+__c.LogImpl("732505933",_c.GetString("PC_CLIENTE"),0);
//BA.debugLineNum = 240;BA.debugLine="Log(c.GetString(\"NOMBRE\"))";
-__c.LogImpl("032440398",_c.GetString("NOMBRE"),0);
+__c.LogImpl("732505934",_c.GetString("NOMBRE"),0);
//BA.debugLineNum = 241;BA.debugLine="Log(s.GetString(\"CANT_CLIE\"))";
-__c.LogImpl("032440399",_s.GetString("CANT_CLIE"),0);
+__c.LogImpl("732505935",_s.GetString("CANT_CLIE"),0);
//BA.debugLineNum = 242;BA.debugLine="Log(c.GetString(\"PC_CLIENTE\"))";
-__c.LogImpl("032440400",_c.GetString("PC_CLIENTE"),0);
+__c.LogImpl("732505936",_c.GetString("PC_CLIENTE"),0);
//BA.debugLineNum = 243;BA.debugLine="ListView1.AddTwoLines(c.GetString(\"PC_CLIENTE";
_listview1.AddTwoLines(BA.ObjectToCharSequence(_c.GetString("PC_CLIENTE")),BA.ObjectToCharSequence(_c.GetString("NOMBRE")+" Cantidad #"+_s.GetString("CANT_CLIE")+" SubTotal $"+_subs._calculatotalconpromoxrango /*String*/ (ba,_c.GetString("PC_CLIENTE"))));
//BA.debugLineNum = 244;BA.debugLine="s.Close";
@@ -275,7 +275,7 @@ _c.setPosition(_i);
_s3 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_s3 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("select * FROM PEDIDO WHERE PE_CLIENTE = ? and PE_RECALCULO <> ? OR PE_RECALCULO <> ? OR PE_RECALCULO IS NOT NULL",new String[]{_c.GetString("PC_CLIENTE"),"","null"})));
//BA.debugLineNum = 76;BA.debugLine="LogColor(s3.RowCount,Colors.Yellow)";
-__c.LogImpl("032178194",BA.NumberToString(_s3.getRowCount()),__c.Colors.Yellow);
+__c.LogImpl("732243730",BA.NumberToString(_s3.getRowCount()),__c.Colors.Yellow);
//BA.debugLineNum = 77;BA.debugLine="If s3.RowCount > 0 Then";
if (_s3.getRowCount()>0) {
//BA.debugLineNum = 79;BA.debugLine="Private s As Cursor=B4XPages.MainPage.skmt.Exe";
@@ -315,7 +315,7 @@ _label1.setTypeface(__c.Typeface.CreateNew(__c.Typeface.DEFAULT_BOLD,__c.Typefac
//BA.debugLineNum = 100;BA.debugLine="label2.Typeface = Typeface.CreateNew(Typeface.";
_label2.setTypeface(__c.Typeface.CreateNew(__c.Typeface.DEFAULT_BOLD,__c.Typeface.STYLE_BOLD));
//BA.debugLineNum = 101;BA.debugLine="Log(1)";
-__c.LogImpl("032178219",BA.NumberToString(1),0);
+__c.LogImpl("732243755",BA.NumberToString(1),0);
//BA.debugLineNum = 103;BA.debugLine="ListView1.AddTwoLines(c.GetString(\"PC_CLIENTE\"";
_listview1.AddTwoLines(BA.ObjectToCharSequence(_c.GetString("PC_CLIENTE")),BA.ObjectToCharSequence(_c.GetString("NOMBRE")+" Cantidad #"+BA.NumberToString(((double)(Double.parseDouble(_s.GetString("CANT_CLIE")))+(double)(Double.parseDouble(_s5.GetString("CANT_CLIE")))))+" SubTotal $"+_subs._calculatotalconpromoxrango /*String*/ (ba,_c.GetString("PC_CLIENTE"))));
//BA.debugLineNum = 104;BA.debugLine="s.Close";
@@ -353,7 +353,7 @@ _label1.setTypeface(__c.Typeface.CreateNew(__c.Typeface.DEFAULT_BOLD,__c.Typefac
//BA.debugLineNum = 122;BA.debugLine="label2.Typeface = Typeface.CreateNew(Typeface.";
_label2.setTypeface(__c.Typeface.CreateNew(__c.Typeface.DEFAULT_BOLD,__c.Typeface.STYLE_BOLD));
//BA.debugLineNum = 123;BA.debugLine="Log(2)";
-__c.LogImpl("032178241",BA.NumberToString(2),0);
+__c.LogImpl("732243777",BA.NumberToString(2),0);
//BA.debugLineNum = 124;BA.debugLine="ListView1.AddTwoLines(c.GetString(\"PC_CLIENTE\"";
_listview1.AddTwoLines(BA.ObjectToCharSequence(_c.GetString("PC_CLIENTE")),BA.ObjectToCharSequence(_c.GetString("NOMBRE")+" Cantidad #"+_s.GetString("CANT_CLIE")+" SubTotal $"+_subs._calculatotalconpromoxrango /*String*/ (ba,_c.GetString("PC_CLIENTE"))));
//BA.debugLineNum = 125;BA.debugLine="s.Close";
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/c_updateavailable.java b/B4A/Objects/src/gunav2/keymon/com/mx/c_updateavailable.java
index a9dc172..53f7686 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/c_updateavailable.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/c_updateavailable.java
@@ -123,7 +123,7 @@ case 9:
this.state = 10;
this.catchState = 0;
//BA.debugLineNum = 28;BA.debugLine="Log(\"updateAvailable() Error - \" & LastException";
-parent.__c.LogImpl("042729482","updateAvailable() Error - "+parent.__c.LastException(ba).getMessage(),0);
+parent.__c.LogImpl("742795018","updateAvailable() Error - "+parent.__c.LastException(ba).getMessage(),0);
if (true) break;
if (true) break;
;
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/cameraexclass.java b/B4A/Objects/src/gunav2/keymon/com/mx/cameraexclass.java
index 077a428..5c908dc 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/cameraexclass.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/cameraexclass.java
@@ -78,7 +78,7 @@ if (_success) {
_takepicture();
}else {
//BA.debugLineNum = 279;BA.debugLine="Log(\"AutoFocus error.\")";
-__c.LogImpl("045154308","AutoFocus error.",0);
+__c.LogImpl("745219844","AutoFocus error.",0);
};
//BA.debugLineNum = 281;BA.debugLine="End Sub";
return "";
@@ -116,7 +116,7 @@ _parameters = _r.RunMethod("getParameters");
_setdisplayorientation();
}else {
//BA.debugLineNum = 90;BA.debugLine="Log(\"success = false, \" & LastException)";
-__c.LogImpl("043253768","success = false, "+BA.ObjectToString(__c.LastException(ba)),0);
+__c.LogImpl("743319304","success = false, "+BA.ObjectToString(__c.LastException(ba)),0);
};
//BA.debugLineNum = 92;BA.debugLine="CallSub2(target, event & \"_ready\", Success)";
__c.CallSubNew2(ba,_target,_event+"_ready",(Object)(_success));
@@ -169,7 +169,7 @@ _r.RunMethod4("setParameters",new Object[]{_parameters},new String[]{"android.ha
ba.setLastException(e5); //BA.debugLineNum = 142;BA.debugLine="ToastMessageShow(\"Error setting parameters.\", Tr";
__c.ToastMessageShow(BA.ObjectToCharSequence("Error setting parameters."),__c.True);
//BA.debugLineNum = 143;BA.debugLine="Log(LastException)";
-__c.LogImpl("043909126",BA.ObjectToString(__c.LastException(ba)),0);
+__c.LogImpl("743974662",BA.ObjectToString(__c.LastException(ba)),0);
};
//BA.debugLineNum = 145;BA.debugLine="End Sub";
return "";
@@ -489,7 +489,7 @@ _setfocusmode("continuous-picture");
_setfocusmode("continuous-video");
}else {
//BA.debugLineNum = 249;BA.debugLine="Log(\"Continuous focus mode is not availabl";
-__c.LogImpl("044826631","Continuous focus mode is not available",0);
+__c.LogImpl("744892167","Continuous focus mode is not available",0);
};
//BA.debugLineNum = 251;BA.debugLine="End Sub";
return "";
@@ -533,7 +533,7 @@ _previewresult = (int) ((_orientation-_degrees+360)%360);
//BA.debugLineNum = 72;BA.debugLine="result = previewResult";
_result = _previewresult;
//BA.debugLineNum = 73;BA.debugLine="Log(previewResult)";
-__c.LogImpl("043188240",BA.NumberToString(_previewresult),0);
+__c.LogImpl("743253776",BA.NumberToString(_previewresult),0);
};
//BA.debugLineNum = 75;BA.debugLine="r.target = nativeCam";
_r.Target = _nativecam;
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/cl_appupdate.java b/B4A/Objects/src/gunav2/keymon/com/mx/cl_appupdate.java
index ca069d7..cc95eae 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/cl_appupdate.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/cl_appupdate.java
@@ -219,7 +219,7 @@ case 0:
//C
this.state = 1;
//BA.debugLineNum = 159;BA.debugLine="LogColor(\"---- AppUpdating.DownloadApk\", LogColor";
-parent.__c.LogImpl("958785793","---- AppUpdating.DownloadApk",parent._logcolor1);
+parent.__c.LogImpl("958916865","---- AppUpdating.DownloadApk",parent._logcolor1);
//BA.debugLineNum = 161;BA.debugLine="If sNewVerApk = \"\" Then";
if (true) break;
@@ -248,7 +248,7 @@ this.state = 6;
case 6:
//C
this.state = 9;
-parent.__c.LogImpl("958785797",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"missing apk file full path indication"),0);
+parent.__c.LogImpl("958916869",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"missing apk file full path indication"),0);
if (true) break;
case 9:
@@ -285,7 +285,7 @@ this.state = 11;
_j = (gunav2.keymon.com.mx.httpjob) result[0];
;
//BA.debugLineNum = 174;BA.debugLine="Log($\"Donload ok? ${j.Success}\"$)";
-parent.__c.LogImpl("958785808",("Donload ok? "+parent.__c.SmartStringFormatter("",(Object)(_j._success /*boolean*/ ))+""),0);
+parent.__c.LogImpl("958916880",("Donload ok? "+parent.__c.SmartStringFormatter("",(Object)(_j._success /*boolean*/ ))+""),0);
//BA.debugLineNum = 175;BA.debugLine="If j.Success Then";
if (true) break;
@@ -310,7 +310,7 @@ parent.__c.File.Copy2((java.io.InputStream)(_j._getinputstream /*anywheresoftwar
//BA.debugLineNum = 180;BA.debugLine="out.Close";
_out.Close();
//BA.debugLineNum = 181;BA.debugLine="Log($\"Copy2 (saving) ok? TRUE\"$)";
-parent.__c.LogImpl("958785815",("Copy2 (saving) ok? TRUE"),0);
+parent.__c.LogImpl("958916887",("Copy2 (saving) ok? TRUE"),0);
//BA.debugLineNum = 182;BA.debugLine="sStatusCode = OK_DOWNLOAD";
parent._sstatuscode = parent._ok_download;
//BA.debugLineNum = 183;BA.debugLine="If sVerbose Then Log($\"${TAB}new apk version dow";
@@ -326,7 +326,7 @@ this.state = 16;
case 16:
//C
this.state = 19;
-parent.__c.LogImpl("958785817",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"new apk version downloaded and ready to install"),0);
+parent.__c.LogImpl("958916889",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"new apk version downloaded and ready to install"),0);
if (true) break;
case 19:
@@ -339,7 +339,7 @@ case 21:
//C
this.state = 22;
//BA.debugLineNum = 185;BA.debugLine="Log($\"${TAB}Error: ${J.ErrorMessage}\"$)";
-parent.__c.LogImpl("958785819",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"Error: "+parent.__c.SmartStringFormatter("",(Object)(_j._errormessage /*String*/ ))+""),0);
+parent.__c.LogImpl("958916891",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"Error: "+parent.__c.SmartStringFormatter("",(Object)(_j._errormessage /*String*/ ))+""),0);
//BA.debugLineNum = 186;BA.debugLine="sStatusCode = ERR_HTTP";
parent._sstatuscode = parent._err_http;
//BA.debugLineNum = 187;BA.debugLine="If sVerbose Then Log($\"${TAB}error in httputils2";
@@ -355,7 +355,7 @@ this.state = 24;
case 24:
//C
this.state = 27;
-parent.__c.LogImpl("958785821",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"error in httputils2"),0);
+parent.__c.LogImpl("958916893",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"error in httputils2"),0);
if (true) break;
case 27:
@@ -682,14 +682,14 @@ _usefileprovider = __c.False;
_sharedfolder = _rp.GetSafeDirDefaultExternal("shared");
};
//BA.debugLineNum = 69;BA.debugLine="Log($\"SDK#: ${p.SdkVersion} - UseFP: ${UseFilePro";
-__c.LogImpl("957802773",("SDK#: "+__c.SmartStringFormatter("",(Object)(_p.getSdkVersion()))+" - UseFP: "+__c.SmartStringFormatter("",(Object)(_usefileprovider))+" - SharedFolder: "+__c.SmartStringFormatter("",(Object)(_sharedfolder))+""),0);
+__c.LogImpl("957933845",("SDK#: "+__c.SmartStringFormatter("",(Object)(_p.getSdkVersion()))+" - UseFP: "+__c.SmartStringFormatter("",(Object)(_usefileprovider))+" - SharedFolder: "+__c.SmartStringFormatter("",(Object)(_sharedfolder))+""),0);
//BA.debugLineNum = 70;BA.debugLine="End Sub";
return "";
}
public String _installapk(boolean _pstatus) throws Exception{
//BA.debugLineNum = 195;BA.debugLine="Public Sub InstallApk(pstatus As Boolean)";
//BA.debugLineNum = 196;BA.debugLine="LogColor(\"---- AppUpdating.InstallApk\", LogColor1";
-__c.LogImpl("958851329","---- AppUpdating.InstallApk",_logcolor1);
+__c.LogImpl("958982401","---- AppUpdating.InstallApk",_logcolor1);
//BA.debugLineNum = 197;BA.debugLine="If pstatus Then";
if (_pstatus) {
//BA.debugLineNum = 198;BA.debugLine="SendInstallIntent";
@@ -698,13 +698,13 @@ _sendinstallintent();
_sstatuscode = _ok_install;
//BA.debugLineNum = 200;BA.debugLine="If sVerbose Then Log(TAB & \"user asked to instal";
if (_sverbose) {
-__c.LogImpl("958851333",__c.TAB+"user asked to install new apk",0);};
+__c.LogImpl("958982405",__c.TAB+"user asked to install new apk",0);};
}else {
//BA.debugLineNum = 202;BA.debugLine="sStatusCode = ERR_NOPERM";
_sstatuscode = _err_noperm;
//BA.debugLineNum = 203;BA.debugLine="If sVerbose Then Log(TAB & \"no permissions from";
if (_sverbose) {
-__c.LogImpl("958851336",__c.TAB+"no permissions from user to install new apk",0);};
+__c.LogImpl("958982408",__c.TAB+"no permissions from user to install new apk",0);};
};
//BA.debugLineNum = 205;BA.debugLine="Finito";
_finito();
@@ -722,7 +722,7 @@ _curver = "";
_sstatuscode = _err_nopkg;
//BA.debugLineNum = 301;BA.debugLine="If sVerbose Then Log($\"${TAB}missing package nam";
if (_sverbose) {
-__c.LogImpl("959113476",(""+__c.SmartStringFormatter("",(Object)(__c.TAB))+"missing package name for current version check"),0);};
+__c.LogImpl("959244548",(""+__c.SmartStringFormatter("",(Object)(__c.TAB))+"missing package name for current version check"),0);};
}else {
//BA.debugLineNum = 303;BA.debugLine="Dim pm As PackageManager";
_pm = new anywheresoftware.b4a.phone.PackageManagerWrapper();
@@ -732,7 +732,7 @@ _curver = _pm.GetVersionName(_spackagename);
_sstatuscode = _ok_curver;
//BA.debugLineNum = 306;BA.debugLine="If sVerbose Then Log($\"${TAB}Current Version: ${";
if (_sverbose) {
-__c.LogImpl("959113481",(""+__c.SmartStringFormatter("",(Object)(__c.TAB))+"Current Version: "+__c.SmartStringFormatter("",(Object)(_curver))+""),0);};
+__c.LogImpl("959244553",(""+__c.SmartStringFormatter("",(Object)(__c.TAB))+"Current Version: "+__c.SmartStringFormatter("",(Object)(_curver))+""),0);};
};
//BA.debugLineNum = 308;BA.debugLine="Return (sStatusCode == OK_CURVER)";
if (true) return (_sstatuscode==_ok_curver);
@@ -763,7 +763,7 @@ case 0:
//C
this.state = 1;
//BA.debugLineNum = 313;BA.debugLine="Log(\"IsValidComplete start\")";
-parent.__c.LogImpl("959179009","IsValidComplete start",0);
+parent.__c.LogImpl("959310081","IsValidComplete start",0);
//BA.debugLineNum = 314;BA.debugLine="If sNewVerTxt = \"\" Then";
if (true) break;
@@ -796,7 +796,7 @@ this.state = 6;
case 6:
//C
this.state = 9;
-parent.__c.LogImpl("959179013",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"missing info file full path indication"),0);
+parent.__c.LogImpl("959310085",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"missing info file full path indication"),0);
if (true) break;
case 9:
@@ -819,7 +819,7 @@ _j._password /*String*/ = parent._supassword;
//BA.debugLineNum = 324;BA.debugLine="j.Download(sNewVerTxt) 'ex: jobapk.Downlo";
_j._download /*String*/ (parent._snewvertxt);
//BA.debugLineNum = 325;BA.debugLine="Log(\"before\")";
-parent.__c.LogImpl("959179021","before",0);
+parent.__c.LogImpl("959310093","before",0);
//BA.debugLineNum = 326;BA.debugLine="Wait For (j) JobDone(j As HttpJob)";
parent.__c.WaitFor("jobdone", ba, this, (Object)(_j));
this.state = 61;
@@ -830,7 +830,7 @@ this.state = 12;
_j = (gunav2.keymon.com.mx.httpjob) result[0];
;
//BA.debugLineNum = 327;BA.debugLine="Log(\"after\")";
-parent.__c.LogImpl("959179023","after",0);
+parent.__c.LogImpl("959310095","after",0);
//BA.debugLineNum = 328;BA.debugLine="If j.Success Then";
if (true) break;
@@ -859,7 +859,7 @@ this.state = 17;
case 17:
//C
this.state = 20;
-parent.__c.LogImpl("959179025",("Webserver's info file content: "+parent.__c.SmartStringFormatter("",(Object)(parent.__c.CRLF))+""+parent.__c.SmartStringFormatter("",(Object)(_j._getstring /*String*/ ()))+""),0);
+parent.__c.LogImpl("959310097",("Webserver's info file content: "+parent.__c.SmartStringFormatter("",(Object)(parent.__c.CRLF))+""+parent.__c.SmartStringFormatter("",(Object)(_j._getstring /*String*/ ()))+""),0);
if (true) break;
case 20:
@@ -917,7 +917,7 @@ this.state = 29;
case 29:
//C
this.state = 32;
-parent.__c.LogImpl("959179032",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"wrong row format in info file "),0);
+parent.__c.LogImpl("959310104",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"wrong row format in info file "),0);
if (true) break;
case 32:
@@ -944,7 +944,7 @@ this.state = 37;
case 37:
//C
this.state = 40;
-parent.__c.LogImpl("959179035",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"Web version number: "+parent.__c.SmartStringFormatter("",(Object)(parent._webver))+""),0);
+parent.__c.LogImpl("959310107",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"Web version number: "+parent.__c.SmartStringFormatter("",(Object)(parent._webver))+""),0);
if (true) break;
case 40:
@@ -977,7 +977,7 @@ this.state = 46;
case 46:
//C
this.state = 49;
-parent.__c.LogImpl("959179039",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"ERROR: website returned an HTML error page"),0);
+parent.__c.LogImpl("959310111",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"ERROR: website returned an HTML error page"),0);
if (true) break;
case 49:
@@ -996,7 +996,7 @@ case 52:
//C
this.state = 53;
//BA.debugLineNum = 346;BA.debugLine="Log($\"${TAB}Error: ${J.ErrorMessage}\"$)";
-parent.__c.LogImpl("959179042",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"Error: "+parent.__c.SmartStringFormatter("",(Object)(_j._errormessage /*String*/ ))+""),0);
+parent.__c.LogImpl("959310114",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"Error: "+parent.__c.SmartStringFormatter("",(Object)(_j._errormessage /*String*/ ))+""),0);
//BA.debugLineNum = 347;BA.debugLine="sStatusCode = ERR_HTTP";
parent._sstatuscode = parent._err_http;
//BA.debugLineNum = 348;BA.debugLine="If sVerbose Then Log($\"${TAB}error in httputils";
@@ -1012,7 +1012,7 @@ this.state = 55;
case 55:
//C
this.state = 58;
-parent.__c.LogImpl("959179044",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"error in httputils2"),0);
+parent.__c.LogImpl("959310116",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"error in httputils2"),0);
if (true) break;
case 58:
@@ -1048,7 +1048,7 @@ if (true) break;
public String _readcurvn() throws Exception{
//BA.debugLineNum = 143;BA.debugLine="Public Sub ReadCurVN";
//BA.debugLineNum = 144;BA.debugLine="LogColor(\"---- AppUpdating.ReadCurVN\", LogColor1)";
-__c.LogImpl("958654721","---- AppUpdating.ReadCurVN",_logcolor1);
+__c.LogImpl("958785793","---- AppUpdating.ReadCurVN",_logcolor1);
//BA.debugLineNum = 145;BA.debugLine="IsValidCV 'we don't care about its resu";
_isvalidcv();
//BA.debugLineNum = 146;BA.debugLine="Finito";
@@ -1079,7 +1079,7 @@ case 0:
//C
this.state = -1;
//BA.debugLineNum = 152;BA.debugLine="LogColor(\"---- AppUpdating.ReadWebVN\", LogColor1)";
-parent.__c.LogImpl("958720257","---- AppUpdating.ReadWebVN",parent._logcolor1);
+parent.__c.LogImpl("958851329","---- AppUpdating.ReadWebVN",parent._logcolor1);
//BA.debugLineNum = 153;BA.debugLine="Wait For(IsvalidWV) Complete (OkWebVer As Boolean";
parent.__c.WaitFor("complete", ba, this, parent._isvalidwv());
this.state = 1;
@@ -1242,7 +1242,7 @@ case 0:
//C
this.state = 1;
//BA.debugLineNum = 246;BA.debugLine="LogColor($\"${TAB}-- TryApkUpdate\"$, LogColor1)";
-parent.__c.LogImpl("958982401",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"-- TryApkUpdate"),parent._logcolor1);
+parent.__c.LogImpl("959113473",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"-- TryApkUpdate"),parent._logcolor1);
//BA.debugLineNum = 248;BA.debugLine="If ((sStatusCode >= 0) And (sStatusCode <> NO_NEW";
if (true) break;
@@ -1276,7 +1276,7 @@ this.state = 4;
_j = (gunav2.keymon.com.mx.httpjob) result[0];
;
//BA.debugLineNum = 256;BA.debugLine="Log($\"Donload ok? ${j.Success}\"$)";
-parent.__c.LogImpl("958982411",("Donload ok? "+parent.__c.SmartStringFormatter("",(Object)(_j._success /*boolean*/ ))+""),0);
+parent.__c.LogImpl("959113483",("Donload ok? "+parent.__c.SmartStringFormatter("",(Object)(_j._success /*boolean*/ ))+""),0);
//BA.debugLineNum = 257;BA.debugLine="If j.Success Then";
if (true) break;
@@ -1315,7 +1315,7 @@ parent.__c.File.Copy2((java.io.InputStream)(_j._getinputstream /*anywheresoftwar
//BA.debugLineNum = 263;BA.debugLine="out.Close";
_out.Close();
//BA.debugLineNum = 264;BA.debugLine="Log($\"Copy2 (saving) ok? TRUE\"$)";
-parent.__c.LogImpl("958982419",("Copy2 (saving) ok? TRUE"),0);
+parent.__c.LogImpl("959113491",("Copy2 (saving) ok? TRUE"),0);
//BA.debugLineNum = 265;BA.debugLine="sStatusCode = OK_DOWNLOAD";
parent._sstatuscode = parent._ok_download;
//BA.debugLineNum = 266;BA.debugLine="If sVerbose Then Log($\"${TAB}new apk version d";
@@ -1331,7 +1331,7 @@ this.state = 12;
case 12:
//C
this.state = 15;
-parent.__c.LogImpl("958982421",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"new apk version downloaded and ready to install"),0);
+parent.__c.LogImpl("959113493",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"new apk version downloaded and ready to install"),0);
if (true) break;
case 15:
@@ -1345,7 +1345,7 @@ case 17:
this.state = 18;
this.catchState = 0;
//BA.debugLineNum = 268;BA.debugLine="Log($\"Copy2 (saving) ok? FALSE\"$)";
-parent.__c.LogImpl("958982423",("Copy2 (saving) ok? FALSE"),0);
+parent.__c.LogImpl("959113495",("Copy2 (saving) ok? FALSE"),0);
//BA.debugLineNum = 269;BA.debugLine="sStatusCode = ERR_DOWNLOAD";
parent._sstatuscode = parent._err_download;
//BA.debugLineNum = 270;BA.debugLine="If sVerbose Then Log($\"${TAB}failed download o";
@@ -1361,7 +1361,7 @@ this.state = 20;
case 20:
//C
this.state = 23;
-parent.__c.LogImpl("958982425",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"failed download of new apk version"),0);
+parent.__c.LogImpl("959113497",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"failed download of new apk version"),0);
if (true) break;
case 23:
@@ -1384,7 +1384,7 @@ case 26:
//C
this.state = 27;
//BA.debugLineNum = 274;BA.debugLine="Log($\"${TAB}Error: ${J.ErrorMessage}\"$)";
-parent.__c.LogImpl("958982429",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"Error: "+parent.__c.SmartStringFormatter("",(Object)(_j._errormessage /*String*/ ))+""),0);
+parent.__c.LogImpl("959113501",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"Error: "+parent.__c.SmartStringFormatter("",(Object)(_j._errormessage /*String*/ ))+""),0);
//BA.debugLineNum = 275;BA.debugLine="sStatusCode = ERR_HTTP";
parent._sstatuscode = parent._err_http;
//BA.debugLineNum = 276;BA.debugLine="If sVerbose Then Log($\"${TAB}error in httputils";
@@ -1400,7 +1400,7 @@ this.state = 29;
case 29:
//C
this.state = 32;
-parent.__c.LogImpl("958982431",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"error in httputils2"),0);
+parent.__c.LogImpl("959113503",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"error in httputils2"),0);
if (true) break;
case 32:
@@ -1447,7 +1447,7 @@ this.state = 39;
case 39:
//C
this.state = 42;
-parent.__c.LogImpl("958982438",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"user asked to install new apk"),0);
+parent.__c.LogImpl("959113510",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"user asked to install new apk"),0);
if (true) break;
case 42:
@@ -1508,7 +1508,7 @@ case 0:
//C
this.state = 1;
//BA.debugLineNum = 211;BA.debugLine="LogColor(\"---- AppUpdating.UpdateApk\", LogColor1)";
-parent.__c.LogImpl("958916865","---- AppUpdating.UpdateApk",parent._logcolor1);
+parent.__c.LogImpl("959047937","---- AppUpdating.UpdateApk",parent._logcolor1);
//BA.debugLineNum = 212;BA.debugLine="If Not(pstatus) Then";
if (true) break;
@@ -1539,7 +1539,7 @@ this.state = 6;
case 6:
//C
this.state = 9;
-parent.__c.LogImpl("958916868",parent.__c.TAB+"no permissions from user to install new apk",0);
+parent.__c.LogImpl("959047940",parent.__c.TAB+"no permissions from user to install new apk",0);
if (true) break;
case 9:
@@ -1631,7 +1631,7 @@ this.state = 26;
case 26:
//C
this.state = 29;
-parent.__c.LogImpl("958916878",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"no enough available space to download apk"),0);
+parent.__c.LogImpl("959047950",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"no enough available space to download apk"),0);
if (true) break;
case 29:
@@ -1673,7 +1673,7 @@ this.state = 36;
case 36:
//C
this.state = 39;
-parent.__c.LogImpl("958916883",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"Newer version available. Now I try its downloading"),0);
+parent.__c.LogImpl("959047955",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"Newer version available. Now I try its downloading"),0);
if (true) break;
case 39:
@@ -1708,7 +1708,7 @@ this.state = 45;
case 45:
//C
this.state = 48;
-parent.__c.LogImpl("958916886",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"missing apk file full path indication"),0);
+parent.__c.LogImpl("959047958",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"missing apk file full path indication"),0);
if (true) break;
case 48:
@@ -1747,7 +1747,7 @@ this.state = 55;
case 55:
//C
this.state = 58;
-parent.__c.LogImpl("958916891",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"No newer version available on webserver."),0);
+parent.__c.LogImpl("959047963",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"No newer version available on webserver."),0);
if (true) break;
case 58:
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/cpdf.java b/B4A/Objects/src/gunav2/keymon/com/mx/cpdf.java
index 8b1580b..e3f67b2 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/cpdf.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/cpdf.java
@@ -1676,7 +1676,7 @@ public gunav2.keymon.com.mx.cpdf _savetofile(String _adir,String _afile,int _ac
anywheresoftware.b4a.objects.streams.File.OutputStreamWrapper _outputstream = null;
//BA.debugLineNum = 605;BA.debugLine="public Sub saveToFile(adir As String, afile As Str";
//BA.debugLineNum = 606;BA.debugLine="Log(afile)";
-__c.LogImpl("047316993",_afile,0);
+__c.LogImpl("747382529",_afile,0);
//BA.debugLineNum = 607;BA.debugLine="File.Delete(adir,afile)";
__c.File.Delete(_adir,_afile);
//BA.debugLineNum = 608;BA.debugLine="Dim outputstream As OutputStream=File.OpenOutput(";
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/dbrequestmanager.java b/B4A/Objects/src/gunav2/keymon/com/mx/dbrequestmanager.java
index ef75f09..2bdce4f 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/dbrequestmanager.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/dbrequestmanager.java
@@ -376,7 +376,7 @@ _in.Close();
//BA.debugLineNum = 250;BA.debugLine="If jobTagAnterior <> table.Tag Then";
if ((_jobtaganterior).equals(BA.ObjectToString(_table.Tag /*Object*/ )) == false) {
//BA.debugLineNum = 251;BA.debugLine="LogColor(\"HandleJob: '\"&table.Tag&\"'\" & \" - Regi";
-__c.LogImpl("050135081","HandleJob: '"+BA.ObjectToString(_table.Tag /*Object*/ )+"'"+" - Registros: "+BA.NumberToString(_table.Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),__c.Colors.RGB((int) (115),(int) (0),(int) (140)));
+__c.LogImpl("750200617","HandleJob: '"+BA.ObjectToString(_table.Tag /*Object*/ )+"'"+" - Registros: "+BA.NumberToString(_table.Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),__c.Colors.RGB((int) (115),(int) (0),(int) (140)));
};
//BA.debugLineNum = 253;BA.debugLine="jobTagAnterior = table.Tag 'Mod por CHV - 211109";
_jobtaganterior = BA.ObjectToString(_table.Tag /*Object*/ );
@@ -418,7 +418,7 @@ Object[] _row = null;
Object _record = null;
//BA.debugLineNum = 286;BA.debugLine="Public Sub PrintTable(Table As DBResult)";
//BA.debugLineNum = 287;BA.debugLine="Log(\"Tag: \" & Table.Tag & \", Columns: \" & Table.C";
-__c.LogImpl("050397185","Tag: "+BA.ObjectToString(_table.Tag /*Object*/ )+", Columns: "+BA.NumberToString(_table.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .getSize())+", Rows: "+BA.NumberToString(_table.Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),0);
+__c.LogImpl("750462721","Tag: "+BA.ObjectToString(_table.Tag /*Object*/ )+", Columns: "+BA.NumberToString(_table.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .getSize())+", Rows: "+BA.NumberToString(_table.Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),0);
//BA.debugLineNum = 288;BA.debugLine="Dim sb As StringBuilder";
_sb = new anywheresoftware.b4a.keywords.StringBuilderWrapper();
//BA.debugLineNum = 289;BA.debugLine="sb.Initialize";
@@ -436,7 +436,7 @@ _sb.Append(BA.ObjectToString(_col)).Append(__c.TAB);
}
};
//BA.debugLineNum = 293;BA.debugLine="Log(sb.ToString)";
-__c.LogImpl("050397191",_sb.ToString(),0);
+__c.LogImpl("750462727",_sb.ToString(),0);
//BA.debugLineNum = 294;BA.debugLine="For Each row() As Object In Table.Rows";
{
final anywheresoftware.b4a.BA.IterableList group8 = _table.Rows /*anywheresoftware.b4a.objects.collections.List*/ ;
@@ -462,7 +462,7 @@ _sb.Append(BA.ObjectToString(_record)).Append(__c.TAB);
}
};
//BA.debugLineNum = 300;BA.debugLine="Log(sb.ToString)";
-__c.LogImpl("050397198",_sb.ToString(),0);
+__c.LogImpl("750462734",_sb.ToString(),0);
}
};
//BA.debugLineNum = 302;BA.debugLine="End Sub";
@@ -662,7 +662,7 @@ return null;
public String _trackinit() throws Exception{
//BA.debugLineNum = 331;BA.debugLine="Sub trackInit 'ignore";
//BA.debugLineNum = 332;BA.debugLine="Log(\">>>>>>>>> TRACKINIT \")";
-__c.LogImpl("050528257",">>>>>>>>> TRACKINIT ",0);
+__c.LogImpl("750593793",">>>>>>>>> TRACKINIT ",0);
//BA.debugLineNum = 333;BA.debugLine="reqsList.Initialize";
_reqslist.Initialize();
//BA.debugLineNum = 334;BA.debugLine="timesList.Initialize";
@@ -699,9 +699,9 @@ _timeslist.RemoveAt(_pos);
_quitamos = ("Quitamos "+__c.SmartStringFormatter("",_job._tag /*Object*/ )+" - ");
};
//BA.debugLineNum = 351;BA.debugLine="LogColor(\">>>>>> Requests: \" & reqsList.Size & \"";
-__c.LogImpl("050593804",">>>>>> Requests: "+BA.NumberToString(_reqslist.getSize())+" - "+_quitamos+BA.ObjectToString(_reqslist),__c.Colors.Blue);
+__c.LogImpl("750659340",">>>>>> Requests: "+BA.NumberToString(_reqslist.getSize())+" - "+_quitamos+BA.ObjectToString(_reqslist),__c.Colors.Blue);
//BA.debugLineNum = 352;BA.debugLine="LogColor(\">>>>>> inicioRequestMap:\" & inicioRequ";
-__c.LogImpl("050593805",">>>>>> inicioRequestMap:"+BA.NumberToString(_iniciorequestmap.getSize())+" - "+BA.ObjectToString(_iniciorequestmap),__c.Colors.Magenta);
+__c.LogImpl("750659341",">>>>>> inicioRequestMap:"+BA.NumberToString(_iniciorequestmap.getSize())+" - "+BA.ObjectToString(_iniciorequestmap),__c.Colors.Magenta);
};
//BA.debugLineNum = 354;BA.debugLine="End Sub";
return "";
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/escposprinter.java b/B4A/Objects/src/gunav2/keymon/com/mx/escposprinter.java
index 34d5d60..414a322 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/escposprinter.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/escposprinter.java
@@ -105,7 +105,7 @@ if (__c.SubExists(ba,_callback,_eventname+"_NewData")) {
__c.CallSubNew2(ba,_callback,_eventname+"_NewData",(Object)(_buffer));
};
//BA.debugLineNum = 1138;BA.debugLine="Log(\"Data \" & Buffer(0))";
-__c.LogImpl("054132740","Data "+BA.NumberToString(_buffer[(int) (0)]),0);
+__c.LogImpl("754198276","Data "+BA.NumberToString(_buffer[(int) (0)]),0);
//BA.debugLineNum = 1139;BA.debugLine="End Sub";
return "";
}
@@ -214,7 +214,7 @@ _l = new anywheresoftware.b4a.objects.collections.List();
//BA.debugLineNum = 109;BA.debugLine="l.Initialize";
_l.Initialize();
//BA.debugLineNum = 110;BA.debugLine="Log(\"aqui 1\")";
-__c.LogImpl("050987018","aqui 1",0);
+__c.LogImpl("751052554","aqui 1",0);
//BA.debugLineNum = 111;BA.debugLine="For i = 0 To PairedDevices.Size - 1";
{
final int step8 = 1;
@@ -224,7 +224,7 @@ for (;_i <= limit8 ;_i = _i + step8 ) {
//BA.debugLineNum = 112;BA.debugLine="l.Add(PairedDevices.GetKeyAt(i))";
_l.Add(_paireddevices.GetKeyAt(_i));
//BA.debugLineNum = 113;BA.debugLine="Log(\"aqui 2\")";
-__c.LogImpl("050987021","aqui 2",0);
+__c.LogImpl("751052557","aqui 2",0);
//BA.debugLineNum = 114;BA.debugLine="DisConnect";
_disconnect();
}
@@ -244,10 +244,10 @@ if (true) return __c.True;
//BA.debugLineNum = 123;BA.debugLine="DisConnect";
_disconnect();
//BA.debugLineNum = 124;BA.debugLine="Log(\"aqui 3\")";
-__c.LogImpl("050987032","aqui 3",0);
+__c.LogImpl("751052568","aqui 3",0);
};
//BA.debugLineNum = 126;BA.debugLine="Log(\"aqui 4\")";
-__c.LogImpl("050987034","aqui 4",0);
+__c.LogImpl("751052570","aqui 4",0);
//BA.debugLineNum = 127;BA.debugLine="Return False";
if (true) return __c.False;
}else {
@@ -258,12 +258,12 @@ if (true) return __c.True;
//BA.debugLineNum = 132;BA.debugLine="DisConnect";
_disconnect();
//BA.debugLineNum = 133;BA.debugLine="Log(\"aqui 5\")";
-__c.LogImpl("050987041","aqui 5",0);
+__c.LogImpl("751052577","aqui 5",0);
};
}
catch (Exception e31) {
ba.setLastException(e31); //BA.debugLineNum = 136;BA.debugLine="Log(LastException)";
-__c.LogImpl("050987044",BA.ObjectToString(__c.LastException(getActivityBA())),0);
+__c.LogImpl("751052580",BA.ObjectToString(__c.LastException(getActivityBA())),0);
//BA.debugLineNum = 137;BA.debugLine="Return False";
if (true) return __c.False;
};
@@ -432,22 +432,22 @@ _logmsg = ": Fill="+BA.NumberToString(_fill)+" : Points "+BA.NumberToString(_x0)
//BA.debugLineNum = 445;BA.debugLine="If shape = 3 Then";
if (_shape==3) {
//BA.debugLineNum = 446;BA.debugLine="Log(\"Triangle \" & logmsg)";
-__c.LogImpl("052297770","Triangle "+_logmsg,0);
+__c.LogImpl("752363306","Triangle "+_logmsg,0);
//BA.debugLineNum = 447;BA.debugLine="PlotTriangle(x0, y0, x1, y1, x2, y2, points, fi";
_plottriangle(_x0,_y0,_x1,_y1,_x2,_y2,_points,_fill);
}else if(_shape==2) {
//BA.debugLineNum = 449;BA.debugLine="Log(\"Circle \" & logmsg)";
-__c.LogImpl("052297773","Circle "+_logmsg,0);
+__c.LogImpl("752363309","Circle "+_logmsg,0);
//BA.debugLineNum = 450;BA.debugLine="PlotCircle(x0, y0, x1, y1, points, fill)";
_plotcircle(_x0,_y0,_x1,_y1,_points,_fill);
}else if(_shape==1) {
//BA.debugLineNum = 452;BA.debugLine="Log(\"Box \" & logmsg)";
-__c.LogImpl("052297776","Box "+_logmsg,0);
+__c.LogImpl("752363312","Box "+_logmsg,0);
//BA.debugLineNum = 453;BA.debugLine="PlotBox(x0, y0, x1, y1, points, fill)";
_plotbox(_x0,_y0,_x1,_y1,_points,_fill);
}else {
//BA.debugLineNum = 455;BA.debugLine="Log(\"Line \" & logmsg)";
-__c.LogImpl("052297779","Line "+_logmsg,0);
+__c.LogImpl("752363315","Line "+_logmsg,0);
//BA.debugLineNum = 456;BA.debugLine="PlotLine(x0, y0, x1, y1, points)";
_plotline(_x0,_y0,_x1,_y1,_points);
};
@@ -1950,7 +1950,7 @@ _databytes = _data.getBytes("ASCII");
//BA.debugLineNum = 1078;BA.debugLine="Dim dlow As Int = databytes.Length";
_dlow = _databytes.length;
//BA.debugLineNum = 1079;BA.debugLine="Log(\"Barcode \" & bartype & \", Size \" & dlow & \",";
-__c.LogImpl("053936131","Barcode "+_bartype+", Size "+BA.NumberToString(_dlow)+", "+_data,0);
+__c.LogImpl("754001667","Barcode "+_bartype+", Size "+BA.NumberToString(_dlow)+", "+_data,0);
//BA.debugLineNum = 1080;BA.debugLine="WriteString(GS & \"k\" & bartype.ToUpperCase.CharAt";
_writestring(_gs+"k"+BA.ObjectToString(_bartype.toUpperCase().charAt((int) (0))));
//BA.debugLineNum = 1081;BA.debugLine="Dim params(1) As Byte";
@@ -1988,7 +1988,7 @@ _dhigh = (int) (_databytes.length/(double)256);
//BA.debugLineNum = 1095;BA.debugLine="Dim dlow As Int = databytes.Length - dhigh*256";
_dlow = (int) (_databytes.length-_dhigh*256);
//BA.debugLineNum = 1096;BA.debugLine="Log(\"QR Code : Size \" & size & \", EC \" & EC & \",";
-__c.LogImpl("054001668","QR Code : Size "+BA.NumberToString(_size)+", EC "+_ec+", Scale "+BA.NumberToString(_scale)+", Size "+BA.NumberToString(_dlow)+" "+BA.NumberToString(_dhigh)+" : Data = "+_data,0);
+__c.LogImpl("754067204","QR Code : Size "+BA.NumberToString(_size)+", EC "+_ec+", Scale "+BA.NumberToString(_scale)+", Size "+BA.NumberToString(_dlow)+" "+BA.NumberToString(_dhigh)+" : Data = "+_data,0);
//BA.debugLineNum = 1097;BA.debugLine="Dim params(3) As Byte";
_params = new byte[(int) (3)];
;
@@ -2025,7 +2025,7 @@ _astream.Write(_data.getBytes(_encoding));
}
catch (Exception e6) {
ba.setLastException(e6); //BA.debugLineNum = 305;BA.debugLine="Log(\"Printer error : \" & LastException.Message)";
-__c.LogImpl("052035590","Printer error : "+__c.LastException(getActivityBA()).getMessage(),0);
+__c.LogImpl("752101126","Printer error : "+__c.LastException(getActivityBA()).getMessage(),0);
//BA.debugLineNum = 306;BA.debugLine="AStream_Error";
_astream_error();
};
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/fileprovider.java b/B4A/Objects/src/gunav2/keymon/com/mx/fileprovider.java
index cb99c75..5dab398 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/fileprovider.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/fileprovider.java
@@ -103,7 +103,7 @@ _usefileprovider = __c.False;
_sharedfolder = _rp.GetSafeDirDefaultExternal("shared");
};
//BA.debugLineNum = 18;BA.debugLine="Log($\"Using FileProvider? ${UseFileProvider}\"$)";
-__c.LogImpl("969206026",("Using FileProvider? "+__c.SmartStringFormatter("",(Object)(_usefileprovider))+""),0);
+__c.LogImpl("969337098",("Using FileProvider? "+__c.SmartStringFormatter("",(Object)(_usefileprovider))+""),0);
//BA.debugLineNum = 19;BA.debugLine="End Sub";
return "";
}
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/firebasemessaging.java b/B4A/Objects/src/gunav2/keymon/com/mx/firebasemessaging.java
index 5233692..662430a 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/firebasemessaging.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/firebasemessaging.java
@@ -185,13 +185,13 @@ _su = new anywheresoftware.b4a.objects.StringUtils();
//BA.debugLineNum = 182;BA.debugLine="Dim compressed() As Byte = GZip.compress(str)";
_compressed = _gzip.compress(_str);
//BA.debugLineNum = 183;BA.debugLine="Log($\"CompressedBytesLength: ${compressed.Length}";
-anywheresoftware.b4a.keywords.Common.LogImpl("055050244",("CompressedBytesLength: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_compressed.length))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("755115780",("CompressedBytesLength: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_compressed.length))+""),0);
//BA.debugLineNum = 184;BA.debugLine="Dim base64 As String = su.EncodeBase64(compressed";
_base64 = _su.EncodeBase64(_compressed);
//BA.debugLineNum = 185;BA.debugLine="Log($\"CompressedBytes converted to base64 Length:";
-anywheresoftware.b4a.keywords.Common.LogImpl("055050246",("CompressedBytes converted to base64 Length: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_base64.length()))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("755115782",("CompressedBytes converted to base64 Length: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_base64.length()))+""),0);
//BA.debugLineNum = 186;BA.debugLine="Log($\"CompressedBytes converted to base64: ${base";
-anywheresoftware.b4a.keywords.Common.LogImpl("055050247",("CompressedBytes converted to base64: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_base64))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("755115783",("CompressedBytes converted to base64: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_base64))+""),0);
//BA.debugLineNum = 187;BA.debugLine="Return base64";
if (true) return _base64;
//BA.debugLineNum = 188;BA.debugLine="End Sub";
@@ -202,7 +202,7 @@ String _ruta2 = "";
int _i = 0;
//BA.debugLineNum = 202;BA.debugLine="Sub dameRuta As String";
//BA.debugLineNum = 203;BA.debugLine="Log(\"dameRuta\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("055181313","dameRuta",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("755246849","dameRuta",0);
//BA.debugLineNum = 204;BA.debugLine="Dim c As Cursor";
_c = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
//BA.debugLineNum = 205;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select LAT,";
@@ -244,15 +244,15 @@ _su = new anywheresoftware.b4a.objects.StringUtils();
//BA.debugLineNum = 193;BA.debugLine="Dim decompressedbytes() As Byte = su.DecodeBase64";
_decompressedbytes = _su.DecodeBase64(_base64);
//BA.debugLineNum = 194;BA.debugLine="Log($\"decompressedbytesLength: ${decompressedbyte";
-anywheresoftware.b4a.keywords.Common.LogImpl("055115780",("decompressedbytesLength: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_decompressedbytes.length))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("755181316",("decompressedbytesLength: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_decompressedbytes.length))+""),0);
//BA.debugLineNum = 195;BA.debugLine="Dim bc As ByteConverter";
_bc = new anywheresoftware.b4a.agraham.byteconverter.ByteConverter();
//BA.debugLineNum = 196;BA.debugLine="Dim uncompressed As String = bc.StringFromBytes(d";
_uncompressed = _bc.StringFromBytes(_decompressedbytes,"UTF8");
//BA.debugLineNum = 197;BA.debugLine="Log($\"uncompressedLength: ${uncompressed.Length}\"";
-anywheresoftware.b4a.keywords.Common.LogImpl("055115783",("uncompressedLength: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_uncompressed.length()))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("755181319",("uncompressedLength: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_uncompressed.length()))+""),0);
//BA.debugLineNum = 198;BA.debugLine="Log($\"Decompressed String = ${uncompressed}\"$)";
-anywheresoftware.b4a.keywords.Common.LogImpl("055115784",("Decompressed String = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_uncompressed))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("755181320",("Decompressed String = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_uncompressed))+""),0);
//BA.debugLineNum = 199;BA.debugLine="Return uncompressed";
if (true) return _uncompressed;
//BA.debugLineNum = 200;BA.debugLine="End Sub";
@@ -264,9 +264,9 @@ anywheresoftware.b4a.objects.collections.Map _params = null;
String _rutagpscmp = "";
//BA.debugLineNum = 72;BA.debugLine="Sub fm_MessageArrived (Message As RemoteMessage)";
//BA.debugLineNum = 73;BA.debugLine="Log(\"Message arrived\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("054591489","Message arrived",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("754657025","Message arrived",0);
//BA.debugLineNum = 74;BA.debugLine="Log($\"Message data: ${Message.GetData}\"$)";
-anywheresoftware.b4a.keywords.Common.LogImpl("054591490",("Message data: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_message.GetData().getObject()))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("754657026",("Message data: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_message.GetData().getObject()))+""),0);
//BA.debugLineNum = 76;BA.debugLine="If Message.GetData.ContainsKey(\"t\") Then";
if (_message.GetData().ContainsKey((Object)("t"))) {
//BA.debugLineNum = 77;BA.debugLine="Dim tipos As List = Regex.Split(\",\",Message.GetD";
@@ -275,11 +275,11 @@ _tipos = anywheresoftware.b4a.keywords.Common.ArrayToList(anywheresoftware.b4a.k
//BA.debugLineNum = 78;BA.debugLine="If tipos.IndexOf(\"pu\") <> -1 Or tipos.IndexOf(\"a";
if (_tipos.IndexOf((Object)("pu"))!=-1 || _tipos.IndexOf((Object)("au"))!=-1) {
//BA.debugLineNum = 79;BA.debugLine="Log(\"Es una peticion de ubicacion\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("054591495","Es una peticion de ubicacion",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("754657031","Es una peticion de ubicacion",0);
//BA.debugLineNum = 80;BA.debugLine="locRequest=\"Activa\"";
_locrequest = "Activa";
//BA.debugLineNum = 81;BA.debugLine="Log(\"Llamamos StartFLPSmall\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("054591497","Llamamos StartFLPSmall",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("754657033","Llamamos StartFLPSmall",0);
//BA.debugLineNum = 82;BA.debugLine="CallSubDelayed(Tracker, \"StartFLPSmall\")";
anywheresoftware.b4a.keywords.Common.CallSubDelayed(processBA,(Object)(mostCurrent._tracker.getObject()),"StartFLPSmall");
//BA.debugLineNum = 83;BA.debugLine="CallSubDelayed(Tracker, \"StartFLP\")";
@@ -293,9 +293,9 @@ _au = BA.NumberToString(1);
//BA.debugLineNum = 88;BA.debugLine="If tipos.IndexOf(\"ping\") <> -1 Then 'Si es un pi";
if (_tipos.IndexOf((Object)("ping"))!=-1) {
//BA.debugLineNum = 89;BA.debugLine="Log(\"Es un ping\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("054591505","Es un ping",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("754657041","Es un ping",0);
//BA.debugLineNum = 90;BA.debugLine="Log(\"Mandamos pong\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("054591506","Mandamos pong",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("754657042","Mandamos pong",0);
//BA.debugLineNum = 91;BA.debugLine="Dim params As Map = CreateMap(\"topic\":Sprvsr,\"t";
_params = new anywheresoftware.b4a.objects.collections.Map();
_params = anywheresoftware.b4a.keywords.Common.createMap(new Object[] {(Object)("topic"),(Object)(_sprvsr),(Object)("title"),(Object)("pong"),(Object)("body"),(Object)(mostCurrent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (processBA)._usuario /*String*/ +" - Recibi mensaje "+BA.ObjectToString(_message.GetData().Get((Object)("title")))),(Object)("t"),(Object)("pong")});
@@ -305,16 +305,16 @@ _sendmessage(_params);
//BA.debugLineNum = 94;BA.debugLine="If tipos.IndexOf(\"bgps\") <> -1 Then 'Si es una i";
if (_tipos.IndexOf((Object)("bgps"))!=-1) {
//BA.debugLineNum = 95;BA.debugLine="Log(\"Es una instruccion de borrar archivo gps\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("054591511","Es una instruccion de borrar archivo gps",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("754657047","Es una instruccion de borrar archivo gps",0);
//BA.debugLineNum = 96;BA.debugLine="Log(\"Borramos archivo gps\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("054591512","Borramos archivo gps",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("754657048","Borramos archivo gps",0);
//BA.debugLineNum = 97;BA.debugLine="borramosArchivoGPS";
_borramosarchivogps();
};
//BA.debugLineNum = 99;BA.debugLine="If tipos.IndexOf(\"dr\") <> -1 Then 'Si es una pet";
if (_tipos.IndexOf((Object)("dr"))!=-1) {
//BA.debugLineNum = 100;BA.debugLine="Log(\"Es una peticion de Ruta GPS\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("054591516","Es una peticion de Ruta GPS",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("754657052","Es una peticion de Ruta GPS",0);
//BA.debugLineNum = 101;BA.debugLine="Dim rutaGpsCmp As String = dameRuta";
_rutagpscmp = _dameruta();
//BA.debugLineNum = 102;BA.debugLine="Dim params As Map = CreateMap(\"topic\":Sprvsr,\"t";
@@ -326,16 +326,16 @@ _sendmessage(_params);
//BA.debugLineNum = 105;BA.debugLine="If tipos.IndexOf(\"bgps2\") <> -1 Then 'Si es una";
if (_tipos.IndexOf((Object)("bgps2"))!=-1) {
//BA.debugLineNum = 106;BA.debugLine="Log(\"Es una instruccion de borrar BD gps\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("054591522","Es una instruccion de borrar BD gps",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("754657058","Es una instruccion de borrar BD gps",0);
//BA.debugLineNum = 107;BA.debugLine="Log(\"Borramos BD gps\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("054591523","Borramos BD gps",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("754657059","Borramos BD gps",0);
//BA.debugLineNum = 108;BA.debugLine="borraGPSHist";
_borragpshist();
};
//BA.debugLineNum = 110;BA.debugLine="If tipos.IndexOf(\"pu\") = -1 And tipos.IndexOf(\"a";
if (_tipos.IndexOf((Object)("pu"))==-1 && _tipos.IndexOf((Object)("au"))==-1 && _tipos.IndexOf((Object)("ping"))==-1 && _tipos.IndexOf((Object)("dr"))==-1) {
//BA.debugLineNum = 111;BA.debugLine="Log(\"No es ping ni solicitud de ubicacion o rut";
-anywheresoftware.b4a.keywords.Common.LogImpl("054591527","No es ping ni solicitud de ubicacion o ruta, entonces no hacemos nada",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("754657063","No es ping ni solicitud de ubicacion o ruta, entonces no hacemos nada",0);
};
};
//BA.debugLineNum = 119;BA.debugLine="End Sub";
@@ -345,7 +345,7 @@ public static String _guardainfoenarchivo(String _coords) throws Exception{
String[] _latlon = null;
//BA.debugLineNum = 161;BA.debugLine="Sub guardaInfoEnArchivo(coords As String) 'ignore";
//BA.debugLineNum = 162;BA.debugLine="Log(\"Guardamos ubicacion en BD\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("054853633","Guardamos ubicacion en BD",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("754919169","Guardamos ubicacion en BD",0);
//BA.debugLineNum = 163;BA.debugLine="Dim latlon() As String = Regex.Split(\",\", coords)";
_latlon = anywheresoftware.b4a.keywords.Common.Regex.Split(",",_coords);
//BA.debugLineNum = 164;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"INSERT INTO";
@@ -423,12 +423,12 @@ _tipo = BA.ObjectToString(_params.Get((Object)("t")));
//BA.debugLineNum = 130;BA.debugLine="If params.ContainsKey(\"r\") Then";
if (_params.ContainsKey((Object)("r"))) {
//BA.debugLineNum = 131;BA.debugLine="Log(\"Con ruta\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("054722566","Con ruta",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("754788102","Con ruta",0);
//BA.debugLineNum = 132;BA.debugLine="Dim rutaGpsCmp As String= params.Get(\"r\")";
_rutagpscmp = BA.ObjectToString(_params.Get((Object)("r")));
}else {
//BA.debugLineNum = 134;BA.debugLine="Log(\"Sin ruta\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("054722569","Sin ruta",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("754788105","Sin ruta",0);
//BA.debugLineNum = 135;BA.debugLine="Dim rutaGpsCmp As String = \"\"";
_rutagpscmp = "";
};
@@ -455,7 +455,7 @@ _job._getrequest /*anywheresoftware.b4h.okhttp.OkHttpClientWrapper.OkHttpRequest
//BA.debugLineNum = 146;BA.debugLine="Job.GetRequest.SetHeader(\"Authorization\", \"key=\"";
_job._getrequest /*anywheresoftware.b4h.okhttp.OkHttpClientWrapper.OkHttpRequest*/ ().SetHeader("Authorization","key="+_api_key);
//BA.debugLineNum = 147;BA.debugLine="Log(m) 'ignore";
-anywheresoftware.b4a.keywords.Common.LogImpl("054722582",BA.ObjectToString(_m),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("754788118",BA.ObjectToString(_m),0);
//BA.debugLineNum = 148;BA.debugLine="End Sub";
return "";
}
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/httpjob.java b/B4A/Objects/src/gunav2/keymon/com/mx/httpjob.java
index cd21cb4..8d2f48e 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/httpjob.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/httpjob.java
@@ -125,7 +125,7 @@ _req.InitializeDelete(_link);
}
catch (Exception e5) {
ba.setLastException(e5); //BA.debugLineNum = 266;BA.debugLine="Log($\"Invalid link: ${Link}\"$)";
-__c.LogImpl("971106565",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0);
+__c.LogImpl("971237637",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0);
//BA.debugLineNum = 267;BA.debugLine="req.InitializeDelete(InvalidURL)";
_req.InitializeDelete(_invalidurl);
};
@@ -144,7 +144,7 @@ _req.InitializeDelete(_escapelink(_link,_parameters));
}
catch (Exception e5) {
ba.setLastException(e5); //BA.debugLineNum = 277;BA.debugLine="Log($\"Invalid link: ${Link}\"$)";
-__c.LogImpl("971172101",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0);
+__c.LogImpl("971303173",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0);
//BA.debugLineNum = 278;BA.debugLine="req.InitializeDelete(escapeLink(InvalidURL, Para";
_req.InitializeDelete(_escapelink(_invalidurl,_parameters));
};
@@ -163,7 +163,7 @@ _req.InitializeGet(_link);
}
catch (Exception e5) {
ba.setLastException(e5); //BA.debugLineNum = 224;BA.debugLine="Log($\"Invalid link: ${Link}\"$)";
-__c.LogImpl("970909957",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0);
+__c.LogImpl("971041029",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0);
//BA.debugLineNum = 225;BA.debugLine="req.InitializeGet(InvalidURL)";
_req.InitializeGet(_invalidurl);
};
@@ -182,7 +182,7 @@ _req.InitializeGet(_escapelink(_link,_parameters));
}
catch (Exception e5) {
ba.setLastException(e5); //BA.debugLineNum = 240;BA.debugLine="Log($\"Invalid link: ${Link}\"$)";
-__c.LogImpl("970975493",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0);
+__c.LogImpl("971106565",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0);
//BA.debugLineNum = 241;BA.debugLine="req.InitializeGet(escapeLink(InvalidURL, Paramet";
_req.InitializeGet(_escapelink(_invalidurl,_parameters));
};
@@ -306,7 +306,7 @@ _req.InitializeHead(_link);
}
catch (Exception e5) {
ba.setLastException(e5); //BA.debugLineNum = 124;BA.debugLine="Log($\"Invalid link: ${Link}\"$)";
-__c.LogImpl("970647813",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0);
+__c.LogImpl("970778885",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0);
//BA.debugLineNum = 125;BA.debugLine="req.InitializeHead(InvalidURL)";
_req.InitializeHead(_invalidurl);
};
@@ -360,7 +360,7 @@ _req.InitializePatch2(_link,_data);
}
catch (Exception e5) {
ba.setLastException(e5); //BA.debugLineNum = 109;BA.debugLine="Log($\"Invalid link: ${Link}\"$)";
-__c.LogImpl("970582284",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0);
+__c.LogImpl("970713356",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0);
//BA.debugLineNum = 110;BA.debugLine="req.InitializePatch2(InvalidURL, Data)";
_req.InitializePatch2(_invalidurl,_data);
};
@@ -386,7 +386,7 @@ _req.InitializePost2(_link,_data);
}
catch (Exception e5) {
ba.setLastException(e5); //BA.debugLineNum = 68;BA.debugLine="Log($\"Invalid link: ${Link}\"$)";
-__c.LogImpl("970320133",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0);
+__c.LogImpl("970451205",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0);
//BA.debugLineNum = 69;BA.debugLine="req.InitializePost2(InvalidURL, Data)";
_req.InitializePost2(_invalidurl,_data);
};
@@ -407,7 +407,7 @@ _length = 0;
//BA.debugLineNum = 197;BA.debugLine="If Dir = File.DirAssets Then";
if ((_dir).equals(__c.File.getDirAssets())) {
//BA.debugLineNum = 198;BA.debugLine="Log(\"Cannot send files from the assets folder.\")";
-__c.LogImpl("970844424","Cannot send files from the assets folder.",0);
+__c.LogImpl("970975496","Cannot send files from the assets folder.",0);
//BA.debugLineNum = 199;BA.debugLine="Return";
if (true) return "";
};
@@ -544,7 +544,7 @@ _req.InitializePut2(_link,_data);
}
catch (Exception e5) {
ba.setLastException(e5); //BA.debugLineNum = 85;BA.debugLine="Log($\"Invalid link: ${Link}\"$)";
-__c.LogImpl("970451205",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0);
+__c.LogImpl("970582277",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0);
//BA.debugLineNum = 86;BA.debugLine="req.InitializePut2(InvalidURL, Data)";
_req.InitializePut2(_invalidurl,_data);
};
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/httputils2service.java b/B4A/Objects/src/gunav2/keymon/com/mx/httputils2service.java
index e03031d..0894e37 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/httputils2service.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/httputils2service.java
@@ -68,7 +68,7 @@ _job = (gunav2.keymon.com.mx.httpjob)(_taskidtojob.Get((Object)(_taskid)));
//BA.debugLineNum = 157;BA.debugLine="If job = Null Then";
if (_job== null) {
//BA.debugLineNum = 158;BA.debugLine="Log(\"HttpUtils2Service: job completed multiple t";
-anywheresoftware.b4a.keywords.Common.LogImpl("069992454","HttpUtils2Service: job completed multiple times - "+BA.NumberToString(_taskid),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("770123526","HttpUtils2Service: job completed multiple times - "+BA.NumberToString(_taskid),0);
//BA.debugLineNum = 159;BA.debugLine="Return";
if (true) return "";
};
@@ -87,7 +87,7 @@ public static String _hc_responseerror(anywheresoftware.b4h.okhttp.OkHttpClient
gunav2.keymon.com.mx.httpjob _job = null;
//BA.debugLineNum = 115;BA.debugLine="Sub hc_ResponseError (Response As OkHttpResponse,";
//BA.debugLineNum = 117;BA.debugLine="Log($\"ResponseError. Reason: ${Reason}, Response:";
-anywheresoftware.b4a.keywords.Common.LogImpl("069926914",("ResponseError. Reason: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_reason))+", Response: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_response.getErrorResponse()))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("770057986",("ResponseError. Reason: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_reason))+", Response: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_response.getErrorResponse()))+""),0);
//BA.debugLineNum = 119;BA.debugLine="Response.Release";
_response.Release();
//BA.debugLineNum = 120;BA.debugLine="Dim job As HttpJob = TaskIdToJob.Get(TaskId)";
@@ -95,7 +95,7 @@ _job = (gunav2.keymon.com.mx.httpjob)(_taskidtojob.Get((Object)(_taskid)));
//BA.debugLineNum = 121;BA.debugLine="If job = Null Then";
if (_job== null) {
//BA.debugLineNum = 122;BA.debugLine="Log(\"HttpUtils2Service (hc_ResponseError): job c";
-anywheresoftware.b4a.keywords.Common.LogImpl("069926919","HttpUtils2Service (hc_ResponseError): job completed multiple times - "+BA.NumberToString(_taskid),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("770057991","HttpUtils2Service (hc_ResponseError): job completed multiple times - "+BA.NumberToString(_taskid),0);
//BA.debugLineNum = 123;BA.debugLine="Return";
if (true) return "";
};
@@ -121,7 +121,7 @@ _job = (gunav2.keymon.com.mx.httpjob)(_taskidtojob.Get((Object)(_taskid)));
//BA.debugLineNum = 94;BA.debugLine="If job = Null Then";
if (_job== null) {
//BA.debugLineNum = 95;BA.debugLine="Log(\"HttpUtils2Service (hc_ResponseSuccess): job";
-anywheresoftware.b4a.keywords.Common.LogImpl("069795843","HttpUtils2Service (hc_ResponseSuccess): job completed multiple times - "+BA.NumberToString(_taskid),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("769926915","HttpUtils2Service (hc_ResponseSuccess): job completed multiple times - "+BA.NumberToString(_taskid),0);
//BA.debugLineNum = 96;BA.debugLine="Return";
if (true) return "";
};
@@ -183,9 +183,9 @@ anywheresoftware.b4a.keywords.Common.File.Delete(_tempfolder,"~test.test");
}
catch (Exception e6) {
processBA.setLastException(e6); //BA.debugLineNum = 34;BA.debugLine="Log(LastException)";
-anywheresoftware.b4a.keywords.Common.LogImpl("069468167",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(processBA)),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("769599239",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(processBA)),0);
//BA.debugLineNum = 35;BA.debugLine="Log(\"Switching to File.DirInternal\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("069468168","Switching to File.DirInternal",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("769599240","Switching to File.DirInternal",0);
//BA.debugLineNum = 36;BA.debugLine="TempFolder = File.DirInternal";
_tempfolder = anywheresoftware.b4a.keywords.Common.File.getDirInternal();
};
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/mapa_rutas.java b/B4A/Objects/src/gunav2/keymon/com/mx/mapa_rutas.java
index 6a56f00..7f9f9bc 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/mapa_rutas.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/mapa_rutas.java
@@ -673,7 +673,7 @@ case 0:
//C
this.state = 1;
//BA.debugLineNum = 112;BA.debugLine="Log(\"ENTRANDO MapFragment1_Ready\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("055508993","ENTRANDO MapFragment1_Ready",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("755574529","ENTRANDO MapFragment1_Ready",0);
//BA.debugLineNum = 113;BA.debugLine="gmap = MapFragment1.GetMap";
parent.mostCurrent._gmap = parent.mostCurrent._mapfragment1.GetMap();
//BA.debugLineNum = 114;BA.debugLine="gmap.IsInitialized";
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/newinst2.java b/B4A/Objects/src/gunav2/keymon/com/mx/newinst2.java
index 41d54f0..6c0eb11 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/newinst2.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/newinst2.java
@@ -157,7 +157,7 @@ public static String _myappreload() throws Exception{
//BA.debugLineNum = 43;BA.debugLine="Sub MyAppReload";
//BA.debugLineNum = 44;BA.debugLine="If svcVerbose Then Log(\"-- AppUpdating.NewInst2:";
if (_svcverbose) {
-anywheresoftware.b4a.keywords.Common.LogImpl("060424193","-- AppUpdating.NewInst2: processing MyAppReload",0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("760555265","-- AppUpdating.NewInst2: processing MyAppReload",0);};
//BA.debugLineNum = 45;BA.debugLine="If IsPaused(\"main\") Then";
if (anywheresoftware.b4a.keywords.Common.IsPaused(processBA,(Object)("main"))) {
//BA.debugLineNum = 46;BA.debugLine="StartActivity(\"main\")";
@@ -180,7 +180,7 @@ return "";
public static String _service_create() throws Exception{
//BA.debugLineNum = 13;BA.debugLine="Sub Service_Create";
//BA.debugLineNum = 14;BA.debugLine="LogColor(\"---- AppUpdating.newinst2: service crea";
-anywheresoftware.b4a.keywords.Common.LogImpl("060162049","---- AppUpdating.newinst2: service created",_logcolor1);
+anywheresoftware.b4a.keywords.Common.LogImpl("760293121","---- AppUpdating.newinst2: service created",_logcolor1);
//BA.debugLineNum = 15;BA.debugLine="pkg = \"\"";
_pkg = "";
//BA.debugLineNum = 16;BA.debugLine="svcVerbose = False";
@@ -196,28 +196,28 @@ return "";
public static String _service_start(anywheresoftware.b4a.objects.IntentWrapper _startingintent) throws Exception{
//BA.debugLineNum = 19;BA.debugLine="Sub Service_Start (StartingIntent As Intent)";
//BA.debugLineNum = 20;BA.debugLine="LogColor(\"---- AppUpdating.newinst2: service_star";
-anywheresoftware.b4a.keywords.Common.LogImpl("060227585","---- AppUpdating.newinst2: service_started",_logcolor1);
+anywheresoftware.b4a.keywords.Common.LogImpl("760358657","---- AppUpdating.newinst2: service_started",_logcolor1);
//BA.debugLineNum = 21;BA.debugLine="If svcVerbose Then";
if (_svcverbose) {
//BA.debugLineNum = 22;BA.debugLine="Log($\"${TAB}intent: ${StartingIntent}\"$)";
-anywheresoftware.b4a.keywords.Common.LogImpl("060227587",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"intent: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_startingintent.getObject()))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("760358659",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"intent: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_startingintent.getObject()))+""),0);
//BA.debugLineNum = 23;BA.debugLine="Log($\"${TAB}action: ${StartingIntent.Action}\"$)";
-anywheresoftware.b4a.keywords.Common.LogImpl("060227588",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"action: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_startingintent.getAction()))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("760358660",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"action: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_startingintent.getAction()))+""),0);
//BA.debugLineNum = 24;BA.debugLine="Log($\"${TAB}extra: ${StartingIntent.ExtrasToStri";
-anywheresoftware.b4a.keywords.Common.LogImpl("060227589",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"extra: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_startingintent.ExtrasToString()))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("760358661",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"extra: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_startingintent.ExtrasToString()))+""),0);
//BA.debugLineNum = 25;BA.debugLine="Log($\"${TAB}data: ${StartingIntent.GetData}\"$)";
-anywheresoftware.b4a.keywords.Common.LogImpl("060227590",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"data: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_startingintent.GetData()))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("760358662",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"data: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_startingintent.GetData()))+""),0);
};
//BA.debugLineNum = 27;BA.debugLine="If StartingIntent.Action = \"android.intent.action";
if ((_startingintent.getAction()).equals("android.intent.action.MY_PACKAGE_REPLACED")) {
//BA.debugLineNum = 28;BA.debugLine="If svcVerbose Then Log($\"${TAB}Intent MY_PACKAGE";
if (_svcverbose) {
-anywheresoftware.b4a.keywords.Common.LogImpl("060227593",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"Intent MY_PACKAGE_REPLACED received!"),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("760358665",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"Intent MY_PACKAGE_REPLACED received!"),0);};
//BA.debugLineNum = 29;BA.debugLine="pkg = GetPackageName";
_pkg = _getpackagename();
//BA.debugLineNum = 30;BA.debugLine="If svcVerbose Then Log($\"${TAB}package: ${pkg}\"$";
if (_svcverbose) {
-anywheresoftware.b4a.keywords.Common.LogImpl("060227595",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"package: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_pkg))+""),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("760358667",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"package: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_pkg))+""),0);};
//BA.debugLineNum = 31;BA.debugLine="MyAppReload";
_myappreload();
};
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/starter.java b/B4A/Objects/src/gunav2/keymon/com/mx/starter.java
index 4648aea..29f60f6 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/starter.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/starter.java
@@ -194,7 +194,7 @@ public static String _btadmin_statechanged(int _newstate,int _oldstate) throws
//BA.debugLineNum = 63;BA.debugLine="Private Sub BTAdmin_StateChanged (NewState As Int,";
//BA.debugLineNum = 64;BA.debugLine="If logger Then Log(\"BT state changed: \" & NewStat";
if (_logger) {
-anywheresoftware.b4a.keywords.Common.LogImpl("0720897","BT state changed: "+BA.NumberToString(_newstate),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("7720897","BT state changed: "+BA.NumberToString(_newstate),0);};
//BA.debugLineNum = 65;BA.debugLine="BluetoothState = NewState = BTAdmin.STATE_ON";
_bluetoothstate = _newstate==_btadmin.STATE_ON;
//BA.debugLineNum = 67;BA.debugLine="End Sub";
@@ -209,7 +209,7 @@ anywheresoftware.b4a.sql.SQL.CursorWrapper _s8 = null;
int _totalpaquete = 0;
//BA.debugLineNum = 101;BA.debugLine="Sub ENVIA_ULTIMA_GPS";
//BA.debugLineNum = 102;BA.debugLine="LogColor(\"Iniciamos ENVIA_ULTIMA_GPS\", Colors.Mag";
-anywheresoftware.b4a.keywords.Common.LogImpl("01114113","Iniciamos ENVIA_ULTIMA_GPS",anywheresoftware.b4a.keywords.Common.Colors.Magenta);
+anywheresoftware.b4a.keywords.Common.LogImpl("71114113","Iniciamos ENVIA_ULTIMA_GPS",anywheresoftware.b4a.keywords.Common.Colors.Magenta);
//BA.debugLineNum = 103;BA.debugLine="Dim skmt As SQL";
_skmt = new anywheresoftware.b4a.sql.SQL();
//BA.debugLineNum = 104;BA.debugLine="Dim cmd As DBCommand";
@@ -238,7 +238,7 @@ for (;_sfsdf <= limit11 ;_sfsdf = _sfsdf + step11 ) {
//BA.debugLineNum = 116;BA.debugLine="s7.Position= sfsdf";
_s7.setPosition(_sfsdf);
//BA.debugLineNum = 117;BA.debugLine="Log(\"ENTRE AQUI\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("01114128","ENTRE AQUI",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("71114128","ENTRE AQUI",0);
//BA.debugLineNum = 118;BA.debugLine="Dim s8 As Cursor = B4XPages.MainPage.skmt.ExecQ";
_s8 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_s8 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(mostCurrent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (processBA)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("SELECT ifnull(CAT_GP_CONVERSION3,0) as CAT_GP_CONVERSION3 FROM CAT_GUNAPROD WHERE CAT_GP_ID = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_s7.GetString("PE_PROID")))+"'"))));
@@ -251,7 +251,7 @@ _totalpaquete = (int) (0);
//BA.debugLineNum = 123;BA.debugLine="totalpaquete = totalpaquete +(totalstick/200)";
_totalpaquete = (int) (_totalpaquete+(_totalstick/(double)200));
//BA.debugLineNum = 124;BA.debugLine="Log(totalpaquete)";
-anywheresoftware.b4a.keywords.Common.LogImpl("01114135",BA.NumberToString(_totalpaquete),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("71114135",BA.NumberToString(_totalpaquete),0);
}
};
};
@@ -279,18 +279,18 @@ public static String _jobdone(gunav2.keymon.com.mx.httpjob _job) throws Excepti
gunav2.keymon.com.mx.dbrequestmanager._dbresult _result = null;
//BA.debugLineNum = 160;BA.debugLine="Sub JobDone(Job As HttpJob)";
//BA.debugLineNum = 161;BA.debugLine="Log(\"JOBDONE STARTER\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("01310721","JOBDONE STARTER",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("71310721","JOBDONE STARTER",0);
//BA.debugLineNum = 163;BA.debugLine="If Job.Success = False Then ' Si hay unerror en e";
if (_job._success /*boolean*/ ==anywheresoftware.b4a.keywords.Common.False) {
//BA.debugLineNum = 165;BA.debugLine="LogColor(\"Error: \" & Job.ErrorMessage, Colors.re";
-anywheresoftware.b4a.keywords.Common.LogImpl("01310725","Error: "+_job._errormessage /*String*/ ,anywheresoftware.b4a.keywords.Common.Colors.Red);
+anywheresoftware.b4a.keywords.Common.LogImpl("71310725","Error: "+_job._errormessage /*String*/ ,anywheresoftware.b4a.keywords.Common.Colors.Red);
}else {
//BA.debugLineNum = 167;BA.debugLine="If Job.JobName = \"DBRequest\" Then";
if ((_job._jobname /*String*/ ).equals("DBRequest")) {
//BA.debugLineNum = 168;BA.debugLine="Dim RESULT As DBResult = B4XPages.MainPage.reqM";
_result = mostCurrent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (processBA)._reqmanager /*gunav2.keymon.com.mx.dbrequestmanager*/ ._handlejob /*gunav2.keymon.com.mx.dbrequestmanager._dbresult*/ (_job);
//BA.debugLineNum = 169;BA.debugLine="Log($\"Tag: ${RESULT.tag}, success=${Job.Success";
-anywheresoftware.b4a.keywords.Common.LogImpl("01310729",("Tag: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",_result.Tag /*Object*/ )+", success="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_job._success /*boolean*/ ))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("71310729",("Tag: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",_result.Tag /*Object*/ )+", success="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_job._success /*boolean*/ ))+""),0);
};
};
//BA.debugLineNum = 173;BA.debugLine="End Sub";
@@ -412,7 +412,7 @@ mostCurrent._service.StopAutomaticForeground();
//BA.debugLineNum = 71;BA.debugLine="Subs.revisaBD";
mostCurrent._subs._revisabd /*String*/ (processBA);
//BA.debugLineNum = 72;BA.debugLine="Log(marcaCel)";
-anywheresoftware.b4a.keywords.Common.LogImpl("0786435",_marcacel,0);
+anywheresoftware.b4a.keywords.Common.LogImpl("7786435",_marcacel,0);
//BA.debugLineNum = 73;BA.debugLine="Private s As Cursor = skmt.ExecQuery(\"select * fr";
_s = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_s = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_skmt.ExecQuery("select * from cat_variables where cat_va_descripcion = 'DBReqServer'")));
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/subs.java b/B4A/Objects/src/gunav2/keymon/com/mx/subs.java
index 6fa8505..79ea740 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/subs.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/subs.java
@@ -36,7 +36,7 @@ public gunav2.keymon.com.mx.b4xpages _b4xpages = null;
public gunav2.keymon.com.mx.b4xcollections _b4xcollections = null;
public gunav2.keymon.com.mx.httputils2service _httputils2service = null;
public gunav2.keymon.com.mx.xuiviewsutils _xuiviewsutils = null;
-public static String _actualizaproducto(anywheresoftware.b4a.BA _ba,String _cedis,String _costou,String _cant,String _nombre,String _prodid,String _clienteid,String _fecha,String _usuario,String _rutav,String _preciosin,String _tipoventa,String _dev,String _futuro) throws Exception{
+public static String _actualizaproducto(anywheresoftware.b4a.BA _ba,String _cedis,String _costou,String _cant,String _nombre,String _prodid,String _clienteid,String _fecha,String _usuario,String _rutav,String _preciosin,String _tipoventa,String _dev,String _futuro,String _aplicades) throws Exception{
anywheresoftware.b4a.sql.SQL.CursorWrapper _c = null;
int _antcant = 0;
int _difcant = 0;
@@ -50,7 +50,7 @@ _preciosin = anywheresoftware.b4a.keywords.Common.NumberFormat2((double)(Double.
//BA.debugLineNum = 1765;BA.debugLine="costoU = NumberFormat2(costoU, 1, 2, 2, False)";
_costou = anywheresoftware.b4a.keywords.Common.NumberFormat2((double)(Double.parseDouble(_costou)),(int) (1),(int) (2),(int) (2),anywheresoftware.b4a.keywords.Common.False);
//BA.debugLineNum = 1766;BA.debugLine="LogColor($\"actualizaProducto, c=${clienteId}, p=$";
-anywheresoftware.b4a.keywords.Common.LogImpl("012386308",("actualizaProducto, c="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_clienteid))+", p="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+", nombre="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_nombre))+", cant="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_cant))+", cedis="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_cedis))+", tipo="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tipoventa))+""),anywheresoftware.b4a.keywords.Common.Colors.Magenta);
+anywheresoftware.b4a.keywords.Common.LogImpl("712386308",("actualizaProducto, c="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_clienteid))+", p="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+", nombre="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_nombre))+", cant="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_cant))+", cedis="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_cedis))+", tipo="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tipoventa))+""),anywheresoftware.b4a.keywords.Common.Colors.Magenta);
//BA.debugLineNum = 1769;BA.debugLine="If dev = 0 Then";
if ((_dev).equals(BA.NumberToString(0))) {
//BA.debugLineNum = 1770;BA.debugLine="Private c As Cursor=Starter.skmt.ExecQuery($\"sel";
@@ -75,11 +75,11 @@ mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("upda
//BA.debugLineNum = 1779;BA.debugLine="If cant = 0 Then";
if ((_cant).equals(BA.NumberToString(0))) {
//BA.debugLineNum = 1780;BA.debugLine="LogColor($\"BORRAMOS PRODUCTO - ${prodId}\"$, Co";
-anywheresoftware.b4a.keywords.Common.LogImpl("012386322",("BORRAMOS PRODUCTO - "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+""),anywheresoftware.b4a.keywords.Common.Colors.Red);
+anywheresoftware.b4a.keywords.Common.LogImpl("712386322",("BORRAMOS PRODUCTO - "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+""),anywheresoftware.b4a.keywords.Common.Colors.Red);
//BA.debugLineNum = 1781;BA.debugLine="Starter.skmt.ExecNonQuery($\"delete from pedido";
mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("delete from pedido where pe_cedis = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_cedis))+"' and pe_proid = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+"' and pe_cliente = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_clienteid))+"' AND PE_FUTURO = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_futuro))+"' "));
//BA.debugLineNum = 1782;BA.debugLine="Log($\"Borramos pe_cedis='${cedis}' and pe_proi";
-anywheresoftware.b4a.keywords.Common.LogImpl("012386324",("Borramos pe_cedis='"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_cedis))+"' and pe_proid='"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+"' and pe_cliente='"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_clienteid))+"'"),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("712386324",("Borramos pe_cedis='"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_cedis))+"' and pe_proid='"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+"' and pe_cliente='"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_clienteid))+"'"),0);
//BA.debugLineNum = 1783;BA.debugLine="Private pe As Cursor = Starter.skmt.ExecQuery(";
_pe = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_pe = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select count(pe_cliente) as cuantosPedidos from pedido where pe_cliente In (select cuenta from cuentaa)")));
@@ -88,9 +88,9 @@ _pe.setPosition((int) (0));
//BA.debugLineNum = 1785;BA.debugLine="If pe.GetString(\"cuantosPedidos\") = 0 Then";
if ((_pe.GetString("cuantosPedidos")).equals(BA.NumberToString(0))) {
//BA.debugLineNum = 1786;BA.debugLine="Log(\"###### delete from pedido_cliente - \"";
-anywheresoftware.b4a.keywords.Common.LogImpl("012386328","###### delete from pedido_cliente - "+_traecliente(_ba)+"|"+_clienteid,0);
+anywheresoftware.b4a.keywords.Common.LogImpl("712386328","###### delete from pedido_cliente - "+_traecliente(_ba)+"|"+_clienteid,0);
//BA.debugLineNum = 1787;BA.debugLine="Log($\"delete from pedido_cliente where PC_CLI";
-anywheresoftware.b4a.keywords.Common.LogImpl("012386329",("delete from pedido_cliente where PC_CLIENTE = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_traecliente(_ba)))+"'"),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("712386329",("delete from pedido_cliente where PC_CLIENTE = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_traecliente(_ba)))+"'"),0);
//BA.debugLineNum = 1788;BA.debugLine="Starter.skmt.ExecNonQuery($\"delete from pedid";
mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("delete from pedido_cliente where PC_CLIENTE = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_traecliente(_ba)))+"'"));
};
@@ -98,7 +98,7 @@ mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("dele
}else {
//BA.debugLineNum = 1794;BA.debugLine="If cant > 0 Then guardaProductoSinGestion(cedis";
if ((double)(Double.parseDouble(_cant))>0) {
-_guardaproductosingestion(_ba,_cedis,_costou,_cant,_nombre,_prodid,_clienteid,_fecha,_usuario,_rutav,_preciosin,_tipoventa,_futuro);};
+_guardaproductosingestion(_ba,_cedis,_costou,_cant,_nombre,_prodid,_clienteid,_fecha,_usuario,_rutav,_preciosin,_tipoventa,_futuro,_aplicades);};
};
//BA.debugLineNum = 1796;BA.debugLine="c.Close";
_c.Close();
@@ -125,11 +125,11 @@ mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("upda
//BA.debugLineNum = 1807;BA.debugLine="If cant = 0 Then";
if ((_cant).equals(BA.NumberToString(0))) {
//BA.debugLineNum = 1808;BA.debugLine="LogColor($\"BORRAMOS PRODUCTO - ${prodId}\"$, Co";
-anywheresoftware.b4a.keywords.Common.LogImpl("012386350",("BORRAMOS PRODUCTO - "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+""),anywheresoftware.b4a.keywords.Common.Colors.Red);
+anywheresoftware.b4a.keywords.Common.LogImpl("712386350",("BORRAMOS PRODUCTO - "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+""),anywheresoftware.b4a.keywords.Common.Colors.Red);
//BA.debugLineNum = 1809;BA.debugLine="Starter.skmt.ExecNonQuery($\"delete from pedido";
mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("delete from pedido where pe_cedis = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_cedis))+"' and pe_proid = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+"' and pe_cliente = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_clienteid))+"' AND PE_FUTURO = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_futuro))+"' "));
//BA.debugLineNum = 1810;BA.debugLine="Log($\"Borramos pe_cedis='${cedis}' and pe_proi";
-anywheresoftware.b4a.keywords.Common.LogImpl("012386352",("Borramos pe_cedis='"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_cedis))+"' and pe_proid='"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+"' and pe_cliente='"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_clienteid))+"'"),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("712386352",("Borramos pe_cedis='"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_cedis))+"' and pe_proid='"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+"' and pe_cliente='"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_clienteid))+"'"),0);
//BA.debugLineNum = 1811;BA.debugLine="Private pe As Cursor = Starter.skmt.ExecQuery(";
_pe = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_pe = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select count(pe_cliente) as cuantosPedidos from pedido where pe_cliente In (select cuenta from cuentaa)")));
@@ -138,9 +138,9 @@ _pe.setPosition((int) (0));
//BA.debugLineNum = 1813;BA.debugLine="If pe.GetString(\"cuantosPedidos\") = 0 Then";
if ((_pe.GetString("cuantosPedidos")).equals(BA.NumberToString(0))) {
//BA.debugLineNum = 1814;BA.debugLine="Log(\"###### delete from pedido_cliente - \"";
-anywheresoftware.b4a.keywords.Common.LogImpl("012386356","###### delete from pedido_cliente - "+_traecliente(_ba)+"|"+_clienteid,0);
+anywheresoftware.b4a.keywords.Common.LogImpl("712386356","###### delete from pedido_cliente - "+_traecliente(_ba)+"|"+_clienteid,0);
//BA.debugLineNum = 1815;BA.debugLine="Log($\"delete from pedido_cliente where PC_CLI";
-anywheresoftware.b4a.keywords.Common.LogImpl("012386357",("delete from pedido_cliente where PC_CLIENTE = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_traecliente(_ba)))+"'"),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("712386357",("delete from pedido_cliente where PC_CLIENTE = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_traecliente(_ba)))+"'"),0);
//BA.debugLineNum = 1816;BA.debugLine="Starter.skmt.ExecNonQuery($\"delete from pedid";
mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("delete from pedido_cliente where PC_CLIENTE = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_traecliente(_ba)))+"'"));
};
@@ -148,7 +148,7 @@ mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("dele
}else {
//BA.debugLineNum = 1822;BA.debugLine="If cant > 0 Then guardaProductoSinGestion(cedis";
if ((double)(Double.parseDouble(_cant))>0) {
-_guardaproductosingestion(_ba,_cedis,_costou,_cant,_nombre,_prodid,_clienteid,_fecha,_usuario,_rutav,_preciosin,_tipoventa,_futuro);};
+_guardaproductosingestion(_ba,_cedis,_costou,_cant,_nombre,_prodid,_clienteid,_fecha,_usuario,_rutav,_preciosin,_tipoventa,_futuro,_aplicades);};
};
//BA.debugLineNum = 1824;BA.debugLine="c.Close";
_c.Close();
@@ -170,7 +170,7 @@ if ((_c.GetString("fCol")).equals(BA.NumberToString(0))) {
//BA.debugLineNum = 1298;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"ALTER TAB";
mostCurrent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (_ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("ALTER TABLE "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tabla))+" ADD COLUMN "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_columna))+" "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tipo))+""));
//BA.debugLineNum = 1299;BA.debugLine="Log($\"Columna \"${columna} ${tipo}\", agregada a";
-anywheresoftware.b4a.keywords.Common.LogImpl("011206662",("Columna \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_columna))+" "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tipo))+"\", agregada a \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tabla))+"\"."),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711206662",("Columna \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_columna))+" "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tipo))+"\", agregada a \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tabla))+"\"."),0);
};
}
catch (Exception e9) {
@@ -178,14 +178,14 @@ anywheresoftware.b4a.keywords.Common.LogImpl("011206662",("Columna \""+anywheres
try { //BA.debugLineNum = 1304;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery($\"ALTER TAB";
mostCurrent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (_ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("ALTER TABLE "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tabla))+" ADD COLUMN "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_columna))+" "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tipo))+""));
//BA.debugLineNum = 1305;BA.debugLine="Log($\"Columna \"${columna} ${tipo}\", agregada a";
-anywheresoftware.b4a.keywords.Common.LogImpl("011206668",("Columna \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_columna))+" "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tipo))+"\", agregada a \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tabla))+"\".."),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711206668",("Columna \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_columna))+" "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tipo))+"\", agregada a \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tabla))+"\".."),0);
}
catch (Exception e13) {
(_ba.processBA == null ? _ba : _ba.processBA).setLastException(e13); //BA.debugLineNum = 1307;BA.debugLine="Log(LastException)";
-anywheresoftware.b4a.keywords.Common.LogImpl("011206670",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711206670",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0);
};
//BA.debugLineNum = 1309;BA.debugLine="Log(2)";
-anywheresoftware.b4a.keywords.Common.LogImpl("011206672",BA.NumberToString(2),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711206672",BA.NumberToString(2),0);
};
//BA.debugLineNum = 1311;BA.debugLine="End Sub";
return "";
@@ -207,7 +207,7 @@ boolean _res2 = false;
_thislog = anywheresoftware.b4a.keywords.Common.False;
//BA.debugLineNum = 2180;BA.debugLine="If thisLog Then LogColor(\"Inventario inicial: \"&i";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013369346","Inventario inicial: "+BA.ObjectToString(_inventariosinfijos),anywheresoftware.b4a.keywords.Common.Colors.Gray);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713369346","Inventario inicial: "+BA.ObjectToString(_inventariosinfijos),anywheresoftware.b4a.keywords.Common.Colors.Gray);};
//BA.debugLineNum = 2181;BA.debugLine="Private totalProdsVariables As Int = 0";
_totalprodsvariables = (int) (0);
//BA.debugLineNum = 2182;BA.debugLine="Private totalProdsVariables2 As Int = 0";
@@ -234,7 +234,7 @@ _p2 = BA.ObjectToString(_inventariosinfijos.Get((Object)(_t)));
_totalprodsvariables = (int) (_totalprodsvariables+(double)(Double.parseDouble(_p2)));
//BA.debugLineNum = 2194;BA.debugLine="If thisLog Then Log($\"prod ${t}, hay: ${p2}\"$)";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013369360",("prod "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_t))+", hay: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_p2))+""),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713369360",("prod "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_t))+", hay: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_p2))+""),0);};
};
}
};
@@ -254,16 +254,16 @@ _p2 = BA.ObjectToString(_inventariosinfijos.Get((Object)(_t)));
_totalprodsvariables2 = (int) (_totalprodsvariables2+(double)(Double.parseDouble(_p2)));
//BA.debugLineNum = 2202;BA.debugLine="If thisLog Then Log($\"prod ${t}, hay: ${p2}\"$)";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013369368",("prod "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_t))+", hay: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_p2))+""),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713369368",("prod "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_t))+", hay: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_p2))+""),0);};
};
}
};
//BA.debugLineNum = 2205;BA.debugLine="If thisLog Then Log(\"Total prods variables=\" & to";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013369371","Total prods variables="+BA.NumberToString(_totalprodsvariables)+", requeridos="+BA.ObjectToString(_promomap.Get((Object)("prodsVariablesRequeridos"))),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713369371","Total prods variables="+BA.NumberToString(_totalprodsvariables)+", requeridos="+BA.ObjectToString(_promomap.Get((Object)("prodsVariablesRequeridos"))),0);};
//BA.debugLineNum = 2206;BA.debugLine="If thisLog Then Log(\"Total prods variables2=\" & t";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013369372","Total prods variables2="+BA.NumberToString(_totalprodsvariables2)+", requeridos2="+BA.ObjectToString(_promomap.Get((Object)("prodsVariables2Requeridos"))),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713369372","Total prods variables2="+BA.NumberToString(_totalprodsvariables2)+", requeridos2="+BA.ObjectToString(_promomap.Get((Object)("prodsVariables2Requeridos"))),0);};
//BA.debugLineNum = 2207;BA.debugLine="Private res As Boolean = False";
_res = anywheresoftware.b4a.keywords.Common.False;
//BA.debugLineNum = 2208;BA.debugLine="Private res1 As Boolean = False";
@@ -309,13 +309,13 @@ public static String _borraarribade100errores(anywheresoftware.b4a.BA _ba) thro
//BA.debugLineNum = 435;BA.debugLine="revisaBD";
_revisabd(_ba);
//BA.debugLineNum = 436;BA.debugLine="LogColor(\"Borramos BD de log\", Colors.Magenta)";
-anywheresoftware.b4a.keywords.Common.LogImpl("08519682","Borramos BD de log",anywheresoftware.b4a.keywords.Common.Colors.Magenta);
+anywheresoftware.b4a.keywords.Common.LogImpl("78519682","Borramos BD de log",anywheresoftware.b4a.keywords.Common.Colors.Magenta);
//BA.debugLineNum = 437;BA.debugLine="errorLog.ExecNonQuery(\"DELETE FROM errores WHERE";
_errorlog.ExecNonQuery("DELETE FROM errores WHERE fecha NOT in (SELECT fecha FROM errores ORDER BY fecha desc LIMIT 99 )");
//BA.debugLineNum = 438;BA.debugLine="errorLog.ExecNonQuery(\"vacuum;\")";
_errorlog.ExecNonQuery("vacuum;");
//BA.debugLineNum = 439;BA.debugLine="Log(\"Borramos mas de 100 de errorLog\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("08519685","Borramos mas de 100 de errorLog",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("78519685","Borramos mas de 100 de errorLog",0);
//BA.debugLineNum = 440;BA.debugLine="End Sub";
return "";
}
@@ -326,7 +326,7 @@ anywheresoftware.b4a.sql.SQL.CursorWrapper _c = null;
_revisabd(_ba);
//BA.debugLineNum = 445;BA.debugLine="If Starter.logger Then LogColor(\"Recortamos la ta";
if (mostCurrent._starter._logger /*boolean*/ ) {
-anywheresoftware.b4a.keywords.Common.LogImpl("08585218","Recortamos la tabla de la Bitacora, limite de 600",anywheresoftware.b4a.keywords.Common.Colors.Magenta);};
+anywheresoftware.b4a.keywords.Common.LogImpl("78585218","Recortamos la tabla de la Bitacora, limite de 600",anywheresoftware.b4a.keywords.Common.Colors.Magenta);};
//BA.debugLineNum = 446;BA.debugLine="Private c As Cursor";
_c = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
//BA.debugLineNum = 447;BA.debugLine="c = B4XPages.MainPage.skmt.ExecQuery(\"select fech";
@@ -348,7 +348,7 @@ return "";
public static String _borralogdb(anywheresoftware.b4a.BA _ba) throws Exception{
//BA.debugLineNum = 318;BA.debugLine="Sub borraLogDB 'ignore";
//BA.debugLineNum = 319;BA.debugLine="LogColor(\"Borramos BD de log\", Colors.Magenta)";
-anywheresoftware.b4a.keywords.Common.LogImpl("08323073","Borramos BD de log",anywheresoftware.b4a.keywords.Common.Colors.Magenta);
+anywheresoftware.b4a.keywords.Common.LogImpl("78323073","Borramos BD de log",anywheresoftware.b4a.keywords.Common.Colors.Magenta);
//BA.debugLineNum = 320;BA.debugLine="kmt.ExecNonQuery(\"delete from bitacora\")";
_kmt.ExecNonQuery("delete from bitacora");
//BA.debugLineNum = 321;BA.debugLine="kmt.ExecNonQuery(\"vacuum;\")";
@@ -396,7 +396,7 @@ _thisc.setPosition(_i);
//BA.debugLineNum = 743;BA.debugLine="Starter.skmt.ExecNonQuery($\"update ${traeTablaP";
mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("update "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_traetablaprods(_ba,_thisc.GetString("PE_FOLIO"))))+" set cat_gp_almacen = cat_gp_almacen + "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_thisc.GetString("PE_CANT")))+" where cat_gp_id = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_thisc.GetString("PE_PROID")))+"'"));
//BA.debugLineNum = 744;BA.debugLine="LogColor($\"update ${traeTablaProds(thisC.GetStr";
-anywheresoftware.b4a.keywords.Common.LogImpl("09895958",("update "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_traetablaprods(_ba,_thisc.GetString("PE_FOLIO"))))+" set cat_gp_almacen = cat_gp_almacen + "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_thisc.GetString("PE_CANT")))+" where cat_gp_id = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_thisc.GetString("PE_PROID")))+"'"),anywheresoftware.b4a.keywords.Common.Colors.Red);
+anywheresoftware.b4a.keywords.Common.LogImpl("79895958",("update "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_traetablaprods(_ba,_thisc.GetString("PE_FOLIO"))))+" set cat_gp_almacen = cat_gp_almacen + "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_thisc.GetString("PE_CANT")))+" where cat_gp_id = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_thisc.GetString("PE_PROID")))+"'"),anywheresoftware.b4a.keywords.Common.Colors.Red);
}
};
};
@@ -455,7 +455,7 @@ for (;_i <= limit5 ;_i = _i + step5 ) {
//BA.debugLineNum = 2246;BA.debugLine="cx.Position = i";
_cx.setPosition(_i);
//BA.debugLineNum = 2247;BA.debugLine="Log(\"***************************************\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("013434895","***************************************",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("713434895","***************************************",0);
//BA.debugLineNum = 2248;BA.debugLine="If cx.getstring(\"RECANT\") = \"N\" Then ' Sin prod";
if ((_cx.GetString("RECANT")).equals("N")) {
//BA.debugLineNum = 2249;BA.debugLine="totalParcial = cx.getstring(\"PE_COSTO_TOT\")";
@@ -467,10 +467,10 @@ _totalparcial = _cx.GetString("PE_RECALCULOTOT");
//BA.debugLineNum = 2253;BA.debugLine="totalParcial = ((cx.getstring(\"PE_CANT\") - cx.";
_totalparcial = BA.NumberToString((((double)(Double.parseDouble(_cx.GetString("PE_CANT")))-(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))*(double)(Double.parseDouble(_cx.GetString("PE_COSTOU"))))+((double)(Double.parseDouble(_cx.GetString("PE_RECALCULO")))*(double)(Double.parseDouble(_cx.GetString("PE_RECCANT")))));
//BA.debugLineNum = 2254;BA.debugLine="Log($\"${((cx.getstring(\"PE_CANT\") - cx.getstri";
-anywheresoftware.b4a.keywords.Common.LogImpl("013434902",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)((((double)(Double.parseDouble(_cx.GetString("PE_CANT")))-(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))*(double)(Double.parseDouble(_cx.GetString("PE_COSTOU"))))))+" + "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(((double)(Double.parseDouble(_cx.GetString("PE_RECALCULO")))*(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))))+" "),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("713434902",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)((((double)(Double.parseDouble(_cx.GetString("PE_CANT")))-(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))*(double)(Double.parseDouble(_cx.GetString("PE_COSTOU"))))))+" + "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(((double)(Double.parseDouble(_cx.GetString("PE_RECALCULO")))*(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))))+" "),0);
};
//BA.debugLineNum = 2256;BA.debugLine="Log($\"Total:${total} + Total Parcial: ${totalPa";
-anywheresoftware.b4a.keywords.Common.LogImpl("013434904",("Total:"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_total))+" + Total Parcial: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_totalparcial))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("713434904",("Total:"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_total))+" + Total Parcial: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_totalparcial))+""),0);
//BA.debugLineNum = 2257;BA.debugLine="total = total + totalParcial";
_total = BA.NumberToString((double)(Double.parseDouble(_total))+(double)(Double.parseDouble(_totalparcial)));
}
@@ -481,7 +481,7 @@ _cx.Close();
//BA.debugLineNum = 2261;BA.debugLine="total = NumberFormat2(total, 1, 2, 2, False)";
_total = anywheresoftware.b4a.keywords.Common.NumberFormat2((double)(Double.parseDouble(_total)),(int) (1),(int) (2),(int) (2),anywheresoftware.b4a.keywords.Common.False);
//BA.debugLineNum = 2262;BA.debugLine="Log($\"Total con promocXrango = ${total}\"$)";
-anywheresoftware.b4a.keywords.Common.LogImpl("013434910",("Total con promocXrango = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_total))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("713434910",("Total con promocXrango = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_total))+""),0);
//BA.debugLineNum = 2263;BA.debugLine="Return total";
if (true) return _total;
//BA.debugLineNum = 2264;BA.debugLine="End Sub";
@@ -521,7 +521,7 @@ _totalparcial = _cx.GetString("PE_RECALCULOTOT");
//BA.debugLineNum = 2288;BA.debugLine="totalParcial = ((cx.getstring(\"PE_CANT\") - cx.";
_totalparcial = BA.NumberToString((((double)(Double.parseDouble(_cx.GetString("PE_CANT")))-(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))*(double)(Double.parseDouble(_cx.GetString("PE_COSTOU"))))+((double)(Double.parseDouble(_cx.GetString("PE_RECALCULO")))*(double)(Double.parseDouble(_cx.GetString("PE_RECCANT")))));
//BA.debugLineNum = 2289;BA.debugLine="Log($\"${((cx.getstring(\"PE_CANT\") - cx.getstri";
-anywheresoftware.b4a.keywords.Common.LogImpl("013500438",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)((((double)(Double.parseDouble(_cx.GetString("PE_CANT")))-(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))*(double)(Double.parseDouble(_cx.GetString("PE_COSTOU"))))))+" + "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(((double)(Double.parseDouble(_cx.GetString("PE_RECALCULO")))*(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))))+" "),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("713500438",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)((((double)(Double.parseDouble(_cx.GetString("PE_CANT")))-(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))*(double)(Double.parseDouble(_cx.GetString("PE_COSTOU"))))))+" + "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(((double)(Double.parseDouble(_cx.GetString("PE_RECALCULO")))*(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))))+" "),0);
};
//BA.debugLineNum = 2292;BA.debugLine="total = total + totalParcial";
_total = BA.NumberToString((double)(Double.parseDouble(_total))+(double)(Double.parseDouble(_totalparcial)));
@@ -561,7 +561,7 @@ for (;_i <= limit5 ;_i = _i + step5 ) {
//BA.debugLineNum = 2317;BA.debugLine="cx.Position = i";
_cx.setPosition(_i);
//BA.debugLineNum = 2318;BA.debugLine="Log(\"***************************************\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("013565967","***************************************",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("713565967","***************************************",0);
//BA.debugLineNum = 2319;BA.debugLine="If cx.getstring(\"RECANT\") = \"N\" Then ' Sin prod";
if ((_cx.GetString("RECANT")).equals("N")) {
//BA.debugLineNum = 2320;BA.debugLine="totalParcial = cx.getstring(\"PE_COSTO_TOT\")";
@@ -573,10 +573,10 @@ _totalparcial = _cx.GetString("PE_RECALCULOTOT");
//BA.debugLineNum = 2324;BA.debugLine="totalParcial = ((cx.getstring(\"PE_CANT\") - cx.";
_totalparcial = BA.NumberToString((((double)(Double.parseDouble(_cx.GetString("PE_CANT")))-(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))*(double)(Double.parseDouble(_cx.GetString("PE_COSTOU"))))+((double)(Double.parseDouble(_cx.GetString("PE_RECALCULO")))*(double)(Double.parseDouble(_cx.GetString("PE_RECCANT")))));
//BA.debugLineNum = 2325;BA.debugLine="Log($\"${((cx.getstring(\"PE_CANT\") - cx.getstri";
-anywheresoftware.b4a.keywords.Common.LogImpl("013565974",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)((((double)(Double.parseDouble(_cx.GetString("PE_CANT")))-(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))*(double)(Double.parseDouble(_cx.GetString("PE_COSTOU"))))))+" + "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(((double)(Double.parseDouble(_cx.GetString("PE_RECALCULO")))*(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))))+" "),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("713565974",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)((((double)(Double.parseDouble(_cx.GetString("PE_CANT")))-(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))*(double)(Double.parseDouble(_cx.GetString("PE_COSTOU"))))))+" + "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(((double)(Double.parseDouble(_cx.GetString("PE_RECALCULO")))*(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))))+" "),0);
};
//BA.debugLineNum = 2327;BA.debugLine="Log($\"Total:${total} + Total Parcial: ${totalPa";
-anywheresoftware.b4a.keywords.Common.LogImpl("013565976",("Total:"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_total))+" + Total Parcial: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_totalparcial))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("713565976",("Total:"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_total))+" + Total Parcial: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_totalparcial))+""),0);
//BA.debugLineNum = 2328;BA.debugLine="total = total + totalParcial";
_total = BA.NumberToString((double)(Double.parseDouble(_total))+(double)(Double.parseDouble(_totalparcial)));
}
@@ -587,7 +587,7 @@ _cx.Close();
//BA.debugLineNum = 2332;BA.debugLine="total = NumberFormat2(total, 1, 2, 2, False)";
_total = anywheresoftware.b4a.keywords.Common.NumberFormat2((double)(Double.parseDouble(_total)),(int) (1),(int) (2),(int) (2),anywheresoftware.b4a.keywords.Common.False);
//BA.debugLineNum = 2333;BA.debugLine="Log($\"Total con promocXrango = ${total}\"$)";
-anywheresoftware.b4a.keywords.Common.LogImpl("013565982",("Total con promocXrango = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_total))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("713565982",("Total con promocXrango = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_total))+""),0);
//BA.debugLineNum = 2334;BA.debugLine="Return total";
if (true) return _total;
//BA.debugLineNum = 2335;BA.debugLine="End Sub";
@@ -615,7 +615,7 @@ for (;_i <= limit4 ;_i = _i + step4 ) {
//BA.debugLineNum = 2352;BA.debugLine="cx.Position = i";
_cx.setPosition(_i);
//BA.debugLineNum = 2353;BA.debugLine="Log(\"***************************************\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("013631503","***************************************",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("713631503","***************************************",0);
//BA.debugLineNum = 2355;BA.debugLine="Dim precioprom As Cursor = Starter.skmt.ExecQue";
_precioprom = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_precioprom = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("SELECT CAT_GP_PRECIO FROM CAT_GUNAPROD WHERE CAT_GP_NOMBRE = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_cx.GetString("PE_PRONOMBRE")))+"' "))));
@@ -624,16 +624,16 @@ if (_precioprom.getRowCount()>0) {
//BA.debugLineNum = 2357;BA.debugLine="precioprom.Position = 0";
_precioprom.setPosition((int) (0));
//BA.debugLineNum = 2358;BA.debugLine="Log (precioprom.GETSTRING(\"CAT_GP_PRECIO\"))";
-anywheresoftware.b4a.keywords.Common.LogImpl("013631508",_precioprom.GetString("CAT_GP_PRECIO"),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("713631508",_precioprom.GetString("CAT_GP_PRECIO"),0);
//BA.debugLineNum = 2359;BA.debugLine="Log (cx.GETSTRING(\"PE_CANT\"))";
-anywheresoftware.b4a.keywords.Common.LogImpl("013631509",_cx.GetString("PE_CANT"),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("713631509",_cx.GetString("PE_CANT"),0);
//BA.debugLineNum = 2360;BA.debugLine="Log (cx.GETSTRING(\"PE_PRONOMBRE\"))";
-anywheresoftware.b4a.keywords.Common.LogImpl("013631510",_cx.GetString("PE_PRONOMBRE"),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("713631510",_cx.GetString("PE_PRONOMBRE"),0);
//BA.debugLineNum = 2362;BA.debugLine="total = total + ((cx.GETSTRING(\"PE_CANT\")*prec";
_total = BA.NumberToString((double)(Double.parseDouble(_total))+(((double)(Double.parseDouble(_cx.GetString("PE_CANT")))*(double)(Double.parseDouble(_precioprom.GetString("CAT_GP_PRECIO"))))));
};
//BA.debugLineNum = 2366;BA.debugLine="Log($\"Total:${total} \"$)";
-anywheresoftware.b4a.keywords.Common.LogImpl("013631516",("Total:"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_total))+" "),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("713631516",("Total:"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_total))+" "),0);
}
};
};
@@ -642,7 +642,7 @@ _cx.Close();
//BA.debugLineNum = 2371;BA.debugLine="total = NumberFormat2(total, 1, 2, 2, False)";
_total = anywheresoftware.b4a.keywords.Common.NumberFormat2((double)(Double.parseDouble(_total)),(int) (1),(int) (2),(int) (2),anywheresoftware.b4a.keywords.Common.False);
//BA.debugLineNum = 2372;BA.debugLine="Log($\"Total con promocXrango = ${total}\"$)";
-anywheresoftware.b4a.keywords.Common.LogImpl("013631522",("Total con promocXrango = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_total))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("713631522",("Total con promocXrango = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_total))+""),0);
//BA.debugLineNum = 2373;BA.debugLine="Return total";
if (true) return _total;
//BA.debugLineNum = 2374;BA.debugLine="End Sub";
@@ -725,7 +725,7 @@ _totalparcial = _cx.GetString("PE_RECALCULOTOT");
//BA.debugLineNum = 2438;BA.debugLine="totalParcial = ((cx.getstring(\"PE_CANT\") - cx.";
_totalparcial = BA.NumberToString((((double)(Double.parseDouble(_cx.GetString("PE_CANT")))-(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))*(double)(Double.parseDouble(_cx.GetString("PE_COSTOU"))))+((double)(Double.parseDouble(_cx.GetString("PE_RECALCULO")))*(double)(Double.parseDouble(_cx.GetString("PE_RECCANT")))));
//BA.debugLineNum = 2439;BA.debugLine="Log($\"${((cx.getstring(\"PE_CANT\") - cx.getstri";
-anywheresoftware.b4a.keywords.Common.LogImpl("013762582",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)((((double)(Double.parseDouble(_cx.GetString("PE_CANT")))-(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))*(double)(Double.parseDouble(_cx.GetString("PE_COSTOU"))))))+" + "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(((double)(Double.parseDouble(_cx.GetString("PE_RECALCULO")))*(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))))+" "),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("713762582",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)((((double)(Double.parseDouble(_cx.GetString("PE_CANT")))-(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))*(double)(Double.parseDouble(_cx.GetString("PE_COSTOU"))))))+" + "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(((double)(Double.parseDouble(_cx.GetString("PE_RECALCULO")))*(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))))+" "),0);
};
//BA.debugLineNum = 2442;BA.debugLine="total = total + totalParcial";
_total = BA.NumberToString((double)(Double.parseDouble(_total))+(double)(Double.parseDouble(_totalparcial)));
@@ -765,7 +765,7 @@ for (;_i <= limit5 ;_i = _i + step5 ) {
//BA.debugLineNum = 2467;BA.debugLine="cx.Position = i";
_cx.setPosition(_i);
//BA.debugLineNum = 2468;BA.debugLine="Log(\"***************************************\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("013828111","***************************************",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("713828111","***************************************",0);
//BA.debugLineNum = 2469;BA.debugLine="If cx.getstring(\"RECANT\") = \"N\" Then ' Sin prod";
if ((_cx.GetString("RECANT")).equals("N")) {
//BA.debugLineNum = 2470;BA.debugLine="totalParcial = cx.getstring(\"PE_COSTO_TOT\")";
@@ -777,10 +777,10 @@ _totalparcial = _cx.GetString("PE_RECALCULOTOT");
//BA.debugLineNum = 2474;BA.debugLine="totalParcial = ((cx.getstring(\"PE_CANT\") - cx.";
_totalparcial = BA.NumberToString((((double)(Double.parseDouble(_cx.GetString("PE_CANT")))-(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))*(double)(Double.parseDouble(_cx.GetString("PE_COSTOU"))))+((double)(Double.parseDouble(_cx.GetString("PE_RECALCULO")))*(double)(Double.parseDouble(_cx.GetString("PE_RECCANT")))));
//BA.debugLineNum = 2475;BA.debugLine="Log($\"${((cx.getstring(\"PE_CANT\") - cx.getstri";
-anywheresoftware.b4a.keywords.Common.LogImpl("013828118",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)((((double)(Double.parseDouble(_cx.GetString("PE_CANT")))-(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))*(double)(Double.parseDouble(_cx.GetString("PE_COSTOU"))))))+" + "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(((double)(Double.parseDouble(_cx.GetString("PE_RECALCULO")))*(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))))+" "),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("713828118",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)((((double)(Double.parseDouble(_cx.GetString("PE_CANT")))-(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))*(double)(Double.parseDouble(_cx.GetString("PE_COSTOU"))))))+" + "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(((double)(Double.parseDouble(_cx.GetString("PE_RECALCULO")))*(double)(Double.parseDouble(_cx.GetString("PE_RECCANT"))))))+" "),0);
};
//BA.debugLineNum = 2477;BA.debugLine="Log($\"Total:${total} + Total Parcial: ${totalPa";
-anywheresoftware.b4a.keywords.Common.LogImpl("013828120",("Total:"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_total))+" + Total Parcial: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_totalparcial))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("713828120",("Total:"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_total))+" + Total Parcial: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_totalparcial))+""),0);
//BA.debugLineNum = 2478;BA.debugLine="total = total + totalParcial";
_total = BA.NumberToString((double)(Double.parseDouble(_total))+(double)(Double.parseDouble(_totalparcial)));
}
@@ -791,7 +791,7 @@ _cx.Close();
//BA.debugLineNum = 2482;BA.debugLine="total = NumberFormat2(total, 1, 2, 2, False)";
_total = anywheresoftware.b4a.keywords.Common.NumberFormat2((double)(Double.parseDouble(_total)),(int) (1),(int) (2),(int) (2),anywheresoftware.b4a.keywords.Common.False);
//BA.debugLineNum = 2483;BA.debugLine="Log($\"Total con promocXrango = ${total}\"$)";
-anywheresoftware.b4a.keywords.Common.LogImpl("013828126",("Total con promocXrango = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_total))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("713828126",("Total con promocXrango = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_total))+""),0);
//BA.debugLineNum = 2484;BA.debugLine="Return total";
if (true) return _total;
//BA.debugLineNum = 2485;BA.debugLine="End Sub";
@@ -848,7 +848,7 @@ _compressed = _gzip.compress(_str);
//BA.debugLineNum = 63;BA.debugLine="Dim base64 As String = su.EncodeBase64(compressed";
_base64 = _su.EncodeBase64(_compressed);
//BA.debugLineNum = 64;BA.debugLine="Log($\"Comprimido: ${base64.Length}\"$)";
-anywheresoftware.b4a.keywords.Common.LogImpl("07012358",("Comprimido: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_base64.length()))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("77012358",("Comprimido: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_base64.length()))+""),0);
//BA.debugLineNum = 66;BA.debugLine="Return base64";
if (true) return _base64;
//BA.debugLineNum = 67;BA.debugLine="End Sub";
@@ -897,11 +897,11 @@ anywheresoftware.b4a.keywords.Common.ToastMessageShow(BA.ObjectToCharSequence("B
anywheresoftware.b4a.keywords.Common.ToastMessageShow(BA.ObjectToCharSequence("No se pudo hacer la copia: "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba))),anywheresoftware.b4a.keywords.Common.True);
};
//BA.debugLineNum = 555;BA.debugLine="Log(\"rootExternal=\"&p)";
-anywheresoftware.b4a.keywords.Common.LogImpl("08912921","rootExternal="+_p,0);
+anywheresoftware.b4a.keywords.Common.LogImpl("78912921","rootExternal="+_p,0);
//BA.debugLineNum = 556;BA.debugLine="Log(\"File.DirInternal=\"&File.DirInternal)";
-anywheresoftware.b4a.keywords.Common.LogImpl("08912922","File.DirInternal="+anywheresoftware.b4a.keywords.Common.File.getDirInternal(),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("78912922","File.DirInternal="+anywheresoftware.b4a.keywords.Common.File.getDirInternal(),0);
//BA.debugLineNum = 557;BA.debugLine="Log(\"File.DirRootExternal=\"&File.DirRootExternal";
-anywheresoftware.b4a.keywords.Common.LogImpl("08912923","File.DirRootExternal="+anywheresoftware.b4a.keywords.Common.File.getDirRootExternal(),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("78912923","File.DirRootExternal="+anywheresoftware.b4a.keywords.Common.File.getDirRootExternal(),0);
}else {
//BA.debugLineNum = 559;BA.debugLine="ToastMessageShow(\"Sin permisos\", False)";
anywheresoftware.b4a.keywords.Common.ToastMessageShow(BA.ObjectToCharSequence("Sin permisos"),anywheresoftware.b4a.keywords.Common.False);
@@ -924,7 +924,7 @@ anywheresoftware.b4a.objects.collections.Map _m = null;
anywheresoftware.b4a.objects.collections.Map _m2 = null;
//BA.debugLineNum = 468;BA.debugLine="Sub dameErroresJSON(SQL As SQL, maxErrores As Int,";
//BA.debugLineNum = 469;BA.debugLine="Log(\"dameErroresJSON\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("08716289","dameErroresJSON",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("78716289","dameErroresJSON",0);
//BA.debugLineNum = 470;BA.debugLine="Private j As JSONGenerator";
_j = new anywheresoftware.b4a.objects.collections.JSONParser.JSONGenerator();
//BA.debugLineNum = 471;BA.debugLine="Private lim As String";
@@ -968,7 +968,7 @@ _cur.Close();
//BA.debugLineNum = 488;BA.debugLine="j.Initialize(m2)";
_j.Initialize(_m2);
//BA.debugLineNum = 489;BA.debugLine="Log(j.ToString)";
-anywheresoftware.b4a.keywords.Common.LogImpl("08716309",_j.ToString(),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("78716309",_j.ToString(),0);
//BA.debugLineNum = 490;BA.debugLine="If comprimido Then";
if (_comprimido) {
//BA.debugLineNum = 491;BA.debugLine="Return compress(j.ToString)";
@@ -1000,7 +1000,7 @@ _fechainicio = _fechainiciohoy(_ba);
};
//BA.debugLineNum = 160;BA.debugLine="If subsLogs Then Log(\"fechaInicio: \"&fechaInicio&";
if (_subslogs) {
-anywheresoftware.b4a.keywords.Common.LogImpl("07471115","fechaInicio: "+_fechainicio+" | rutaHrsAtras="+BA.NumberToString(_rutahrsatras),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("77471115","fechaInicio: "+_fechainicio+" | rutaHrsAtras="+BA.NumberToString(_rutahrsatras),0);};
//BA.debugLineNum = 161;BA.debugLine="Dim c As Cursor";
_c = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
//BA.debugLineNum = 162;BA.debugLine="If kmt.IsInitialized = False Then kmt.Initialize(";
@@ -1008,7 +1008,7 @@ if (_kmt.IsInitialized()==anywheresoftware.b4a.keywords.Common.False) {
_kmt.Initialize(mostCurrent._starter._ruta /*String*/ ,"kmt.db",anywheresoftware.b4a.keywords.Common.True);};
//BA.debugLineNum = 163;BA.debugLine="If subsLogs Then Log(\"select FECHA, LAT, LON from";
if (_subslogs) {
-anywheresoftware.b4a.keywords.Common.LogImpl("07471118","select FECHA, LAT, LON from "+_origenruta+" where FECHA > "+_fechainicio+" order by FECHA desc limit "+BA.NumberToString(_rutamaxpoints),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("77471118","select FECHA, LAT, LON from "+_origenruta+" where FECHA > "+_fechainicio+" order by FECHA desc limit "+BA.NumberToString(_rutamaxpoints),0);};
//BA.debugLineNum = 164;BA.debugLine="c = kmt.ExecQuery(\"select FECHA, LAT, LON from \"&";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_kmt.ExecQuery("select FECHA, LAT, LON from "+_origenruta+" where FECHA > "+_fechainicio+" order by FECHA desc limit "+BA.NumberToString(_rutamaxpoints))));
//BA.debugLineNum = 165;BA.debugLine="c.Position = 0";
@@ -1076,7 +1076,7 @@ _bc = new anywheresoftware.b4a.agraham.byteconverter.ByteConverter();
//BA.debugLineNum = 74;BA.debugLine="Dim uncompressed As String = bc.StringFromBytes(d";
_uncompressed = _bc.StringFromBytes(_decompressedbytes,"UTF8");
//BA.debugLineNum = 75;BA.debugLine="Log($\"Descomprimido: ${uncompressed.Length}\"$)";
-anywheresoftware.b4a.keywords.Common.LogImpl("07077893",("Descomprimido: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_uncompressed.length()))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("77077893",("Descomprimido: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_uncompressed.length()))+""),0);
//BA.debugLineNum = 77;BA.debugLine="Return uncompressed";
if (true) return _uncompressed;
//BA.debugLineNum = 78;BA.debugLine="End Sub";
@@ -1097,7 +1097,7 @@ public static String _deletefolder(anywheresoftware.b4a.BA _ba,String _folder)
String _f = "";
//BA.debugLineNum = 1913;BA.debugLine="Sub deleteFolder(folder As String)";
//BA.debugLineNum = 1914;BA.debugLine="Log(\"Borrando \" & folder)";
-anywheresoftware.b4a.keywords.Common.LogImpl("012910593","Borrando "+_folder,0);
+anywheresoftware.b4a.keywords.Common.LogImpl("712910593","Borrando "+_folder,0);
//BA.debugLineNum = 1915;BA.debugLine="For Each f As String In File.ListFiles(folder)";
{
final anywheresoftware.b4a.BA.IterableList group2 = anywheresoftware.b4a.keywords.Common.File.ListFiles(_folder);
@@ -1107,13 +1107,13 @@ final int groupLen2 = group2.getSize()
for (; index2 < groupLen2;index2++){
_f = BA.ObjectToString(group2.Get(index2));
//BA.debugLineNum = 1916;BA.debugLine="Log(f)";
-anywheresoftware.b4a.keywords.Common.LogImpl("012910595",_f,0);
+anywheresoftware.b4a.keywords.Common.LogImpl("712910595",_f,0);
//BA.debugLineNum = 1917;BA.debugLine="If File.IsDirectory(folder, f) Then";
if (anywheresoftware.b4a.keywords.Common.File.IsDirectory(_folder,_f)) {
//BA.debugLineNum = 1918;BA.debugLine="deleteFolder(File.Combine(folder, f))";
_deletefolder(_ba,anywheresoftware.b4a.keywords.Common.File.Combine(_folder,_f));
//BA.debugLineNum = 1919;BA.debugLine="Log($\"Borramos ${File.Combine(folder, f)}\"$)";
-anywheresoftware.b4a.keywords.Common.LogImpl("012910598",("Borramos "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.File.Combine(_folder,_f)))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("712910598",("Borramos "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.File.Combine(_folder,_f)))+""),0);
};
//BA.debugLineNum = 1921;BA.debugLine="File.Delete(folder, f)";
anywheresoftware.b4a.keywords.Common.File.Delete(_folder,_f);
@@ -1151,7 +1151,7 @@ _h = anywheresoftware.b4a.keywords.Common.DateTime.Date(anywheresoftware.b4a.key
//BA.debugLineNum = 281;BA.debugLine="DateTime.DateFormat=OrigFormat 'return to orig";
anywheresoftware.b4a.keywords.Common.DateTime.setDateFormat(_origformat);
//BA.debugLineNum = 282;BA.debugLine="Log(\"Hoy=\"&h)";
-anywheresoftware.b4a.keywords.Common.LogImpl("08060933","Hoy="+_h,0);
+anywheresoftware.b4a.keywords.Common.LogImpl("78060933","Hoy="+_h,0);
//BA.debugLineNum = 283;BA.debugLine="Return h";
if (true) return _h;
//BA.debugLineNum = 284;BA.debugLine="End Sub";
@@ -1201,16 +1201,16 @@ anywheresoftware.b4a.keywords.Common.DateTime.setDateFormat(_origformat);
if (true) return _ticks;
}else {
//BA.debugLineNum = 510;BA.debugLine="Log(\"Formato de fecha incorrecto, debe de ser '";
-anywheresoftware.b4a.keywords.Common.LogImpl("08781836","Formato de fecha incorrecto, debe de ser 'YYMMDDHHMMSS', no '"+_fkmt+"' largo="+BA.NumberToString(_fkmt.length()),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("78781836","Formato de fecha incorrecto, debe de ser 'YYMMDDHHMMSS', no '"+_fkmt+"' largo="+BA.NumberToString(_fkmt.length()),0);
//BA.debugLineNum = 511;BA.debugLine="Return 0";
if (true) return (long) (0);
};
}
catch (Exception e16) {
(_ba.processBA == null ? _ba : _ba.processBA).setLastException(e16); //BA.debugLineNum = 514;BA.debugLine="Log(LastException)";
-anywheresoftware.b4a.keywords.Common.LogImpl("08781840",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("78781840",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0);
//BA.debugLineNum = 515;BA.debugLine="LogColor($\"Fecha dada: ${fKMT}, Parte Fecha: ${p";
-anywheresoftware.b4a.keywords.Common.LogImpl("08781841",("Fecha dada: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_fkmt))+", Parte Fecha: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_partefecha))+", Parte Hora: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_partehora))+""),anywheresoftware.b4a.keywords.Common.Colors.Red);
+anywheresoftware.b4a.keywords.Common.LogImpl("78781841",("Fecha dada: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_fkmt))+", Parte Fecha: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_partefecha))+", Parte Hora: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_partehora))+""),anywheresoftware.b4a.keywords.Common.Colors.Red);
//BA.debugLineNum = 516;BA.debugLine="Return 0";
if (true) return (long) (0);
};
@@ -1314,7 +1314,7 @@ public static String _guardainfoenbd(anywheresoftware.b4a.BA _ba,String _coords
String[] _latlon = null;
//BA.debugLineNum = 136;BA.debugLine="Sub guardaInfoEnBD(coords As String) 'ignore";
//BA.debugLineNum = 137;BA.debugLine="Log(\"Guardamos ubicacion en BD - \"&coords)";
-anywheresoftware.b4a.keywords.Common.LogImpl("07405569","Guardamos ubicacion en BD - "+_coords,0);
+anywheresoftware.b4a.keywords.Common.LogImpl("77405569","Guardamos ubicacion en BD - "+_coords,0);
//BA.debugLineNum = 138;BA.debugLine="Try";
try { //BA.debugLineNum = 139;BA.debugLine="Dim latlon() As String = Regex.Split(\"\\|\", coord";
_latlon = anywheresoftware.b4a.keywords.Common.Regex.Split("\\|",_coords);
@@ -1323,13 +1323,13 @@ if (_latlon.length<2) {
_latlon = anywheresoftware.b4a.keywords.Common.Regex.Split(",",_coords);};
//BA.debugLineNum = 141;BA.debugLine="If subsLogs Then Log(\"LatLon=\"&latlon)";
if (_subslogs) {
-anywheresoftware.b4a.keywords.Common.LogImpl("07405573","LatLon="+BA.ObjectToString(_latlon),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("77405573","LatLon="+BA.ObjectToString(_latlon),0);};
//BA.debugLineNum = 142;BA.debugLine="kmt.ExecNonQuery2(\"INSERT INTO RUTA_GPS(FECHA, L";
_kmt.ExecNonQuery2("INSERT INTO RUTA_GPS(FECHA, LAT, LON) VALUES (?,?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_latlon[(int) (2)]),(Object)(_latlon[(int) (0)]),(Object)(_latlon[(int) (1)])}));
}
catch (Exception e8) {
(_ba.processBA == null ? _ba : _ba.processBA).setLastException(e8); //BA.debugLineNum = 144;BA.debugLine="LogColor(LastException, Colors.red)";
-anywheresoftware.b4a.keywords.Common.LogImpl("07405576",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),anywheresoftware.b4a.keywords.Common.Colors.Red);
+anywheresoftware.b4a.keywords.Common.LogImpl("77405576",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),anywheresoftware.b4a.keywords.Common.Colors.Red);
};
//BA.debugLineNum = 146;BA.debugLine="End Sub";
return "";
@@ -1338,7 +1338,7 @@ public static String _guardaproducto(anywheresoftware.b4a.BA _ba,String _cedis,
anywheresoftware.b4a.sql.SQL.CursorWrapper _c = null;
//BA.debugLineNum = 861;BA.debugLine="Sub guardaProducto(cedis As String, costoU As Stri";
//BA.debugLineNum = 862;BA.debugLine="LogColor(\"guardaProducto: \"&prodId&\", cant=\"&cant";
-anywheresoftware.b4a.keywords.Common.LogImpl("010485761","guardaProducto: "+_prodid+", cant="+_cant+" - TV:"+_tipoventa,anywheresoftware.b4a.keywords.Common.Colors.Magenta);
+anywheresoftware.b4a.keywords.Common.LogImpl("710485761","guardaProducto: "+_prodid+", cant="+_cant+" - TV:"+_tipoventa,anywheresoftware.b4a.keywords.Common.Colors.Magenta);
//BA.debugLineNum = 863;BA.debugLine="Private c As Cursor";
_c = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
//BA.debugLineNum = 864;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"INSERT INTO";
@@ -1365,7 +1365,7 @@ anywheresoftware.b4a.keywords.Common.ToastMessageShow(BA.ObjectToCharSequence("g
//BA.debugLineNum = 640;BA.debugLine="End Sub";
return "";
}
-public static String _guardaproductosingestion(anywheresoftware.b4a.BA _ba,String _cedis,String _costou,String _cant,String _nombre,String _prodid,String _clienteid,String _fecha,String _usuario,String _rutav,String _preciosin,String _tipoventa,String _futuro) throws Exception{
+public static String _guardaproductosingestion(anywheresoftware.b4a.BA _ba,String _cedis,String _costou,String _cant,String _nombre,String _prodid,String _clienteid,String _fecha,String _usuario,String _rutav,String _preciosin,String _tipoventa,String _futuro,String _aplicades) throws Exception{
anywheresoftware.b4a.sql.SQL.CursorWrapper _c = null;
//BA.debugLineNum = 1833;BA.debugLine="Sub guardaProductoSinGestion(cedis As String, cost";
//BA.debugLineNum = 1834;BA.debugLine="If nombre.Length < 6 Then ToastMessageShow(\"(guar";
@@ -1378,7 +1378,7 @@ _costou = anywheresoftware.b4a.keywords.Common.NumberFormat2((double)(Double.par
//BA.debugLineNum = 1838;BA.debugLine="Private c As Cursor";
_c = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
//BA.debugLineNum = 1841;BA.debugLine="Starter.skmt.ExecNonQuery2(\"INSERT INTO PEDIDO (P";
-mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("INSERT INTO PEDIDO (PE_CEDIS, PE_COSTO_TOT, PE_COSTOU, PE_CANT, PE_PRONOMBRE, PE_PROID, PE_CLIENTE, PE_FECHA, PE_USUARIO, PE_RUTA, PE_COSTO_SIN, PE_FOLIO,PE_FUTURO) VALUES(?,?,?,?,?,?,?,?,?,?,?,?,?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_cedis),(Object)(((double)(Double.parseDouble(_cant))*(double)(Double.parseDouble(_costou)))),(Object)(_costou),(Object)(_cant),(Object)(_nombre),(Object)(_prodid),(Object)(_clienteid),(Object)(_fecha),(Object)(_usuario),(Object)(_rutav),(Object)(_preciosin),(Object)(_tipoventa),(Object)(_futuro)}));
+mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("INSERT INTO PEDIDO (PE_CEDIS, PE_COSTO_TOT, PE_COSTOU, PE_CANT, PE_PRONOMBRE, PE_PROID, PE_CLIENTE, PE_FECHA, PE_USUARIO, PE_RUTA, PE_COSTO_SIN, PE_FOLIO,PE_FUTURO,PE_DESC) VALUES(?,?,?,?,?,?,?,?,?,?,?,?,?,?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_cedis),(Object)(((double)(Double.parseDouble(_cant))*(double)(Double.parseDouble(_costou)))),(Object)(_costou),(Object)(_cant),(Object)(_nombre),(Object)(_prodid),(Object)(_clienteid),(Object)(_fecha),(Object)(_usuario),(Object)(_rutav),(Object)(_preciosin),(Object)(_tipoventa),(Object)(_futuro),(Object)(_aplicades)}));
//BA.debugLineNum = 1843;BA.debugLine="If cedis <> \"DUR\" Then Starter.skmt.ExecNonQuery2";
if ((_cedis).equals("DUR") == false) {
mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2(("update "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_traetablaprods(_ba,_tipoventa)))+" set cat_gp_almacen = cat_gp_almacen - ? where cat_gp_id = ? "),anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_cant),(Object)(_prodid)}));};
@@ -1433,18 +1433,18 @@ anywheresoftware.b4a.objects.streams.File.InputStreamWrapper _instr = null;
anywheresoftware.b4a.sql.SQL.CursorWrapper _a = null;
//BA.debugLineNum = 1708;BA.debugLine="Sub importaBDDesdeWhatsApp";
//BA.debugLineNum = 1710;BA.debugLine="Log(\"Revisamos intent de importar desde whatsapp\"";
-anywheresoftware.b4a.keywords.Common.LogImpl("012255234","Revisamos intent de importar desde whatsapp",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("712255234","Revisamos intent de importar desde whatsapp",0);
//BA.debugLineNum = 1711;BA.debugLine="Log(B4XPages.MainPage.intentUsado)";
-anywheresoftware.b4a.keywords.Common.LogImpl("012255235",BA.ObjectToString(mostCurrent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (_ba)._intentusado /*boolean*/ ),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("712255235",BA.ObjectToString(mostCurrent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (_ba)._intentusado /*boolean*/ ),0);
//BA.debugLineNum = 1712;BA.debugLine="Log(in)";
-anywheresoftware.b4a.keywords.Common.LogImpl("012255236",BA.ObjectToString(_in),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("712255236",BA.ObjectToString(_in),0);
//BA.debugLineNum = 1713;BA.debugLine="If Not(in.IsInitialized) Then in = B4XPages.GetNa";
if (anywheresoftware.b4a.keywords.Common.Not(_in.IsInitialized())) {
_in = mostCurrent._b4xpages._getnativeparent /*anywheresoftware.b4a.objects.ActivityWrapper*/ (_ba,(Object)(mostCurrent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (_ba))).GetStartingIntent();};
//BA.debugLineNum = 1714;BA.debugLine="If Not(B4XPages.MainPage.intentUsado) And in <> N";
if (anywheresoftware.b4a.keywords.Common.Not(mostCurrent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (_ba)._intentusado /*boolean*/ ) && _in!= null) {
//BA.debugLineNum = 1716;BA.debugLine="LogColor(\"Importamos base de datos desde Whatsap";
-anywheresoftware.b4a.keywords.Common.LogImpl("012255240","Importamos base de datos desde Whatsapp.",anywheresoftware.b4a.keywords.Common.Colors.Blue);
+anywheresoftware.b4a.keywords.Common.LogImpl("712255240","Importamos base de datos desde Whatsapp.",anywheresoftware.b4a.keywords.Common.Colors.Blue);
//BA.debugLineNum = 1717;BA.debugLine="B4XPages.MainPage.intentUsado = True";
mostCurrent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (_ba)._intentusado /*boolean*/ = anywheresoftware.b4a.keywords.Common.True;
//BA.debugLineNum = 1719;BA.debugLine="If in.GetData <> Null Then";
@@ -1463,7 +1463,7 @@ _instr = anywheresoftware.b4a.keywords.Common.File.OpenInput("ContentDir",_xmlda
//BA.debugLineNum = 1725;BA.debugLine="File.Copy2(InStr,OutStr)";
anywheresoftware.b4a.keywords.Common.File.Copy2((java.io.InputStream)(_instr.getObject()),(java.io.OutputStream)(_outstr.getObject()));
//BA.debugLineNum = 1726;BA.debugLine="LogColor(\"BD copiada a interna.\", Colors.Blue)";
-anywheresoftware.b4a.keywords.Common.LogImpl("012255250","BD copiada a interna.",anywheresoftware.b4a.keywords.Common.Colors.Blue);
+anywheresoftware.b4a.keywords.Common.LogImpl("712255250","BD copiada a interna.",anywheresoftware.b4a.keywords.Common.Colors.Blue);
//BA.debugLineNum = 1727;BA.debugLine="OutStr.Close";
_outstr.Close();
//BA.debugLineNum = 1728;BA.debugLine="If in.As(String).Contains(\"whatsapp\") Then Toa";
@@ -1472,7 +1472,7 @@ anywheresoftware.b4a.keywords.Common.ToastMessageShow(BA.ObjectToCharSequence("B
}
catch (Exception e19) {
(_ba.processBA == null ? _ba : _ba.processBA).setLastException(e19); //BA.debugLineNum = 1730;BA.debugLine="Log(LastException)";
-anywheresoftware.b4a.keywords.Common.LogImpl("012255254",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("712255254",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0);
};
//BA.debugLineNum = 1735;BA.debugLine="Private a As Cursor = Starter.skmt.ExecQuery($\"";
_a = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
@@ -1520,7 +1520,7 @@ int _x = 0;
//BA.debugLineNum = 459;BA.debugLine="revisaBD";
_revisabd(_ba);
//BA.debugLineNum = 460;BA.debugLine="Log(\"insertamos 50 renglones a errorLog\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("08650754","insertamos 50 renglones a errorLog",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("78650754","insertamos 50 renglones a errorLog",0);
//BA.debugLineNum = 461;BA.debugLine="For x = 1 To 50";
{
final int step3 = 1;
@@ -1530,7 +1530,7 @@ for (;_x <= limit3 ;_x = _x + step3 ) {
//BA.debugLineNum = 462;BA.debugLine="errorLog.ExecNonQuery2(\"INSERT INTO errores(fech";
_errorlog.ExecNonQuery2("INSERT INTO errores(fecha, error) VALUES (?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_fechakmt(_ba,BA.NumberToString(anywheresoftware.b4a.keywords.Common.DateTime.getNow()))),(Object)("abc")}));
//BA.debugLineNum = 463;BA.debugLine="Log(x)";
-anywheresoftware.b4a.keywords.Common.LogImpl("08650757",BA.NumberToString(_x),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("78650757",BA.NumberToString(_x),0);
}
};
//BA.debugLineNum = 465;BA.debugLine="End Sub";
@@ -1607,7 +1607,7 @@ if (true) return _json.NextObject();
}
catch (Exception e6) {
(_ba.processBA == null ? _ba : _ba.processBA).setLastException(e6); //BA.debugLineNum = 240;BA.debugLine="Log(LastException)";
-anywheresoftware.b4a.keywords.Common.LogImpl("07929863",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("77929863",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0);
//BA.debugLineNum = 241;BA.debugLine="log2DB(\"JSON2Map: \"&LastException)";
_log2db(_ba,"JSON2Map: "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)));
//BA.debugLineNum = 242;BA.debugLine="Private m As Map = CreateMap(\"title\":\"Error gene";
@@ -1622,7 +1622,7 @@ return null;
public static String _log2db(anywheresoftware.b4a.BA _ba,String _texto) throws Exception{
//BA.debugLineNum = 287;BA.debugLine="Sub log2DB(texto As String) 'ignore";
//BA.debugLineNum = 288;BA.debugLine="LogColor(fechaKMT(DateTime.Now)&\" - log2BD: '\"&te";
-anywheresoftware.b4a.keywords.Common.LogImpl("08126465",_fechakmt(_ba,BA.NumberToString(anywheresoftware.b4a.keywords.Common.DateTime.getNow()))+" - log2BD: '"+_texto+"'",anywheresoftware.b4a.keywords.Common.Colors.LightGray);
+anywheresoftware.b4a.keywords.Common.LogImpl("78126465",_fechakmt(_ba,BA.NumberToString(anywheresoftware.b4a.keywords.Common.DateTime.getNow()))+" - log2BD: '"+_texto+"'",anywheresoftware.b4a.keywords.Common.Colors.LightGray);
//BA.debugLineNum = 289;BA.debugLine="kmt.ExecNonQuery2(\"INSERT INTO bitacora(fecha, te";
_kmt.ExecNonQuery2("INSERT INTO bitacora(fecha, texto) VALUES (?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_fechakmt(_ba,BA.NumberToString(anywheresoftware.b4a.keywords.Common.DateTime.getNow()))),(Object)(_texto)}));
//BA.debugLineNum = 290;BA.debugLine="End Sub";
@@ -1641,7 +1641,7 @@ final int groupLen1 = group1.getSize()
for (; index1 < groupLen1;index1++){
_records = (Object[])(group1.Get(index1));
//BA.debugLineNum = 2490;BA.debugLine="LogColor($\"====== ${resultado.Tag} - REGISTROS =";
-anywheresoftware.b4a.keywords.Common.LogImpl("013893634",("====== "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",_resultado.Tag /*Object*/ )+" - REGISTROS = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_resultado.Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()))+""),anywheresoftware.b4a.keywords.Common.Colors.RGB((int) (215),(int) (37),(int) (0)));
+anywheresoftware.b4a.keywords.Common.LogImpl("713893634",("====== "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",_resultado.Tag /*Object*/ )+" - REGISTROS = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_resultado.Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()))+""),anywheresoftware.b4a.keywords.Common.Colors.RGB((int) (215),(int) (37),(int) (0)));
//BA.debugLineNum = 2491;BA.debugLine="For Each k As String In resultado.Columns.Keys";
{
final anywheresoftware.b4a.BA.IterableList group3 = _resultado.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Keys();
@@ -1651,7 +1651,7 @@ final int groupLen3 = group3.getSize()
for (; index3 < groupLen3;index3++){
_k = BA.ObjectToString(group3.Get(index3));
//BA.debugLineNum = 2492;BA.debugLine="LogColor(k & \" = \" & records(resultado.Columns.";
-anywheresoftware.b4a.keywords.Common.LogImpl("013893636",_k+" = "+BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_resultado.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)(_k))))]),anywheresoftware.b4a.keywords.Common.Colors.RGB((int) (215),(int) (37),(int) (0)));
+anywheresoftware.b4a.keywords.Common.LogImpl("713893636",_k+" = "+BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_resultado.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)(_k))))]),anywheresoftware.b4a.keywords.Common.Colors.RGB((int) (215),(int) (37),(int) (0)));
}
};
}
@@ -1701,7 +1701,7 @@ if (true) return anywheresoftware.b4a.keywords.Common.False;
}
catch (Exception e8) {
(_ba.processBA == null ? _ba : _ba.processBA).setLastException(e8); //BA.debugLineNum = 313;BA.debugLine="Log(LastException)";
-anywheresoftware.b4a.keywords.Common.LogImpl("08257547",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("78257547",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0);
};
//BA.debugLineNum = 315;BA.debugLine="End Sub";
return false;
@@ -1722,7 +1722,7 @@ _notif.setSound(anywheresoftware.b4a.keywords.Common.False);
//BA.debugLineNum = 98;BA.debugLine="notif.AutoCancel = True";
_notif.setAutoCancel(anywheresoftware.b4a.keywords.Common.True);
//BA.debugLineNum = 99;BA.debugLine="Log(\"notiHigh: \"&title)";
-anywheresoftware.b4a.keywords.Common.LogImpl("07208967","notiHigh: "+_title,0);
+anywheresoftware.b4a.keywords.Common.LogImpl("77208967","notiHigh: "+_title,0);
//BA.debugLineNum = 100;BA.debugLine="notif.SetInfo(title, body, activity)";
_notif.SetInfoNew((_ba.processBA == null ? _ba : _ba.processBA),BA.ObjectToCharSequence(_title),BA.ObjectToCharSequence(_body),_activity);
//BA.debugLineNum = 102;BA.debugLine="notif.Notify(777)";
@@ -1738,7 +1738,7 @@ _notification = new anywheresoftware.b4a.objects.NotificationWrapper();
//BA.debugLineNum = 108;BA.debugLine="notification.Initialize2(notification.IMPORTANCE_";
_notification.Initialize2(_notification.IMPORTANCE_LOW);
//BA.debugLineNum = 109;BA.debugLine="Log(\"notiLowReturn: \"&title)";
-anywheresoftware.b4a.keywords.Common.LogImpl("07274499","notiLowReturn: "+_title,0);
+anywheresoftware.b4a.keywords.Common.LogImpl("77274499","notiLowReturn: "+_title,0);
//BA.debugLineNum = 110;BA.debugLine="notification.Icon = \"icon\"";
_notification.setIcon("icon");
//BA.debugLineNum = 111;BA.debugLine="notification.Sound = False";
@@ -1779,7 +1779,7 @@ _inicio = _error.indexOf("
");
//BA.debugLineNum = 1698;BA.debugLine="Private final As Int = error.IndexOf(\"\")";
_final = _error.indexOf("");
//BA.debugLineNum = 1699;BA.debugLine="Log(\"|\" & inicio & \"|\" & final & \"|\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("012189700","|"+BA.NumberToString(_inicio)+"|"+BA.NumberToString(_final)+"|",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("712189700","|"+BA.NumberToString(_inicio)+"|"+BA.NumberToString(_final)+"|",0);
//BA.debugLineNum = 1700;BA.debugLine="If inicio > 0 And final > 0 Then";
if (_inicio>0 && _final>0) {
//BA.debugLineNum = 1701;BA.debugLine="nuevoError = error.SubString2(inicio + 17, final";
@@ -1825,26 +1825,26 @@ _thislog = anywheresoftware.b4a.keywords.Common.True;
_iniciocontador = BA.NumberToString(anywheresoftware.b4a.keywords.Common.DateTime.getNow());
//BA.debugLineNum = 1077;BA.debugLine="If thisLog Then LogColor($\"********* Iniciamos re";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010813443",("********* Iniciamos revision de Promo "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_idpromo))+" *********"),anywheresoftware.b4a.keywords.Common.Colors.Magenta);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710813443",("********* Iniciamos revision de Promo "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_idpromo))+" *********"),anywheresoftware.b4a.keywords.Common.Colors.Magenta);};
//BA.debugLineNum = 1079;BA.debugLine="Private pm As Map = traePromo(idPromo, cliente)";
_pm = new anywheresoftware.b4a.objects.collections.Map();
_pm = _traepromo(_ba,_idpromo,_cliente);
//BA.debugLineNum = 1080;BA.debugLine="If thisLog Then LogColor(pm, Colors.Blue)";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010813446",BA.ObjectToString(_pm),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710813446",BA.ObjectToString(_pm),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
//BA.debugLineNum = 1081;BA.debugLine="If pm.Get(\"resultado\") = \"ok\" Then 'Si encontramo";
if ((_pm.Get((Object)("resultado"))).equals((Object)("ok"))) {
//BA.debugLineNum = 1083;BA.debugLine="If thisLog Then LogColor($\"Promociones permitida";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010813449",("Promociones permitidas="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_traemaxpromos(_ba,_pm)))+""),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710813449",("Promociones permitidas="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_traemaxpromos(_ba,_pm)))+""),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
//BA.debugLineNum = 1084;BA.debugLine="If thisLog Then Log(\"Promos vendidas: \" & traePr";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010813450","Promos vendidas: "+BA.NumberToString(_traepromosvendidas(_ba,_idpromo,_cliente)),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710813450","Promos vendidas: "+BA.NumberToString(_traepromosvendidas(_ba,_idpromo,_cliente)),0);};
//BA.debugLineNum = 1085;BA.debugLine="If traePromosVendidas(idPromo, cliente) >= traeM";
if (_traepromosvendidas(_ba,_idpromo,_cliente)>=_traemaxpromos(_ba,_pm)) {
//BA.debugLineNum = 1086;BA.debugLine="If thisLog Then LogColor(\"Ya se vendieron las p";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010813452","Ya se vendieron las promos PERMITIDAS para el cliente",anywheresoftware.b4a.keywords.Common.Colors.Red);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710813452","Ya se vendieron las promos PERMITIDAS para el cliente",anywheresoftware.b4a.keywords.Common.Colors.Red);};
//BA.debugLineNum = 1087;BA.debugLine="Return CreateMap(\"status\":\"ko\", \"mp\":pm)";
if (true) return anywheresoftware.b4a.keywords.Common.createMap(new Object[] {(Object)("status"),(Object)("ko"),(Object)("mp"),(Object)(_pm.getObject())});
};
@@ -1853,14 +1853,14 @@ _inventariosinfijos = new anywheresoftware.b4a.objects.collections.Map();
_inventariosinfijos = _restafijospromo(_ba,_pm);
//BA.debugLineNum = 1091;BA.debugLine="If thisLog Then LogColor(\"inventariosfijos=\"&inv";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010813457","inventariosfijos="+BA.ObjectToString(_inventariosinfijos),anywheresoftware.b4a.keywords.Common.Colors.Green);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710813457","inventariosfijos="+BA.ObjectToString(_inventariosinfijos),anywheresoftware.b4a.keywords.Common.Colors.Green);};
//BA.debugLineNum = 1093;BA.debugLine="If inventarioSinFijos.Get(\"resultado\") = \"ok\" Th";
if ((_inventariosinfijos.Get((Object)("resultado"))).equals((Object)("ok"))) {
//BA.debugLineNum = 1095;BA.debugLine="Private pv As Boolean = alcanzanLosVariablesPa";
_pv = _alcanzanlosvariablesparapromo(_ba,_pm,_inventariosinfijos);
//BA.debugLineNum = 1096;BA.debugLine="If thisLog Then Log(\"Alcanzan los variables? --";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010813462","Alcanzan los variables? --> "+BA.ObjectToString(_pv),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710813462","Alcanzan los variables? --> "+BA.ObjectToString(_pv),0);};
//BA.debugLineNum = 1097;BA.debugLine="If pv Then Return CreateMap(\"status\":\"ok\", \"mp\"";
if (_pv) {
if (true) return anywheresoftware.b4a.keywords.Common.createMap(new Object[] {(Object)("status"),(Object)("ok"),(Object)("mp"),(Object)(_pm.getObject())});}
@@ -1869,13 +1869,13 @@ if (true) return anywheresoftware.b4a.keywords.Common.createMap(new Object[] {(O
}else {
//BA.debugLineNum = 1099;BA.debugLine="If thisLog Then LogColor(\"NO HAY INVENTARIO SUF";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010813465","NO HAY INVENTARIO SUFICIENTE "+_idpromo,anywheresoftware.b4a.keywords.Common.Colors.Red);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710813465","NO HAY INVENTARIO SUFICIENTE "+_idpromo,anywheresoftware.b4a.keywords.Common.Colors.Red);};
//BA.debugLineNum = 1100;BA.debugLine="Return CreateMap(\"status\":\"ko\", \"mp\":pm)";
if (true) return anywheresoftware.b4a.keywords.Common.createMap(new Object[] {(Object)("status"),(Object)("ko"),(Object)("mp"),(Object)(_pm.getObject())});
};
};
//BA.debugLineNum = 1106;BA.debugLine="LogColor(\"TIEMPO DE PROCESO ESTA PROMO: \" & ((Dat";
-anywheresoftware.b4a.keywords.Common.LogImpl("010813472","TIEMPO DE PROCESO ESTA PROMO: "+BA.NumberToString(((anywheresoftware.b4a.keywords.Common.DateTime.getNow()-(double)(Double.parseDouble(_iniciocontador)))/(double)1000)),anywheresoftware.b4a.keywords.Common.Colors.Red);
+anywheresoftware.b4a.keywords.Common.LogImpl("710813472","TIEMPO DE PROCESO ESTA PROMO: "+BA.NumberToString(((anywheresoftware.b4a.keywords.Common.DateTime.getNow()-(double)(Double.parseDouble(_iniciocontador)))/(double)1000)),anywheresoftware.b4a.keywords.Common.Colors.Red);
//BA.debugLineNum = 1107;BA.debugLine="End Sub";
return null;
}
@@ -1926,10 +1926,10 @@ _inventariosdisponiblesparaestapromo = new anywheresoftware.b4a.objects.collecti
_inventariosdisponiblesparaestapromo = _traemosinventariodisponibleparapromo(_ba,BA.ObjectToString(_promomap.Get((Object)("id"))));
//BA.debugLineNum = 976;BA.debugLine="If thisLog Then LogColor(inventariosDisponiblesPa";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010616835",BA.ObjectToString(_inventariosdisponiblesparaestapromo),anywheresoftware.b4a.keywords.Common.Colors.Red);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710616835",BA.ObjectToString(_inventariosdisponiblesparaestapromo),anywheresoftware.b4a.keywords.Common.Colors.Red);};
//BA.debugLineNum = 977;BA.debugLine="If thisLog Then LogColor(\"Inventario inicial ante";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010616836","Inventario inicial antes de FIJOS: "+BA.ObjectToString(_inventariosdisponiblesparaestapromo),anywheresoftware.b4a.keywords.Common.Colors.Gray);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710616836","Inventario inicial antes de FIJOS: "+BA.ObjectToString(_inventariosdisponiblesparaestapromo),anywheresoftware.b4a.keywords.Common.Colors.Gray);};
//BA.debugLineNum = 978;BA.debugLine="Private i As Int";
_i = 0;
//BA.debugLineNum = 979;BA.debugLine="Private prodsmap As Map = promoMap.Get(\"productos";
@@ -1951,17 +1951,17 @@ _p2 = new anywheresoftware.b4a.objects.collections.Map();
_p2 = (anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_prodsmap.Get((Object)(_t))));
//BA.debugLineNum = 984;BA.debugLine="If thisLog Then Log($\"T: ${t}, prod ${p2.Get(\"id";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010616843",("T: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_t))+", prod "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",_p2.Get((Object)("idProducto")))+", piezas: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",_p2.Get((Object)("piezas")))+""),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710616843",("T: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_t))+", prod "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",_p2.Get((Object)("idProducto")))+", piezas: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",_p2.Get((Object)("piezas")))+""),0);};
//BA.debugLineNum = 985;BA.debugLine="If thisLog Then Log(\"inventariosDisponiblesParaE";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010616844","inventariosDisponiblesParaEstaPromo="+BA.ObjectToString(_inventariosdisponiblesparaestapromo),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710616844","inventariosDisponiblesParaEstaPromo="+BA.ObjectToString(_inventariosdisponiblesparaestapromo),0);};
//BA.debugLineNum = 986;BA.debugLine="If inventariosDisponiblesParaEstaPromo.ContainsK";
if (_inventariosdisponiblesparaestapromo.ContainsKey((Object)(_t))) {
//BA.debugLineNum = 987;BA.debugLine="i = inventariosDisponiblesParaEstaPromo.get(t)";
_i = (int)(BA.ObjectToNumber(_inventariosdisponiblesparaestapromo.Get((Object)(_t))));
//BA.debugLineNum = 988;BA.debugLine="If thisLog Then Log($\"Nuevo inventario de ${t}:";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010616847",("Nuevo inventario de "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_t))+": "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_i))+"-"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",((anywheresoftware.b4a.objects.collections.List) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.List(), (java.util.List)(_promomap.Get((Object)("prodsFijosPiezas"))))).Get(_p))+" = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("1.0",(Object)(_i-(double)(BA.ObjectToNumber(((anywheresoftware.b4a.objects.collections.List) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.List(), (java.util.List)(_promomap.Get((Object)("prodsFijosPiezas"))))).Get(_p)))))+""),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710616847",("Nuevo inventario de "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_t))+": "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_i))+"-"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",((anywheresoftware.b4a.objects.collections.List) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.List(), (java.util.List)(_promomap.Get((Object)("prodsFijosPiezas"))))).Get(_p))+" = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("1.0",(Object)(_i-(double)(BA.ObjectToNumber(((anywheresoftware.b4a.objects.collections.List) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.List(), (java.util.List)(_promomap.Get((Object)("prodsFijosPiezas"))))).Get(_p)))))+""),0);};
//BA.debugLineNum = 989;BA.debugLine="inventariosDisponiblesParaEstaPromo.Put(t, $\"${";
_inventariosdisponiblesparaestapromo.Put((Object)(_t),(Object)((""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_i-(double)(BA.ObjectToNumber(((anywheresoftware.b4a.objects.collections.List) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.List(), (java.util.List)(_promomap.Get((Object)("prodsFijosPiezas"))))).Get(_p)))))+"")));
//BA.debugLineNum = 990;BA.debugLine="inventariosDisponiblesParaEstaPromo.Put(\"result";
@@ -1970,7 +1970,7 @@ _inventariosdisponiblesparaestapromo.Put((Object)("resultado"),(Object)("ok"));
//BA.debugLineNum = 992;BA.debugLine="inventariosDisponiblesParaEstaPromo.Put(\"result";
_inventariosdisponiblesparaestapromo.Put((Object)("resultado"),(Object)("No hay suficiente producto para la promocion."));
//BA.debugLineNum = 993;BA.debugLine="LogColor(\"Sin suficiente inventario fijo: \" & t";
-anywheresoftware.b4a.keywords.Common.LogImpl("010616852","Sin suficiente inventario fijo: "+_t,anywheresoftware.b4a.keywords.Common.Colors.Blue);
+anywheresoftware.b4a.keywords.Common.LogImpl("710616852","Sin suficiente inventario fijo: "+_t,anywheresoftware.b4a.keywords.Common.Colors.Blue);
//BA.debugLineNum = 994;BA.debugLine="Exit";
if (true) break;
};
@@ -1988,7 +1988,7 @@ if (_prodsfijos.getSize()==0) {
_inventariosdisponiblesparaestapromo.Put((Object)("resultado"),(Object)("ok"));};
//BA.debugLineNum = 1002;BA.debugLine="If thisLog Then LogColor(\"Inventario final depues";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010616861","Inventario final depues de FIJOS: "+BA.ObjectToString(_inventariosdisponiblesparaestapromo),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710616861","Inventario final depues de FIJOS: "+BA.ObjectToString(_inventariosdisponiblesparaestapromo),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
//BA.debugLineNum = 1003;BA.debugLine="Return inventariosDisponiblesParaEstaPromo";
if (true) return _inventariosdisponiblesparaestapromo;
//BA.debugLineNum = 1004;BA.debugLine="End Sub";
@@ -2018,7 +2018,7 @@ public static String _revisaflp(anywheresoftware.b4a.BA _ba) throws Exception{
boolean _todobienflp = false;
//BA.debugLineNum = 365;BA.debugLine="Sub revisaFLP 'ignore";
//BA.debugLineNum = 366;BA.debugLine="LogColor(\"**** **** Revisamos FLP **** ****\", Col";
-anywheresoftware.b4a.keywords.Common.LogImpl("08454145","**** **** Revisamos FLP **** ****",anywheresoftware.b4a.keywords.Common.Colors.RGB((int) (78),(int) (0),(int) (227)));
+anywheresoftware.b4a.keywords.Common.LogImpl("78454145","**** **** Revisamos FLP **** ****",anywheresoftware.b4a.keywords.Common.Colors.RGB((int) (78),(int) (0),(int) (227)));
//BA.debugLineNum = 367;BA.debugLine="Private todoBienFLP As Boolean = True";
_todobienflp = anywheresoftware.b4a.keywords.Common.True;
//BA.debugLineNum = 368;BA.debugLine="Try";
@@ -2034,7 +2034,7 @@ _todobienflp = anywheresoftware.b4a.keywords.Common.False;
}
catch (Exception e10) {
(_ba.processBA == null ? _ba : _ba.processBA).setLastException(e10); //BA.debugLineNum = 375;BA.debugLine="LogColor(\"If Not(Tracker.FLP.IsInitialized) ---";
-anywheresoftware.b4a.keywords.Common.LogImpl("08454154","If Not(Tracker.FLP.IsInitialized) --- "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),anywheresoftware.b4a.keywords.Common.Colors.Red);
+anywheresoftware.b4a.keywords.Common.LogImpl("78454154","If Not(Tracker.FLP.IsInitialized) --- "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),anywheresoftware.b4a.keywords.Common.Colors.Red);
};
//BA.debugLineNum = 377;BA.debugLine="Try";
try { //BA.debugLineNum = 378;BA.debugLine="If Tracker.FLP.IsInitialized Then";
@@ -2052,7 +2052,7 @@ _todobienflp = anywheresoftware.b4a.keywords.Common.False;
}
catch (Exception e21) {
(_ba.processBA == null ? _ba : _ba.processBA).setLastException(e21); //BA.debugLineNum = 387;BA.debugLine="LogColor(\"If Not(Tracker.FLP.IsConnected) -->";
-anywheresoftware.b4a.keywords.Common.LogImpl("08454166","If Not(Tracker.FLP.IsConnected) --> "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),anywheresoftware.b4a.keywords.Common.Colors.Red);
+anywheresoftware.b4a.keywords.Common.LogImpl("78454166","If Not(Tracker.FLP.IsConnected) --> "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),anywheresoftware.b4a.keywords.Common.Colors.Red);
};
//BA.debugLineNum = 389;BA.debugLine="Try";
try { //BA.debugLineNum = 390;BA.debugLine="If Tracker.FLP.IsConnected And _ Tracker.";
@@ -2067,16 +2067,16 @@ _todobienflp = anywheresoftware.b4a.keywords.Common.False;
}
catch (Exception e30) {
(_ba.processBA == null ? _ba : _ba.processBA).setLastException(e30); //BA.debugLineNum = 398;BA.debugLine="LogColor(\"If FLP.IsConnectctd and FLP.getLKL.I";
-anywheresoftware.b4a.keywords.Common.LogImpl("08454177","If FLP.IsConnectctd and FLP.getLKL.IsInitialized --> "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),anywheresoftware.b4a.keywords.Common.Colors.Red);
+anywheresoftware.b4a.keywords.Common.LogImpl("78454177","If FLP.IsConnectctd and FLP.getLKL.IsInitialized --> "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),anywheresoftware.b4a.keywords.Common.Colors.Red);
};
};
//BA.debugLineNum = 401;BA.debugLine="If todoBienFLP Then LogColor(\" +++ +++ Sin error";
if (_todobienflp) {
-anywheresoftware.b4a.keywords.Common.LogImpl("08454180"," +++ +++ Sin errores en FLP",anywheresoftware.b4a.keywords.Common.Colors.Green);};
+anywheresoftware.b4a.keywords.Common.LogImpl("78454180"," +++ +++ Sin errores en FLP",anywheresoftware.b4a.keywords.Common.Colors.Green);};
}
catch (Exception e35) {
(_ba.processBA == null ? _ba : _ba.processBA).setLastException(e35); //BA.debugLineNum = 403;BA.debugLine="LogColor(\"If Tracker.FLP.IsInitialized --> \"&Las";
-anywheresoftware.b4a.keywords.Common.LogImpl("08454182","If Tracker.FLP.IsInitialized --> "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),anywheresoftware.b4a.keywords.Common.Colors.Red);
+anywheresoftware.b4a.keywords.Common.LogImpl("78454182","If Tracker.FLP.IsInitialized --> "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),anywheresoftware.b4a.keywords.Common.Colors.Red);
};
//BA.debugLineNum = 406;BA.debugLine="End Sub";
return "";
@@ -2178,13 +2178,13 @@ _t.Add((Object)(_traemaxpromos(_ba,_pm)));
_invfijoxpromo.Initialize();
//BA.debugLineNum = 1160;BA.debugLine="If thisLog Then LogColor($\"pm=${pm}\"$, Colors.Blu";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010944519",("pm="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_pm.getObject()))+""),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710944519",("pm="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_pm.getObject()))+""),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
//BA.debugLineNum = 1161;BA.debugLine="Private invDispParaPromo As Map = traemosInventar";
_invdispparapromo = new anywheresoftware.b4a.objects.collections.Map();
_invdispparapromo = _traemosinventariodisponibleparapromo(_ba,BA.ObjectToString(_pm.Get((Object)("id"))));
//BA.debugLineNum = 1162;BA.debugLine="If thisLog Then Log($\"invDispParaPromo=${invDispP";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010944521",("invDispParaPromo="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_invdispparapromo.getObject()))+""),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710944521",("invDispParaPromo="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_invdispparapromo.getObject()))+""),0);};
//BA.debugLineNum = 1163;BA.debugLine="Private prodsFijosPiezas As List = pm.Get(\"prodsF";
_prodsfijospiezas = new anywheresoftware.b4a.objects.collections.List();
_prodsfijospiezas = (anywheresoftware.b4a.objects.collections.List) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.List(), (java.util.List)(_pm.Get((Object)("prodsFijosPiezas"))));
@@ -2199,15 +2199,15 @@ _p = (int) (0) ;
for (;_p <= limit12 ;_p = _p + step12 ) {
//BA.debugLineNum = 1166;BA.debugLine="If thisLog Then Log($\"id=${idProdsFijos.Get(p)},";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010944525",("id="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",_idprodsfijos.Get(_p))+", inv="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",_invdispparapromo.Get(_idprodsfijos.Get(_p)))+", pzas="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",_prodsfijospiezas.Get(_p))+""),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710944525",("id="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",_idprodsfijos.Get(_p))+", inv="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",_invdispparapromo.Get(_idprodsfijos.Get(_p)))+", pzas="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",_prodsfijospiezas.Get(_p))+""),0);};
//BA.debugLineNum = 1167;BA.debugLine="If thisLog Then Log($\"${(invDispParaPromo.Get(id";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010944526",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(((double)(BA.ObjectToNumber(_invdispparapromo.Get(_idprodsfijos.Get(_p))))/(double)(double)(BA.ObjectToNumber(_prodsfijospiezas.Get(_p))))))+""),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710944526",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(((double)(BA.ObjectToNumber(_invdispparapromo.Get(_idprodsfijos.Get(_p))))/(double)(double)(BA.ObjectToNumber(_prodsfijospiezas.Get(_p))))))+""),0);};
//BA.debugLineNum = 1168;BA.debugLine="Private x() As String = Regex.Split(\"\\.\", $\"${(i";
_x = anywheresoftware.b4a.keywords.Common.Regex.Split("\\.",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(((double)(BA.ObjectToNumber(_invdispparapromo.Get(_idprodsfijos.Get(_p))))/(double)(double)(BA.ObjectToNumber(_prodsfijospiezas.Get(_p))))))+""));
//BA.debugLineNum = 1169;BA.debugLine="If thisLog Then Log(x(0))";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010944528",_x[(int) (0)],0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710944528",_x[(int) (0)],0);};
//BA.debugLineNum = 1170;BA.debugLine="t.Add(x(0).As(Int)) 'Solo guardamos la parte del";
_t.Add((Object)(((int)(Double.parseDouble(_x[(int) (0)])))));
}
@@ -2216,15 +2216,15 @@ _t.Add((Object)(((int)(Double.parseDouble(_x[(int) (0)])))));
_t.Sort(anywheresoftware.b4a.keywords.Common.True);
//BA.debugLineNum = 1173;BA.debugLine="If thisLog Then LogColor($\"prodsFijos=${idProdsFi";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010944532",("prodsFijos="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_idprodsfijos.getObject()))+""),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710944532",("prodsFijos="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_idprodsfijos.getObject()))+""),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
//BA.debugLineNum = 1174;BA.debugLine="If thisLog Then LogColor($\"prodsFijosPiezasReq=${";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010944533",("prodsFijosPiezasReq="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodsfijospiezas.getObject()))+""),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710944533",("prodsFijosPiezasReq="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodsfijospiezas.getObject()))+""),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
//BA.debugLineNum = 1175;BA.debugLine="If thisLog Then LogColor($\"invFijoXpromo=${invFij";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010944534",("invFijoXpromo="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_invfijoxpromo.getObject()))+""),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710944534",("invFijoXpromo="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_invfijoxpromo.getObject()))+""),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
//BA.debugLineNum = 1176;BA.debugLine="LogColor(\"Max promos de prodsFijos POR inventario";
-anywheresoftware.b4a.keywords.Common.LogImpl("010944535","Max promos de prodsFijos POR inventario = "+BA.ObjectToString(_t.Get((int) (0))),anywheresoftware.b4a.keywords.Common.Colors.Red);
+anywheresoftware.b4a.keywords.Common.LogImpl("710944535","Max promos de prodsFijos POR inventario = "+BA.ObjectToString(_t.Get((int) (0))),anywheresoftware.b4a.keywords.Common.Colors.Red);
//BA.debugLineNum = 1177;BA.debugLine="Return t.Get(0) 'Regresamos el resultado mas pequ";
if (true) return (int)(BA.ObjectToNumber(_t.Get((int) (0))));
//BA.debugLineNum = 1178;BA.debugLine="End Sub";
@@ -2250,13 +2250,13 @@ String _q2 = "";
_thislog = anywheresoftware.b4a.keywords.Common.False;
//BA.debugLineNum = 1112;BA.debugLine="If thisLog Then Log($\"pm=${pm}\"$)";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010878978",("pm="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_pm.getObject()))+""),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710878978",("pm="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_pm.getObject()))+""),0);};
//BA.debugLineNum = 1114;BA.debugLine="Private invDispParaPromo As Map = traemosInventar";
_invdispparapromo = new anywheresoftware.b4a.objects.collections.Map();
_invdispparapromo = _traemosinventariodisponibleparapromo(_ba,BA.ObjectToString(_pm.Get((Object)("id"))));
//BA.debugLineNum = 1115;BA.debugLine="If thisLog Then Log($\"invDispParaPromo=${invDispP";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010878981",("invDispParaPromo="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_invdispparapromo.getObject()))+""),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710878981",("invDispParaPromo="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_invdispparapromo.getObject()))+""),0);};
//BA.debugLineNum = 1116;BA.debugLine="Private maxPromos As String = traeMaxPromos(pm)";
_maxpromos = BA.NumberToString(_traemaxpromos(_ba,_pm));
//BA.debugLineNum = 1117;BA.debugLine="Private maxPromosFijosXinv As Int = 1";
@@ -2274,10 +2274,10 @@ _pfp = new anywheresoftware.b4a.objects.collections.List();
_pfp = (anywheresoftware.b4a.objects.collections.List) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.List(), (java.util.List)(_pm.Get((Object)("prodsFijosPiezas"))));
//BA.debugLineNum = 1122;BA.debugLine="If thisLog Then Log($\"maxPromos=${maxPromos}, pro";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010878988",("maxPromos="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_maxpromos))+", prodsFijos="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_pf.getObject()))+", piezas="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_pfp.getObject()))+""),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710878988",("maxPromos="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_maxpromos))+", prodsFijos="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_pf.getObject()))+", piezas="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_pfp.getObject()))+""),0);};
//BA.debugLineNum = 1123;BA.debugLine="If thisLog Then LogColor($\"InvFijo disponible=${i";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010878989",("InvFijo disponible="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_invdispparapromo.getObject()))+""),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710878989",("InvFijo disponible="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_invdispparapromo.getObject()))+""),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
//BA.debugLineNum = 1124;BA.debugLine="Private invFijoXpromo As Map";
_invfijoxpromo = new anywheresoftware.b4a.objects.collections.Map();
//BA.debugLineNum = 1125;BA.debugLine="invFijoXpromo.Initialize";
@@ -2294,7 +2294,7 @@ _invfijoxpromo.Put(_pf.Get(_p),_pfp.Get(_p));
};
//BA.debugLineNum = 1129;BA.debugLine="If thisLog Then LogColor(\"Inv req. de prods fijos";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010878995","Inv req. de prods fijos x promo"+BA.ObjectToString(_invfijoxpromo),anywheresoftware.b4a.keywords.Common.Colors.Green);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710878995","Inv req. de prods fijos x promo"+BA.ObjectToString(_invfijoxpromo),anywheresoftware.b4a.keywords.Common.Colors.Green);};
//BA.debugLineNum = 1130;BA.debugLine="For i = 1 To maxPromos 'Revisamos cuantas promoci";
{
final int step19 = 1;
@@ -2303,7 +2303,7 @@ _i = (int) (1) ;
for (;_i <= limit19 ;_i = _i + step19 ) {
//BA.debugLineNum = 1131;BA.debugLine="If thisLog Then LogColor(\"Prods para promo \" & (";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010878997","Prods para promo "+BA.NumberToString((_i+1)),anywheresoftware.b4a.keywords.Common.Colors.Magenta);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710878997","Prods para promo "+BA.NumberToString((_i+1)),anywheresoftware.b4a.keywords.Common.Colors.Magenta);};
//BA.debugLineNum = 1132;BA.debugLine="For q = 0 To pf.Size - 1";
{
final int step21 = 1;
@@ -2314,14 +2314,14 @@ for (;_q <= limit21 ;_q = _q + step21 ) {
_q2 = BA.ObjectToString(_pf.Get(_q));
//BA.debugLineNum = 1134;BA.debugLine="If thisLog Then Log(\"q=\"&q2)";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010879000","q="+_q2,0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710879000","q="+_q2,0);};
//BA.debugLineNum = 1136;BA.debugLine="fpf2 = pfp.Get(q) * i 'Multiplicamos las piezas";
_fpf2 = (int) ((double)(BA.ObjectToNumber(_pfp.Get(_q)))*_i);
//BA.debugLineNum = 1137;BA.debugLine="pdp2 = invDispParaPromo.Get(q2)";
_pdp2 = (int)(BA.ObjectToNumber(_invdispparapromo.Get((Object)(_q2))));
//BA.debugLineNum = 1138;BA.debugLine="If thisLog Then Log($\"pf=${q2}, Actual=${(i)},";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010879004",("pf="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_q2))+", Actual="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)((_i)))+", max promos: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_pdp2))+"-"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_fpf2))+"="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_pdp2-_fpf2))+""),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710879004",("pf="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_q2))+", Actual="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)((_i)))+", max promos: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_pdp2))+"-"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_fpf2))+"="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_pdp2-_fpf2))+""),0);};
//BA.debugLineNum = 1139;BA.debugLine="If pdp2 - fpf2 < 0 Then 'Si el inventario es ne";
if (_pdp2-_fpf2<0) {
//BA.debugLineNum = 1140;BA.debugLine="salir=True";
@@ -2340,9 +2340,9 @@ _maxpromosfijosxinv = _i;
};
//BA.debugLineNum = 1147;BA.debugLine="If thisLog Then LogColor(\"InvFijo requerido x pro";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010879013","InvFijo requerido x promo="+BA.ObjectToString(_invfijoxpromo),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710879013","InvFijo requerido x promo="+BA.ObjectToString(_invfijoxpromo),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
//BA.debugLineNum = 1148;BA.debugLine="LogColor(\"Maximo de promociones de prodsFijos POR";
-anywheresoftware.b4a.keywords.Common.LogImpl("010879014","Maximo de promociones de prodsFijos POR inventario = "+BA.NumberToString(_maxpromosfijosxinv),anywheresoftware.b4a.keywords.Common.Colors.Red);
+anywheresoftware.b4a.keywords.Common.LogImpl("710879014","Maximo de promociones de prodsFijos POR inventario = "+BA.NumberToString(_maxpromosfijosxinv),anywheresoftware.b4a.keywords.Common.Colors.Red);
//BA.debugLineNum = 1149;BA.debugLine="Return maxPromosFijosXinv";
if (true) return _maxpromosfijosxinv;
//BA.debugLineNum = 1150;BA.debugLine="End Sub";
@@ -2375,10 +2375,10 @@ int _i = 0;
_thislog = anywheresoftware.b4a.keywords.Common.False;
//BA.debugLineNum = 2105;BA.debugLine="If thisLog Then Log(\"============================";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013303810","======================================================",0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713303810","======================================================",0);};
//BA.debugLineNum = 2106;BA.debugLine="If thisLog Then Log(\"============================";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013303811","======================================================",0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713303811","======================================================",0);};
//BA.debugLineNum = 2107;BA.debugLine="Private invFijoXpromo As Map";
_invfijoxpromo = new anywheresoftware.b4a.objects.collections.Map();
//BA.debugLineNum = 2108;BA.debugLine="invFijoXpromo.Initialize";
@@ -2389,13 +2389,13 @@ _totalprodsvariablesdisponibles = (int) (0);
_totalprodsvariables2disponibles = (int) (0);
//BA.debugLineNum = 2111;BA.debugLine="If thisLog Then LogColor($\"pm=${pm}\"$, Colors.Blu";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013303816",("pm="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_pm.getObject()))+""),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713303816",("pm="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_pm.getObject()))+""),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
//BA.debugLineNum = 2112;BA.debugLine="Private invDispParaPromo As Map = traemosInventar";
_invdispparapromo = new anywheresoftware.b4a.objects.collections.Map();
_invdispparapromo = _traemosinventariodisponibleparapromo(_ba,BA.ObjectToString(_pm.Get((Object)("id"))));
//BA.debugLineNum = 2113;BA.debugLine="If thisLog Then Log($\"invDispParaPromo=${invDispP";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013303818",("invDispParaPromo="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_invdispparapromo.getObject()))+""),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713303818",("invDispParaPromo="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_invdispparapromo.getObject()))+""),0);};
//BA.debugLineNum = 2114;BA.debugLine="Private maxPromos As String = traeMaxPromos(pm)";
_maxpromos = BA.NumberToString(_traemaxpromos(_ba,_pm));
//BA.debugLineNum = 2115;BA.debugLine="Private maxPromosXFijos As Int = revisaMaxPromosP";
@@ -2432,33 +2432,33 @@ _investeprod = (int)(BA.ObjectToNumber(_invdispparapromo.Get((Object)(_idestepro
_pzasreqesteprod = (int)(BA.ObjectToNumber(_prodsfijospiezas.Get(_p)));
//BA.debugLineNum = 2127;BA.debugLine="If thisLog Then Log($\"id=${idEsteProd}, inv=${in";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013303832",("id="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_idesteprod))+", inv="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_investeprod))+", pzas="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_pzasreqesteprod))+""),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713303832",("id="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_idesteprod))+", inv="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_investeprod))+", pzas="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_pzasreqesteprod))+""),0);};
}
};
//BA.debugLineNum = 2130;BA.debugLine="If thisLog Then LogColor($\"MaxPromos=${maxPromos}";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013303835",("MaxPromos="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_maxpromos))+", promosXFijos="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_maxpromosxfijos))+""),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713303835",("MaxPromos="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_maxpromos))+", promosXFijos="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_maxpromosxfijos))+""),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
//BA.debugLineNum = 2131;BA.debugLine="If thisLog Then LogColor($\"prodsFijos=${idProdsFi";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013303836",("prodsFijos="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_idprodsfijos.getObject()))+""),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713303836",("prodsFijos="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_idprodsfijos.getObject()))+""),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
//BA.debugLineNum = 2132;BA.debugLine="If thisLog Then LogColor($\"prodsFijosPiezasReq=${";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013303837",("prodsFijosPiezasReq="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodsfijospiezas.getObject()))+""),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713303837",("prodsFijosPiezasReq="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodsfijospiezas.getObject()))+""),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
//BA.debugLineNum = 2133;BA.debugLine="If thisLog Then LogColor($\"prodsVariables=${idPro";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013303838",("prodsVariables="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_idprodsvariables.getObject()))+""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.CRLF))+"Variables Req="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodsvariablesrequeridos))+" "),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713303838",("prodsVariables="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_idprodsvariables.getObject()))+""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.CRLF))+"Variables Req="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodsvariablesrequeridos))+" "),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
//BA.debugLineNum = 2134;BA.debugLine="If thisLog Then LogColor($\"prodsVariables2=${idPr";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013303839",("prodsVariables2="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_idprodsvariables2.getObject()))+""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.CRLF))+"Variables2 Req="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodsvariables2requeridos))+" "),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713303839",("prodsVariables2="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_idprodsvariables2.getObject()))+""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.CRLF))+"Variables2 Req="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodsvariables2requeridos))+" "),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
//BA.debugLineNum = 2135;BA.debugLine="If thisLog Then LogColor($\"invFijoXpromo=${invFij";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013303840",("invFijoXpromo="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_invfijoxpromo.getObject()))+""),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713303840",("invFijoXpromo="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_invfijoxpromo.getObject()))+""),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
//BA.debugLineNum = 2136;BA.debugLine="If thisLog Then Log($\"Prods variables disponibles";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013303841",("Prods variables disponibles = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_totalprodsvariablesdisponibles))+""),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713303841",("Prods variables disponibles = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_totalprodsvariablesdisponibles))+""),0);};
//BA.debugLineNum = 2137;BA.debugLine="If thisLog Then Log($\"Prods variables2 disponible";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013303842",("Prods variables2 disponibles = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_totalprodsvariables2disponibles))+""),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713303842",("Prods variables2 disponibles = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_totalprodsvariables2disponibles))+""),0);};
//BA.debugLineNum = 2138;BA.debugLine="Private maxPromosXVariables As Int = 0";
_maxpromosxvariables = (int) (0);
//BA.debugLineNum = 2139;BA.debugLine="Private maxPromosXVariables2 As Int = 0";
@@ -2471,10 +2471,10 @@ _x = (int) (1) ;
for (;_x <= limit36 ;_x = _x + step36 ) {
//BA.debugLineNum = 2141;BA.debugLine="If thisLog Then Log(\"===========================";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013303846","=====================================================",0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713303846","=====================================================",0);};
//BA.debugLineNum = 2142;BA.debugLine="If thisLog Then Log(\"===========================";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013303847","=====================================================",0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713303847","=====================================================",0);};
//BA.debugLineNum = 2143;BA.debugLine="For i = 0 To idProdsFijos.Size - 1";
{
final int step39 = 1;
@@ -2483,14 +2483,14 @@ _i = (int) (0) ;
for (;_i <= limit39 ;_i = _i + step39 ) {
//BA.debugLineNum = 2144;BA.debugLine="If thisLog Then Log($\"FIJO - ${idProdsFijos.Get";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013303849",("FIJO - "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",_idprodsfijos.Get(_i))+", "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",_invdispparapromo.Get(_idprodsfijos.Get(_i)))+" - "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(((int)(BA.ObjectToNumber(_prodsfijospiezas.Get(_i))))*(_i+1)))+""),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713303849",("FIJO - "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",_idprodsfijos.Get(_i))+", "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",_invdispparapromo.Get(_idprodsfijos.Get(_i)))+" - "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(((int)(BA.ObjectToNumber(_prodsfijospiezas.Get(_i))))*(_i+1)))+""),0);};
//BA.debugLineNum = 2145;BA.debugLine="invDispParaPromo.Put(idProdsFijos.Get(i), invDi";
_invdispparapromo.Put(_idprodsfijos.Get(_i),(Object)(((int)(BA.ObjectToNumber(_invdispparapromo.Get(_idprodsfijos.Get(_i)))))-((int)(BA.ObjectToNumber(_prodsfijospiezas.Get(_i))))*(_i+1)));
}
};
//BA.debugLineNum = 2147;BA.debugLine="If thisLog Then LogColor(\"Inv disponible despues";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013303852","Inv disponible despues de restar fijos = "+BA.ObjectToString(_invdispparapromo),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713303852","Inv disponible despues de restar fijos = "+BA.ObjectToString(_invdispparapromo),anywheresoftware.b4a.keywords.Common.Colors.Blue);};
//BA.debugLineNum = 2149;BA.debugLine="totalProdsVariablesDisponibles = 0";
_totalprodsvariablesdisponibles = (int) (0);
//BA.debugLineNum = 2150;BA.debugLine="totalProdsVariables2Disponibles = 0";
@@ -2523,17 +2523,17 @@ _totalprodsvariables2disponibles = (int) (_totalprodsvariables2disponibles+(doub
};
//BA.debugLineNum = 2162;BA.debugLine="If thisLog Then Log($\"Var disponibles - var req";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013303867",("Var disponibles - var requeridos : "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_totalprodsvariablesdisponibles))+" - "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodsvariablesrequeridos*_x))+""),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713303867",("Var disponibles - var requeridos : "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_totalprodsvariablesdisponibles))+" - "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodsvariablesrequeridos*_x))+""),0);};
//BA.debugLineNum = 2163;BA.debugLine="totalProdsVariablesDisponibles = totalProdsVaria";
_totalprodsvariablesdisponibles = (int) (_totalprodsvariablesdisponibles-(_prodsvariablesrequeridos*_x));
//BA.debugLineNum = 2164;BA.debugLine="totalProdsVariables2Disponibles = totalProdsVari";
_totalprodsvariables2disponibles = (int) (_totalprodsvariables2disponibles-(_prodsvariables2requeridos*_x));
//BA.debugLineNum = 2165;BA.debugLine="If thisLog Then Log(\"prodsVariables disponibles";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013303870","prodsVariables disponibles despues de promo = "+BA.NumberToString(_totalprodsvariablesdisponibles),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713303870","prodsVariables disponibles despues de promo = "+BA.NumberToString(_totalprodsvariablesdisponibles),0);};
//BA.debugLineNum = 2166;BA.debugLine="If thisLog Then Log(\"prodsVariables2 disponibles";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013303871","prodsVariables2 disponibles despues de promo = "+BA.NumberToString(_totalprodsvariables2disponibles),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713303871","prodsVariables2 disponibles despues de promo = "+BA.NumberToString(_totalprodsvariables2disponibles),0);};
//BA.debugLineNum = 2167;BA.debugLine="If totalProdsVariablesDisponibles < 0 Then Exit";
if (_totalprodsvariablesdisponibles<0) {
if (true) break;};
@@ -2546,7 +2546,7 @@ _maxpromosxvariables = _x;
};
//BA.debugLineNum = 2172;BA.debugLine="If thisLog Then LogColor(\"Max promos de prodsVari";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("013303877","Max promos de prodsVariables POR inventario = "+BA.NumberToString(_maxpromosxvariables),anywheresoftware.b4a.keywords.Common.Colors.Red);};
+anywheresoftware.b4a.keywords.Common.LogImpl("713303877","Max promos de prodsVariables POR inventario = "+BA.NumberToString(_maxpromosxvariables),anywheresoftware.b4a.keywords.Common.Colors.Red);};
//BA.debugLineNum = 2173;BA.debugLine="Return maxPromosXVariables";
if (true) return _maxpromosxvariables;
//BA.debugLineNum = 2174;BA.debugLine="End Sub";
@@ -2568,7 +2568,7 @@ _x = anywheresoftware.b4a.keywords.Common.True;
}
;
//BA.debugLineNum = 1638;BA.debugLine="Log($\">>>> revisaPRO2265 ${idCliente} = ${x}\"$)";
-anywheresoftware.b4a.keywords.Common.LogImpl("011927558",(">>>> revisaPRO2265 "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_idcliente))+" = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_x))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711927558",(">>>> revisaPRO2265 "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_idcliente))+" = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_x))+""),0);
//BA.debugLineNum = 1639;BA.debugLine="Return x";
if (true) return _x;
//BA.debugLineNum = 1640;BA.debugLine="End Sub";
@@ -2590,7 +2590,7 @@ _x = anywheresoftware.b4a.keywords.Common.True;
}
;
//BA.debugLineNum = 1649;BA.debugLine="Log($\">>>> revisaPRO3054 ${idCliente} = ${x}\"$)";
-anywheresoftware.b4a.keywords.Common.LogImpl("011993094",(">>>> revisaPRO3054 "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_idcliente))+" = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_x))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711993094",(">>>> revisaPRO3054 "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_idcliente))+" = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_x))+""),0);
//BA.debugLineNum = 1650;BA.debugLine="Return x";
if (true) return _x;
//BA.debugLineNum = 1651;BA.debugLine="End Sub";
@@ -2612,7 +2612,7 @@ _x = anywheresoftware.b4a.keywords.Common.True;
}
;
//BA.debugLineNum = 1660;BA.debugLine="Log($\">>>> revisaPRO3055 ${idCliente} = ${x}\"$)";
-anywheresoftware.b4a.keywords.Common.LogImpl("012058630",(">>>> revisaPRO3055 "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_idcliente))+" = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_x))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("712058630",(">>>> revisaPRO3055 "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_idcliente))+" = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_x))+""),0);
//BA.debugLineNum = 1661;BA.debugLine="Return x";
if (true) return _x;
//BA.debugLineNum = 1662;BA.debugLine="End Sub";
@@ -2628,13 +2628,13 @@ _fueradepromo = anywheresoftware.b4a.keywords.Common.False;
_p = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_p = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select PE_CEDIS from PEDIDO where PE_PROID = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+"' and PE_CEDIS in (select id_almacen from CAT_ALMACEN) and PE_CLIENTE = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (_ba)._cliente /*gunav2.keymon.com.mx.c_cliente*/ ._la_cuenta /*anywheresoftware.b4a.objects.LabelWrapper*/ .getText()))+"'"))));
//BA.debugLineNum = 1866;BA.debugLine="Log(\"rowcount: \" & p.RowCount)";
-anywheresoftware.b4a.keywords.Common.LogImpl("012582915","rowcount: "+BA.NumberToString(_p.getRowCount()),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("712582915","rowcount: "+BA.NumberToString(_p.getRowCount()),0);
//BA.debugLineNum = 1867;BA.debugLine="If p.RowCount > 0 Then";
if (_p.getRowCount()>0) {
//BA.debugLineNum = 1868;BA.debugLine="p.Position = 0";
_p.setPosition((int) (0));
//BA.debugLineNum = 1869;BA.debugLine="Log($\"|${p.GetString(\"PE_CEDIS\")}|${prodId}|\"$)";
-anywheresoftware.b4a.keywords.Common.LogImpl("012582918",("|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_p.GetString("PE_CEDIS")))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+"|"),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("712582918",("|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_p.GetString("PE_CEDIS")))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+"|"),0);
//BA.debugLineNum = 1870;BA.debugLine="fueraDePromo = True";
_fueradepromo = anywheresoftware.b4a.keywords.Common.True;
};
@@ -2658,13 +2658,13 @@ anywheresoftware.b4a.objects.CSBuilder _cs = null;
anywheresoftware.b4a.sql.SQL.CursorWrapper _pe = null;
//BA.debugLineNum = 1527;BA.debugLine="Sub revisaPromoProcterPRO3009(prodsMap1 As Map)";
//BA.debugLineNum = 1528;BA.debugLine="Log(\"entramos a promo Procter\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("011796481","entramos a promo Procter",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711796481","entramos a promo Procter",0);
//BA.debugLineNum = 1529;BA.debugLine="Dim almacenes As List";
_almacenes = new anywheresoftware.b4a.objects.collections.List();
//BA.debugLineNum = 1530;BA.debugLine="almacenes.Initialize2(Array As String(\"3\", \"17\",";
_almacenes.Initialize2(anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{"3","17","37","31","68","71","33","80"}));
//BA.debugLineNum = 1531;BA.debugLine="Log(\"Posicion de almacen: \" & almacenes.IndexOf(t";
-anywheresoftware.b4a.keywords.Common.LogImpl("011796484","Posicion de almacen: "+BA.NumberToString(_almacenes.IndexOf((Object)(_traealmacen(_ba)))),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711796484","Posicion de almacen: "+BA.NumberToString(_almacenes.IndexOf((Object)(_traealmacen(_ba)))),0);
//BA.debugLineNum = 1533;BA.debugLine="If almacenes.IndexOf(traeAlmacen) >= 0 Then ' Si";
if (_almacenes.IndexOf((Object)(_traealmacen(_ba)))>=0) {
//BA.debugLineNum = 1534;BA.debugLine="Private idRegalo As String = \"PYG1016\"";
@@ -2684,21 +2684,21 @@ _r = (anywheresoftware.b4a.sql.SQL.ResultSetWrapper) anywheresoftware.b4a.AbsObj
//BA.debugLineNum = 1540;BA.debugLine="Do While r.NextRow";
while (_r.NextRow()) {
//BA.debugLineNum = 1541;BA.debugLine="Log(r.GetString(\"CAT_GP_ALMACEN\"))";
-anywheresoftware.b4a.keywords.Common.LogImpl("011796494",_r.GetString("CAT_GP_ALMACEN"),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711796494",_r.GetString("CAT_GP_ALMACEN"),0);
//BA.debugLineNum = 1542;BA.debugLine="If r.GetString(\"CAT_GP_ALMACEN\") > 0 Then invRe";
if ((double)(Double.parseDouble(_r.GetString("CAT_GP_ALMACEN")))>0) {
_invregalo = (int)(Double.parseDouble(_r.GetString("CAT_GP_ALMACEN")));};
}
;
//BA.debugLineNum = 1544;BA.debugLine="Log(\"INV REGALO: \" & invRegalo)";
-anywheresoftware.b4a.keywords.Common.LogImpl("011796497","INV REGALO: "+BA.NumberToString(_invregalo),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711796497","INV REGALO: "+BA.NumberToString(_invregalo),0);
//BA.debugLineNum = 1545;BA.debugLine="r = Starter.skmt.ExecQuery($\"select pe_proid fro";
_r = (anywheresoftware.b4a.sql.SQL.ResultSetWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.ResultSetWrapper(), (android.database.Cursor)(mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select pe_proid from pedido where pe_proid = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_idregalo))+"' and pe_cedis = 'PRO3009' and pe_cant = 1 and pe_cliente = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_traecliente(_ba)))+"' "))));
//BA.debugLineNum = 1546;BA.debugLine="If r.RowCount > 0 Then totalRegalos = r.RowCount";
if (_r.getRowCount()>0) {
_totalregalos = _r.getRowCount();};
//BA.debugLineNum = 1547;BA.debugLine="Log($\"TOTAL REGALOS: ${totalRegalos}\"$)";
-anywheresoftware.b4a.keywords.Common.LogImpl("011796500",("TOTAL REGALOS: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_totalregalos))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711796500",("TOTAL REGALOS: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_totalregalos))+""),0);
//BA.debugLineNum = 1548;BA.debugLine="If prodsMap1.ContainsKey(\"PYG1014\") Then ' Calcu";
if (_prodsmap1.ContainsKey((Object)("PYG1014"))) {
//BA.debugLineNum = 1549;BA.debugLine="Private m1 As Map = prodsMap1.Get(\"PYG1014\")";
@@ -2725,19 +2725,19 @@ _monto = BA.NumberToString((double)(Double.parseDouble(_monto))+(double)(Double.
}
;
//BA.debugLineNum = 1560;BA.debugLine="Log($\"Monto: ${monto}\"$)";
-anywheresoftware.b4a.keywords.Common.LogImpl("011796513",("Monto: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_monto))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711796513",("Monto: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_monto))+""),0);
//BA.debugLineNum = 1562;BA.debugLine="Log(\"prodsMap.Size: \" & prodsMap1.Size)";
-anywheresoftware.b4a.keywords.Common.LogImpl("011796515","prodsMap.Size: "+BA.NumberToString(_prodsmap1.getSize()),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711796515","prodsMap.Size: "+BA.NumberToString(_prodsmap1.getSize()),0);
//BA.debugLineNum = 1563;BA.debugLine="If prodsMap1.Size > 0 Then";
if (_prodsmap1.getSize()>0) {
//BA.debugLineNum = 1564;BA.debugLine="If monto > 149 Then";
if ((double)(Double.parseDouble(_monto))>149) {
//BA.debugLineNum = 1565;BA.debugLine="Log(\"Mas de 149\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("011796518","Mas de 149",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711796518","Mas de 149",0);
//BA.debugLineNum = 1566;BA.debugLine="If invRegalo > 0 Then";
if (_invregalo>0) {
//BA.debugLineNum = 1567;BA.debugLine="Log(\"Hay inventario para regalo\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("011796520","Hay inventario para regalo",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711796520","Hay inventario para regalo",0);
//BA.debugLineNum = 1568;BA.debugLine="If totalRegalos = 0 Then";
if (_totalregalos==0) {
//BA.debugLineNum = 1569;BA.debugLine="guardaProducto(\"PRO3009\", 1, 1, traeProdNomb";
@@ -2751,19 +2751,19 @@ anywheresoftware.b4a.keywords.Common.Msgbox(BA.ObjectToCharSequence(_cs.Color(an
};
}else {
//BA.debugLineNum = 1576;BA.debugLine="LogColor(\"NO hay inventario para regalo PRO30";
-anywheresoftware.b4a.keywords.Common.LogImpl("011796529","NO hay inventario para regalo PRO3009 Procter & Gamble.",anywheresoftware.b4a.keywords.Common.Colors.Red);
+anywheresoftware.b4a.keywords.Common.LogImpl("711796529","NO hay inventario para regalo PRO3009 Procter & Gamble.",anywheresoftware.b4a.keywords.Common.Colors.Red);
};
}else {
//BA.debugLineNum = 1579;BA.debugLine="Log(\"Menos de 149\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("011796532","Menos de 149",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711796532","Menos de 149",0);
//BA.debugLineNum = 1580;BA.debugLine="If totalRegalos > 0 Then";
if (_totalregalos>0) {
//BA.debugLineNum = 1581;BA.debugLine="Log(\"Quitamos regalo\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("011796534","Quitamos regalo",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711796534","Quitamos regalo",0);
//BA.debugLineNum = 1582;BA.debugLine="Starter.skmt.ExecNonQuery($\"delete from pedid";
mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("delete from pedido where pe_cedis = 'PRO3009' and pe_proid = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_idregalo))+"' and pe_cliente = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_traecliente(_ba)))+"' and pe_cant = 1 "));
//BA.debugLineNum = 1583;BA.debugLine="Log($\"Borramos pe_cedis='PRO3009' and pe_proi";
-anywheresoftware.b4a.keywords.Common.LogImpl("011796536",("Borramos pe_cedis='PRO3009' and pe_proid='"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_idregalo))+"' and pe_cliente='"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_traecliente(_ba)))+"'"),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711796536",("Borramos pe_cedis='PRO3009' and pe_proid='"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_idregalo))+"' and pe_cliente='"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_traecliente(_ba)))+"'"),0);
//BA.debugLineNum = 1584;BA.debugLine="Private pe As Cursor = Starter.skmt.ExecQuery";
_pe = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_pe = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select count(pe_cliente) as cuantosPedidos from pedido where pe_cliente In (select cuenta from cuentaa)")));
@@ -2772,9 +2772,9 @@ _pe.setPosition((int) (0));
//BA.debugLineNum = 1586;BA.debugLine="If pe.GetString(\"cuantosPedidos\") = 0 Then";
if ((_pe.GetString("cuantosPedidos")).equals(BA.NumberToString(0))) {
//BA.debugLineNum = 1587;BA.debugLine="Log(\"###### delete from pedido_cliente -";
-anywheresoftware.b4a.keywords.Common.LogImpl("011796540","###### delete from pedido_cliente - "+_traecliente(_ba)+"|"+_traecliente(_ba),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711796540","###### delete from pedido_cliente - "+_traecliente(_ba)+"|"+_traecliente(_ba),0);
//BA.debugLineNum = 1588;BA.debugLine="Log($\"delete from pedido_cliente where PC_CL";
-anywheresoftware.b4a.keywords.Common.LogImpl("011796541",("delete from pedido_cliente where PC_CLIENTE = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_traecliente(_ba)))+"'"),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711796541",("delete from pedido_cliente where PC_CLIENTE = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_traecliente(_ba)))+"'"),0);
//BA.debugLineNum = 1589;BA.debugLine="Starter.skmt.ExecNonQuery($\"delete from pedi";
mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("delete from pedido_cliente where PC_CLIENTE = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_traecliente(_ba)))+"'"));
};
@@ -2785,7 +2785,7 @@ anywheresoftware.b4a.keywords.Common.ToastMessageShow(BA.ObjectToCharSequence("Q
};
}else {
//BA.debugLineNum = 1596;BA.debugLine="LogColor(\"El almacen actual NO esta en la lista";
-anywheresoftware.b4a.keywords.Common.LogImpl("011796549","El almacen actual NO esta en la lista para la promo de Procter & Gamble.",anywheresoftware.b4a.keywords.Common.Colors.Magenta);
+anywheresoftware.b4a.keywords.Common.LogImpl("711796549","El almacen actual NO esta en la lista para la promo de Procter & Gamble.",anywheresoftware.b4a.keywords.Common.Colors.Magenta);
};
//BA.debugLineNum = 1599;BA.debugLine="End Sub";
return "";
@@ -2800,14 +2800,14 @@ if (mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.Fu
_daa = (int) (mostCurrent._tracker._uugcoords /*anywheresoftware.b4a.gps.LocationWrapper*/ .DistanceTo((android.location.Location)(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getObject())));
//BA.debugLineNum = 352;BA.debugLine="If Starter.Logger Then LogColor($\"**** UUC \"${f";
if (mostCurrent._starter._logger /*boolean*/ ) {
-anywheresoftware.b4a.keywords.Common.LogImpl("08388613",("**** UUC \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_fechakmt(_ba,BA.NumberToString(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getTime()))))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.2",(Object)(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getAccuracy()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.8",(Object)(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getLatitude()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.8",(Object)(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getLongitude()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.2",(Object)(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getSpeed()))+"|"),anywheresoftware.b4a.keywords.Common.Colors.RGB((int) (255),(int) (112),(int) (35)));};
+anywheresoftware.b4a.keywords.Common.LogImpl("78388613",("**** UUC \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_fechakmt(_ba,BA.NumberToString(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getTime()))))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.2",(Object)(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getAccuracy()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.8",(Object)(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getLatitude()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.8",(Object)(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getLongitude()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.2",(Object)(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getSpeed()))+"|"),anywheresoftware.b4a.keywords.Common.Colors.RGB((int) (255),(int) (112),(int) (35)));};
//BA.debugLineNum = 353;BA.debugLine="If daa > 40 And Tracker.FLP.GetLastKnownLocatio";
if (_daa>40 && mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getAccuracy()<35) {
//BA.debugLineNum = 354;BA.debugLine="kmt.ExecNonQuery2(\"INSERT INTO RUTA_GPS(fecha,";
_kmt.ExecNonQuery2("INSERT INTO RUTA_GPS(fecha, lat, lon) VALUES (?,?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_fechakmt(_ba,BA.NumberToString(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getTime()))),(Object)(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getLatitude()),(Object)(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getLongitude())}));
//BA.debugLineNum = 355;BA.debugLine="If Starter.Logger Then Log(\"++++ Distancia a a";
if (mostCurrent._starter._logger /*boolean*/ ) {
-anywheresoftware.b4a.keywords.Common.LogImpl("08388616","++++ Distancia a anterior="+BA.NumberToString(_daa)+"|"+"Precision="+BA.NumberToString(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getAccuracy()),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("78388616","++++ Distancia a anterior="+BA.NumberToString(_daa)+"|"+"Precision="+BA.NumberToString(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getAccuracy()),0);};
};
//BA.debugLineNum = 357;BA.debugLine="Tracker.UUGCoords = Tracker.FLP.GetLastKnownLoc";
mostCurrent._tracker._uugcoords /*anywheresoftware.b4a.gps.LocationWrapper*/ = mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation();
@@ -2815,7 +2815,7 @@ mostCurrent._tracker._uugcoords /*anywheresoftware.b4a.gps.LocationWrapper*/ =
}
catch (Exception e12) {
(_ba.processBA == null ? _ba : _ba.processBA).setLastException(e12); //BA.debugLineNum = 360;BA.debugLine="LogColor(\"If Tracker.FLP.GetLastKnownLocation.Is";
-anywheresoftware.b4a.keywords.Common.LogImpl("08388621","If Tracker.FLP.GetLastKnownLocation.IsInitialized --> "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),anywheresoftware.b4a.keywords.Common.Colors.Red);
+anywheresoftware.b4a.keywords.Common.LogImpl("78388621","If Tracker.FLP.GetLastKnownLocation.IsInitialized --> "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),anywheresoftware.b4a.keywords.Common.Colors.Red);
};
//BA.debugLineNum = 362;BA.debugLine="End Sub";
return "";
@@ -2971,7 +2971,7 @@ _vendidas = (int) (0);
_maxpromos.Initialize();
//BA.debugLineNum = 1035;BA.debugLine="If thisLog Then Log(pm)";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010682374",BA.ObjectToString(_pm),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710682374",BA.ObjectToString(_pm),0);};
//BA.debugLineNum = 1036;BA.debugLine="If pm.Get(\"historico\") = \"1\" Then maxPromos.Add(p";
if ((_pm.Get((Object)("historico"))).equals((Object)("1"))) {
_maxpromos.Add(_pm.Get((Object)("maxRecurrente")));};
@@ -2981,7 +2981,7 @@ _maxpromos.Add(_pm.Get((Object)("maxPromos")));
_maxpromos.Add(_pm.Get((Object)("maxXcliente")));
//BA.debugLineNum = 1039;BA.debugLine="If thisLog Then Log(maxPromos)";
if (_thislog) {
-anywheresoftware.b4a.keywords.Common.LogImpl("010682378",BA.ObjectToString(_maxpromos),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("710682378",BA.ObjectToString(_maxpromos),0);};
//BA.debugLineNum = 1040;BA.debugLine="maxPromos.Sort(True)";
_maxpromos.Sort(anywheresoftware.b4a.keywords.Common.True);
//BA.debugLineNum = 1042;BA.debugLine="If B4XPages.MainPage.tipo_venta = \"PREVENTA_FUTUR";
@@ -3375,7 +3375,7 @@ _c = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
//BA.debugLineNum = 1278;BA.debugLine="Private m As Map";
_m = new anywheresoftware.b4a.objects.collections.Map();
//BA.debugLineNum = 1280;BA.debugLine="Log(\"ENTRE\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("011141124","ENTRE",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711141124","ENTRE",0);
//BA.debugLineNum = 1281;BA.debugLine="c=B4XPages.MainPage.skmt.ExecQuery($\"select CAT_G";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(mostCurrent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (_ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select CAT_GP_ID, CAT_GP_NOMBRE, CAT_GP_TIPO, CAT_GP_SUBTIPO from "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_traetablaprods(_ba,_traetipoventadebd(_ba))))+" where CAT_GP_NOMBRE In (Select PDESC from PROID) and CAT_GP_TIPO = 'PROMOS'"))));
//BA.debugLineNum = 1282;BA.debugLine="If c.RowCount > 0 Then";
@@ -3446,7 +3446,7 @@ _elcc.setPosition((int) (0));
//BA.debugLineNum = 681;BA.debugLine="idCliente = elCc.GetString(\"CUENTA\")";
_idcliente = _elcc.GetString("CUENTA");
//BA.debugLineNum = 682;BA.debugLine="Log(\"|\"&elCc.GetString(\"CUENTA\")&\"|\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("09764873","|"+_elcc.GetString("CUENTA")+"|",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("79764873","|"+_elcc.GetString("CUENTA")+"|",0);
};
//BA.debugLineNum = 685;BA.debugLine="If idCliente <> \"\" Then";
if ((_idcliente).equals("") == false) {
@@ -3468,7 +3468,7 @@ _c.Close();
}
catch (Exception e22) {
(_ba.processBA == null ? _ba : _ba.processBA).setLastException(e22); //BA.debugLineNum = 700;BA.debugLine="Log(LastException)";
-anywheresoftware.b4a.keywords.Common.LogImpl("09764891",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("79764891",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0);
};
//BA.debugLineNum = 703;BA.debugLine="Return r";
if (true) return _r;
@@ -3569,7 +3569,7 @@ public static String _traetablaprods(anywheresoftware.b4a.BA _ba,String _tipove
String _tablaprods = "";
//BA.debugLineNum = 1853;BA.debugLine="Sub traeTablaProds(tipoventa As String) As String";
//BA.debugLineNum = 1854;BA.debugLine="Log(tipoventa)";
-anywheresoftware.b4a.keywords.Common.LogImpl("012517377",_tipoventa,0);
+anywheresoftware.b4a.keywords.Common.LogImpl("712517377",_tipoventa,0);
//BA.debugLineNum = 1855;BA.debugLine="Private tablaProds As String = \"cat_gunaprod2\"";
_tablaprods = "cat_gunaprod2";
//BA.debugLineNum = 1856;BA.debugLine="If tipoventa = \"ABORDO\" Or tipoventa = \"PREVENTA\"";
@@ -3736,7 +3736,7 @@ _r2 = (anywheresoftware.b4a.sql.SQL.ResultSetWrapper) anywheresoftware.b4a.AbsOb
//BA.debugLineNum = 1609;BA.debugLine="Do While r2.NextRow";
while (_r2.NextRow()) {
//BA.debugLineNum = 1610;BA.debugLine="Log($\"Cliente: ${r.GetString(\"PE_CLIENTE\")}, mo";
-anywheresoftware.b4a.keywords.Common.LogImpl("011862024",("Cliente: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_r.GetString("PE_CLIENTE")))+", monto: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_r2.GetString("monto")))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711862024",("Cliente: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_r.GetString("PE_CLIENTE")))+", monto: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_r2.GetString("monto")))+""),0);
//BA.debugLineNum = 1613;BA.debugLine="If r2.GetString(\"monto\") < 150 Then";
if ((double)(Double.parseDouble(_r2.GetString("monto")))<150) {
//BA.debugLineNum = 1614;BA.debugLine="Starter.skmt.ExecNonQuery($\"delete from pedido";
@@ -3779,7 +3779,7 @@ if (_c.getRowCount()>0) {
_w = anywheresoftware.b4a.keywords.Common.True;
};
//BA.debugLineNum = 1402;BA.debugLine="Log(w)";
-anywheresoftware.b4a.keywords.Common.LogImpl("011534342",BA.ObjectToString(_w),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711534342",BA.ObjectToString(_w),0);
//BA.debugLineNum = 1403;BA.debugLine="c.Close";
_c.Close();
//BA.debugLineNum = 1404;BA.debugLine="Private c As Cursor = B4XPages.MainPage.skmt.Exec";
@@ -3793,7 +3793,7 @@ _w = anywheresoftware.b4a.keywords.Common.True;
//BA.debugLineNum = 1408;BA.debugLine="c.Close";
_c.Close();
//BA.debugLineNum = 1409;BA.debugLine="Log(w)";
-anywheresoftware.b4a.keywords.Common.LogImpl("011534349",BA.ObjectToString(_w),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("711534349",BA.ObjectToString(_w),0);
//BA.debugLineNum = 1410;BA.debugLine="Return w";
if (true) return _w;
//BA.debugLineNum = 1411;BA.debugLine="End Sub";
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/tracker.java b/B4A/Objects/src/gunav2/keymon/com/mx/tracker.java
index b477f15..2a8b967 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/tracker.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/tracker.java
@@ -151,7 +151,7 @@ public static uk.co.martinpearman.b4a.fusedlocationprovider.LocationRequest _cr
uk.co.martinpearman.b4a.fusedlocationprovider.LocationRequest _lr = null;
//BA.debugLineNum = 430;BA.debugLine="Private Sub CreateLocationRequest As LocationReque";
//BA.debugLineNum = 431;BA.debugLine="Log(\"CreateLocationRequest\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("056688641","CreateLocationRequest",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("756754177","CreateLocationRequest",0);
//BA.debugLineNum = 432;BA.debugLine="Dim lr As LocationRequest";
_lr = new uk.co.martinpearman.b4a.fusedlocationprovider.LocationRequest();
//BA.debugLineNum = 433;BA.debugLine="lr.Initialize";
@@ -179,7 +179,7 @@ uk.co.martinpearman.b4a.fusedlocationprovider.LocationRequest _lr = null;
_logger = anywheresoftware.b4a.keywords.Common.True;
//BA.debugLineNum = 457;BA.debugLine="If logger Then Log(\"Iniciamos CreateLocationReque";
if (_logger) {
-anywheresoftware.b4a.keywords.Common.LogImpl("056819714","Iniciamos CreateLocationRequest2",0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("756885250","Iniciamos CreateLocationRequest2",0);};
//BA.debugLineNum = 458;BA.debugLine="Dim lr As LocationRequest";
_lr = new uk.co.martinpearman.b4a.fusedlocationprovider.LocationRequest();
//BA.debugLineNum = 459;BA.debugLine="lr.Initialize";
@@ -205,7 +205,7 @@ public static uk.co.martinpearman.b4a.fusedlocationprovider.LocationRequest _cr
uk.co.martinpearman.b4a.fusedlocationprovider.LocationRequest _lr = null;
//BA.debugLineNum = 442;BA.debugLine="Private Sub CreateLocationRequestSmallD As Locatio";
//BA.debugLineNum = 443;BA.debugLine="Log(\"Iniciamos CreateLocationRequestSmallD\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("056754177","Iniciamos CreateLocationRequestSmallD",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("756819713","Iniciamos CreateLocationRequestSmallD",0);
//BA.debugLineNum = 444;BA.debugLine="Dim lr As LocationRequest";
_lr = new uk.co.martinpearman.b4a.fusedlocationprovider.LocationRequest();
//BA.debugLineNum = 445;BA.debugLine="lr.Initialize";
@@ -250,7 +250,7 @@ String _coords = "";
if (_flp.GetLastKnownLocation().IsInitialized()) {
//BA.debugLineNum = 472;BA.debugLine="If Starter.Logger Then LogColor($\"Mandamos UUC \"";
if (mostCurrent._starter._logger /*boolean*/ ) {
-anywheresoftware.b4a.keywords.Common.LogImpl("056885251",("Mandamos UUC \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._subs._fechakmt /*String*/ (processBA,BA.NumberToString(_flp.GetLastKnownLocation().getTime()))))+"|Acc:"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.2",(Object)(_flp.GetLastKnownLocation().getAccuracy()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.8",(Object)(_flp.GetLastKnownLocation().getLatitude()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.8",(Object)(_flp.GetLastKnownLocation().getLongitude()))+"|Spd:"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.2",(Object)(_flp.GetLastKnownLocation().getSpeed()))+"|"),anywheresoftware.b4a.keywords.Common.Colors.RGB((int) (255),(int) (112),(int) (35)));};
+anywheresoftware.b4a.keywords.Common.LogImpl("756950787",("Mandamos UUC \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._subs._fechakmt /*String*/ (processBA,BA.NumberToString(_flp.GetLastKnownLocation().getTime()))))+"|Acc:"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.2",(Object)(_flp.GetLastKnownLocation().getAccuracy()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.8",(Object)(_flp.GetLastKnownLocation().getLatitude()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.8",(Object)(_flp.GetLastKnownLocation().getLongitude()))+"|Spd:"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.2",(Object)(_flp.GetLastKnownLocation().getSpeed()))+"|"),anywheresoftware.b4a.keywords.Common.Colors.RGB((int) (255),(int) (112),(int) (35)));};
//BA.debugLineNum = 473;BA.debugLine="Dim coords As String = FLP.GetLastKnownLocation.";
_coords = BA.NumberToString(_flp.GetLastKnownLocation().getLatitude())+","+BA.NumberToString(_flp.GetLastKnownLocation().getLongitude())+","+_formatofecha(BA.NumberToString(_flp.GetLastKnownLocation().getTime()));
};
@@ -260,7 +260,7 @@ return "";
public static String _flp_connectionfailed(int _connectionresult1) throws Exception{
//BA.debugLineNum = 360;BA.debugLine="Sub flp_ConnectionFailed(ConnectionResult1 As Int)";
//BA.debugLineNum = 361;BA.debugLine="Log(\"Failed to connect to location provider\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("056295425","Failed to connect to location provider",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("756360961","Failed to connect to location provider",0);
//BA.debugLineNum = 362;BA.debugLine="End Sub";
return "";
}
@@ -275,7 +275,7 @@ String _stime = "";
String _coords = "";
//BA.debugLineNum = 487;BA.debugLine="Sub flp_LocationChanged (Location1 As Location)";
//BA.debugLineNum = 488;BA.debugLine="Log($\"Loc changed:${Location1.Longitude},${Locati";
-anywheresoftware.b4a.keywords.Common.LogImpl("057016321",("Loc changed:"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_location1.getLongitude()))+","+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_location1.getLatitude()))+""),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("757081857",("Loc changed:"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_location1.getLongitude()))+","+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_location1.getLatitude()))+""),0);
//BA.debugLineNum = 490;BA.debugLine="B4XPages.MainPage.lat_gps = Location1.Latitude";
mostCurrent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (processBA)._lat_gps /*String*/ = BA.NumberToString(_location1.getLatitude());
//BA.debugLineNum = 491;BA.debugLine="B4XPages.MainPage.lon_gps = Location1.Longitude";
@@ -302,7 +302,7 @@ mostCurrent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (processBA)
}
catch (Exception e14) {
processBA.setLastException(e14); //BA.debugLineNum = 509;BA.debugLine="LogColor(LastException, Colors.Red)";
-anywheresoftware.b4a.keywords.Common.LogImpl("057016342",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(processBA)),anywheresoftware.b4a.keywords.Common.Colors.Red);
+anywheresoftware.b4a.keywords.Common.LogImpl("757081878",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(processBA)),anywheresoftware.b4a.keywords.Common.Colors.Red);
};
//BA.debugLineNum = 512;BA.debugLine="Dim coords As String = Location1.Latitude&\",\"&Loc";
_coords = BA.NumberToString(_location1.getLatitude())+","+BA.NumberToString(_location1.getLongitude())+","+_formatofecha(BA.NumberToString(_location1.getTime()));
@@ -364,7 +364,7 @@ public static String _revisaflp() throws Exception{
boolean _todobienflp = false;
//BA.debugLineNum = 561;BA.debugLine="Sub revisaFLP 'ignore";
//BA.debugLineNum = 562;BA.debugLine="LogColor(\"**** **** Revisamos FLP **** ****\", Col";
-anywheresoftware.b4a.keywords.Common.LogImpl("057278465","**** **** Revisamos FLP **** ****",anywheresoftware.b4a.keywords.Common.Colors.RGB((int) (78),(int) (0),(int) (227)));
+anywheresoftware.b4a.keywords.Common.LogImpl("757344001","**** **** Revisamos FLP **** ****",anywheresoftware.b4a.keywords.Common.Colors.RGB((int) (78),(int) (0),(int) (227)));
//BA.debugLineNum = 563;BA.debugLine="Private todoBienFLP As Boolean = True";
_todobienflp = anywheresoftware.b4a.keywords.Common.True;
//BA.debugLineNum = 564;BA.debugLine="Try";
@@ -380,7 +380,7 @@ _todobienflp = anywheresoftware.b4a.keywords.Common.False;
}
catch (Exception e10) {
processBA.setLastException(e10); //BA.debugLineNum = 571;BA.debugLine="LogColor(\"If Not(Tracker.FLP.IsInitialized) -->";
-anywheresoftware.b4a.keywords.Common.LogImpl("057278474","If Not(Tracker.FLP.IsInitialized) --> "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(processBA)),anywheresoftware.b4a.keywords.Common.Colors.Red);
+anywheresoftware.b4a.keywords.Common.LogImpl("757344010","If Not(Tracker.FLP.IsInitialized) --> "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(processBA)),anywheresoftware.b4a.keywords.Common.Colors.Red);
};
//BA.debugLineNum = 573;BA.debugLine="Try";
try { //BA.debugLineNum = 574;BA.debugLine="If FLP.IsInitialized Then";
@@ -398,7 +398,7 @@ _todobienflp = anywheresoftware.b4a.keywords.Common.False;
}
catch (Exception e21) {
processBA.setLastException(e21); //BA.debugLineNum = 583;BA.debugLine="LogColor(\"If Not(Tracker.FLP.IsConnected) -->";
-anywheresoftware.b4a.keywords.Common.LogImpl("057278486","If Not(Tracker.FLP.IsConnected) --> "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(processBA)),anywheresoftware.b4a.keywords.Common.Colors.Red);
+anywheresoftware.b4a.keywords.Common.LogImpl("757344022","If Not(Tracker.FLP.IsConnected) --> "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(processBA)),anywheresoftware.b4a.keywords.Common.Colors.Red);
};
//BA.debugLineNum = 585;BA.debugLine="Try";
try { //BA.debugLineNum = 586;BA.debugLine="If FLP.IsConnected And _ FLP.GetLastKnown";
@@ -413,16 +413,16 @@ _todobienflp = anywheresoftware.b4a.keywords.Common.False;
}
catch (Exception e30) {
processBA.setLastException(e30); //BA.debugLineNum = 594;BA.debugLine="LogColor(\"If FLP.IsConnectctd and FLP.getLKL.I";
-anywheresoftware.b4a.keywords.Common.LogImpl("057278497","If FLP.IsConnectctd and FLP.getLKL.IsInitialized --> "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(processBA)),anywheresoftware.b4a.keywords.Common.Colors.Red);
+anywheresoftware.b4a.keywords.Common.LogImpl("757344033","If FLP.IsConnectctd and FLP.getLKL.IsInitialized --> "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(processBA)),anywheresoftware.b4a.keywords.Common.Colors.Red);
};
};
//BA.debugLineNum = 597;BA.debugLine="If todoBienFLP Then LogColor(\" +++ +++ Sin error";
if (_todobienflp) {
-anywheresoftware.b4a.keywords.Common.LogImpl("057278500"," +++ +++ Sin errores en FLP",anywheresoftware.b4a.keywords.Common.Colors.Green);};
+anywheresoftware.b4a.keywords.Common.LogImpl("757344036"," +++ +++ Sin errores en FLP",anywheresoftware.b4a.keywords.Common.Colors.Green);};
}
catch (Exception e35) {
processBA.setLastException(e35); //BA.debugLineNum = 599;BA.debugLine="LogColor(\"If Tracker.FLP.IsInitialized --> \"&Las";
-anywheresoftware.b4a.keywords.Common.LogImpl("057278502","If Tracker.FLP.IsInitialized --> "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(processBA)),anywheresoftware.b4a.keywords.Common.Colors.Red);
+anywheresoftware.b4a.keywords.Common.LogImpl("757344038","If Tracker.FLP.IsInitialized --> "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(processBA)),anywheresoftware.b4a.keywords.Common.Colors.Red);
};
//BA.debugLineNum = 602;BA.debugLine="End Sub";
return "";
@@ -440,14 +440,14 @@ if (_flp.GetLastKnownLocation().IsInitialized()) {
_daa = (int) (_uugcoords.DistanceTo((android.location.Location)(_flp.GetLastKnownLocation().getObject())));
//BA.debugLineNum = 614;BA.debugLine="If Starter.Logger Then LogColor($\"**** UUC \"$";
if (mostCurrent._starter._logger /*boolean*/ ) {
-anywheresoftware.b4a.keywords.Common.LogImpl("057344008",("**** UUC \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._subs._fechakmt /*String*/ (processBA,BA.NumberToString(_flp.GetLastKnownLocation().getTime()))))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.2",(Object)(_flp.GetLastKnownLocation().getAccuracy()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.8",(Object)(_flp.GetLastKnownLocation().getLatitude()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.8",(Object)(_flp.GetLastKnownLocation().getLongitude()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.2",(Object)(_flp.GetLastKnownLocation().getSpeed()))+"|"),anywheresoftware.b4a.keywords.Common.Colors.RGB((int) (255),(int) (112),(int) (35)));};
+anywheresoftware.b4a.keywords.Common.LogImpl("757409544",("**** UUC \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._subs._fechakmt /*String*/ (processBA,BA.NumberToString(_flp.GetLastKnownLocation().getTime()))))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.2",(Object)(_flp.GetLastKnownLocation().getAccuracy()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.8",(Object)(_flp.GetLastKnownLocation().getLatitude()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.8",(Object)(_flp.GetLastKnownLocation().getLongitude()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.2",(Object)(_flp.GetLastKnownLocation().getSpeed()))+"|"),anywheresoftware.b4a.keywords.Common.Colors.RGB((int) (255),(int) (112),(int) (35)));};
//BA.debugLineNum = 615;BA.debugLine="If daa > 40 And FLP.GetLastKnownLocation.Accu";
if (_daa>40 && _flp.GetLastKnownLocation().getAccuracy()<35) {
//BA.debugLineNum = 616;BA.debugLine="B4XPages.MainPage.skmt.ExecNonQuery2(\"INSERT";
mostCurrent._b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (processBA)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("INSERT INTO RUTA_GPS(fecha, lat, lon) VALUES (?,?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(mostCurrent._subs._fechakmt /*String*/ (processBA,BA.NumberToString(_flp.GetLastKnownLocation().getTime()))),(Object)(_flp.GetLastKnownLocation().getLatitude()),(Object)(_flp.GetLastKnownLocation().getLongitude())}));
//BA.debugLineNum = 617;BA.debugLine="If Starter.Logger Then Log(\"++++ Distancia a";
if (mostCurrent._starter._logger /*boolean*/ ) {
-anywheresoftware.b4a.keywords.Common.LogImpl("057344011","++++ Distancia a anterior="+BA.NumberToString(_daa)+"|"+"Precision="+BA.NumberToString(_flp.GetLastKnownLocation().getAccuracy()),0);};
+anywheresoftware.b4a.keywords.Common.LogImpl("757409547","++++ Distancia a anterior="+BA.NumberToString(_daa)+"|"+"Precision="+BA.NumberToString(_flp.GetLastKnownLocation().getAccuracy()),0);};
};
//BA.debugLineNum = 619;BA.debugLine="UUGCoords = FLP.GetLastKnownLocation";
_uugcoords = _flp.GetLastKnownLocation();
@@ -455,18 +455,18 @@ _uugcoords = _flp.GetLastKnownLocation();
}
catch (Exception e14) {
processBA.setLastException(e14); //BA.debugLineNum = 622;BA.debugLine="LogColor(\"FLP.GetLastKnownLocation.IsInitializ";
-anywheresoftware.b4a.keywords.Common.LogImpl("057344016","FLP.GetLastKnownLocation.IsInitialized --> "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(processBA)),anywheresoftware.b4a.keywords.Common.Colors.Red);
+anywheresoftware.b4a.keywords.Common.LogImpl("757409552","FLP.GetLastKnownLocation.IsInitialized --> "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(processBA)),anywheresoftware.b4a.keywords.Common.Colors.Red);
};
}else {
//BA.debugLineNum = 625;BA.debugLine="Log(\"StartFLP\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("057344019","StartFLP",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("757409555","StartFLP",0);
//BA.debugLineNum = 626;BA.debugLine="StartFLP";
_startflp();
};
}
catch (Exception e21) {
processBA.setLastException(e21); //BA.debugLineNum = 629;BA.debugLine="LogColor(\"If FLP.IsInitialized --> \"&LastExcepti";
-anywheresoftware.b4a.keywords.Common.LogImpl("057344023","If FLP.IsInitialized --> "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(processBA)),anywheresoftware.b4a.keywords.Common.Colors.Red);
+anywheresoftware.b4a.keywords.Common.LogImpl("757409559","If FLP.IsInitialized --> "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(processBA)),anywheresoftware.b4a.keywords.Common.Colors.Red);
};
//BA.debugLineNum = 631;BA.debugLine="End Sub";
return "";
@@ -537,7 +537,7 @@ case 0:
//C
this.state = 1;
//BA.debugLineNum = 390;BA.debugLine="Log(\"StartFLP - flpStarted=\"&flpStarted)";
-anywheresoftware.b4a.keywords.Common.LogImpl("056492033","StartFLP - flpStarted="+BA.ObjectToString(parent._flpstarted),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("756557569","StartFLP - flpStarted="+BA.ObjectToString(parent._flpstarted),0);
//BA.debugLineNum = 391;BA.debugLine="Do While FLP.IsConnected = False";
if (true) break;
@@ -601,7 +601,7 @@ case 0:
//C
this.state = 1;
//BA.debugLineNum = 405;BA.debugLine="Log(\"StartFLP2\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("056557569","StartFLP2",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("756623105","StartFLP2",0);
//BA.debugLineNum = 406;BA.debugLine="Private logger As Boolean = True";
_logger = anywheresoftware.b4a.keywords.Common.True;
//BA.debugLineNum = 407;BA.debugLine="If logger Then Log(\"StartFLP2 - flpStarted=\"&flpS";
@@ -617,7 +617,7 @@ this.state = 3;
case 3:
//C
this.state = 6;
-anywheresoftware.b4a.keywords.Common.LogImpl("056557571","StartFLP2 - flpStarted="+BA.ObjectToString(parent._flpstarted),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("756623107","StartFLP2 - flpStarted="+BA.ObjectToString(parent._flpstarted),0);
if (true) break;
case 6:
@@ -660,7 +660,7 @@ this.state = 12;
case 12:
//C
this.state = 15;
-anywheresoftware.b4a.keywords.Common.LogImpl("056557574","kll - sleeping",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("756623110","kll - sleeping",0);
if (true) break;
case 15:
@@ -690,7 +690,7 @@ this.state = 19;
case 19:
//C
this.state = 22;
-anywheresoftware.b4a.keywords.Common.LogImpl("056557578","Buscamos ubicacion (movimientoMinimo = "+BA.NumberToString(parent._actuallr.GetSmallestDisplacement())+")",anywheresoftware.b4a.keywords.Common.Colors.Magenta);
+anywheresoftware.b4a.keywords.Common.LogImpl("756623114","Buscamos ubicacion (movimientoMinimo = "+BA.NumberToString(parent._actuallr.GetSmallestDisplacement())+")",anywheresoftware.b4a.keywords.Common.Colors.Magenta);
if (true) break;
case 22:
@@ -726,7 +726,7 @@ case 0:
//C
this.state = 1;
//BA.debugLineNum = 419;BA.debugLine="Log(\"StartFLPSmall - flpStarted=\"&flpStarted)";
-anywheresoftware.b4a.keywords.Common.LogImpl("056623105","StartFLPSmall - flpStarted="+BA.ObjectToString(parent._flpstarted),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("756688641","StartFLPSmall - flpStarted="+BA.ObjectToString(parent._flpstarted),0);
//BA.debugLineNum = 420;BA.debugLine="Do While FLP.IsConnected = False";
if (true) break;
@@ -751,7 +751,7 @@ case 5:
this.state = 1;
;
//BA.debugLineNum = 422;BA.debugLine="Log(\"sleeping\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("056623108","sleeping",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("756688644","sleeping",0);
if (true) break;
case 4:
@@ -772,7 +772,7 @@ if (true) break;
public static String _stopflp() throws Exception{
//BA.debugLineNum = 479;BA.debugLine="Public Sub StopFLP";
//BA.debugLineNum = 480;BA.debugLine="Log(\"StopFLP\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("056950785","StopFLP",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("757016321","StopFLP",0);
//BA.debugLineNum = 481;BA.debugLine="If flpStarted Then";
if (_flpstarted) {
//BA.debugLineNum = 482;BA.debugLine="FLP.RemoveLocationUpdates 'Eliminamos todas las";
@@ -786,7 +786,7 @@ return "";
public static String _track() throws Exception{
//BA.debugLineNum = 373;BA.debugLine="Public Sub Track";
//BA.debugLineNum = 374;BA.debugLine="Log(\"Inicia Track - Tracking : \"&Tracking)";
-anywheresoftware.b4a.keywords.Common.LogImpl("056426497","Inicia Track - Tracking : "+BA.ObjectToString(_tracking),0);
+anywheresoftware.b4a.keywords.Common.LogImpl("756492033","Inicia Track - Tracking : "+BA.ObjectToString(_tracking),0);
//BA.debugLineNum = 375;BA.debugLine="If Not(FLP.IsInitialized) Then FLP.Initialize(\"fl";
if (anywheresoftware.b4a.keywords.Common.Not(_flp.IsInitialized())) {
_flp.Initialize(processBA,"flp");};
@@ -801,7 +801,7 @@ if (true) return "";
//BA.debugLineNum = 381;BA.debugLine="If Starter.rp.Check(Starter.rp.PERMISSION_ACCESS_";
if (mostCurrent._starter._rp /*anywheresoftware.b4a.objects.RuntimePermissions*/ .Check(mostCurrent._starter._rp /*anywheresoftware.b4a.objects.RuntimePermissions*/ .PERMISSION_ACCESS_FINE_LOCATION)==anywheresoftware.b4a.keywords.Common.False) {
//BA.debugLineNum = 382;BA.debugLine="Log(\"No permission\")";
-anywheresoftware.b4a.keywords.Common.LogImpl("056426505","No permission",0);
+anywheresoftware.b4a.keywords.Common.LogImpl("756492041","No permission",0);
//BA.debugLineNum = 383;BA.debugLine="Return";
if (true) return "";
};
diff --git a/B4A/Objects/src/gunav2/keymon/com/mx/v_tclientes.java b/B4A/Objects/src/gunav2/keymon/com/mx/v_tclientes.java
index c94f512..44cb86f 100644
--- a/B4A/Objects/src/gunav2/keymon/com/mx/v_tclientes.java
+++ b/B4A/Objects/src/gunav2/keymon/com/mx/v_tclientes.java
@@ -70,7 +70,7 @@ int _diferenciadias = 0;
anywheresoftware.b4a.sql.SQL.CursorWrapper _c4 = null;
//BA.debugLineNum = 39;BA.debugLine="Sub B4XPage_Appear";
//BA.debugLineNum = 40;BA.debugLine="Log(\"Entramos\")";
-__c.LogImpl("057671681","Entramos",0);
+__c.LogImpl("757737217","Entramos",0);
//BA.debugLineNum = 41;BA.debugLine="c = Starter.skmt.ExecQuery ($\"select * from CAT_C";
_c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select * from CAT_CATCLIENTESTODOS where CAT_CL_CODIGO in (Select CUENTA from cuentaa)"))));
//BA.debugLineNum = 42;BA.debugLine="If c.RowCount > 0 Then";
@@ -78,7 +78,7 @@ if (_c.getRowCount()>0) {
//BA.debugLineNum = 43;BA.debugLine="c.Position=0";
_c.setPosition((int) (0));
//BA.debugLineNum = 44;BA.debugLine="Log(c.GetString(\"CAT_CL_NOMBRE\"))";
-__c.LogImpl("057671685",_c.GetString("CAT_CL_NOMBRE"),0);
+__c.LogImpl("757737221",_c.GetString("CAT_CL_NOMBRE"),0);
//BA.debugLineNum = 45;BA.debugLine="la_cuenta.Text=c.GetString(\"CAT_CL_CODIGO\")";
_la_cuenta.setText(BA.ObjectToCharSequence(_c.GetString("CAT_CL_CODIGO")));
//BA.debugLineNum = 46;BA.debugLine="La_nombre.Text=c.GetString(\"CAT_CL_NOMBRE\")";
@@ -119,12 +119,12 @@ _inputstream1.Close();
//BA.debugLineNum = 66;BA.debugLine="ImageView4.Bitmap = Bitmap1";
_imageview4.setBitmap((android.graphics.Bitmap)(_bitmap1.getObject()));
//BA.debugLineNum = 67;BA.debugLine="Log(\"aqui si hay foto\")";
-__c.LogImpl("057671708","aqui si hay foto",0);
+__c.LogImpl("757737244","aqui si hay foto",0);
}else {
//BA.debugLineNum = 69;BA.debugLine="ImageView4.Bitmap = LoadBitmap(File.DirAssets,\"";
_imageview4.setBitmap((android.graphics.Bitmap)(__c.LoadBitmap(__c.File.getDirAssets(),"images.png").getObject()));
//BA.debugLineNum = 70;BA.debugLine="Log(\"aqui no hay foto\")";
-__c.LogImpl("057671711","aqui no hay foto",0);
+__c.LogImpl("757737247","aqui no hay foto",0);
};
};
//BA.debugLineNum = 78;BA.debugLine="Dim coloressaldo As Cursor=B4XPages.MainPage.skmt";
@@ -179,7 +179,7 @@ __c.DateTime.setDateFormat("dd/MM/yyyy");
//BA.debugLineNum = 107;BA.debugLine="Dim FechaInicio As String = pagarepen.GetString";
_fechainicio = _pagarepen.GetString("FECHA");
//BA.debugLineNum = 109;BA.debugLine="Log(pagarepen.GetString(\"FECHA\"))";
-__c.LogImpl("057671750",_pagarepen.GetString("FECHA"),0);
+__c.LogImpl("757737286",_pagarepen.GetString("FECHA"),0);
//BA.debugLineNum = 111;BA.debugLine="Dim TicksInicio As Long = DateTime.DateParse(Fe";
_ticksinicio = __c.DateTime.DateParse(_fechainicio);
//BA.debugLineNum = 112;BA.debugLine="Dim TicksHoy As Long = DateTime.DateParse(DateT";
@@ -187,7 +187,7 @@ _tickshoy = __c.DateTime.DateParse(__c.DateTime.Date(__c.DateTime.getNow()));
//BA.debugLineNum = 115;BA.debugLine="Dim DiferenciaDias As Int = (TicksHoy - TicksIn";
_diferenciadias = (int) ((_tickshoy-_ticksinicio)/(double)__c.DateTime.TicksPerDay);
//BA.debugLineNum = 118;BA.debugLine="Log($\"Días transcurridos: ${DiferenciaDias}\"$)";
-__c.LogImpl("057671759",("Días transcurridos: "+__c.SmartStringFormatter("",(Object)(_diferenciadias))+""),0);
+__c.LogImpl("757737295",("Días transcurridos: "+__c.SmartStringFormatter("",(Object)(_diferenciadias))+""),0);
//BA.debugLineNum = 120;BA.debugLine="Dim c4 As Cursor=B4XPages.MainPage.skmt.ExecQue";
_c4 = new anywheresoftware.b4a.sql.SQL.CursorWrapper();
_c4 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_b4xpages._mainpage /*gunav2.keymon.com.mx.b4xmainpage*/ (ba)._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select IFNULL(CAT_CL_DIASCREDITO,0) AS CAT_CL_DIASCREDITO from kmt_info3 where CAT_CL_CODIGO In (Select cuenta from cuentaa)")));
diff --git a/B4A/Subs.bas b/B4A/Subs.bas
index 77aee83..e1adfbd 100644
--- a/B4A/Subs.bas
+++ b/B4A/Subs.bas
@@ -1765,7 +1765,7 @@ Sub traeUsarIntentBDWA As Boolean 'ignore
Return BDWA
End Sub
-Sub actualizaProducto(cedis As String, costoU As String, cant As String, nombre As String, prodId As String, clienteId As String, fecha As String, usuario As String, rutaV As String, precioSin As String, tipoVenta As String,dev As String,futuro As String)
+Sub actualizaProducto(cedis As String, costoU As String, cant As String, nombre As String, prodId As String, clienteId As String, fecha As String, usuario As String, rutaV As String, precioSin As String, tipoVenta As String,dev As String,futuro As String, aplicades As String)
If nombre.Length < 6 Then ToastMessageShow("(actualizaProducto) El nombre del producto no es valido " & nombre, True)
precioSin = NumberFormat2(precioSin, 1, 2, 2, False)
costoU = NumberFormat2(costoU, 1, 2, 2, False)
@@ -1797,7 +1797,7 @@ Sub actualizaProducto(cedis As String, costoU As String, cant As String, nombre
Else
'INSERTAMOS
' LogColor("INSERTAMOS PROD", Colors.red)
- If cant > 0 Then guardaProductoSinGestion(cedis, costoU, cant, nombre, prodId, clienteId, fecha, usuario, rutaV, precioSin, tipoVenta,futuro)
+ If cant > 0 Then guardaProductoSinGestion(cedis, costoU, cant, nombre, prodId, clienteId, fecha, usuario, rutaV, precioSin, tipoVenta,futuro,aplicades)
End If
c.Close
Else If dev = 1 Then
@@ -1825,7 +1825,7 @@ Sub actualizaProducto(cedis As String, costoU As String, cant As String, nombre
Else
'INSERTAMOS
' LogColor("INSERTAMOS PROD", Colors.red)
- If cant > 0 Then guardaProductoSinGestion(cedis, costoU, cant, nombre, prodId, clienteId, fecha, usuario, rutaV, precioSin, tipoVenta,futuro)
+ If cant > 0 Then guardaProductoSinGestion(cedis, costoU, cant, nombre, prodId, clienteId, fecha, usuario, rutaV, precioSin, tipoVenta,futuro,aplicades)
End If
c.Close
End If
@@ -1836,7 +1836,7 @@ End Sub
'Inserta un producto en la tabla "pedido" y "pedido_cliente" y actualiza "cat_gunaprod".
'NO ACTUALIZA LA BANDERA DE GESTION EN LA TABLA "kmt_info".
'Si "gestion=2" entonces el sistema considera que el pedido ya se guardó y ya no se debe modificar.
-Sub guardaProductoSinGestion(cedis As String, costoU As String, cant As String, nombre As String, prodId As String, clienteId As String, fecha As String, usuario As String, rutaV As String, precioSin As String, tipoVenta As String,futuro As String)
+Sub guardaProductoSinGestion(cedis As String, costoU As String, cant As String, nombre As String, prodId As String, clienteId As String, fecha As String, usuario As String, rutaV As String, precioSin As String, tipoVenta As String,futuro As String, aplicades As String)
If nombre.Length < 6 Then ToastMessageShow("(guardaProductoSinGestion) El nombre del producto no es valido " & nombre, True)
precioSin = NumberFormat2(precioSin, 1, 2, 2, False)
costoU = NumberFormat2(costoU, 1, 2, 2, False)
@@ -1844,7 +1844,7 @@ Sub guardaProductoSinGestion(cedis As String, costoU As String, cant As String,
Private c As Cursor
' Private tablaProds As String = "cat_gunaprod2"
' If tipoVenta = "ABORDO" Then tablaProds = "cat_gunaprod"
- Starter.skmt.ExecNonQuery2("INSERT INTO PEDIDO (PE_CEDIS, PE_COSTO_TOT, PE_COSTOU, PE_CANT, PE_PRONOMBRE, PE_PROID, PE_CLIENTE, PE_FECHA, PE_USUARIO, PE_RUTA, PE_COSTO_SIN, PE_FOLIO,PE_FUTURO) VALUES(?,?,?,?,?,?,?,?,?,?,?,?,?) ", Array As Object (cedis, (cant * costoU), costoU, cant, nombre, prodId, clienteId, fecha, usuario, rutaV, precioSin, tipoVenta,futuro))
+ Starter.skmt.ExecNonQuery2("INSERT INTO PEDIDO (PE_CEDIS, PE_COSTO_TOT, PE_COSTOU, PE_CANT, PE_PRONOMBRE, PE_PROID, PE_CLIENTE, PE_FECHA, PE_USUARIO, PE_RUTA, PE_COSTO_SIN, PE_FOLIO,PE_FUTURO,PE_DESC) VALUES(?,?,?,?,?,?,?,?,?,?,?,?,?,?) ", Array As Object (cedis, (cant * costoU), costoU, cant, nombre, prodId, clienteId, fecha, usuario, rutaV, precioSin, tipoVenta,futuro,aplicades))
'Actualizamos el inventario en cat_gunaprod solo si no es RMI
If cedis <> "DUR" Then Starter.skmt.ExecNonQuery2($"update ${traeTablaProds(tipoVenta)} set cat_gp_almacen = cat_gp_almacen - ? where cat_gp_id = ? "$, Array As Object(cant, prodId))
c=Starter.skmt.ExecQuery("select sum(pe_costo_tot) as TOTAL_CLIE, SUM(PE_CANT) AS CANT_CLIE, SUM(PE_COSTO_SIN) AS TOTAL_CLIE_SIN FROM PEDIDO WHERE PE_CLIENTE IN (Select CUENTA from cuentaa)")