Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Relationships between views and tables
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00329670
Message ID:
00329734
Views:
19
Try...

SET RELA TO field_name INTO view_name IN parent_table ADDI

or

SELE parent_table
SET RELA TO field_name INTO view_name ADDI


>that didnt work too well, lets try again
>
>SELE view_name
>INDEX ON field_name TAG tag_name
>SET ORDER TO tag_name
>SET RELATION TO parent_table.field_name INTO view_name ADDITIVE
>
>there we go.. this is a bit more what my code looks like
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform