Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to set relation to view
Message
From
19/04/2000 12:33:11
 
 
To
19/04/2000 08:24:31
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00361208
Message ID:
00361376
Views:
18
>I have a view defined for a account master table from SQL server.
>It contains two fields code & name. Every form in the application requires the view and to set relation to code to display the name.
>
>
>The index generated on views (even idx ) are erased when the view is closed.
>
>The forms have private data session.
>
>How to set relation to code field ?
>
>Rajesh.
Unfortunately, you have to rebuild the .idx each time the view is run but the set relation is the same as to any other table.
SET RELATION TO expression INTO name_of_view
Previous
Reply
Map
View

Click here to load this message in the networking platform