Barcode Scanning via Data Collection Terminals (For Android)

Discussions regarding 1C:Enterprise for mobile devices with Android, iOS, or Windows Phone.

#1
People who like this:0Yes/0No
Interested
Rating: 27
Joined: Apr 5, 2012
Company: 1TÇ Şirketi - Merv Bilgi İşlem Otomasyonu Yazılım Ltd. Şti.

Hi,

For mobile platform there is method to scan barcode picture. For example:

Code
#If MobileAppClient Then
      BarcodeScanProcessor = New NotifyDescription("BarcodeScanProcess", ThisObject);
      BarcodeScanCloseProcessor = New  NotifyDescription("BarcodeScanProcessScreanClose", ThisObject);
      MultimediaTools.ShowBarcodeScanning("Get image into the barcode frame", BarcodeScanProcessor, BarcodeScanCloseProcessor, BarcodeType.Linear);
   #EndIf


As example, in Data Collection Terminals there is a huge button to activate barcode scanning. And this method is more effective then scanning barcode via "Camera".

So for that, is there possibilty in Mobile Platform to read scanned barcode via External Event (as it was in PC applications)?

 
#2
People who like this:0Yes/0No
Timofey Bugaevsky
Guest

Joined:
Company:

Hello, Murat!

Usually hardware scanners support keyboard input emulation. This means that it inserts the barcode value into the active form field.

For Android OS you can use MobileDeviceApplicationLaunch() function for this.

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)
Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.