We have developed 1C 8.3.13.45 mobile application to Anroid barcode device. This device writes the barcode reading in the marked area. Can auto focus be performed on barcode area in 1C Mobile? I tried the DefaultItem property of the barcode attribute, but it didn't work.
1. Performs stockcount in practice. 2. The user clicks the "Barkod1" field in the image. 3. Press the barcode button as shown in the picture to read the barcode. After reading the barcode, the device writes the barcode in the active text field. 4. To read a new barcode, click the "Barkod1" field in the picture again and perform the operation in item 3.
Can auto focus be performed on "Barkod1" field in 1C Mobile?
In your code, you can make a particular item of the managed form as the current one - by using the CurrentItem property. Then, you can enable editing mode for this item - by using the form's BeginEditingItem() method.
Best regards, Vladimir Gurov
1C Company support team
Pages:1
Users browsing this topic (guests: 2, registered: 0, hidden: 0)