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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sheridan101

  1. sheridan101

    failed to open rowset

    I am sick of this error!!!! If a report is attached to a stored procedure, and ANY INSERT...SELECT... query within the procedure inserts no records, this error WILL result and the report aborts!!!! The same results from trying to perform a RTrim()/MAX/MIN on a NULL produced by a Join, which is...
  2. sheridan101

    alternate login

    I am using: Crystal Reports.NET SQL Server 2000 C# Using the report definition wizard, I have defined a series of reports to connect to the database using an ODBC DSN. I would like to be able to change how it logs into the database without modifying the report definition template itself. Is it...
  3. sheridan101

    Shifted

    I am using: C# Crystal Reports.NET MS Windows 2000 On some terminals, after the report is built, it will display in the crystal reports viewer tool with an unusally wide left margin. This causes the whole report to be shifted over to the right, chopping off the right part of the report. If you...
  4. sheridan101

    Invalid options

    I am using the following: C#.NET Crystal Reports.NET Windows 2K SQL Server 2000 and am using the following piece of code to automatically setup and export reports to disk files once the report is built. On all 8 current reports, all formats except html export with no problems using this code...
  5. sheridan101

    Exasperated and confused

    I just found the source of the problem, but I am no closer to understanding WHY... the problem appears to be with Source Safe. It turns out that when I checked in the changes, then I got the current version of the [sub]reports when printing regardless of whether the projects directory was shared...
  6. sheridan101

    Exasperated and confused

    I am using: Crystal Reports.NET Windows 2000 Visual Studio .NET C# I have about 8 reports. They all share a standardized subreport "header" inserted at the top of the report. It is a linked external subreport. The directory on my development machine is shared. I have a separate machine that I...
  7. sheridan101

    Temporary Tables

    I am using: Crystal Reports.NET a custom designed report viewer written in C# SQL Server 2000 ODBC DSN connection Windows 2K I am trying to generate a temporary table of data within a stored procedure. Upon completion of the stored procedure, I am dumping the temporary data out (SELECT * FROM...
  8. sheridan101

    passing parameter from subreport to main report

    The subreport is embedded within the main report. It is designed to gather some information and build a table of information passed back to the main report using Shared variables. The subreport uses a stored procedure to perform the query because I need to be able to query from either a main...
  9. sheridan101

    EnableParameterPrompting

    I am using C#.NET with CR.NET. I noticed several places using VB code that there is mention of an EnableParameterPompting property for the report object. Is there an equivalent for C#. I can't seem to find it anywhere. I am trying to pass parameter values to subreport parameters and the...
  10. sheridan101

    Subreport parameters

    I have a custom report viewer program I wrote in C#.NET. I am trying to pass various parameters from a custom parameter dialog to corresponding parameters in a report's SUBREPORT. The report is in Crystal Reports.NET and the subreport calls an external stored procedure to do it's query...
  11. sheridan101

    insertion error

    SQL Server does not seem to understand ONERROR or ON ERROR or any other variant of it.
  12. sheridan101

    insertion error

    I am using C#.NET, Crystal Reports.NET, Win2K and SQL Server 2000, and using a DSN ODBC connection to the database. I have a report that uses a stored procedure to obtain data. In the procedure, it builds a temporary table, INSERTing the results of various queries into it, and then dumping the...
  13. sheridan101

    Login issues

    Sorry, details: Windows 2000 w/ .NET extensions C#/.NET Crystal Reports.NET SQL Server 2000 DSN entries are using the System DSN only in this case (we have double checked for a User DSN and there isn't one nor should there be because it confuses things) HOW CAN YOU PASS THE CONNECTIVITY...
  14. sheridan101

    Login issues

    I have a standardized setup package that installs a custom designed crystal reports viewer program and reports. The viewer is designed to connect through a ODBC DSN connection to the server. This entry is standardized across the entire product line (all applications connect to the database...
  15. sheridan101

    Parameterized commands

    It appears that trying to query the data in the program and pass it to the report is not going to work. It "appears" that, in the creation of a connection for the DataSet object that the program/report shares, it ties it too tightly to a specific server. I need to be able to connect to any...

Part and Inventory Search

Back
Top