JustBeginer
Programmer
- Mar 13, 2003
- 39
Hello!
I have connected stored procedure of MSSQL to crystal report.
The procedure have one parameter [int].
Is it possible to send this parameter through MVC++ ?
I've made class who use Crystal report DLL's.
I tryed to use
BOOL SetNthParameterField (short ParameterN, const CRPEParameterFieldInfo *parameterInfo);
but without success.
Thanks in advance..
I have connected stored procedure of MSSQL to crystal report.
The procedure have one parameter [int].
Is it possible to send this parameter through MVC++ ?
I've made class who use Crystal report DLL's.
I tryed to use
BOOL SetNthParameterField (short ParameterN, const CRPEParameterFieldInfo *parameterInfo);
but without success.
Thanks in advance..