Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crystal Reports
Message
 
To
10/12/2001 13:24:29
Walter Meester
HoogkarspelNetherlands
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Miscellaneous
Thread ID:
00592026
Message ID:
00592600
Views:
26
Hello Walter, I got it working with this code


oEngineObject = CREATEOBJECT("Crystal.CRPE.Application")
oReport = oEngineobject.OpenReport(cReportname)
oReport.ParameterPromptingEnabled=.F.
oReport.ParameterFields.Item(1).SetCurrentValue({27/10/01})
Wait wind Dtoc(oReport.ParameterFields.Item(1).CurrentValue) && Just checking
oReport.Printout(0,1,1,1,100)


any idea how to suppress the Printing Dialog?, it's not really a problem but would finish it off nicely

regards


Pete
Regards,
Peter J. Kane



Pete
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform