Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. janton

    String as link

    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>&nbsp;&nbsp;&nbsp;&lt;A href=&quot;&lt;%=rs(&quot;url&quot;)%&gt;&quot;&gt;&lt;%=rs(&quot;desc&quot;)%&gt;&lt;/A&gt;<br>&nbsp;&nbsp;&nbsp;rs.movenext<br>loop
  2. janton

    Webbased reports

    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...
  3. janton

    Crystal Reports

    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...

Part and Inventory Search

Back
Top