[SOLVED] QR-Code Editing

edited September 2014 in FastReport VCL 5
Hi,
There's no option for editing QR-Code like normal barcode editing.
I want to make and URL QR-Code based on a field.
So what I need is:

http://myurl.com/url.php?param=datafrommyfield

As you can understand from the example, datafrommyfield is dynamic and url part is static.

How can I assign something like:
http://myurl.com/url.php?param=<MyTable...Field">
to QR-Code?


Edit:

Expression: 'http://myurl.com/url.php?param='+<MyTable."MyField">;
does the job.

thanks anyway...

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.