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

5 replies

null
    • Nick_Massie
    • 2 yrs ago
    • Reported - view

    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.  

    • GERENCIA
    • 2 yrs 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

    • Nick_Massie
    • 2 yrs ago
    • Reported - view

    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  

    • Ninox partner
    • RoSoft_Steven.1
    • 2 yrs 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

    • GERENCIA
    • 2 yrs ago
    • Reported - view

    Thanks a lot. It is working fine.

    great comunity!!!!

Content aside

  • 2 yrs agoLast active
  • 5Replies
  • 276Views