Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crystal Preview Report Problem
Message
From
19/07/2000 23:32:04
Walter Meester
HoogkarspelNetherlands
 
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00394407
Message ID:
00394730
Views:
11
Hi Mark,

assign the crystalreports object to a form property or so.
THISFORM.oCrystal = CREATEOBJECT('Crystal.CrystalReport')
WITH THISFORM.oCrystal
  .ReportFileName = 'reports\summary.rpt'
  .Destination = 0
  .PrintReport()
ENDWITH
Walter,




>Thanks. So, how does one preview a Crystal Report from within a VFP application then?
Previous
Reply
Map
View

Click here to load this message in the networking platform