I am able to pass an parameter to crystal form VB.net. But I am still receiving the prompt from crystal to eneter the parameter. How can I disable the prompting windows. :afrog:
Printable View
I am able to pass an parameter to crystal form VB.net. But I am still receiving the prompt from crystal to eneter the parameter. How can I disable the prompting windows. :afrog:
There should be a property on the Report object.
In version 8.5 its called EnableParameterPrompting.
In version 8.0 its called ParameterPromptingEnabled
Maybe they changed it again.
Note that even if this property is False, Crystal will still prompt for any values not supplied by the VB application (unless this has changed in .NET).
I found the probelm I was calling the reportsource from the properties window for the crystal viewer. Removed it and all is workign correct.