mirror of
https://github.com/KeymonSoft/Guna_Picking.git
synced 2026-04-20 12:49:32 +00:00
5.08.12
This commit is contained in:
@@ -244,7 +244,7 @@ Sub btnFlash_Click
|
||||
End If
|
||||
Dim flash As String = "torch"
|
||||
' LogColor(flash,Colors.Red)
|
||||
camEx.SetFlashMode(flash)
|
||||
' camEx.SetFlashMode(flash)
|
||||
ToastMessageShow(flash, False)
|
||||
camEx.CommitParameters
|
||||
End Sub
|
||||
@@ -421,6 +421,7 @@ Private Sub b_guardapicking_Click
|
||||
Private preciobo As Float
|
||||
|
||||
c = Starter.skmt.ExecQuery2("SELECT CAJASPIEZAS, BLISTERPIEZAS, PRECIO FROM CAT_CONVERSION WHERE ID = ? AND NOMBRE = ?", Array As String(et_codigo.Text, l_nombreproducto.Text))
|
||||
Log(et_codigo.Text&" , "& l_nombreproducto.Text)
|
||||
d = Starter.skmt.ExecQuery2("SELECT CANTIDAD FROM CAT_DETALLEFOLIO WHERE CAT_DF_ID = ? AND CAT_DF_NOMBRE = ?",Array As String(et_codigo.Text, l_nombreproducto.Text))
|
||||
d.Position = 0
|
||||
c.Position = 0
|
||||
|
||||
Reference in New Issue
Block a user