Results 1 to 3 of 3

Thread: [RESOLVED] Prevent Crystal from prompting for parameters

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2005
    Posts
    26

    Resolved [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

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    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).

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Oct 2005
    Posts
    26

    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
  •  



Click Here to Expand Forum to Full Width