michaelrawi Posted August 31, 2006 Posted August 31, 2006 Hi, I have a date parameter on my report, but I can't pass it from VB2005 Here's my code: Dim Param As CrystalDecisions.Shared.ParameterField Dim myDiscreteValue As New CrystalDecisions.Shared.ParameterDiscreteValue Param = crViewer.ParameterFieldInfo("pDate") myDiscreteValue.Value = dateParam.dtSelect.Value.Date Param.CurrentValues.Add(myDiscreteValue) This didn't work. The date parameter in my report screwed up. Can someone give me solution? Also, how can I pass parameter that have multiple values ? Thanks in advance. Quote
michaelrawi Posted September 5, 2006 Author Posted September 5, 2006 Ok. I've solved it. It's a code error actually. :D Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.