Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printer default IN CR 8.5
Message
From
15/05/2003 14:10:21
 
General information
Forum:
Visual FoxPro
Category:
Crystal Reports
Miscellaneous
Thread ID:
00779102
Message ID:
00788892
Views:
17
LOCAL oCR
LOCAL oRpt

oCR = CREATEOBJECT(“CrystalRuntime.Application”)
oRpt = oCR.OpenReport(“C:\Temp\myreport1.RPT”)
IF oRpt.HasSavedData
oRpt.DiscardSavedData()
ENDIF
oRpt.PrintOut()

You can setup printer using this two options:
PrinterSetup( )
SelectPrinter( )
Previous
Reply
Map
View

Click here to load this message in the networking platform