Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
One-to-Many Report
Message
From
08/12/1998 14:09:20
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
One-to-Many Report
Miscellaneous
Thread ID:
00165254
Message ID:
00165254
Views:
59
I designed a One-to-Many report. The data environment is empty in design time. The program will dynamically create the master table and detail table. The problem is the report won't print all the detail. The following is the codes I used:

*create the master and detail tables

select master
index on linkkey tag linkkey candidate
select detail
index on linkkey tag linkkey
select master
set relation to linkkey into detail

* print the report

It seems to me that whatever the relation between two tables that I set in the code the report won't take it.

What is the problem? Thanks in advance.

Wei Lin
Next
Reply
Map
View

Click here to load this message in the networking platform