Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Retrieving data from cursor
Message
From
13/02/2002 03:59:00
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Retrieving data from cursor
Miscellaneous
Thread ID:
00619313
Message ID:
00619313
Views:
50
Hi All,

I'm creating an app using Crystal Reports 8.5 and VFP 7. Can I use VFP's cursor to fill data into a report ?
There's a sample code in the CR's developers guide, but it's written in VB. Can anyone tell me the equivalent VFP code ?

Dim CRXReport as New CrystalReport1
Dim RS as New ADODB.Recordset

rs.open "SELECT * from Customer",DSN=Xtreme Sample Database;",adOpenKeyset
CRXReport.Database.SetDataSource rs


TIA,

Deddy
Next
Reply
Map
View

Click here to load this message in the networking platform