|
-
February 18th, 2003, 11:11 AM
#1
VB-Crystal Reports
How to use more than one selection formula.
I am using combo drop down menus.
Using MS Acess as back end.
-
February 18th, 2003, 03:08 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|