Hi,
How to create hyperlink button/label on new genero version 3.0.
Currently we used this on version 2.30.
Form per.
LABEL f01 = formonly.f01, STYLE = "LabelUrl";
Prog 4gl.
LET lbllink ="<div align='right'><a target=\"_self\" href='http://",ipcode clipped,"/new/printpdf.php?id=",sessid CLIPPED,"@",cnt_a USING "<<" CLIPPED,"'><img src='http://",ipcode clipped,"/new/report/images/printer3.bmp' border='0'></img>[/url]</div>"
DISPLAY lbllink TO f01
but when i try same code to new version genero 3.0, Image for label now appeared as version 2.30.
appear alll url as below:
<div align='right'><a target="_self" href='
http://10.2.8.128/new/printpdf.php?id=9E121D613731CDCADE27E06CA7F3A5F8@1'><img src='
https://10.2.8.128/new/report/images/printer3.bmp' border='0'></img>[/url]</div>
Please help.
Thank You