Hyperlink URL on QRCODE

Leo BidiLeo Bidi Montevideo, Uruguay
edited 3:27AM 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:27AM
    Hi, it works perfect.

    Thanks so much.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.