Andviv, my first question would have to be, what program are you using to develop with? I you are using Embedded Visual Basic, then you can go to the
'Tools' menu --> 'Remote Tools' --> 'Application Install Wizard'. After you have built an installer for it, and it is saved somewhere, then you...
LikwidKirpans, Andviv - first, be sure that you are using the control that you add to the form (The Symbol ActiveX Scanner Control 'ActiveScan.dll'). Next, be sure that your device has the needed driver to control the scanner. And when your form loads, you will need to enable the scanner. This...
dougconran, I would recommend just calling your event for the LostFocus(), and GotFocus() from inside the ScanComplete() event for the scanner control.
Ex...
Private Sub Scnr1_ScanComplete(ByVal bstrBarCode As String, ByVal bstrSource As String, ByVal lStatus As Long, ByVal lLabelType As Long...
Okay, I have a new problem. It seems as though the scanner is selective on scanning. It happens exactly every other time I start the program on the device. The first time I scan a barcode, it somehow closes the scanner from scanning until I re-open the program. Then it works just fine...
Thank you for your help. I am still having a problem with the Scanner control on the form. I was loading the control through the code, but this time I removed that code "Dim Scanner as ACTIVESANLib.ScanControl" and "Set......" and I added the 'ScanControl' control to the...
Could anyone help me with the activescan.dll? I have the dll on my machine, but every time that I try running the program, it gives me an error: 'An error was encountered while running this program: Syntax error'
I have the object declared as:
Private Scanner as ACTIVESCANLib.ScanControl
Then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.