Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pass Param in CR8
Message
From
23/08/2003 03:17:33
 
 
To
All
General information
Forum:
Visual Basic
Category:
Other
Title:
Pass Param in CR8
Miscellaneous
Thread ID:
00822843
Message ID:
00822843
Views:
54
Hi to all,

How do I pass a paramater to a Crytal Report using VB Code?

Here is my code to view the Crystal Report:
   Dim CrxApp As CRAXDRT.Application
   Dim CrxReport As CRAXDRT.Report
    
   Set CrxApp = New CRAXDRT.Application
   Set CrxReport = CrxApp.OpenReport("REPORTNAME.RPT")
   CR.ReportSource = crxReport
   CR.ViewReport
Thanks in advance.

Noel
Next
Reply
Map
View

Click here to load this message in the networking platform