Hi,
CR 9.0
VB.NET 2003
I have a report that's driving me crazy, the report has two parameters, both are string type but one of them allow multiple values.
I use the parameter with multiple values on the record selection formula like this:
{vacantes.cve_vacante} = {?Clave}
This works like an IN clause, I preview the report on CR and everything it's ok. But when I try it on the VB .NET 2003 application with the crystal report viewer after passing the values for both parameters the report generates several blank pages between the real pages i have to navigate to first or last page several times and the blank pages dissapear.
Searching for an answer i discover that this only happens when the reports that has a parameter that allow multiple values.
I can't find what's causing this. I try to refresh the report but the report ask me for the value of the parameters again, i try to reassign the report source to the CR viewer and the report show's me all the data ignoring the selection formula.
Could you help me, pls?
CR 9.0
VB.NET 2003
I have a report that's driving me crazy, the report has two parameters, both are string type but one of them allow multiple values.
I use the parameter with multiple values on the record selection formula like this:
{vacantes.cve_vacante} = {?Clave}
This works like an IN clause, I preview the report on CR and everything it's ok. But when I try it on the VB .NET 2003 application with the crystal report viewer after passing the values for both parameters the report generates several blank pages between the real pages i have to navigate to first or last page several times and the blank pages dissapear.
Searching for an answer i discover that this only happens when the reports that has a parameter that allow multiple values.
I can't find what's causing this. I try to refresh the report but the report ask me for the value of the parameters again, i try to reassign the report source to the CR viewer and the report show's me all the data ignoring the selection formula.
Could you help me, pls?