Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to create One-to-many report without using the wizard
Message
From
15/04/2002 23:19:44
Hee Lim Wang
Fantasy Software Enterprise
Malaysia
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
How to create One-to-many report without using the wizard
Miscellaneous
Thread ID:
00645281
Message ID:
00645281
Views:
35
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
Next
Reply
Map
View

Click here to load this message in the networking platform