CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2003
    Location
    Bangalore
    Posts
    1

    Question VB-Crystal Reports

    How to use more than one selection formula.
    I am using combo drop down menus.
    Using MS Acess as back end.

  2. #2
    Join Date
    Sep 2001
    Posts
    49
    I suggest that you ditch the CR OCX file. Instead use the CR Engine Object Library. When you do so, you can reference them in code like this:

    Private mCRApp As CRPEAuto.Application
    Private mCRReport As CRPEAuto.Report
    Private mCRView As CRPEAuto.View

    There is some good tiny examples in the CR Dev Help showing that you use parameters.

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