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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jo4sony

  1. jo4sony

    PDF circus act

    Thanks John, however, a condition of the original spec was to deliver the actual report in a format that the user can then fax/email/print/save - all in one click. I have that working but just not as reliable as I need it to be.
  2. jo4sony

    PDF circus act

    long story short - I hired a consultant to recreate a report and deliver it to the browser as a PDF. He created an ASP page that calls a javascript page that calls another ASP page that uses a CR 8.0 .dll to convert the report from an .rpt to a .pdf. (I believe he mentioned the .dll being a...
  3. jo4sony

    problem with SQL query, DISTINCT isn't quite right.

    I'm not a SQL expert but can offer this: one of my DBA's had a fit when one of my consultants coded a SELECT DISTINCT in his ASP. DISTINCT locks the database from other users (and DBAs). Instead, use GROUP BY and you should see the desired results. Select * from table where blah blah blah...
  4. jo4sony

    <a href ....> problem

    I've run into similar problems. It's the way you concatenate the string. Try this... response.write &quot;<a href='&quot; & file & &quot;'?userid='&quot; & userid & &quot;'&tempid='&quot; & tempid & &quot;'>Click here</a>&quot;

Part and Inventory Search

Back
Top