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")...
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...
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?
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...
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...
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...
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.