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

Passing Parameters from .NET to Crystal

Status
Not open for further replies.

MJnaeblis

Programmer
Joined
Aug 14, 2002
Messages
19
Location
US
I am trying to pass a set of parameters (two dates) to a report from .NET. However nothing seems to be working. My

ReportDocument.RecordSelectionFormula

works fine, but i have tried to use ParameterValue(s) and ParameterField(s) with no luck. Does anyone know how to do this? I either get null exception errors or that i can't put dates in those two objects.

Note: I am converting to pdf and bringing that up for view.

Thanks
MJnaeblis
 
Thanks for that website. Actually I found what I was looking for on the Crystal site after some really tedious searches. Here it is for any who are also having this problem.


use it for each param in your report. works great. no probs.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top