[SOLVED] QR-Code Editing
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...
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...