Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Call crystal report from visual foxpro
Message
From
15/05/2003 14:12:37
 
 
To
12/05/2003 15:00:47
General information
Forum:
Visual FoxPro
Category:
Crystal Reports
Miscellaneous
Thread ID:
00787456
Message ID:
00788897
Views:
14
LOCAL oCR
LOCAL oRpt

oCR = CREATEOBJECT(“CrystalRuntime.Application”)
oRpt = oCR.OpenReport(“myreport1.RPT”) && or you can pass a variable
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