Results 1 to 3 of 3

Thread: [RESOLVED] Removing Parameter Prompt from SubReport?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Resolved [RESOLVED] Removing Parameter Prompt from SubReport?

    I am using Cystal Reports 11. I have a report in which there are several subreports. My problem is that these subreports datasource are stored procedures that take 2 parameters each. I call the report from within a VB.Net app. Everytime I run the report, I get prompted to enter the parameter values. How can I prevent this in a subreport.

    Thanks,
    Blake

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: [RESOLVED] Removing Parameter Prompt from SubReport?

    This thread is marked resolved with no posted solution.

    If you resolved this for yourself, please post what do you did as it may help others with the same or similiar problem.

    Thanks

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Re: [RESOLVED] Removing Parameter Prompt from SubReport?

    I set my parameters like such:
    Code:
                crDoc.SetParameterValue("@userID", strUserID)
                crDoc.SetParameterValue("@groupID", intGroupID)
    Blake

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