prettyangel
Programmer
refer to faq222-2067 posted on the 20th of June 02.
I still maintain that I need to know how to pass the value of a parameter to crystal reports.
I have a stored procedure in sql server 7.0 and created a parameter collection to create the required parameter in Visual Basic 6.0 environment, but if I may ask does the code below store my output?
if yes, how do I now pass prmOutput to crystal reports?
what code snippet will do the job please?
Set prmOutput = .CreateParameter("@cname", adVarWChar, adParamOutput, 255)
I still maintain that I need to know how to pass the value of a parameter to crystal reports.
I have a stored procedure in sql server 7.0 and created a parameter collection to create the required parameter in Visual Basic 6.0 environment, but if I may ask does the code below store my output?
if yes, how do I now pass prmOutput to crystal reports?
what code snippet will do the job please?
Set prmOutput = .CreateParameter("@cname", adVarWChar, adParamOutput, 255)