Lesson510-BarcodeReader- Power Apps 1000 Videos

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ธ.ค. 2024

ความคิดเห็น • 5

  • @viniciusyztc
    @viniciusyztc ปีที่แล้ว

    THanks a lot man! Saved my life to adjust this new bar code reader

  • @ismohammed
    @ismohammed ปีที่แล้ว

    thankyou for the video it works :)

  • @salmansaifee
    @salmansaifee ปีที่แล้ว +1

    Hello,
    For me App is Not able to scan any type of Barcode or QR Code , is any modification is needed or need to enable any settings, the settings related to Barcode is already enabled for me, I have implemented the app same as shown in the video but still facing the same issue. Any help on the issue will be really appreciated. Thanks in advance.

  • @brayanarzola284
    @brayanarzola284 ปีที่แล้ว

    Can the information from the gallery be transferred to an excel file?

  • @PowerAppsVideos-eb3pt
    @PowerAppsVideos-eb3pt  ปีที่แล้ว

    Create Canvas App
    Insert
    Under Media
    BarcodeReader
    Insert Button
    OnSelect
    Set(varAllCodes, BarcodeReader1.Barcodes);
    Set(varCode1, First(varAllCodes) );
    Put Label
    Text
    varCode1.Value
    Run
    Click BarcodeReader
    Click Button
    Put Gallery
    items - varAllCodes
    Make sure to click publish button
    at top right most