mirror of
https://github.com/KeymonSoft/Durakelo.git
synced 2026-04-19 20:29:16 +00:00
cambio de RMI y promocion variable v_4_01_17_3
This commit is contained in:
@@ -543,6 +543,17 @@ Sub StartBluetooth 'ignore
|
||||
Log($"BTADMIN: ${btAdmin.IsEnabled}"$)
|
||||
End Sub
|
||||
|
||||
'Regresa el total de RMI de un producto dado.
|
||||
Sub traeRMIdePedido(idProd As String) As String
|
||||
Private cant As String = 0
|
||||
Private c As Cursor = Starter.skmt.ExecQuery($"select PE_CANT from pedido where PE_CEDIS = 'DUR' and PE_PROID = '${idProd}' and PE_CLIENTE in (select CUENTA from CUENTAA)"$)
|
||||
If c.RowCount > 0 Then
|
||||
c.Position = 0
|
||||
cant = c.GetString("PE_CANT")
|
||||
End If
|
||||
Return cant
|
||||
End Sub
|
||||
|
||||
Sub EnableBluetooth As ResumableSub
|
||||
ToastMessageShow("Enabling Bluetooth adapter...", False)
|
||||
Private ph As Phone
|
||||
|
||||
Reference in New Issue
Block a user