crystal reports
i know that crystal reports are compatible with vfp.how can i run a crystal report from inside vfp?
#define WS_MAXIMIZE 29949952
oCrystal=CreateObject("Crystal.CRPE.Application")
oRpt = oCrystal.OpenReport("c:\myReports\myReport.RPT")
oRpt.preview("Report Preview Title",,,,,WS_MAXIMIZE,0)
PS: Code is from VFP5-6 days. Since then I don't use Crsytal and things might have changed.