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


Yes, you're right. Thanx for the help.

Wei Lin
Previous
Reply
Map
View

Click here to load this message in the networking platform