0

cloud imprimir código de barras

Hola alguien sabe si se puede imprimir un campo de codigo de barras en el informe. Creo que en la version de escritorio mac con una tipografia de codigo de barras se puede pero en la version cloud no lo encuentro como hacerlo.

 

gracias a todos

5replies Oldest first
  • Oldest first
  • Newest first
  • Active threads
  • Popular
  • yes create an image from your bar code here is some sample code 

    let z := 'Equipment #';
    let k := max(CALIBRATION.'Due Date');
    let xname := month(k) + "20" + year(k);
    importFile(this, "https://api.qrserver.com/v1/create-qr-code/?size=90x90&data=" + xname, xname + ".png");
    Image := xname + ".png";

    You will have to create an Image Field.   Than just place the image field on your report.  

    Like
    • GERENCIA
    • GERENCIA
    • 1 yr ago
    • Reported - view

    HELLO, NOT WORK. WATh  IS THE PROBLEM?

    ?Captura de pantalla 2021-12-23 a las 7.34.43

    Captura de pantalla 2021-12-23 a las 7.36.13

    Like
  • Are you on the cloud or on the Mac App? Can you look in the paper clip and see if an attachment is created?  You should also send an email to support@ninox.com and they can do a screen share and walk you throught this also.  Feliz Navidad  

    Like
    • RoSoft_Steven
    • Ninox partner
    • RoSoft_Steven.1
    • 1 yr ago
    • Reported - view

    If there is indeed a attachment in the attachment TAB created, I would suggest to change >>BARCODE := xname + ".png";<< to

    BARCODE := last(files(this))

    Steven

    Like
    • GERENCIA
    • GERENCIA
    • 1 yr ago
    • Reported - view

    Thanks a lot. It is working fine.

    great comunity!!!!

    Like
Like Follow
  • 1 yr agoLast active
  • 5Replies
  • 249Views