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 IamaSherpa 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. Waz816

    How To: Call stored proc from a formula

    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...
  2. Waz816

    maxDBResultRecords scope

    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
  3. Waz816

    How do I find the ADO dll's

    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...
  4. Waz816

    Error encountered by Crystal PageServer

    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...
  5. Waz816

    Dynamic report retrieval

    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...
  6. Waz816

    Writing a text file to the network

    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...
  7. Waz816

    Writing a text file to the network

    ** 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 =...
  8. Waz816

    Writing a text file to the network

    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...
  9. Waz816

    Shrinking a subreport

    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...
  10. Waz816

    Refresh the Data Source at Design Time

    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...

Part and Inventory Search

Back
Top