Hi,
i got a problem with a Report after upgrade from CR XI to CR XI R2 SP6.
In the old Version the Report has a parameter defined, but we dont use the Paramter in the Design-Area of the Report. In the VB6-Code on the old Version, the p_crxParameterField.NeedsCurrentValue-Propertie has the Value TRUE
and later in the Code we set the Value for this Parameter like this Code-Snippet:
p_crxParameterField.AddCurrentValue vVariableWert
but after upgrade on the new CR XI R2 SP6 the 'NeedsCurrentValue'-Propertie is FALSE
and we aren't able to set the Value with the Function 'AddCurrentValue'
it doesn't have any affect..
what did you changed?
what should i do to set the Value of the Propertie... i'm not able to edit the Report, i have to solve this in the code...
thanks
greetz Roger