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 Mike Lewis 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. Dewey12

    Excel Subtotals From ASP

    I'm trying to dynamically create subtotals when opening an excel spreadsheet from a web application. Here is my code; Set excelApp = createobject("excel.Application") excelApp.Visible = True excelApp.Workbooks.open("..//../../../Template.xls")...
  2. Dewey12

    Excel Subtotals

    I'm trying to dynamically create subtotals when opening an excel spreadsheet from a web application. Here is my code; Set excelApp = createobject("excel.Application") excelApp.Visible = True excelApp.Workbooks.open("..//../../../Template.xls") worksheet.activate...
  3. Dewey12

    Inconsistent Running Totals

    Thank you for the responses! I am using the running total wizard. Also the field that is being totaled is a formula field. It is not a complicated formula just A-B. Could it be a problem with the .DLL?
  4. Dewey12

    Inconsistent Running Totals

    I have a FoxPro 6 application that runs a crystal report. The report was written with Crystal Version 8. After I installed Crystal Developer 8 on my machine, the running totals on the application report were randomly changing (criteria was the same). I then ran a similar report in crystal...
  5. Dewey12

    Crystal Ver.8 OLE DB connection from the Web. Performance is very slow

    Here is my problem. I have a crystal report with approximately 125 subreports and 26 parameters. The parameters are being passed to the report via webpage. I am using the crystal rptserver.asp and the setlogoninfo.asp. The report takes approximately 40 seconds to run. However, when a number...
  6. Dewey12

    Page Cannot Be Displayed

    I am running a crystal report from a web application using the rptserver.asp and setlogoninfo.asp. The report will run, however it takes over a minute to complete and when there are alot of people trying to run the same report, it takes even longer and the ASP error message "Page Cannot be...

Part and Inventory Search

Back
Top