Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to create One-to-many report without using the wizard
Message
De
15/04/2002 23:19:44
Hee Lim Wang
Fantasy Software Enterprise
Malaisie
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
How to create One-to-many report without using the wizard
Divers
Thread ID:
00645281
Message ID:
00645281
Vues:
36
Why my detail data in report shows only 1 record ?
I create 2 cursors in init and set relation to them.
My report does not have any cursor in data environment,
but I want to make it into One-to-many report.How ????

*form.init
Create Cursor detail(ac c(10),amount N(12,2))
INDEX ON ac TAG ac

CREATE CURSOR account(ac c(10),name c(20))
INDEX ON ac TAG ac
SET RELATION TO ac INTO detail
SET SKIP TO detail
.......add some records into curosr.......
report form MyReport preview
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform