VB6 and Crystal 8.5 Original configuration
Using Crystal Report Control
The following code was used to pass a parameter from VB6 to CR 8.5. It displayed the passed value and the user could change the displayed value if desired. It has been working great for years.
SumNet.ParameterFields(0) = "WeekEnd;" & Val(RptEndWeek) & ";False"
SumNet.Action = 1
Crystal 9 was installed and now the parameter passing does not work. It does not display the value in the parameter field as it did with Crystal 8.5
It also will not allow you to enter a parameter value. It gives a ‘Invalid Parameter File” and says “The value must be between -1.00 and -1.00”.
I have searched and searched and can’t find a clue, thus I am clueless on this one.
Using Crystal Report Control
The following code was used to pass a parameter from VB6 to CR 8.5. It displayed the passed value and the user could change the displayed value if desired. It has been working great for years.
SumNet.ParameterFields(0) = "WeekEnd;" & Val(RptEndWeek) & ";False"
SumNet.Action = 1
Crystal 9 was installed and now the parameter passing does not work. It does not display the value in the parameter field as it did with Crystal 8.5
It also will not allow you to enter a parameter value. It gives a ‘Invalid Parameter File” and says “The value must be between -1.00 and -1.00”.
I have searched and searched and can’t find a clue, thus I am clueless on this one.