|
-
Oct 20th, 2005, 02:17 PM
#1
Thread Starter
Junior Member
[RESOLVED] Prevent Crystal from prompting for parameters
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.
Last edited by Ogeechee; Oct 25th, 2005 at 09:17 AM.
Reason: Resolved
-
Oct 20th, 2005, 02:22 PM
#2
Re: Prevent Crystal from prompting for parameters
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).
-
Oct 25th, 2005, 09:17 AM
#3
Thread Starter
Junior Member
Re: Prevent Crystal from prompting for parameters
I found the probelm I was calling the reportsource from the properties window for the crystal viewer. Removed it and all is workign correct.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|