Cr 9.0
SQLServer 2K
Is it possible to call a stored procedure from a formula?
My stored proc has 3 parameters. I can live with those parameters being hard coded if I can create a formula for each parameter combination. It returns a single count value depending on those parameters. I have 4...
If I ask my administrator to increase the value of maxDBResultRecords from the default 20,000 to either a lot more or unlimited, is that a blanket command or does it apply to individual reports?
Thanks,
Chris
I'm trying to do some ADO connection stuff in my CSP page and I get an error when I get to the following lines.
set oAccCmd = Server.CreateObject("ADODB.Command")
set oAccCmd.ActiveConnection = conn
* conn is my connection string
The error reads:
Microsoft VBScript runtime error...
I've got a few reports in CE that bring back what appears to be too many records. I've gotten the following error and I'm not sure where to start to trouble shoot this thing. I'm more of a CE user than a CE administrator. I've seen previous posts about the PageServer hot fixes, but am unsure...
I’ve got a report with a single instance in the Crystal Management Console. The structure is very basic right now. It looks like this:
Folder --> Folders
Subfolder --> GSS
Report --> gssRegsInstCurrMo.rpt
(1 instance)
I was told once that I don’t want...
I have tried that kind of path name to no avail. What I'm hearing from a few people here a work is that this could be a network rights issue.
Does anyone know how to get the ID of who/what is trying to write a file from the filesystemobject? Our security people want to know so we can figure...
** I have posted this on the ASP board **
** Looking for more ideas **
It seems as though all the examples I've seen are of writing a text file to the local hard drive(c:). I got my app to write to the hard drive in development using:
set txtFileObj =...
It seems as though all the examples I've seen are of writing a text file to the local hard drive(c:). I got my app to write to the hard drive in development using:
set txtFileObj = fsoObj.OpenTextFile("c:\testfile.txt", 2, true). This works just fine.
Now that my app works the way I...
I have a just started using a subreport. What I'm having trouble with is this: I have a single customer record, I'm linking it to a table that has a possible four service pipe records. I would like my subreport to shrink or expand based on the number of pipe records I bring into the...
Here's the setup for my question:
I have a Report that knows about a stored procedure I wrote in SQL Server. I then change some of the contents of that stored procedure(parameters and maybe some of the SQL, I've got a lot of trial and error stuff going on).
Is there an easy way for me to have...
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.