you need two fields in the database:<br>one for the description<br>one for the url<br>using standard loop<br>do until rs.eof<br> <A href="<%=rs("url")%>"><%=rs("desc")%></A><br> rs.movenext<br>loop
Seagate's Crystal Reports is one of the most difficult programming jobs you will ever encounter. Especially, if you are going to be driving the report engine from an ASP page.<br>
<br>
Here are a couple of hints so that you don't run into the same problems that I ran into.<br>
<br>
1. make sure...
I'm trying to pass variables from an ASP page to a CrystalReport that derives its data from a stored procedure. Two of the parameters for the stored procedure are ms sql date types. Crystal says to pass the variables as strings then convert them to Crystals's date type. When I go to the stored...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.