Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crystal Reports
Message
From
06/01/1999 09:09:48
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Miscellaneous
Thread ID:
00172586
Message ID:
00173102
Views:
41
Here are the basics.

oCrystal = CreateObject("Crystal.CRPE.Application")
oReport = oCrystal.OpenReport("<>")

if Destination = Printer
oReport.PrintOut
else
oReport.Preview
endif

Check Crystal's Developer's Help file for more information.


>>Thanks for all of your suggestions. I have fixed the problem by removing the OCX and using Crystal's Automation Server.
>>
>>>If you are using Windows 95, the printer drivers are local and can be different.
>>>
>>>>They are the same. We are printing to a network print server.
>>>>
>>>>>are the print drivers on the development machine newer than or diferent than the other Machines?
>
>Dan,
>how do you use CR's automation server?
>Pete Kane
Thanks,
Dan Jurden
djurden@outlook.com
Previous
Reply
Map
View

Click here to load this message in the networking platform