Desktop version

Main > Forum > 1C:Enterprise Platform > 1C:Enterprise. Mobile platform > Barcode Scanning via Data Collection Terminals (For Android)

Forum

Search UsersRules
Barcode Scanning via Data Collection Terminals (For Android)
#1
Interested
Points:: 0
Joined:: Apr 5, 2012

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)?

Profile
#2
Guest
Points::
Joined::

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.

Profile
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)



© 1C LLC. All rights reserved
1C Company respects the privacy of our customers and visitors
to our Web-site.