Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Record pointer jumps to BOF
Message
 
À
03/07/2000 19:12:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00387895
Message ID:
00387908
Vues:
16
SELECT * from MyTable ;
WHERE IDField = 'XXXX' ;
INTO cursor RptData

SELECT RptData
Report Form MyReport.......

Of course you'll need to get the correct WHERE clause to show the record you want. Just use your unique ID field(s). Be sure that the report does not have a private datasession and that there are no tables in its dataenvironment. Also, the fields in the report must either have NO table name (Myfield) or use the RptData (RptData.MyField).

HTH
Barbara

>Sounds good to me, how do I do that?
Barbara Paltiel, Paltiel Inc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform