Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use View in Foxpro Report
Message
From
29/03/2006 11:06:45
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
28/03/2006 22:42:34
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
01108275
Message ID:
01108840
Views:
14
>Hi Cetin,
>
>Sorry for jumping. I'm associate of Wang. We saw the report in solution.app but it is using tables and there are links between the parent and the child tables. How to achieve the linking using views? Thanks in advance....
>
>Regards.

Create indexes on child views and relate. ie:
use myDBC!myParentView in 0 alias myParent
use myDBC!myChildView in 0 alias myChild
select myChild
index on myForeignKey tag myFK
select myParent
set relation to myPKField into myChild
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform