mirror of
https://github.com/KeymonSoft/Durakelo.git
synced 2026-04-20 12:49:25 +00:00
20/10/23 - RMIs
- Se agregó código para meter RMIs con el clic largo sobre un producto.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user