Launch printing in VB
Good morning,
I have this Vb code when launching a print. It works well, but the problem is that the invitation window. Opens in the Windows background. We don't see it appear.
Thank you for your help.
dim res
Dim lec
public Sub Lecture()
lec = inputbox("Veuillez lire Le code à barre")
if trim(lec) ="" then
res= false
else
res= true
end if
end sub
0
Vous devez vous connecter pour laisser un commentaire.
Commentaires
0 commentaire