CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2001
    Location
    Tennessee
    Posts
    4

    Stored procedures and parameters in reports

    I'm fairly new to VB and have had a problem for nearly two weeks trying to get a report (Crystal and a report created from the data report designer) to accept information from a stored procedure. I'm willing to use the data report designer's SQL option but can't get the SQL statement to accept any parameters. Any help in integrating a SQL Server stored procedure with crystal (or data report designer) or ANYTHING to get this reporting process done would be of great service to me. Even pointing me in the direction of a less than vague book about the subject would be great also. Thanks.






  2. #2
    Join Date
    Mar 2001
    Location
    Tennessee
    Posts
    4

    Re: Stored procedures and parameters in reports

    The Answer is:

    'Send the params via the data environment's command method
    deReport.AllOut_Grouping gdatDate1, gdatDate2 rptOutAll.Show


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

Featured