Hyperlink URL on QRCODE

Leo BidiLeo Bidi Montevideo, Uruguay
edited 3:43AM in FastReport VCL 5
I need to assing on run-time the value of an url to the qrcode and when it's scanned goes to that url.

I've tried with text property and hyperlink value property but none works. Also have the kind property in hkURL.

Which property do I have to set ?

Many thanks.

Comments

  • gpigpi
    edited March 2017
    uses frxBarcode2D;
       TfrxBarcode2DView(frxReport1.FindObject('Barcode2D1')).Text := 'https://www.fast-report.com';
       frxReport1.ShowReport();
    
  • Leo BidiLeo Bidi Montevideo, Uruguay
    edited 3:43AM
    Hi, it works perfect.

    Thanks so much.

Leave a Comment