Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Retrieving data from cursor
Message
De
13/02/2002 03:59:00
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Retrieving data from cursor
Divers
Thread ID:
00619313
Message ID:
00619313
Vues:
51
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform