21-09-23 TECLADO Y PERMISOS

This commit is contained in:
cvaldes1201
2023-09-21 12:09:26 -06:00
parent 03ad185af9
commit 9059bda2f4
4 changed files with 8 additions and 10 deletions

View File

@@ -16,6 +16,7 @@ Sub Class_Globals
Dim sb As StringBuilder
Dim PHONE As Phone
Dim g As GPS
Dim IME as IME
Dim trabajar As Button
' Dim lat_gps, lon_gps As String
Dim c As Cursor
@@ -728,6 +729,7 @@ Sub Subir_Click
End Sub
Sub cargar_Click
IME.HideKeyboard
Dim pedidodiaanterior As Boolean = False
Dim cp As Cursor = B4XPages.MainPage.skmt.ExecQuery("select * from PEDIDO")
If cp.RowCount > 0 Then