Hi,
I'm trying to pass a parameter from vb to CR10 :
------
MyRep.ParameterFields.GetItemByName("MyParam").SetCurrentValue(Cstr(100))
------
(MyParam is declared as string parameter)
I display the value of MyParam in the report : it's always set to 0 !!!
Actually it's always set to the value that the Database Expert asks me when I create the parameter at first time (design time)...
What's wrong with this ?
Thanks
Lemox
I'm trying to pass a parameter from vb to CR10 :
------
MyRep.ParameterFields.GetItemByName("MyParam").SetCurrentValue(Cstr(100))
------
(MyParam is declared as string parameter)
I display the value of MyParam in the report : it's always set to 0 !!!
Actually it's always set to the value that the Database Expert asks me when I create the parameter at first time (design time)...
What's wrong with this ?
Thanks
Lemox