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 strongm 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: *

  • Users: pontupo
  • Content: Threads
  • Order by date
  1. pontupo

    LEFT JOIN ON Clause with Multiple Expressions

    Using MySQL version 5.0.45, I have the following problem: SELECT * FROM student_completed_section stud inner JOIN curriculum_unit cur ON (stud.curriculum_id = cur.curriculum_id AND stud.unit_id = cur.unit_id); Shows an explain plan which indicates a simple select on...
  2. pontupo

    TOP 1 on a GROUP BY query (the TOP 1 of each group)

    Big-picture problem: for a single training session, select a single trainer (though there can be more than one trainer). If there is no trainer (possible) select an alternate trainer or training coordinator in that order. Specifics: I've been able to accomplish this by placing a subquery in the...
  3. pontupo

    Maximum number of parameter values - Crystal XI

    Is there a maximum number of values that a parameter is able to have? Specifically, I'm interested in creating either a static parameter or dynamic parameter that has a very long list of possible values from a database. However, in both cases the list of values gets cut off around "S" and...
  4. pontupo

    Windows/Temp folder fast filling with Crystal files

    So the Windows/Temp folder is fast filling the disk in my deployment. Each time a report is opened, a number of files are created here. The problem is, of course, probably that I'm not releasing my report objects in my code, as these files can't even be manually deleted without shutting down...
  5. pontupo

    Viewer and Print Preview/Print issues: 11x17

    On my local machine, when I preview the report, I am shown the report as it is in Crystal in terms of the dimensions of the page. For instance, I have an 11x17 report and it shows up that way in the browser window of my ASP distribution local site, etc. When I click the print button, it also...
  6. pontupo

    Embed an Crystal Export into Email Body

    I've got an ASP script using a report document that allows me to launch the web page at a scheduled time and export my report to disk as a PDF. I can then grab the PDF and attach it to an email and send it out. This is great for sending daily updates to our staff. I've received a request...
  7. pontupo

    Formulas generate different values on "Refresh" than initial load

    So here's the problem I'm having-- I have a fairly complicated report with some 50 or so formula fields that are creating a variety of subtotals/totals of my data using the following technique: whileprintingrecords; NumberVar LicensesYearTotalCorporate; LicensesYearTotalCorporate :=...

Part and Inventory Search

Back
Top