Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
One-to-Many Report
Message
From
08/12/1998 14:13:49
 
 
To
08/12/1998 14:09:20
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00165254
Message ID:
00165257
Views:
11
>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

Probably, you should add SET SKIP TO.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform