Hi everyone,
I am developing the mobile application what is integreted ours main configuration.
I have to find Current Account by barcode.
How can I do that? How can I read QR code in 1C:Enterprise?
edit: I mean, I know how to open barcode scan screen.
| 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 |
in this way I can open barcode read screen but I don't know anything about How to filling in BarcodeScanProcess and BarcodeScanCloseProcessor procedures.
Could you help me please?
Edited: - Aug 24, 2015 05:00 AM

