Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Cristal reports Problem again & CONFUSED... SOS


Message #1 by "Hovik Melkomian" <melvik@b...> on Thu, 9 Jan 2003 14:31:23 +0330
Tnx to RESPONSE, SOO MUCH...
No its not a SP in DB. But let me to make my last mail cleaner:
I have web page report with C#.NET & use Crystal report as u see.
I had problem with saving data in report file, & in this way I have no problem
sending Parameter to Access DB (for test), but send a Parameter to MS-SQL
gives me error. I have to use SP for my report but YET, I couldnt fix it with
simple
Table in MS-SQL DataBase.

Hope to hear from u ASAP,
Hovik.

----- Original Message -----
From: "MSpruill" <mspruill@m...>
To: "ASPX_Professional" <aspx_professional@p...>
Sent: Thursday, January 09, 2003 6:28 PM
Subject: [aspx_professional] RE: Cristal reports Problem again & CONFUSED. ..
SOS


Check you parameter name in bot your application and report.

This is saying it cannot findd the parameter in the report. If this
parameter is
a parameter to a stored procedure the you must include the @ in front of the
name.


HTH
Mitch Spruill


-----Original Message-----
From: Hovik Melkomian [mailto:melvik@b...]
Sent: Thursday, January 09, 2003 06:01
To: ASPX_Professional
Subject: [aspx_professional] Cristal reports Problem again & CONFUSED...
SOS


Please help - I am stuck up!!! :(
I have a page for report using CrystalReportViewer I send Parameter to
report
but It gives me error in follow:

Server Error in '/Empower' Application.
----------------------------------------------------------------------------
----

Specified argument was out of the range of valid values.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.ArgumentOutOfRangeException: Specified argument
was out of the range of valid values.

Source Error:

      An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.

Stack Trace:

[ArgumentOutOfRangeException: Specified argument was out of the range of
valid values.]
   CrystalDecisions.Shared.ParameterFields.get_Item(String name, String
subreportName)
   CrystalDecisions.Shared.ParameterFields.get_Item(String name)
   Empower.showreps.Page_Load(Object sender, EventArgs e) +97
   System.Web.UI.Control.OnLoad(EventArgs e)
   System.Web.UI.Control.LoadRecursive()
   System.Web.UI.Page.ProcessRequestMain()




----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET
Version:1.0.3705.0







  Return to Index