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

  • Users: Tom2
  • Order by date
  1. Tom2

    Non visible level in Dimension

    I think I should have been more specific.. I am trying to use this in a custom rollup formula. It'll give me the error no matter when I define the MDX for the custom rollup formula. I thought that there may have been some other way to reference the non visible level in the dimension so it...
  2. Tom2

    Non visible level in Dimension

    I have a dimension [Reporting Date] which has the following levels.. [Reporting Date] [Year] [Quarter] [Month] If I make set the property of "Visible" to false for month, am I still able to use it in calculations? If so, how do I reference it? I tried the...
  3. Tom2

    Deploy a .NET Web Application with Crystal

    Hi, I've made a web application that has a web form with a crystal report viewer in it. It works fine on the development machine but when I deploy it, I get an error executing child request error on the server. If I comment out the line where I set the reportsource of the crystal report viewer...
  4. Tom2

    Error executing child request

    It does say it is the Server.Transfer that is causing the error but if I go into the web form that has the crystal report viewer (the url of the Server.Transfer line) and comment out the following line: CrystalReportViewer1.ReportSource = cr; It will work fine. The page will load up, it'll...
  5. Tom2

    Error executing child request

    No it's not dual boot. I just installed .NET Framework on D rather than C because I just wanted to keep C for windows.
  6. Tom2

    Error executing child request

    It used to run fine on the system without Visual Studio .NET. I created a solution on it and just compiled the source files on it each time I wanted to update it. Could it be because the deployment package included some of its own crystal dlls? (I noticed when the package installs it installs...
  7. Tom2

    Error executing child request

    Hi, I developed a Web application and followed the instructions to deploy it on another server using the Web Setup project. The server I deployed it on was a Windows 2000 Advanced Server with the Final .NET Framework installed (no Visual Studio .NET). I ran it on the other server and it all...
  8. Tom2

    Change a Crystal Report Chart at Runtime

    Hi, I've got a Crystal Report with a chart in it. It graphs several fields from a table. I was wondering if it was possible to tell the chart at runtime which fields that it had to graph. For example: There are a number of clients and each client has a Sum, Min, Max and Average for each...
  9. Tom2

    Error Creating Control on a Web Form

    Hi, I made a new project (new solution as well) and when I made a new web form in the new project, everything worked fine. I was even able to "Add an Exisiting File" (one of the ones that didn't work in the project I imported from Visual Source Safe) and the old web form working fine...
  10. Tom2

    Error Creating Control on a Web Form

    Hi, I've just installed the Gold release of Visual Studio .NET on a clean install of Windows XP. I've got some code from beta 2 and have imported it from sourcesafe. It all compiles fine but when I open a web form, all the controls (server side) come up with the message saying "Error...
  11. Tom2

    Chart Legends in Cryrstal Reports (.NET)

    Hi, I've created a report in Visual Studio .NET and haven't been able to find a way to change the text in the chart legend. Eg. Visual Studio .NET puts "Sum of Table.Sum" as the text in the legend, where "Table" is the name of the ADO.NET table and "Sum" is the...

Part and Inventory Search

Back
Top