NT 6.38
I have a Form with an image on it that was created with embedded html code. But, when I click on the image, the report procedure is called (you can see it in the browser address) but I get a Page Not Found.
Here is the code I am using:
Packet = clip(Packet) & '<div id="PrintButton1_Image1" style="position:absolute;left:10px;z-index:12;" align="left"><a href="PrintMoneyCounterWSEnv"><img src="images/PrintWorksheet1.jpg" id="Image1" alt="" align="top" border="0"></a></div>' & CRLF
do SendPacket
This same code works fine if I am calling another procedure that is not a report (ie NetWebPage, NetWebForm, NetWebBrowse), but not for a report.
What am I doing wrong?
Thanks.
Mike Springer