Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
About Crystal Report Arguments
Message
 
To
15/03/2002 00:17:13
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00633261
Message ID:
00633561
Views:
18
What method are you using to launch the report? Here is some code for the ActiveX component:

with Report
.ReportFileName = App.Path & "\Report1.rpt"
.ParameterFields(0) = "Shift;" & intShift & ";TRUE"
.ParameterFields(1) = "Unit;" & gintUnit & ";TRUE"

End With

intResult = crptOrderPad.PrintReport

Fool around and see if you get used to it.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform