20/10/23 - RMIs

- Se agregó código para meter RMIs con el clic largo sobre un producto.
This commit is contained in:
2023-10-20 01:22:20 -06:00
parent 3a3ac503c5
commit 59c37d1621
13 changed files with 532 additions and 495 deletions

View File

@@ -19,9 +19,14 @@ Sub Class_Globals
Dim nombre_boton As String
End Sub
'You can add more parameters here.
Public Sub Initialize As Object
Return Me
End Sub
Private Sub B4XPage_Created (Root1 As B4XView)
Root = Root1
Root.LoadLayout("buscar")
Root.LoadLayout("ticketsDia")
ruta = File.DirInternal
' se crea o no el archivo de la base de ddatos de kmt
@@ -100,6 +105,7 @@ Sub ListView1_ItemLongClick (Position As Int, Value As Object)
skmt.ExecNonQuery("delete from CUENTAA")
skmt.ExecNonQuery2("INSERT INTO CUENTAA VALUES (?)", Array As Object(Value))
' StartActivity(fila)
B4XPages.ShowPage("Cliente")
End Sub
Sub b_noventa_Click