
SetCurrentValue - Crystal Report Designer Component
I am having the same problem. I have figured out a way to set the parameter
in my SQL statement with a global variable in the application, which is set
by user interaction. But I can't get the darn SCR parameter to work. The
only time it works is if I allow it to prompt the user with the little
prompt box. This I find to be totally distracting and inadequate. Let me
know if you turn up anything on this one.
Quote:
>I want to set a date with SetCurrentValue.
>e.g.
>dim d as date
>date = "01/01/98"
>.SetCurrentValue date, 10
>or
>.SetCurrentValue "98/01/01",10
>But I allways get an error 5.
>How can I set the current value of an date parameter??
>Martin Amm