Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Releasing Memory when using the RDC
Message
General information
Forum:
Visual FoxPro
Category:
Crystal Reports
Miscellaneous
Thread ID:
00750515
Message ID:
00754143
Views:
20
You need to set the EnableParameterPrompting property of the Report object to False.
oCR = CREATEOBJECT("CrystalRuntime.Application")
oRpt = oCR.OpenReport("C:\CR\MyReport.RPT")
oRpt.EnableParameterPrompting = .F.
>It's working ok now. However, even through I'm passing the parameter values correctly, the viewer is still prompting for the parameters ( I suspect during the .Viewreport ). Is there a way to prevent this?
>
>thanks
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform